Merge lp:~bfiller/messaging-app/disable-predictive-text into lp:messaging-app

Proposed by Bill Filler
Status: Merged
Approved by: Francis Ginther
Approved revision: 63
Merged at revision: 63
Proposed branch: lp:~bfiller/messaging-app/disable-predictive-text
Merge into: lp:messaging-app
Diff against target: 11 lines (+1/-0)
1 file modified
src/qml/Messages.qml (+1/-0)
To merge this branch: bzr merge lp:~bfiller/messaging-app/disable-predictive-text
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Tiago Salem Herrmann (community) Approve
Review via email: mp+202771@code.launchpad.net

Commit message

disable predictive text for To: field so word ribbon does not appear

Description of the change

disable predictive text for To: field so word ribbon does not appear

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Tiago Salem Herrmann (tiagosh) wrote :

tested on the device and it works fine.
Thanks.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

The x86 build node crashed during the last CI run. Re-approving to restart.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Touch tests failed due to an issue with phablet-tools on the adb host. It has been resolved and this build has been restarted.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qml/Messages.qml'
2--- src/qml/Messages.qml 2013-10-11 17:31:19 +0000
3+++ src/qml/Messages.qml 2014-01-22 23:08:22 +0000
4@@ -283,6 +283,7 @@
5
6 style: null
7 color: "white"
8+ inputMethodHints: Qt.ImhNoPredictiveText
9 font.pixelSize: FontUtils.sizeToPixels("large")
10 font.family: "Ubuntu"
11 placeholderText: i18n.tr("Enter number")

Subscribers

People subscribed via source and target branches