Merge lp://staging/~nataliabidart/ubuntu/natty/ubuntu-sso-client/ubuntu-sso-client-1.1.1 into lp://staging/ubuntu/natty/ubuntu-sso-client

Proposed by Natalia Bidart
Status: Merged
Merged at revision: 18
Proposed branch: lp://staging/~nataliabidart/ubuntu/natty/ubuntu-sso-client/ubuntu-sso-client-1.1.1
Merge into: lp://staging/ubuntu/natty/ubuntu-sso-client
Diff against target: 5129 lines (+2562/-1536)
27 files modified
PKG-INFO (+1/-1)
bin/ubuntu-sso-login (+18/-24)
contrib/testing/testcase.py (+25/-0)
data/ui.glade (+46/-44)
debian/changelog (+77/-0)
debian/watch (+1/-1)
po/ubuntu-sso-client.pot (+178/-0)
pylintrc (+1/-4)
run-tests (+10/-7)
setup.py (+1/-1)
ubuntu_sso/__init__.py (+9/-3)
ubuntu_sso/account.py (+231/-0)
ubuntu_sso/auth.py (+0/-25)
ubuntu_sso/credentials.py (+271/-0)
ubuntu_sso/gui.py (+97/-53)
ubuntu_sso/keyring.py (+2/-0)
ubuntu_sso/logger.py (+12/-11)
ubuntu_sso/main.py (+188/-347)
ubuntu_sso/networkstate.py (+2/-0)
ubuntu_sso/tests/__init__.py (+31/-1)
ubuntu_sso/tests/bin/show_gui (+4/-4)
ubuntu_sso/tests/test_account.py (+335/-0)
ubuntu_sso/tests/test_credentials.py (+444/-0)
ubuntu_sso/tests/test_gui.py (+205/-139)
ubuntu_sso/tests/test_keyring.py (+3/-2)
ubuntu_sso/tests/test_main.py (+368/-869)
ubuntu_sso/tests/test_networkstate.py (+2/-0)
To merge this branch: bzr merge lp://staging/~nataliabidart/ubuntu/natty/ubuntu-sso-client/ubuntu-sso-client-1.1.1
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+38716@code.staging.launchpad.net

Description of the change

  * Adding .bzr-builddeb/default.conf as per Michael Vog (mvo) request.

  * Adding dpkg (>= 1.15.7.2) as Pre-Depends (fixes LP: #658768).

  * Adding gnome-keyring as dep since python-gnomekeyring doesn't install it.

  * New upstream release (1.1.1):

    [ Alejandro J. Cura <email address hidden> ]
      * Call the dbus mainloop thread init (fixes LP: #656545).
    [ Natalia B. Bidart <email address hidden> ]
      * Added the new dbus iface to the executable. Deprecated a few Dbus
      constants.
    [ Natalia B. Bidart <email address hidden> ]
      * Adding a new DBus iface to manage credentials with flexible API (LP:
      #653113).
    [ Natalia B. Bidart <email address hidden> ]
      * Replace twisted gtk reactor with the standard gtk mainloop. (LP:
      #655327).
    [ Natalia B. Bidart <email address hidden> ]
      * The TC browser will not be shown until the TOS page has been loaded. A
      spinner is shown in the mean time (LP: #620456).
      * The TC browser does not allow link navigation other than the TOS page
      (LP: #616961).
    [ Natalia B. Bidart <email address hidden> ]
      * Terms and conditions label is now translatable. Added a button to be
      able to browse the TC (LP: 654534).
    [ Natalia B. Bidart <email address hidden> ]
      * Moved logic from DBus SSOCredentials module into a self-contained, DBus
      agnostic module called 'credentials' (LP: #653113).
    [ Natalia B. Bidart <email address hidden> ]
      * Isolating SSO login processor into a separated module (LP: #637204).
    [ Natalia B. Bidart <email address hidden> ]
      * Cleanup code and modules to prepare the code for the DBus API refactor.
    [ Natalia B. Bidart <email address hidden> ]
      * Made entries name to be unicode to avoid a faulty capitalization when
      using turkish locale (LP: #652939).
    [ Natalia B. Bidart <email address hidden> ]
      * Workaround for LP: #467397 (when using turkish locale, decimal module
      import fails).
    [ Natalia B. Bidart <email address hidden> ]
      * Added encoding declaration on every file. Fixed error passing from GUI
      in GTK signals (LP: #652318).
    [ Natalia B. Bidart <email address hidden> ]
      * Avoiding calling a callback twice for buttons (LP: #652248).
    [ Natalia B. Bidart <email address hidden> ]
      * Removed unneeded assert sentences and replaced with warning logging
      when necessary (LP: #649317).

  * New upstream release (1.1.0):
    [ Natalia B. Bidart <email address hidden> ]
      * Avoiding having the main window freezing when pinging the U1 server
      (LP: #645162).
    [ Natalia B. Bidart <email address hidden> ]
      * Do not create the login keyring, use default instead (LP: #639690).
    [ Natalia B. Bidart <email address hidden> ]
      * Avoid duplicating logging messages for module "main" (LP: #638981).
    [ Natalia B. Bidart <email address hidden> ]
      * Delay import of webkit to be able to build on non-graphical envs (LP:
      #628956).

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches