Merge lp://qastaging/~nataliabidart/ubuntu/natty/ubuntuone-control-panel/ubuntuone-control-panel-0.1.0 into lp://qastaging/ubuntu/natty/ubuntuone-control-panel

Proposed by Natalia Bidart
Status: Merged
Merged at revision: 5
Proposed branch: lp://qastaging/~nataliabidart/ubuntu/natty/ubuntuone-control-panel/ubuntuone-control-panel-0.1.0
Merge into: lp://qastaging/ubuntu/natty/ubuntuone-control-panel
Diff against target: 4864 lines (+2941/-512)
29 files modified
PKG-INFO (+1/-1)
bin/ubuntuone-control-panel-backend (+2/-0)
bin/ubuntuone-control-panel-gtk (+4/-3)
data/account.ui (+92/-51)
data/controlpanel.ui (+0/-17)
data/device.ui (+203/-0)
data/devices.ui (+31/-1)
data/folders.ui (+26/-1)
data/management.ui (+16/-1)
debian/changelog (+60/-0)
debian/control (+4/-4)
po/POTFILES.in (+0/-1)
setup.py (+1/-1)
ubuntuone/controlpanel/__init__.py (+1/-1)
ubuntuone/controlpanel/backend.py (+176/-22)
ubuntuone/controlpanel/dbus_client.py (+144/-18)
ubuntuone/controlpanel/dbus_service.py (+117/-33)
ubuntuone/controlpanel/gtk/gui.py (+437/-77)
ubuntuone/controlpanel/gtk/tests/test_gui.py (+771/-65)
ubuntuone/controlpanel/gtk/tests/test_widgets.py (+6/-13)
ubuntuone/controlpanel/gtk/widgets.py (+15/-8)
ubuntuone/controlpanel/integrationtests/__init__.py (+5/-0)
ubuntuone/controlpanel/integrationtests/test_dbus_client_sd.py (+210/-41)
ubuntuone/controlpanel/integrationtests/test_dbus_client_sso.py (+128/-80)
ubuntuone/controlpanel/integrationtests/test_dbus_service.py (+102/-28)
ubuntuone/controlpanel/logger.py (+24/-1)
ubuntuone/controlpanel/tests/test_backend.py (+358/-19)
ubuntuone/controlpanel/utils.py (+0/-20)
ubuntuone/controlpanel/webclient.py (+7/-5)
To merge this branch: bzr merge lp://qastaging/~nataliabidart/ubuntu/natty/ubuntuone-control-panel/ubuntuone-control-panel-0.1.0
Reviewer Review Type Date Requested Status
Michael Terry Approve
Review via email: mp+44468@code.qastaging.launchpad.net

Description of the change

 * debian/control
    - depends on ubutuone-client >= 1.5.1
    - depends on ubuntu-sso-client >= 1.1.7

  * New upstream release.
    [ Natalia B. Bidart <email address hidden> ]
      * Updated list of messages to be shown on the overview panel (LP:
      #690379).
      * Implemented callback for failure when loading devices.
      * Added a spinner on every UbuntuOneBin to be shown while loading the
      panel content.
      * Devices can now be removed (LP: #691295).
      * Migrated dbus_client to use non-deprectaed SSO D-Bus API.
      * Added clear_credentials to dbus_client module.
      * Implemented devices tab (LP: #690649).
      * Maximun size is set using geometry hints (LP: #683164).
      * Added logging to dbus_service and backend.
      * Error signals now sent the object id when available (LP: #691292).
      * After machine was added, Folders page is shown (LP: #674459).*
      VolumesInfoError signal is now handled (LP: #690292).
      * VolumesInfoError signal is now handled (LP: #690292).
      * When FileSyncStatusError is received, no more DbusException messages
      are leaked to the end user (LP: #690305).
      * User can now subcribe and unsubscribe from folders (LP: #689646).
      * Dbus booleans are now those strings whose bool() defines its value. So,
      '' for False and any other non empty string for True (LP: #683619).
      * File sync status is retrieved and displayed in the right top corner
      (LP: #673670).
      * Adding handling for file sync disabled (only backend for now).
      * Management panel is not twined itself if CredentialsFound signal is
     received several times (LP: #683649).
    [ Rodney Dawes <email address hidden> ]
      * Default to None and initialize if None in code, instead of mutable
      defaults.

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

Pushed, with slight debian/changelog typo corrections.

review: Approve

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