Merge lp:~michael-sheldon/ubuntu-keyboard/fix-magnifier-shifted into lp:ubuntu-keyboard

Proposed by Michael Sheldon
Status: Merged
Approved by: Bill Filler
Approved revision: 204
Merged at revision: 211
Proposed branch: lp:~michael-sheldon/ubuntu-keyboard/fix-magnifier-shifted
Merge into: lp:ubuntu-keyboard
Diff against target: 12 lines (+1/-1)
1 file modified
qml/keys/Magnifier.qml (+1/-1)
To merge this branch: bzr merge lp:~michael-sheldon/ubuntu-keyboard/fix-magnifier-shifted
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+231579@code.launchpad.net

Commit message

Display the correct character in the magnifier when the keyboard is in shifted mode.

Description of the change

Display the correct character in the magnifier when the keyboard is in shifted mode.

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
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/ubuntu-keyboard) on device or emulator?

 * Yes

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

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
204. By Michael Sheldon

Merge from trunk

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Bill Filler (bfiller) wrote :

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/keys/Magnifier.qml'
2--- qml/keys/Magnifier.qml 2014-08-20 14:07:02 +0000
3+++ qml/keys/Magnifier.qml 2014-08-22 15:20:39 +0000
4@@ -64,7 +64,7 @@
5 Text {
6 id: label
7 anchors.centerIn: parent
8- text: currentlyAssignedKey ? currentlyAssignedKey.label : ""
9+ text: currentlyAssignedKey ? currentlyAssignedKey.valueToSubmit : ""
10 font.family: UI.fontFamily
11 font.pixelSize: units.gu( UI.fontSizeMagnified )
12 font.bold: UI.fontBold

Subscribers

People subscribed via source and target branches