Merge lp://staging/~michael-sheldon/ubuntu-keyboard/swipe-cursor-vivid into lp://staging/ubuntu-keyboard/vivid
Proposed by
Michael Sheldon
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~michael-sheldon/ubuntu-keyboard/swipe-cursor-vivid |
Merge into: | lp://staging/ubuntu-keyboard/vivid |
Diff against target: |
196 lines (+119/-1) 4 files modified
qml/Keyboard.qml (+67/-1) qml/keys/SpaceKey.qml (+35/-0) src/plugin/inputmethod.cpp (+12/-0) src/plugin/inputmethod.h (+5/-0) |
To merge this branch: | bzr merge lp://staging/~michael-sheldon/ubuntu-keyboard/swipe-cursor-vivid |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+314333@code.staging.launchpad.net |
Commit message
Implement swipe based cursor movement after long pressing on the space key
Description of the change
Implement swipe based cursor movement after long pressing on the space key
To post a comment you must log in.
Unmerged revisions
- 530. By Michael Sheldon
-
Reduce cursor swipe timeout duration to 400ms
- 529. By Michael Sheldon
-
Wait until cursor movement has stopped to trigger autocaps
- 528. By Michael Sheldon
-
Fix position calculation for swipe cursor movement after releasing and swiping a second time
- 527. By Michael Sheldon
-
Implement swipe based cursor movement after long pressing on the space key