Merge lp:~bfiller/ubuntu-calendar-app/allow-predictive-text into lp:ubuntu-calendar-app

Proposed by Bill Filler
Status: Merged
Approved by: Renato Araujo Oliveira Filho
Approved revision: 794
Merged at revision: 794
Proposed branch: lp:~bfiller/ubuntu-calendar-app/allow-predictive-text
Merge into: lp:ubuntu-calendar-app
Diff against target: 11 lines (+0/-1)
1 file modified
NewEvent.qml (+0/-1)
To merge this branch: bzr merge lp:~bfiller/ubuntu-calendar-app/allow-predictive-text
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
Review via email: mp+289836@code.launchpad.net

Commit message

allow predictive text for event name field

Description of the change

allow predictive text for event name field

To post a comment you must log in.
794. By Bill Filler

allow predicive text for event name

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'NewEvent.qml'
--- NewEvent.qml 2016-03-21 19:45:40 +0000
+++ NewEvent.qml 2016-03-22 20:07:49 +0000
@@ -494,7 +494,6 @@
494 margins: units.gu(2)494 margins: units.gu(2)
495 }495 }
496496
497 inputMethodHints: Qt.ImhNoPredictiveText
498 placeholderText: i18n.tr("Event Name")497 placeholderText: i18n.tr("Event Name")
499 onFocusChanged: {498 onFocusChanged: {
500 if(titleEdit.focus) {499 if(titleEdit.focus) {

Subscribers

People subscribed via source and target branches

to status/vote changes: