Merge lp://staging/~vicamo/qtubuntu-sensors/add-test-haptics into lp://staging/qtubuntu-sensors
Proposed by
You-Sheng Yang
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~vicamo/qtubuntu-sensors/add-test-haptics |
Merge into: | lp://staging/qtubuntu-sensors |
Diff against target: |
194 lines (+162/-1) 5 files modified
debian/control (+9/-0) debian/qtubuntu-sensors-tests.install (+1/-0) debian/qtubuntu-sensors.install (+1/-0) plugins/feedback/CMakeLists.txt (+19/-1) plugins/feedback/test_haptics.cpp (+132/-0) |
To merge this branch: | bzr merge lp://staging/~vicamo/qtubuntu-sensors/add-test-haptics |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+301030@code.staging.launchpad.net |
Commit message
feedback: add test tool test_haptics
* add new package qtubuntu-
Description of the change
Add test tool test_haptics. This tool depends only QtCore/QtFeedback module and is a convenient tool to verify if the vibration software stack really works during the porting process.
To post a comment you must log in.
Unmerged revisions
- 93. By You-Sheng Yang
-
feedback: add test tool test_haptics
* add new package qtubuntu-
sensors- tests, which contains test tool
test_haptics for testing QFeedbackHapticsEffect.