lp:~chrismcginlay/ubuntu/natty/ubuntuone-control-panel/ubuntuone-control-panel-fix-715820
- Get this branch:
- bzr branch lp:~chrismcginlay/ubuntu/natty/ubuntuone-control-panel/ubuntuone-control-panel-fix-715820
Branch merges
- Natalia Bidart: Disapprove
- Ubuntu Sponsors Team: Pending requested
-
Diff: 98 lines (+25/-1)2 files modifieddebian/changelog (+9/-0)
ubuntuone/controlpanel/gtk/gui.py (+16/-1)
Branch information
- Owner:
- Chris McGinlay
- Status:
- Development
Recent revisions
- 13. By Chris McGinlay
-
* controlpanel/
gtk/gui. py
- Implement tooltips for Connect/Disconnect and Account/Cloud/Devices (LP: #715820)
- Modified _update_status(), adding tooltip=None argument after callback argument
- Modified ManagementPanel.__init_ _(), using set_tooltip_text(). - 11. By Daniel Holbach
-
* New upstream release:
- Use proper mechanism to define object's signals (LP: #713271). - 6. By Daniel Holbach
-
* New upstream release (0.5.1):
- Desktopcouch replication service is accessed in the GTK+ UI through the
backend using its DBus service (LP: #696782).
- Desktopcouch replication service is managed in the backend and exposed in
the DBus service (LP: #696782).
* New upstream release (0.5.0):
- renamed Account to Dashboard.
- renamed Applications to Services.
- added enable_files/disable_ files to backend + dbus service.
- added a new dbus signal FileSyncStatusChanged.
- desktopcouch replication exclusion layer is acceded directly on the GUI.
We should later move that to the backend.
- a new module package_manager was added to the gtk package, since we need
to do some deeper work to abstract that manager from the toolkit (since it
uses a gtk progress bar) (LP: #673673).
- a new widget InstallPackage that provides package installation.
- widgets FilesService and DesktopcouchService that can be re used as
needed.
- ServicesPanel checks for depenencies and creates widget as necessary (LP:
#673672).
* debian/control (LP: #693798):
- ubuntuone-control- panel now Recommneds ubuntuone- control- panel-gui
- ubuntuone-control- panel-gtk now Provides ubuntuone- control- panel-gui
- bumped required version of ubuntuone-client to >= 1.5.2
* debian/ubuntuone- control- panel-gtk. install (LP: #693879):
- provide the .desktop file for the GTK UI - 5. By Michael Terry
-
* debian/control
- depends on ubutuone-client >= 1.5.1
- depends on ubuntu-sso-client >= 1.1.7
* New upstream release.
* 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).
* Maximum 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).
* 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).
* Default to None and initialize if None in code, instead of mutable
defaults.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu/natty/ubuntuone-control-panel