~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to data/cheese-prefs.ui

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri, Andrea Veri, Loïc Minier
  • Date: 2009-09-23 20:25:41 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090923202541-q9lr8b7ykic314xy
Tags: 2.28.0.1-1
[ Andrea Veri ]
* New upstream release.
* debian/control:
  - Bumped Standards-version to 3.8.3. No changes needed.
  - libgtk2.0-dev bumped to >= 2.17.4 as per configure.ac
    requirements.
  - libgnome-desktop-dev bumped to >= 2.26.0 as per configure.ac
    requirements.
  - added a B-D on x11proto-core-dev needed from multimedia keys
    to work properly.
* debian/copyright:
  - added missing copyright holders.
* debian/patches:
  - removed as long as it has no patches in it.
* debian/rules:
  - simple-patchsys include removed, there are no patches to be
    applied.

[ Loïc Minier ]
* Bdep on rarian-compat instead of scrollkeeper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
 
<!--Generated with glade3 3.4.5 on Tue Jun 17 23:35:53 2008 -->
3
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkAdjustment" id="adjustment1">
 
6
    <property name="value">2</property>
 
7
    <property name="lower">3</property>
 
8
    <property name="upper">100</property>
 
9
    <property name="step_increment">1</property>
 
10
    <property name="page_increment">10</property>
 
11
  </object>
 
12
  <object class="GtkAdjustment" id="adjustment2">
 
13
    <property name="lower">1</property>
 
14
    <property name="upper">100</property>
 
15
    <property name="step_increment">1</property>
 
16
    <property name="page_increment">10</property>
 
17
  </object>
4
18
  <object class="GtkDialog" id="cheese_prefs_dialog">
5
19
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
6
20
    <property name="border_width">5</property>
7
21
    <property name="title" translatable="yes">Preferences</property>
8
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
22
    <property name="window_position">center-on-parent</property>
 
23
    <property name="type_hint">dialog</property>
10
24
    <property name="has_separator">False</property>
11
25
    <child internal-child="vbox">
12
26
      <object class="GtkVBox" id="dialog-vbox1">
17
31
          <object class="GtkVBox" id="vbox1">
18
32
            <property name="visible">True</property>
19
33
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
34
            <property name="spacing">12</property>
20
35
            <child>
21
36
              <object class="GtkFrame" id="frame2">
22
37
                <property name="visible">True</property>
23
38
                <property name="label_xalign">0</property>
24
 
                <property name="shadow_type">GTK_SHADOW_NONE</property>
 
39
                <property name="shadow_type">none</property>
25
40
                <child>
26
 
                  <object class="GtkAlignment" id="alignment1">
 
41
                  <object class="GtkHBox" id="hbox2">
27
42
                    <property name="visible">True</property>
28
 
                    <property name="left_padding">12</property>
29
 
                    <child>
30
 
                      <object class="GtkComboBox" id="webcam_combo_box">
31
 
                        <property name="visible">True</property>
32
 
                      </object>
 
43
                    <property name="border_width">4</property>
 
44
                    <property name="spacing">10</property>
 
45
                    <child>
 
46
                      <object class="GtkVBox" id="vbox4">
 
47
                        <property name="visible">True</property>
 
48
                        <property name="orientation">vertical</property>
 
49
                        <property name="spacing">2</property>
 
50
                        <child>
 
51
                          <object class="GtkAlignment" id="alignment3">
 
52
                            <property name="visible">True</property>
 
53
                            <property name="xalign">0</property>
 
54
                            <property name="xscale">0</property>
 
55
                            <property name="left_padding">10</property>
 
56
                            <child>
 
57
                              <object class="GtkLabel" id="label1">
 
58
                                <property name="visible">True</property>
 
59
                                <property name="label" translatable="yes">Device</property>
 
60
                              </object>
 
61
                            </child>
 
62
                          </object>
 
63
                          <packing>
 
64
                            <property name="position">0</property>
 
65
                          </packing>
 
66
                        </child>
 
67
                        <child>
 
68
                          <object class="GtkAlignment" id="alignment4">
 
69
                            <property name="visible">True</property>
 
70
                            <property name="xalign">0</property>
 
71
                            <property name="xscale">0</property>
 
72
                            <property name="left_padding">10</property>
 
73
                            <child>
 
74
                              <object class="GtkLabel" id="label6">
 
75
                                <property name="visible">True</property>
 
76
                                <property name="label" translatable="yes">Resolution</property>
 
77
                              </object>
 
78
                            </child>
 
79
                          </object>
 
80
                          <packing>
 
81
                            <property name="position">1</property>
 
82
                          </packing>
 
83
                        </child>
 
84
                      </object>
 
85
                      <packing>
 
