Implement "congratulations" page to the installer
Bug #800383 reported by
Roberto Alsina
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Windows Installer |
Fix Released
|
Undecided
|
Roberto Alsina |
Bug Description
Implement the final page in the workflow.
This page indicates the installation/setup is finished.
Contains a banner (ask design), a possible "Sync in progress" message, and a "Go to my Ubuntu One Dashboard" button.
That button closes the wizard and starts the control panel.
Related branches
lp://staging/~ralsina/ubuntuone-windows-installer/fix_800383
- dobey (community): Approve
- Natalia Bidart (community): Approve
-
Diff: 827 lines (+674/-21)10 files modifieddata/qt/congratulations.ui (+103/-0)
pylintrc (+305/-0)
run-tests (+1/-1)
ubuntuone_installer/__init__.py (+1/-1)
ubuntuone_installer/gui/qt/__init__.py (+0/-1)
ubuntuone_installer/gui/qt/gui.py (+52/-18)
ubuntuone_installer/gui/qt/tests/__init__.py (+68/-0)
ubuntuone_installer/gui/qt/tests/test_gui.py (+61/-0)
ubuntuone_installer/gui/tests/__init__.py (+45/-0)
ubuntuone_installer/tests/__init__.py (+38/-0)
Changed in ubuntuone-windows-installer: | |
status: | Triaged → In Progress |
description: | updated |
Changed in ubuntuone-windows-installer: | |
status: | In Progress → Fix Committed |
tags: | added: u1-windows |
Changed in ubuntuone-windows-installer: | |
milestone: | none → 2.0.0 |
Changed in ubuntuone-windows-installer: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.