Merge lp:~michael-sheldon/ubuntu-keyboard/fix-1372548-rtm into lp:ubuntu-keyboard/rtm-14.09

Proposed by Michael Sheldon
Status: Merged
Approved by: Bill Filler
Approved revision: 242
Merged at revision: 242
Proposed branch: lp:~michael-sheldon/ubuntu-keyboard/fix-1372548-rtm
Merge into: lp:ubuntu-keyboard/rtm-14.09
Diff against target: 12 lines (+1/-1)
1 file modified
qml/languages/Keyboard_telephone.qml (+1/-1)
To merge this branch: bzr merge lp:~michael-sheldon/ubuntu-keyboard/fix-1372548-rtm
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+244820@code.launchpad.net

Commit message

Change extended keys on phone layout to '#*'

Description of the change

Change extended keys on phone layout to '#*'

To post a comment you must log in.
Revision history for this message
Michael Sheldon (michael-sheldon) wrote :

Are there any related MPs required for this MP to build/function as expected? Please list.

 * No

Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes)

 * Yes (in sync with RTM branch)

Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator?

 * Yes

Did you successfully run all tests found in your component's Test Plan (https://wiki.ubuntu.com/Process/Merges/TestPlan/<package-name>) on device or emulator?

 * Yes (except for features not in RTM)

If you changed the UI, was the change specified/approved by design?

 * No change

If you changed UI labels, did you update the pot file?

 * No change

If you changed the packaging (debian), did you add a core-dev as a reviewer to this MP?

 * No change

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'qml/languages/Keyboard_telephone.qml'
--- qml/languages/Keyboard_telephone.qml 2014-05-28 11:14:15 +0000
+++ qml/languages/Keyboard_telephone.qml 2014-12-16 02:17:17 +0000
@@ -65,7 +65,7 @@
65 anchors.margins: 50;65 anchors.margins: 50;
66 spacing: 066 spacing: 0
6767
68 CharKey { label: "+"; annotation: "+*#"; extended: ["*", "#", "(", ")"]; noMagnifier: true; }68 CharKey { label: "+"; annotation: "*#"; extended: ["*", "#"]; noMagnifier: true; }
69 CharKey { label: "0"; noMagnifier: true; }69 CharKey { label: "0"; noMagnifier: true; }
70 BackspaceKey { padding: 0; }70 BackspaceKey { padding: 0; }
71 }71 }

Subscribers

People subscribed via source and target branches