86
                        <property name="expand">False</property>
 
87
                        <property name="fill">False</property>
 
88
                        <property name="position">0</property>
 
89
                      </packing>
 
90
                    </child>
 
91
                    <child>
 
92
                      <object class="GtkVBox" id="vbox5">
 
93
                        <property name="visible">True</property>
 
94
                        <property name="orientation">vertical</property>
 
95
                        <property name="spacing">2</property>
 
96
                        <child>
 
97
                          <object class="GtkComboBox" id="webcam_combo_box">
 
98
                            <property name="visible">True</property>
 
99
                          </object>
 
100
                          <packing>
 
101
                            <property name="position">0</property>
 
102
                          </packing>
 
103
                        </child>
 
104
                        <child>
 
105
                          <object class="GtkComboBox" id="resolution_combo_box">
 
106
                            <property name="visible">True</property>
 
107
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
108
                          </object>
 
109
                          <packing>
 
110
                            <property name="position">1</property>
 
111
                          </packing>
 
112
                        </child>
 
113
                      </object>
 
114
                      <packing>
 
115
                        <property name="position">1</property>
 
116
                      </packing>
33
117
                    </child>
34
118
                  </object>
35
119
                </child>
36
120
                <child type="label">
37
121
                  <object class="GtkLabel" id="label2">
38
122
                    <property name="visible">True</property>
39
 
                    <property name="label" translatable="yes">&lt;b&gt;Camera&lt;/b&gt;</property>
40
 
                    <property name="use_markup">True</property>
41
 
                  </object>
42
 
                </child>
43
 
              </object>
 
123
                    <property name="label" translatable="yes">Webcam</property>
 
124
                    <attributes>
 
125
                      <attribute name="weight" value="bold"/>
 
126
                    </attributes>
 
127
                  </object>
 
128
                </child>
 
129
              </object>
 
130
              <packing>
 
131
                <property name="position">0</property>
 
132
              </packing>
 
133
            </child>
 
134
            <child>
 
135
              <object class="GtkFrame" id="frame3">
 
136
                <property name="visible">True</property>
 
137
                <property name="label_xalign">0</property>
 
138
                <property name="shadow_type">none</property>
 
139
                <child>
 
140
                  <object class="GtkHBox" id="hbox1">
 
141
                    <property name="visible">True</property>
 
142
                    <property name="border_width">4</property>
 
143
                    <property name="spacing">10</property>
 
144
                    <child>
 
145
                      <object class="GtkVBox" id="vbox3">
 
146
                        <property name="visible">True</property>
 
147
                        <property name="orientation">vertical</property>
 
148
                        <property name="spacing">2</property>
 
149
                        <child>
 
150
                          <object class="GtkAlignment" id="alignment1">
 
151
                            <property name="visible">True</property>
 
152
                            <property name="xalign">0</property>
 
153
                            <property name="xscale">0</property>
 
154
                            <property name="left_padding">10</property>
 
155
                            <child>
 
156
                              <object class="GtkLabel" id="label4">
 
157
                                <property name="visible">True</property>
 
158
                                <property name="label" translatable="yes">Brightness</property>
 
159
                              </object>
 
160
                            </child>
 
161
                          </object>
 
162
                          <packing>
 
163
                            <property name="position">0</property>
 
164
                          </packing>
 
165
                        </child>
 
166
                        <child>
 
167
                          <object class="GtkAlignment" id="alignment2">
 
168
                            <property name="visible">True</property>
 
169
                            <property name="xalign">0</property>
 
170
                            <property name="xscale">0</property>
 
171
                            <property name="left_padding">10</property>
 
172
                            <child>
 
173
                              <object class="GtkLabel" id="label5">
 
174
                                <property name="visible">True</property>
 
175
                                <property name="label" translatable="yes">Contrast</property>
 
176
                              </object>
 
177
                            </child>
 
178
                          </object>
 
179
                          <packing>
 
180
                            <property name="position">1</property>
 
181
                          </packing>
 
182
                        </child>
 
183
                        <child>
 
184
                          <object class="GtkAlignment" id="alignment5">
 
185
                            <property name="visible">True</property>
 
186
                            <property name="xalign">0</property>
 
187
                            <property name="xscale">0</property>
 
188
                            <property name="left_padding">10</property>
 
189
                            <child>
 
190
                              <object class="GtkLabel" id="label7">
 
191
                                <property name="visible">True</property>
 
192
                                <property name="label" translatable="yes">Saturation</property>
 
193
                              </object>
 
194
                            </child>
 
195
                          </object>
 
196
                          <packing>
 
197
                            <property name="position">2</property>
 
198
                          </packing>
 
199
                        </child>
 
200
                        <child>
 
