Merge lp://staging/~mterry/update-manager/dialogs into lp://staging/update-manager
Proposed by
Michael Terry
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~mterry/update-manager/dialogs |
Merge into: | lp://staging/update-manager |
Diff against target: |
3948 lines (+1540/-1757) 24 files modified
UpdateManager/Core/MetaRelease.py (+6/-2) UpdateManager/Core/utils.py (+18/-5) UpdateManager/Dialogs.py (+237/-0) UpdateManager/DistUpgradeFetcher.py (+12/-15) UpdateManager/GtkProgress.py (+10/-131) UpdateManager/InstallProgress.py (+93/-0) UpdateManager/MetaReleaseGObject.py (+10/-8) UpdateManager/UnitySupport.py (+0/-9) UpdateManager/UpdateManager.py (+335/-0) UpdateManager/UpdateProgress.py (+80/-0) UpdateManager/UpdatesAvailable.py (+63/-601) UpdateManager/backend/InstallBackendAptdaemon.py (+158/-19) UpdateManager/backend/__init__.py (+2/-1) check-new-release-gtk (+9/-5) data/com.ubuntu.update-manager.gschema.xml.in (+0/-5) data/gtkbuilder/AcquireProgress.ui (+161/-0) data/gtkbuilder/Dialog.ui (+123/-0) data/gtkbuilder/ReleaseNotes.ui (+88/-0) data/gtkbuilder/UpdateManager.ui (+20/-950) data/gtkbuilder/UpdateProgress.ui (+96/-0) data/update-manager.convert (+0/-1) tests/interactive_fetch_release_upgrader.py (+5/-2) tests/test_end_of_life.py (+2/-1) update-manager (+12/-2) |
To merge this branch: | bzr merge lp://staging/~mterry/update-manager/dialogs |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Vogt | Pending | ||
Review via email: mp+110899@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2012-06-18.
Description of the change
This branch implements a lot of the special purpose dialogs in the Software Updates spec.
https:/
Specifically, the new release, unsupported release, errors, and no updates dialogs.
To post a comment you must log in.