~unity-team/ubuntu-system-settings/welcome-wizard

« back to all changes in this revision

Viewing changes to plugins/language/PageComponent.qml

  • Committer: Michael Terry
  • Date: 2014-02-13 15:27:47 UTC
  • mfrom: (485.1.129 ubuntu-system-settings)
  • Revision ID: michael.terry@canonical.com-20140213152747-dwu4r5z4o5zesqvd
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
            }
73
73
 
74
74
            ListItem.Divider {
75
 
                visible: showAllUI
76
75
            }
77
76
 
78
77
            ListItem.SingleValue {
79
 
                visible: showAllUI
80
 
 
81
78
                text: i18n.tr("Keyboard layouts")
82
79
                value: plugin.keyboardLayoutsModel.subset.length == 1 ?
83
80
                       plugin.keyboardLayoutsModel.superset[plugin.keyboardLayoutsModel.subset[0]][0] :
88
85
            }
89
86
 
90
87
            ListItem.Divider {
91
 
                visible: showAllUI
92
88
            }
93
89
 
94
90
            ListItem.SingleValue {
104
100
            }
105
101
 
106
102
            ListItem.Standard {
107
 
                visible: showAllUI
108
 
 
 
103
                text: i18n.tr("Spell checking")
 
104
 
 
105
                control: Switch {
 
106
                    checked: plugin.spellChecking
 
107
 
 
108
                    onClicked: plugin.spellChecking = checked
 
109
                }
 
110
            }
 
111
 
 
112
            ListItem.Standard {
109
113
                text: i18n.tr("Auto completion")
110
114
 
111
115
                control: Switch {
116
120
            }
117
121
 
118
122
            ListItem.Standard {
119
 
                visible: showAllUI
120
 
 
121
123
                text: i18n.tr("Word suggestions")
122
124
 
123
125
                control: Switch {
144
146
                text: i18n.tr("Turns on Shift to capitalize the first letter of each sentence.")
145
147
            }
146
148
 
147
 
            ListItem.Divider {
148
 
                visible: showAllUI
 
149
            ListItem.ThinDivider {
149
150
            }
150
151
 
151
152
            ListItem.Standard {
152
 
                visible: showAllUI
153
 
 
154
153
                text: i18n.tr("Keyboard sound")
155
154
 
156
155
                control: Switch {