201
                          <object class="GtkAlignment" id="alignment6">
 
202
                            <property name="visible">True</property>
 
203
                            <property name="xalign">0</property>
 
204
                            <property name="xscale">0</property>
 
205
                            <property name="left_padding">10</property>
 
206
                            <child>
 
207
                              <object class="GtkLabel" id="label8">
 
208
                                <property name="visible">True</property>
 
209
                                <property name="label" translatable="yes">Hue</property>
 
210
                              </object>
 
211
                            </child>
 
212
                          </object>
 
213
                          <packing>
 
214
                            <property name="position">3</property>
 
215
                          </packing>
 
216
                        </child>
 
217
                      </object>
 
218
                      <packing>
 
219
                        <property name="expand">False</property>
 
220
                        <property name="fill">False</property>
 
221
                        <property name="position">0</property>
 
222
                      </packing>
 
223
                    </child>
 
224
                    <child>
 
225
                      <object class="GtkVBox" id="vbox2">
 
226
                        <property name="visible">True</property>
 
227
                        <property name="orientation">vertical</property>
 
228
                        <property name="spacing">2</property>
 
229
                        <child>
 
230
                          <object class="GtkHScale" id="brightness_scale">
 
231
                            <property name="visible">True</property>
 
232
                            <property name="can_focus">True</property>
 
233
                            <property name="draw_value">False</property>
 
234
                          </object>
 
235
                          <packing>
 
236
                            <property name="position">0</property>
 
237
                          </packing>
 
238
                        </child>
 
239
                        <child>
 
240
                          <object class="GtkHScale" id="contrast_scale">
 
241
                            <property name="visible">True</property>
 
242
                            <property name="can_focus">True</property>
 
243
                            <property name="draw_value">False</property>
 
244
                          </object>
 
245
                          <packing>
 
246
                            <property name="position">1</property>
 
247
                          </packing>
 
248
                        </child>
 
249
                        <child>
 
250
                          <object class="GtkHScale" id="saturation_scale">
 
251
                            <property name="visible">True</property>
 
252
                            <property name="can_focus">True</property>
 
253
                            <property name="draw_value">False</property>
 
254
                          </object>
 
255
                          <packing>
 
256
                            <property name="position">2</property>
 
257
                          </packing>
 
258
                        </child>
 
259
                        <child>
 
260
                          <object class="GtkHScale" id="hue_scale">
 
261
                            <property name="visible">True</property>
 
262
                            <property name="can_focus">True</property>
 
263
                            <property name="draw_value">False</property>
 
264
                          </object>
 
265
                          <packing>
 
266
                            <property name="position">3</property>
 
267
                          </packing>
 
268
                        </child>
 
269
                      </object>
 
270
                      <packing>
 
271
                        <property name="position">1</property>
 
272
                      </packing>
 
273
                    </child>
 
274
                  </object>
 
275
                </child>
 
276
                <child type="label">
 
277
                  <object class="GtkLabel" id="label3">
 
278
                    <property name="visible">True</property>
 
279
                    <property name="label" translatable="yes">Image properties</property>
 
280
                    <attributes>
 
281
                      <attribute name="weight" value="bold"/>
 
282
                    </attributes>
 
283
                  </object>
 
284
                </child>
 
285
              </object>
 
286
              <packing>
 
287
                <property name="expand">False</property>
 
288
                <property name="fill">False</property>
 
289
                <property name="position">1</property>
 
290
              </packing>
44
291
            </child>
45
292
            <child>
46
293
              <object class="GtkFrame" id="frame1">
47
294
                <property name="visible">True</property>
48
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
49
295
                <property name="label_xalign">0</property>
50
 
                <property name="shadow_type">GTK_SHADOW_NONE</property>
 
296
                <property name="shadow_type">none</property>
51
297
                <child>
52
 
                  <object class="GtkAlignment" id="alignment6">
 
298
                  <object class="GtkHBox" id="hbox3">
53
299
                    <property name="visible">True</property>
54
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
55
 
                    <property name="left_padding">12</property>
56
 
                    <child>
57
 
                      <object class="GtkComboBox" id="resolution_combo_box">
58
 
                        <property name="visible">True</property>
59
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
60
 
                      </object>
 
300
                    <property name="border_width">4</property>
 
301
                    <property name="spacing">10</property>
 
302
                    <child>
 
303
                      <object class="GtkVBox" id="vbox6">
 
304
                        <property name="visible">True</property>
 
305
                        <property name="orientation">vertical</property>
 
306
                        <property name="spacing">2</property>
 
307
                        <child>
 
308
                          <object class="GtkAlignment" id="alignment7">
 
309
                            <property name="visible">True</property>
 
310
                            <property name="xalign">0</property>
 
