Merge lp://qastaging/~artmello/ubuntu-system-settings/keyboard-navigation into lp://qastaging/ubuntu-system-settings

Proposed by Arthur Mello
Status: Needs review
Proposed branch: lp://qastaging/~artmello/ubuntu-system-settings/keyboard-navigation
Merge into: lp://qastaging/ubuntu-system-settings
Prerequisite: lp://qastaging/~artmello/ubuntu-system-settings/category-list-view
Diff against target: 327 lines (+207/-9)
6 files modified
src/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)
To merge this branch: bzr merge lp://qastaging/~artmello/ubuntu-system-settings/keyboard-navigation
Reviewer Review Type Date Requested Status
system-apps-ci-bot continuous-integration Approve
Ubuntu Touch System Settings Pending
Review via email: mp+321404@code.qastaging.launchpad.net

Commit message

Add new keyboard navigation

- Up/Down navigate between categories
- 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

Description of the change

Add new keyboard navigation

- Up/Down navigate between categories
- 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

To post a comment you must log in.
Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
1774. By Arthur Mello

Merge with trunk

Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
1775. By Arthur Mello

Fix AP tests

Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :

PASSED: Continuous integration, rev:1775
https://jenkins.canonical.com/system-apps/job/lp-ubuntu-system-settings-ci/30/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build/2368
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-0-fetch/2368
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/2184
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/2184/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=zesty/2184
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=zesty/2184/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/2184
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/2184/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=zesty/2184
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=zesty/2184/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/2184
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/2184/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=zesty/2184
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=zesty/2184/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/system-apps/job/lp-ubuntu-system-settings-ci/30/rebuild

review: Approve (continuous-integration)

Unmerged revisions

1775. By Arthur Mello

Fix AP tests

1774. By Arthur Mello

Merge with trunk

1773. By Arthur Mello

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

1772. By Arthur Mello

Fix testMainWindow

1771. By Arthur Mello

Fix Plugins' sorting test

1770. By Arthur Mello

Disable sorting plugins test

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;

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches