Merge lp:~ken-vandine/ubuntu-system-settings/mouse_panel into lp:ubuntu-system-settings
| Status: | Merged |
|---|---|
| Merged at revision: | 1582 |
| Proposed branch: | lp:~ken-vandine/ubuntu-system-settings/mouse_panel |
| Merge into: | lp:ubuntu-system-settings |
| Prerequisite: | lp:~ken-vandine/ubuntu-system-settings/touchpad |
| Diff against target: |
2595 lines (+2358/-2) 35 files modified
debian/control (+5/-1) plugins/CMakeLists.txt (+1/-1) plugins/mouse/CMakeLists.txt (+23/-0) plugins/mouse/Components/CMakeLists.txt (+1/-0) plugins/mouse/Components/UnityInputInfo/CMakeLists.txt (+11/-0) plugins/mouse/Components/UnityInputInfo/UnityInputInfo.qml (+107/-0) plugins/mouse/Components/UnityInputInfo/qmldir (+1/-0) plugins/mouse/Connected.qml (+462/-0) plugins/mouse/InputInfo/CMakeLists.txt (+41/-0) plugins/mouse/InputInfo/linux/qinputdeviceinfo_linux.cpp (+249/-0) plugins/mouse/InputInfo/linux/qinputdeviceinfo_linux_p.h (+91/-0) plugins/mouse/InputInfo/plugin.cpp (+32/-0) plugins/mouse/InputInfo/plugin.h (+30/-0) plugins/mouse/InputInfo/qdeclarativeinputdeviceinfo.cpp (+143/-0) plugins/mouse/InputInfo/qdeclarativeinputdeviceinfo_p.h (+86/-0) plugins/mouse/InputInfo/qinputinfo.cpp (+159/-0) plugins/mouse/InputInfo/qinputinfo.h (+143/-0) plugins/mouse/InputInfo/qmldir (+3/-0) plugins/mouse/ItemTitle.qml (+39/-0) plugins/mouse/None.qml (+39/-0) plugins/mouse/PageComponent.qml (+74/-0) plugins/mouse/PrimaryButtonSelector.qml (+95/-0) plugins/mouse/SectionHeader.qml (+78/-0) plugins/mouse/TapArea.qml (+96/-0) plugins/mouse/mouse.settings (+21/-0) plugins/mouse/plugin/CMakeLists.txt (+8/-0) plugins/mouse/plugin/mouse-plugin.cpp (+65/-0) plugins/mouse/plugin/mouse-plugin.h (+38/-0) plugins/mouse/settings-mouse.svg (+39/-0) schema/com.ubuntu.touch.system-settings.gschema.xml (+65/-0) tests/plugins/CMakeLists.txt (+1/-0) tests/plugins/mouse/CMakeLists.txt (+29/-0) tests/plugins/mouse/Source/qmldir (+2/-0) tests/plugins/mouse/tst_mouse.cpp (+22/-0) tests/plugins/mouse/tst_mouse.qml (+59/-0) |
| To merge this branch: | bzr merge lp:~ken-vandine/ubuntu-system-settings/mouse_panel |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | 2015-08-17 | Needs Fixing on 2016-01-05 |
| Ubuntu Touch System Settings | 2015-08-17 | Pending | |
|
Review via email:
|
|||
This proposal supersedes a proposal from 2015-08-03.
Commit Message
Initial UI and stub backend for the mouse and touchpad panel
Description of the Change
Initial UI and stub backend for the mouse and touchpad panel
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1473
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:1473
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1473
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1473
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1473
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1475
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1476
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1478
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1479
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1480
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1482
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1483
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1484
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1485. By Ken VanDine on 2015-08-19
-
Added PrimaryButtonSe
lector - 1486. By Ken VanDine on 2015-08-19
-
improved alignment
- 1487. By Ken VanDine on 2015-08-19
-
improved alignment
- 1488. By Ken VanDine on 2015-08-19
-
improved spacing
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1487
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1488
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1489. By Ken VanDine on 2015-08-25
-
Added test for TapArea
- 1490. By Ken VanDine on 2015-08-25
-
merged trunk
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1490
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
- 1491. By Ken VanDine on 2015-08-25
-
added missing files for tests
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1491
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
- 1492. By Ken VanDine on 2015-08-26
-
more tests
- 1493. By Ken VanDine on 2015-08-26
-
Fixed exclusive group
- 1494. By Ken VanDine on 2015-08-26
-
Added build depends needed to run tests
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1492
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
- 1495. By Ken VanDine on 2015-08-26
-
Use the default timeout for tryCompare
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1494
http://
Executed test runs:
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1496. By Ken VanDine on 2015-08-26
-
Improved alignment
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1495
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1496
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1497. By Ken VanDine on 2015-08-27
-
visual tweaks based on feedback from design
- 1498. By Ken VanDine on 2015-08-27
-
Fixed margins
- 1499. By Ken VanDine on 2015-08-27
-
removed logging
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1497
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1499
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1500. By Ken VanDine on 2015-08-28
-
Added fake target to show the QML files in qtcreator
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1500
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1501. By Ken VanDine on 2015-08-31
-
merged trunk
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1501
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1502. By Ken VanDine on 2015-10-19
-
merged trunk
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1502
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1503. By Ken VanDine on 2015-11-20
-
Merged trunk
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1503
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1504. By Ken VanDine on 2015-11-30
-
merged trunk
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1504
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
- 1505. By Ken VanDine on 2015-12-04
-
merged trunk
- 1506. By Ken VanDine on 2015-12-04
-
use 1.3 imports of the sdk
- 1507. By Ken VanDine on 2015-12-04
-
The pressed property has been removed from AbstractButton
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1506
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
- 1508. By Ken VanDine on 2015-12-04
-
added build depends for qtdeclarative5-
ubuntu- ui-toolkit- plugin
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1507
http://
Executed test runs:
UNSTABLE: http://
FAILURE: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:1508
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1509. By Ken VanDine on 2016-01-05
-
merged trunk
- 1510. By Ken VanDine on 2016-01-05
-
merged trunk
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1509
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1510
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://


PASSED: Continuous integration, rev:1473 jenkins. qa.ubuntu. com/job/ ubuntu- system- settings- ci/2246/ jenkins. qa.ubuntu. com/job/ generic- deb-autopilot- vivid-touch/ 3563 jenkins. qa.ubuntu. com/job/ ubuntu- system- settings- vivid-amd64- ci/21 jenkins. qa.ubuntu. com/job/ ubuntu- system- settings- vivid-i386- ci/430 jenkins. qa.ubuntu. com/job/ generic- deb-autopilot- runner- vivid-mako/ 2947 jenkins. qa.ubuntu. com/job/ generic- mediumtests- builder- vivid-armhf/ 3560 jenkins. qa.ubuntu. com/job/ generic- mediumtests- builder- vivid-armhf/ 3560/artifact/ work/output/ *zip*/output. zip s-jenkins. ubuntu- ci:8080/ job/touch- flash-device/ 22289
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild: s-jenkins. ubuntu- ci:8080/ job/ubuntu- system- settings- ci/2246/ rebuild
http://