311
                            <property name="xscale">0</property>
 
312
                            <property name="left_padding">10</property>
 
313
                            <child>
 
314
                              <object class="GtkLabel" id="label9">
 
315
                                <property name="visible">True</property>
 
316
                                <property name="label" translatable="yes">Number of photos</property>
 
317
                              </object>
 
318
                            </child>
 
319
                          </object>
 
320
                          <packing>
 
321
                            <property name="position">0</property>
 
322
                          </packing>
 
323
                        </child>
 
324
                        <child>
 
325
                          <object class="GtkAlignment" id="alignment8">
 
326
                            <property name="visible">True</property>
 
327
                            <property name="xalign">0</property>
 
328
                            <property name="xscale">0</property>
 
329
                            <property name="left_padding">10</property>
 
330
                            <child>
 
331
                              <object class="GtkLabel" id="label10">
 
332
                                <property name="visible">True</property>
 
333
                                <property name="label" translatable="yes">Delay between photos (secs.)</property>
 
334
                              </object>
 
335
                            </child>
 
336
                          </object>
 
337
                          <packing>
 
338
                            <property name="position">1</property>
 
339
                          </packing>
 
340
                        </child>
 
341
                      </object>
 
342
                      <packing>
 
343
                        <property name="expand">False</property>
 
344
                        <property name="fill">False</property>
 
345
                        <property name="position">0</property>
 
346
                      </packing>
 
347
                    </child>
 
348
                    <child>
 
349
                      <object class="GtkVBox" id="vbox7">
 
350
                        <property name="visible">True</property>
 
351
                        <property name="orientation">vertical</property>
 
352
                        <property name="spacing">2</property>
 
353
                        <child>
 
354
                          <object class="GtkSpinButton" id="burst_repeat">
 
355
                            <property name="visible">True</property>
 
356
                            <property name="can_focus">True</property>
 
357
                            <property name="invisible_char">&#x25CF;</property>
 
358
                            <property name="adjustment">adjustment1</property>
 
359
                          </object>
 
360
                          <packing>
 
361
                            <property name="position">0</property>
 
362
                          </packing>
 
363
                        </child>
 
364
                        <child>
 
365
                          <object class="GtkSpinButton" id="burst_delay">
 
366
                            <property name="visible">True</property>
 
367
                            <property name="can_focus">True</property>
 
368
                            <property name="invisible_char">&#x25CF;</property>
 
369
                            <property name="adjustment">adjustment2</property>
 
370
                          </object>
 
371
                          <packing>
 
372
                            <property name="position">1</property>
 
373
                          </packing>
 
374
                        </child>
 
375
                      </object>
 
376
                      <packing>
 
377
                        <property name="position">1</property>
 
378
                      </packing>
61
379
                    </child>
62
380
                  </object>
63
381
                </child>
64
382
                <child type="label">
65
 
                  <object class="GtkLabel" id="label1">
 
383
                  <object class="GtkLabel" id="label11">
66
384
                    <property name="visible">True</property>
67
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
68
 
                    <property name="label" translatable="yes">&lt;b&gt;Resolution&lt;/b&gt;</property>
69
 
                    <property name="use_markup">True</property>
 
385
                    <property name="label" translatable="yes">Burst mode</property>
 
386
                    <attributes>
 
387
                      <attribute name="weight" value="bold"/>
 
388
                    </attributes>
70
389
                  </object>
71
390
                </child>
72
391
              </object>
73
392
              <packing>
74
 
                <property name="position">1</property>
 
393
                <property name="position">2</property>
75
394
              </packing>
76
395
            </child>
77
396
          </object>
85
404
          <object class="GtkHButtonBox" id="dialog-action_area1">
86
405
            <property name="visible">True</property>
87
406
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
88
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
407
            <property name="layout_style">end</property>
89
408
            <child>
90
409
              <object class="GtkButton" id="button1">
 
410
                <property name="label">gtk-close</property>
91
411
                <property name="visible">True</property>
92
412
                <property name="can_focus">True</property>
93
413
                <property name="receives_default">True</property>
94
414
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
95
 
                <property name="label">gtk-close</property>
96
415
                <property name="use_stock">True</property>
97
416
              </object>
 
417
              <packing>
 
418
                <property name="expand">False</property>
 
419
                <property name="fill">False</property>
 
420
                <property name="position">0</property>
 
421
              </packing>
98
422
            </child>
99
423
          </object>
100
424
          <packing>
101
425
            <property name="expand">False</property>
102
 
            <property name="pack_type">GTK_PACK_END</property>
 
426
            <property name="pack_type">end</property>
 
427
            <property name="position">0</property>
103
428
          </packing>
104
429
        </child>
105
430
      </object>