lp:~artmello/ubuntu-system-settings/keyboard-navigation
Created by
Arthur Mello
on
2017-03-30
and last modified on
2017-03-30
- Get this branch:
- bzr branch lp:~artmello/ubuntu-system-settings/keyboard-navigation
Only
Arthur Mello
can upload to this branch. If you are
Arthur Mello
please log in for upload directions.
Branch merges
- system-apps-ci-bot: Approve (continuous-integration) on 2017-03-30
- Ubuntu Touch System Settings: Pending requested 2017-03-30
-
Diff: 327 lines (+207/-9)6 files modifiedsrc/item-model.cpp (+82/-0)
src/item-model.h (+7/-0)
src/qml/MainWindow.qml (+104/-8)
tests/mocks/SystemSettings/MockPluginManager.cpp (+11/-0)
tests/mocks/SystemSettings/MockPluginManager.h (+2/-0)
tests/plugins/main/tst_MainWindow.qml (+1/-1)
Branch information
Recent revisions
- 1773. By Arthur Mello on 2017-03-30
-
Add new keyboard navigation
- Use left/right to change focus from first and second column in 2 column mode
- Use left to close current panel and return to categories in single column mode
- Use Escape to do the same as left - 1769. By Arthur Mello on 2017-03-28
-
Change Categories list view to use ListView qml Component
- Change PluginManager to keep only one instance of ItemModel instead of one for each category;
- Change ItemModel to order entries taking category in account;
- Change MainWindow to use ListView instead of Columns;
- Update tests; - 1767. By Ken VanDine on 2017-03-17
-
Don't build dep on qml-module-
ubuntu- connectivity, we've mocked it - 1766. By Ken VanDine on 2017-03-17
-
Drop everything that needs system-image or click
Approved by: system-apps-ci-bot
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu-system-settings

