UbuntuUpdates.org

Package "ubuntu-sso-client-gtk"

Name: ubuntu-sso-client-gtk

Description:

Ubuntu Single Sign-On client - GTK+ frontend

Latest version: 3.0.0-0ubuntu1
Release: precise (12.04)
Level: base
Repository: main
Head package: ubuntu-sso-client

Links


Download "ubuntu-sso-client-gtk"


Other versions of "ubuntu-sso-client-gtk" in Precise

Repository Area Version
updates main 3.0.2-0ubuntu3

Changelog

Version: 3.0.0-0ubuntu1 2012-04-11 22:06:53 UTC

ubuntu-sso-client (3.0.0-0ubuntu1) precise; urgency=low

  * New upstream release.
    - Fix for test failures. (LP: #973345)
    - Add necessary OpenSSL exception to license. (LP: #968555)
  * debian/copyright:
    - Update to proper dep5 format.
    - Update for OpenSSL exception.
  * debian/patches/00_bzr837-lp-960657.patch:
    - Client hangs on account creation. (LP: #960657)
  * debian/watch:
    - Update for new release.

 -- Rodney Dawes Wed, 11 Apr 2012 15:38:32 -0400

Source diff to previous version
973345 Nightlies build failure: tets failed at ubuntu_sso....
960657 Ubuntu SSO Client hangs on account creation

Version: 2.99.92-0ubuntu2 2012-04-04 14:06:47 UTC

ubuntu-sso-client (2.99.92-0ubuntu2) precise; urgency=low

  * debian/control:
    - Added missing dependency on python-imaging for ubuntu-sso-client-qt
      (LP: #973311).

 -- Natalia Bidart (nessita) Wed, 04 Apr 2012 09:09:39 -0300

Source diff to previous version
973311 ubuntu-sso-client needs python-imaging dependency

Version: 2.99.92-0ubuntu1 2012-04-03 17:06:57 UTC

ubuntu-sso-client (2.99.92-0ubuntu1) precise; urgency=low

  * New upstream release:
    - Restoring transparency for the overlay widget (LP: #969455).
    - Converting to unicode some data returned by webclient in
      QByteArray format (LP: #961315).
    - Fixed the issue where we use an empty proxy url when the proxy
      was not set in gsettings (LP: #969280).
    - Forced white background (LP: #961346).
  * debian/watch:
    - Updated url to fetch tarball from latest milestone.

 -- Natalia Bidart (nessita) Tue, 03 Apr 2012 12:01:29 -0300

Source diff to previous version
969455 The loading overlay is not transparent anymore
961315 Qt UI: when resetting my password using an invalid ...
969280 If http_proxy is enabled then an incorrect assumpti...
961346 Qt client looks bad with dark color schemes

Version: 2.99.91-0ubuntu1 2012-03-21 18:06:53 UTC

ubuntu-sso-client (2.99.91-0ubuntu1) precise; urgency=low

  * New upstream release:
    - Do not allow ssl errors to be ignored (LP: #959390).
    - Handle wrong credentials properly in qtnetwork webclient
      (LP: #957317).
    - Use HTTPClientFactory to allow replacing the reactor used to connect
      (LP: #929207).
    - Decode the content of help_text (LP: #951371).
    - Adding missing file for translation (LP: #951376).
    - Adding a general error message when the argument received by
      build_general_error_message is not a dict (LP: #865176).
    - Adding some checks to setup_page (LP: #951461).
    - Adding a padding to the right margin of the reset layout, and align
      one of its layout to the left (LP: #945065).
    - Executing hide_error when the user click the refresh captcha link,
      not inside of the _refresh_captcha method, because this is executed
      automatically when a captcha error is generated, so we will always
      miss the error message (LP: #955010).
    - Removing the align property from the label that wasn't necessary
      and was breakint the work wrap. Also adjust the height of the widget
      depending if it has more than one line (LP: #940392).
    - Improve logging operations (LP: #934500).
    - Making LINK_STYLE to be unicode (LP: #950953).
    - Setting the window title equal to the app_name (LP: #949744).
    - The _move_to_email_verification_page wasn't receiving the params
      that the signal emits (LP: #945066).
    - Improve the grammar for the CLOSE_AND_SETUP_LATER button text
      (LP: #949978).
    - Changed the way in which we deal with proxies to work around bugs
      found in the QNetworkAccessManager (LP: #957313).
    - Stopped listening to the proxyAuthenticationRequired to avoid the
      dialog showing more than once (LP: #957170)
    - Made changes in the way the webclient is selected to ensure that qt
      is used when possible (LP: #957169).
    - Connected the WebKit browser correctly so that the tc page gets
      loaded (LP: #933081).
    - Added code to check if the browser with the t&c was already loaded.
      If it is just show the t&c page, otherwise perform the request
      (LP: #956185).
    - Added a translatable string to give more context of the ssl cert
      info to the user (LP: #948119).
    - Provided the logic required for the Qt webclient implementation to
      detect ssl errors and spawn the ssl dialog to allow the user accept
      the ssl cert exceptions (LP: #948134).
    - Changed the qt webclient implementation to use a proxy factory so
      that the correct proxy is chosen according to the request
      (LP: #950088).
    - Added the required code to allow the webclient use authenticated
      proxies and request the creds when needed (LP: #933727).
    - The tooltip should not be shown for titles and subtitles when
      no cut off was needed (LP: #949741).
    - Enable platform-specific styling (LP: #953318).
    - Only import DBus on Linux (LP: #956304).
    - Don't hard-code font sizes.
    - Remove usage of weight property as a numeric; just use bold
      property instead (LP: #953062).
  * Removed patches which were included upstream.
  * debian/watch:
    - Updated url to fetch tarball from latest milestone.
  * debian/ubuntu-sso-client-qt.install:
    - Install Qt UI executables for providing proxy authentication support.
  * debian/control:
    - Added new dependency on python-openssl to python-ubuntu-sso-client.
    - Improved description for ubuntu-sso-client-qt binary package.

 -- Natalia Bidart (nessita) Wed, 21 Mar 2012 12:37:28 -0300

Source diff to previous version
959390 Not all SSL errors should be ignorable
957317 When u1 credentials are wrong and the qt webclient ...
929207 tunnel
951371 Translated strings shown wrong, character set not U...
951376 Several strings untranslatable in ubuntone-client r...
865176 Handle errors more gracefully, show user friendly m...
951461 Sign-in button is not active
945065 [UIFe] ResetPassword page has some widgets really c...
955010 wrong captcha solution
940392 Qt UI: policy_link gets cut off at the end
934500 Qt UI: Logging too verbose (and adds no useful info...
950953 Password forgotten
949744 The ‘Sign In’ window does not have a title
945066 Verification page always fail on token validation
949978 Improve English grammar/spelling (setup is a noun)
957313 If proxy settings are wrong the qt webclient cannot...
957170 The qt webclient implementation shows twice the pro...
957169 The qt network webclient implementation is not use ...
933081 GTK UI: URL for terms and conditions never finishes...
956185 When viewing the term conditions twice an error occ...
948119 [UIFE] Add a translatable string for the ssl certif...
948134 Qt webclient implementation does not show the ssl d...
950088 The qt webclient implementation uses the same proxy...
933727 [FFE] Allow webclient to pass through the proxy
949741 Titling labels have redundant tooltips
953318 Windows styling affects Ubuntu themes as well
956304 The bin/ubuntu-sso-login-qt is not cross-platform
953062 Font and sizes are hard-coded

Version: 2.99.90-0ubuntu2 2012-03-07 21:03:42 UTC

ubuntu-sso-client (2.99.90-0ubuntu2) precise; urgency=low

  * debian/patches/fix-945066.patch:
    - The _move_to_email_verification_page callback wasn't receiving the
      params that the signal emits, thus attempts to verify an email weren't
      succeeding (LP: #945066).
  * In previous changelog there is a typo when specifying the updated
    Standards-Version, it should have been 3.9.3 instead of 3.9.93 (though the
    control file was correctly changed).

 -- Natalia Bidart (nessita) Wed, 07 Mar 2012 15:32:29 -0300




About   -   Send Feedback to @ubuntu_updates