Refactor devices tab to stop using faked data
Bug #800362 reported by
Natalia Bidart
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Control Panel |
Fix Released
|
High
|
Natalia Bidart |
Bug Description
And start using the new device_names_info method from the backend.
Related branches
lp://staging/~nataliabidart/ubuntuone-control-panel/refactor-devices
- Roberto Alsina (community): Approve
- John Lenton (community): Approve
-
Diff: 1183 lines (+272/-216)22 files modifieddata/qt/controlpanel.ui (+3/-3)
data/qt/devices.ui (+6/-17)
data/qt/filesyncstatus.ui (+2/-2)
data/qt/services.ui (+6/-6)
ubuntuone/controlpanel/gui/qt/controlpanel.py (+20/-47)
ubuntuone/controlpanel/gui/qt/devices.py (+42/-15)
ubuntuone/controlpanel/gui/qt/filesyncstatus.py (+4/-6)
ubuntuone/controlpanel/gui/qt/folders.py (+2/-5)
ubuntuone/controlpanel/gui/qt/preferences.py (+3/-6)
ubuntuone/controlpanel/gui/qt/profile.py (+16/-5)
ubuntuone/controlpanel/gui/qt/services.py (+14/-4)
ubuntuone/controlpanel/gui/qt/tests/__init__.py (+3/-1)
ubuntuone/controlpanel/gui/qt/tests/test_controlpanel.py (+1/-32)
ubuntuone/controlpanel/gui/qt/tests/test_devices.py (+48/-9)
ubuntuone/controlpanel/gui/qt/tests/test_filesyncstatus.py (+12/-12)
ubuntuone/controlpanel/gui/qt/tests/test_folders.py (+23/-20)
ubuntuone/controlpanel/gui/qt/tests/test_gui.py (+1/-6)
ubuntuone/controlpanel/gui/qt/tests/test_preferences.py (+14/-12)
ubuntuone/controlpanel/gui/qt/tests/test_profile.py (+22/-2)
ubuntuone/controlpanel/gui/qt/tests/test_services.py (+22/-2)
ubuntuone/controlpanel/gui/qt/tests/test_ubuntuonebin.py (+6/-4)
ubuntuone/controlpanel/gui/tests/__init__.py (+2/-0)
Changed in ubuntuone-control-panel: | |
status: | New → In Progress |
assignee: | nobody → Natalia Bidart (nataliabidart) |
importance: | Undecided → High |
tags: | added: u1-zomg-windows |
Changed in ubuntuone-control-panel: | |
status: | In Progress → Fix Committed |
Changed in ubuntuone-control-panel: | |
milestone: | none → 1.1.1 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.