QT UI: Add styles and artwork assets from design
Bug #807003 reported by
Roberto Alsina
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Control Panel |
Fix Released
|
High
|
Diego Sarmentero | ||
Ubuntu One Windows Installer |
Fix Released
|
High
|
Diego Sarmentero |
Bug Description
The current UI lacks the images, and the styling should be made to match the new control panel's.
Related branches
lp://staging/~nataliabidart/ubuntuone-control-panel/ui-styling
- Roberto Alsina (community): Approve
- Natalia Bidart (community): Approve
-
Diff: 1885 lines (+1166/-302)21 files modifieddata/qt/controlpanel.ui (+463/-148)
data/qt/devices.ui (+111/-98)
data/qt/folders.ui (+3/-0)
data/qt/images.qrc (+8/-0)
data/qt/loadingoverlay.ui (+118/-0)
data/qt/mainwindow.ui (+13/-1)
data/qt/preferences.ui (+34/-9)
data/qt/ubuntuone.qss (+177/-0)
data/qt/ubuntuonebin.ui (+0/-16)
ubuntuone/controlpanel/gui/__init__.py (+3/-1)
ubuntuone/controlpanel/gui/qt/controlpanel.py (+10/-5)
ubuntuone/controlpanel/gui/qt/device.py (+9/-0)
ubuntuone/controlpanel/gui/qt/devices.py (+6/-7)
ubuntuone/controlpanel/gui/qt/loadingoverlay.py (+121/-0)
ubuntuone/controlpanel/gui/qt/main/windows.py (+14/-1)
ubuntuone/controlpanel/gui/qt/tests/test_controlpanel.py (+7/-4)
ubuntuone/controlpanel/gui/qt/tests/test_device.py (+10/-0)
ubuntuone/controlpanel/gui/qt/tests/test_devices.py (+4/-5)
ubuntuone/controlpanel/gui/qt/tests/test_loadingoverlay.py (+36/-0)
ubuntuone/controlpanel/gui/qt/tests/test_ubuntuonebin.py (+6/-6)
ubuntuone/controlpanel/gui/qt/ubuntuonebin.py (+13/-1)
Changed in ubuntuone-windows-installer: | |
importance: | Undecided → High |
Changed in ubuntuone-control-panel: | |
assignee: | nobody → diegosarmentero (diego-sarmentero) |
importance: | Undecided → High |
status: | New → In Progress |
summary: |
- Add styles and artwork assets from design + QT UI: Add styles and artwork assets from design |
Changed in ubuntuone-control-panel: | |
status: | In Progress → Fix Committed |
Changed in ubuntuone-windows-installer: | |
status: | Triaged → Fix Committed |
Changed in ubuntuone-control-panel: | |
status: | Fix Committed → Fix Released |
milestone: | none → 1.1.1 |
tags: | added: u1-windows |
Changed in ubuntuone-windows-installer: | |
milestone: | none → 2.0.0 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.