lp:~nataliabidart/ubuntuone-control-panel/replication-to-the-backend
- Get this branch:
- bzr branch lp:~nataliabidart/ubuntuone-control-panel/replication-to-the-backend
Branch merges
- Roberto Alsina (community): Approve
- Eric Casteleijn (community): Approve
-
Diff: 1056 lines (+677/-172)7 files modifiedubuntuone/controlpanel/backend.py (+41/-1)
ubuntuone/controlpanel/dbus_service.py (+41/-0)
ubuntuone/controlpanel/integrationtests/test_dbus_service.py (+55/-7)
ubuntuone/controlpanel/replication_client.py (+115/-0)
ubuntuone/controlpanel/tests/__init__.py (+149/-1)
ubuntuone/controlpanel/tests/test_backend.py (+116/-163)
ubuntuone/controlpanel/tests/test_replication_client.py (+160/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 44. By Natalia Bidart
-
Desktopcouch replication service is managed in the backend and exposed in the
DBus service (LP: #696782). - 42. By Natalia Bidart
-
* 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). - 39. By Natalia Bidart
-
* 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.
- 37. By Natalia Bidart
-
* Migrated dbus_client to use non-deprectaed SSO D-Bus API.
* Added clear_credentials to dbus_client module. - 36. By Natalia Bidart
-
* Implemented devices tab (LP: #690649).
* Maximun size is set using geometry hints (LP: #683164).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntuone-control-panel