lp://staging/~artmello/ubuntu-system-settings/category-list-view
Created by
Arthur Mello
and last modified
- Get this branch:
- bzr branch lp://staging/~artmello/ubuntu-system-settings/category-list-view
Only
Arthur Mello
can upload to this branch. If you are
Arthur Mello
please log in for upload directions.
Branch merges
Propose for merging
1 branch
dependent on this one.
Approved
for merging
into
lp://staging/ubuntu-system-settings
- Jonas G. Drange (community): Approve
- system-apps-ci-bot: Approve (continuous-integration)
-
Diff: 748 lines (+141/-313)14 files modifiedsrc/CMakeLists.txt (+0/-2)
src/item-model.cpp (+21/-9)
src/item-model.h (+2/-0)
src/plugin-manager.cpp (+29/-51)
src/plugin-manager.h (+2/-3)
src/qml/CategorySection.qml (+0/-91)
src/qml/MainWindow.qml (+57/-35)
src/qml/UncategorizedItemsView.qml (+0/-72)
src/ui.qrc (+0/-2)
tests/mocks/SystemSettings/MockPluginManager.cpp (+9/-11)
tests/mocks/SystemSettings/MockPluginManager.h (+3/-4)
tests/mocks/SystemSettings/qmldir (+0/-2)
tests/plugins/main/tst_MainWindow.qml (+2/-2)
tests/tst_plugins.cpp (+16/-29)
Branch information
Recent revisions
- 1769. By Arthur Mello
-
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; - 1766. By Ken VanDine
-
Drop everything that needs system-image or click
Approved by: system-apps-ci-bot
- 1765. By Ken VanDine
-
Drop the fake build depends on upstart
Approved by: Iain Lane, 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://staging/ubuntu-system-settings