Merge lp:~jonas-drange/ubuntu-system-settings/wifi-network-name-spellchecked-fix-1365992 into lp:ubuntu-system-settings

Proposed by Jonas G. Drange
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 1020
Merged at revision: 1023
Proposed branch: lp:~jonas-drange/ubuntu-system-settings/wifi-network-name-spellchecked-fix-1365992
Merge into: lp:ubuntu-system-settings
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/wifi/OtherNetwork.qml (+1/-0)
To merge this branch: bzr merge lp:~jonas-drange/ubuntu-system-settings/wifi-network-name-spellchecked-fix-1365992
Reviewer Review Type Date Requested Status
Sebastien Bacher (community) Approve
Review via email: mp+234102@code.launchpad.net

Commit message

[wifi] do not use predictive text for network name input

Description of the change

[wifi] do not use predictive text for network name input

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

thanks

review: Approve
Revision history for this message
Matthew Paul Thomas (mpt) wrote :

Does turning off predictive text also turn off spellchecking?

Revision history for this message
Jonas G. Drange (jonas-drange) wrote :

According to my test it did.

On Mon, Sep 15, 2014 at 9:18 AM, Matthew Paul Thomas <email address hidden>
wrote:

> Does turning off predictive text also turn off spellchecking?
> --
>
> https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/wifi-network-name-spellchecked-fix-1365992/+merge/234102
> You are the owner of
> lp:~jonas-drange/ubuntu-system-settings/wifi-network-name-spellchecked-fix-1365992.
>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/wifi/OtherNetwork.qml'
2--- plugins/wifi/OtherNetwork.qml 2014-06-18 17:20:19 +0000
3+++ plugins/wifi/OtherNetwork.qml 2014-09-10 13:08:21 +0000
4@@ -59,6 +59,7 @@
5 TextField {
6 id : networkname
7 width: parent.width
8+ inputMethodHints: Qt.ImhNoPredictiveText
9 }
10
11 ListItem.ItemSelector {

Subscribers

People subscribed via source and target branches