~charlesk/gnome-control-center/make-new-panel

« back to all changes in this revision

Viewing changes to panels/user-accounts/data/account-fingerprint.ui

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mfrom: (0.1.11 experimental) (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517104727-lqel6m8vhfw5jby1
Tags: 1:3.0.1.1-1ubuntu1
* Rebase on Debian, remaining Ubuntu changes:
* debian/control:
  - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
  - Add dependency on ubuntu-system-service
  - Remove dependency on gnome-icon-theme-symbolic
  - Move dependency on apg, gnome-icon-theme-symbolic and accountsservice to
    be a Recommends: until we get them in main
* debian/rules:
  - Use autoreconf
  - Add binary-post-install rule for gnome-control-center-data
  - Run dh-autoreconf
* debian/gnome-control-center.dirs:
* debian/gnome-control-center.links:
  - Add a link to the control center shell for indicators
* debian/patches/00_disable-nm.patch:
  - Temporary patch to disable building with NetworkManager until we get
    the new one in the archive
* debian/patches/01_git_remove_gettext_calls.patch:
  - Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough
* debian/patches/01_git_kill_warning.patch:
  - Kill warning
* debian/patches/50_ubuntu_systemwide_prefs.patch:
  - Ubuntu specific proxy preferences
* debian/patches/51_ubuntu_system_keyboard.patch:
  - Implement the global keyboard spec at https://wiki.ubuntu.com/DefaultKeyboardSettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkListStore" id="model1">
 
6
    <columns>
 
7
      <!-- column-name gchararray -->
 
8
      <column type="gchararray"/>
 
9
    </columns>
 
10
    <data>
 
11
      <row>
 
12
        <col id="0" translatable="yes">Left thumb</col>
 
13
      </row>
 
14
      <row>
 
15
        <col id="0" translatable="yes">Left middle finger</col>
 
16
      </row>
 
17
      <row>
 
18
        <col id="0" translatable="yes">Left ring finger</col>
 
19
      </row>
 
20
      <row>
 
21
        <col id="0" translatable="yes">Left little finger</col>
 
22
      </row>
 
23
      <row>
 
24
        <col id="0" translatable="yes">Right thumb</col>
 
25
      </row>
 
26
      <row>
 
27
        <col id="0" translatable="yes">Right middle finger</col>
 
28
      </row>
 
29
      <row>
 
30
        <col id="0" translatable="yes">Right ring finger</col>
 
31
      </row>
 
32
      <row>
 
33
        <col id="0" translatable="yes">Right little finger</col>
 
34
      </row>
 
35
    </data>
 
36
  </object>
 
37
  <object class="GtkAssistant" id="assistant">
 
38
    <property name="border_width">12</property>
 
39
    <property name="title" translatable="yes">Enable Fingerprint Login</property>
 
40
    <property name="icon_name">system-users</property>
 
41
    <property name="visible">False</property>
 
42
    <child>
 
43
      <placeholder/>
 
44
    </child>
 
45
    <child>
 
46
      <object class="GtkVBox" id="page1">
 
47
        <property name="visible">True</property>
 
48
        <property name="border_width">12</property>
 
49
        <property name="orientation">vertical</property>
 
50
        <property name="spacing">12</property>
 
51
        <child>
 
52
          <object class="GtkHBox" id="hbox74">
 
53
            <property name="visible">True</property>
 
54
            <property name="spacing">6</property>
 
55
            <child>
 
56
              <object class="GtkImage" id="image">
 
57
                <property name="visible">True</property>
 
58
                <property name="stock">gtk-dialog-info</property>
 
59
                <property name="icon-size">6</property>
 
60
              </object>
 
61
              <packing>
 
62
                <property name="expand">False</property>
 
63
                <property name="position">0</property>
 
64
              </packing>
 
65
            </child>
 
66
            <child>
 
67
              <object class="GtkLabel" id="intro-label">
 
68
                <property name="visible">True</property>
 
69
                <property name="label">To enable fingerprint login, you need to save one of your fingerprints, using the Acme Foobar 5000.</property>
 
70
                <property name="wrap">True</property>
 
71
              </object>
 
72
              <packing>
 
73
                <property name="expand">False</property>
 
74
                <property name="fill">False</property>
 
75
                <property name="position">1</property>
 
76
              </packing>
 
77
            </child>
 
78
          </object>
 
79
          <packing>
 
80
            <property name="position">0</property>
 
81
          </packing>
 
82
        </child>
 
83
        <child>
 
84
          <object class="GtkVBox" id="vbox70">
 
85
            <property name="visible">True</property>
 
86
            <property name="orientation">vertical</property>
 
87
            <child>
 
88
              <object class="GtkRadioButton" id="radiobutton1">
 
89
                <property name="label" translatable="yes">Right index finger</property>
 
90
                <property name="visible">True</property>
 
91
                <property name="can_focus">True</property>
 
92
                <property name="receives_default">False</property>
 
93
                <property name="use_underline">True</property>
 
94
                <property name="active">True</property>
 
95
                <property name="draw_indicator">True</property>
 
96
              </object>
 
97
              <packing>
 
98
                <property name="expand">False</property>
 
99
                <property name="fill">False</property>
 
100
                <property name="position">0</property>
 
101
              </packing>
 
102
            </child>
 
103
            <child>
 
104
              <object class="GtkRadioButton" id="radiobutton2">
 
105
                <property name="label" translatable="yes">Left index finger</property>
 
106
                <property name="visible">True</property>
 
107
                <property name="can_focus">True</property>
 
108
                <property name="receives_default">False</property>
 
109
                <property name="use_underline">True</property>
 
110
                <property name="draw_indicator">True</property>
 
111
                <property name="group">radiobutton1</property>
 
112
              </object>
 
113
              <packing>
 
114
                <property name="expand">False</property>
 
115
                <property name="fill">False</property>
 
116
                <property name="position">1</property>
 
117
              </packing>
 
118
            </child>
 
119
            <child>
 
120
              <object class="GtkHBox" id="radiobutton3-hbox">
 
121
                <property name="visible">True</property>
 
122
                <property name="spacing">6</property>
 
123
                <child>
 
124
                  <object class="GtkRadioButton" id="radiobutton3">
 
125
                    <property name="visible">True</property>
 
126
                    <property name="label" translatable="yes">Other finger: </property>
 
127
                    <property name="can_focus">True</property>
 
128
                    <property name="receives_default">False</property>
 
129
                    <property name="use_underline">True</property>
 
130
                    <property name="draw_indicator">True</property>
 
131
                    <property name="group">radiobutton1</property>
 
132
                  </object>
 
133
                  <packing>
 
134
                    <property name="expand">False</property>
 
135
                    <property name="fill">False</property>
 
136
                  </packing>
 
137
                </child>
 
138
                <child>
 
139
                  <object class="GtkComboBox" id="finger_combobox">
 
140
                    <property name="visible">True</property>
 
141
                    <property name="sensitive">False</property>
 
142
                    <property name="model">model1</property>
 
143
                    <child>
 
144
                      <object class="GtkCellRendererText" id="renderer1"/>
 
145
                      <attributes>
 
146
                        <attribute name="text">0</attribute>
 
147
                      </attributes>
 
148
                    </child>
 
149
                  </object>
 
150
                  <packing>
 
151
                    <property name="expand">False</property>
 
152
                    <property name="fill">False</property>
 
153
                  </packing>
 
154
                </child>
 
155
              </object>
 
156
              <packing>
 
157
                <property name="expand">False</property>
 
158
                <property name="position">2</property>
 
159
              </packing>
 
160
            </child>
 
161
          </object>
 
162
          <packing>
 
163
            <property name="position">1</property>
 
164
          </packing>
 
165
        </child>
 
166
      </object>
 
167
    </child>
 
168
    <child>
 
169
      <object class="GtkVBox" id="page2">
 
170
        <property name="visible">True</property>
 
171
        <property name="orientation">vertical</property>
 
172
        <child>
 
173
          <object class="GtkLabel" id="enroll-label">
 
174
            <property name="visible">True</property>
 
175
            <property name="label">In order to save your fingerprints, you need to swipe your thumb on the "Acme foobar" device.</property>
 
176
            <property name="wrap">True</property>
 
177
          </object>
 
178
          <packing>
 
179
            <property name="expand">False</property>
 
180
            <property name="fill">False</property>
 
181
            <property name="position">0</property>
 
182
          </packing>
 
183
        </child>
 
184
        <child>
 
185
          <object class="GtkHBox" id="enroll_hbox">
 
186
            <property name="visible">True</property>
 
187
            <child>
 
188
              <placeholder/>
 
189
            </child>
 
190
            <child>
 
191
              <object class="GtkImage" id="image1">
 
192
                <property name="visible">True</property>
 
193
                <property name="stock">gtk-no</property>
 
194
                <property name="icon-size">6</property>
 
195
              </object>
 
196
              <packing>
 
197
                <property name="position">1</property>
 
198
              </packing>
 
199
            </child>
 
200
            <child>
 
201
              <object class="GtkImage" id="image2">
 
202
                <property name="visible">True</property>
 
203
                <property name="stock">gtk-no</property>
 
204
                <property name="icon-size">6</property>
 
205
              </object>
 
206
              <packing>
 
207
                <property name="position">2</property>
 
208
              </packing>
 
209
            </child>
 
210
            <child>
 
211
              <object class="GtkImage" id="image3">
 
212
                <property name="visible">True</property>
 
213
                <property name="stock">gtk-no</property>
 
214
                <property name="icon-size">6</property>
 
215
              </object>
 
216
              <packing>
 
217
                <property name="position">3</property>
 
218
              </packing>
 
219
            </child>
 
220
            <child>
 
221
              <object class="GtkImage" id="image4">
 
222
                <property name="visible">True</property>
 
223
                <property name="stock">gtk-no</property>
 
224
                <property name="icon-size">6</property>
 
225
              </object>
 
226
              <packing>
 
227
                <property name="position">4</property>
 
228
              </packing>
 
229
            </child>
 
230
            <child>
 
231
              <object class="GtkImage" id="image5">
 
232
                <property name="visible">True</property>
 
233
                <property name="stock">gtk-no</property>
 
234
                <property name="icon-size">6</property>
 
235
              </object>
 
236
              <packing>
 
237
                <property name="position">5</property>
 
238
              </packing>
 
239
            </child>
 
240
            <child>
 
241
              <placeholder/>
 
242
            </child>
 
243
          </object>
 
244
          <packing>
 
245
            <property name="position">1</property>
 
246
          </packing>
 
247
        </child>
 
248
        <child>
 
249
          <object class="GtkLabel" id="status-label">
 
250
            <property name="visible">True</property>
 
251
          </object>
 
252
          <packing>
 
253
            <property name="expand">False</property>
 
254
            <property name="fill">False</property>
 
255
            <property name="position">2</property>
 
256
          </packing>
 
257
        </child>
 
258
      </object>
 
259
    </child>
 
260
    <child>
 
261
      <object class="GtkLabel" id="page3">
 
262
        <property name="visible">True</property>
 
263
        <property name="label" translatable="yes">Your fingerprint was successfully saved. You should now be able to log in using your fingerprint reader.</property>
 
264
        <property name="wrap">True</property>
 
265
      </object>
 
266
      <packing>
 
267
        <property name="page_type">summary</property>
 
268
      </packing>
 
269
    </child>
 
270
  </object>
 
271
  <object class="GtkSizeGroup" id="sizegroup">
 
272
    <property name="mode">both</property>
 
273
    <widgets>
 
274
      <widget name="radiobutton1"/>
 
275
      <widget name="radiobutton2"/>
 
276
      <widget name="radiobutton3-hbox"/>
 
277
    </widgets>
 
278
  </object>
 
279
</interface>