~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to capplets/display/display-capplet.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="GtkDialog" id="dialog">
6
 
    <property name="border_width">5</property>
7
 
    <property name="title" translatable="yes">Monitor Preferences</property>
8
 
    <property name="type_hint">dialog</property>
9
 
    <property name="has_separator">False</property>
10
 
    <child internal-child="vbox">
11
 
      <object class="GtkVBox" id="dialog-vbox1">
12
 
        <property name="visible">True</property>
13
 
        <property name="orientation">vertical</property>
14
 
        <property name="spacing">2</property>
15
 
        <child>
16
 
          <object class="GtkTable" id="table2">
17
 
            <property name="visible">True</property>
18
 
            <property name="n_rows">2</property>
19
 
            <property name="n_columns">2</property>
20
 
            <property name="column_spacing">12</property>
21
 
            <property name="row_spacing">12</property>
22
 
            <child>
23
 
              <object class="GtkVBox" id="vbox3">
24
 
                <property name="visible">True</property>
25
 
                <property name="orientation">vertical</property>
26
 
                <property name="spacing">12</property>
27
 
                <child>
28
 
                  <object class="GtkAlignment" id="align">
29
 
                    <property name="visible">True</property>
30
 
                    <child>
31
 
                      <placeholder/>
32
 
                    </child>
33
 
                  </object>
34
 
                  <packing>
35
 
                    <property name="position">0</property>
36
 
                  </packing>
37
 
                </child>
38
 
                <child>
39
 
                  <object class="GtkHBox" id="hbox1">
40
 
                    <property name="visible">True</property>
41
 
                    <property name="spacing">12</property>
42
 
                    <child>
43
 
                      <object class="GtkCheckButton" id="clone_checkbox">
44
 
                        <property name="label" translatable="yes">Sa_me image in all monitors</property>
45
 
                        <property name="visible">True</property>
46
 
                        <property name="can_focus">True</property>
47
 
                        <property name="receives_default">False</property>
48
 
                        <property name="use_underline">True</property>
49
 
                        <property name="draw_indicator">True</property>
50
 
                      </object>
51
 
                      <packing>
52
 
                        <property name="expand">False</property>
53
 
                        <property name="fill">False</property>
54
 
                        <property name="position">0</property>
55
 
                      </packing>
56
 
                    </child>
57
 
                    <child>
58
 
                      <object class="GtkButton" id="detect_displays_button">
59
 
                        <property name="label" translatable="yes">_Detect monitors</property>
60
 
                        <property name="visible">True</property>
61
 
                        <property name="can_focus">True</property>
62
 
                        <property name="receives_default">True</property>
63
 
                        <property name="use_underline">True</property>
64
 
                      </object>
65
 
                      <packing>
66
 
                        <property name="expand">False</property>
67
 
                        <property name="fill">False</property>
68
 
                        <property name="pack_type">end</property>
69
 
                        <property name="position">1</property>
70
 
                      </packing>
71
 
                    </child>
72
 
                  </object>
73
 
                  <packing>
74
 
                    <property name="expand">False</property>
75
 
                    <property name="fill">False</property>
76
 
                    <property name="position">1</property>
77
 
                  </packing>
78
 
                </child>
79
 
              </object>
80
 
            </child>
81
 
            <child>
82
 
              <object class="GtkVBox" id="vbox4">
83
 
                <property name="visible">True</property>
84
 
                <property name="orientation">vertical</property>
85
 
                <child>
86
 
                  <object class="GtkLabel" id="label8">
87
 
                    <property name="visible">True</property>
88
 
                    <property name="xalign">0</property>
89
 
                    <property name="label" translatable="yes">Panel icon</property>
90
 
                    <attributes>
91
 
                      <attribute name="weight" value="bold"/>
92
 
                    </attributes>
93
 
                  </object>
94
 
                  <packing>
95
 
                    <property name="expand">False</property>
96
 
                    <property name="fill">False</property>
97
 
                    <property name="position">0</property>
98
 
                  </packing>
99
 
                </child>
100
 
                <child>
101
 
                  <object class="GtkAlignment" id="alignment2">
102
 
                    <property name="visible">True</property>
103
 
                    <property name="left_padding">12</property>
104
 
                    <child>
105
 
                      <object class="GtkCheckButton" id="show_notification_icon">
106
 
                        <property name="label" translatable="yes">_Show monitors in panel</property>
107
 
                        <property name="visible">True</property>
108
 
                        <property name="can_focus">True</property>
109
 
                        <property name="receives_default">False</property>
110
 
                        <property name="use_underline">True</property>
111
 
                        <property name="draw_indicator">True</property>
112
 
                      </object>
113
 
                    </child>
114
 
                  </object>
115
 
                  <packing>
116
 
                    <property name="expand">False</property>
117
 
                    <property name="fill">False</property>
118
 
                    <property name="position">1</property>
119
 
                  </packing>
120
 
                </child>
121
 
              </object>
122
 
              <packing>
123
 
                <property name="right_attach">2</property>
124
 
                <property name="top_attach">1</property>
125
 
                <property name="bottom_attach">2</property>
126
 
              </packing>
127
 
            </child>
128
 
            <child>
129
 
              <object class="GtkAlignment" id="alignment1">
130
 
                <property name="visible">True</property>
131
 
                <property name="xalign">0</property>
132
 
                <property name="yalign">0</property>
133
 
                <child>
134
 
                  <object class="GtkTable" id="table1">
135
 
                    <property name="visible">True</property>
136
 
                    <property name="n_rows">6</property>
137
 
                    <property name="n_columns">2</property>
138
 
                    <property name="column_spacing">12</property>
139
 
                    <property name="row_spacing">6</property>
140
 
                    <child>
141
 
                      <object class="GtkLabel" id="label2">
142
 
                        <property name="visible">True</property>
143
 
                        <property name="xalign">0</property>
144
 
                        <property name="label" translatable="yes">_Resolution:</property>
145
 
                        <property name="use_underline">True</property>
146
 
                        <property name="mnemonic_widget">resolution_combo</property>
147
 
                      </object>
148
 
                      <packing>
149
 
                        <property name="top_attach">2</property>
150
 
                        <property name="bottom_attach">3</property>
151
 
                        <property name="x_options">GTK_FILL</property>
152
 
                        <property name="y_options"></property>
153
 
                      </packing>
154
 
                    </child>
155
 
                    <child>
156
 
                      <object class="GtkLabel" id="label3">
157
 
                        <property name="visible">True</property>
158
 
                        <property name="xalign">0</property>
159
 
                        <property name="label" translatable="yes">Re_fresh rate:</property>
160
 
                        <property name="use_underline">True</property>
161
 
                        <property name="mnemonic_widget">refresh_combo</property>
162
 
                      </object>
163
 
                      <packing>
164
 
                        <property name="top_attach">3</property>
165
 
                        <property name="bottom_attach">4</property>
166
 
                        <property name="x_options">GTK_FILL</property>
167
 
                        <property name="y_options"></property>
168
 
                      </packing>
169
 
                    </child>
170
 
                    <child>
171
 
                      <object class="GtkComboBox" id="resolution_combo">
172
 
                        <property name="visible">True</property>
173
 
                      </object>
174
 
                      <packing>
175
 
                        <property name="left_attach">1</property>
176
 
                        <property name="right_attach">2</property>
177
 
                        <property name="top_attach">2</property>
178
 
                        <property name="bottom_attach">3</property>
179
 
                        <property name="y_options"></property>
180
 
                      </packing>
181
 
                    </child>
182
 
                    <child>
183
 
                      <object class="GtkComboBox" id="refresh_combo">
184
 
                        <property name="visible">True</property>
185
 
                      </object>
186
 
                      <packing>
187
 
                        <property name="left_attach">1</property>
188
 
                        <property name="right_attach">2</property>
189
 
                        <property name="top_attach">3</property>
190
 
                        <property name="bottom_attach">4</property>
191
 
                        <property name="y_options"></property>
192
 
                      </packing>
193
 
                    </child>
194
 
                    <child>
195
 
                      <object class="GtkHBox" id="hbox2">
196
 
                        <property name="visible">True</property>
197
 
                        <property name="spacing">12</property>
198
 
                        <child>
199
 
                          <object class="GtkRadioButton" id="monitor_on_radio">
200
 
                            <property name="label" translatable="yes">On</property>
201
 
                            <property name="visible">True</property>
202
 
                            <property name="can_focus">True</property>
203
 
                            <property name="receives_default">False</property>
204
 
                            <property name="use_underline">True</property>
205
 
                            <property name="active">True</property>
206
 
                            <property name="draw_indicator">True</property>
207
 
                          </object>
208
 
                          <packing>
209
 
                            <property name="expand">False</property>
210
 
                            <property name="fill">False</property>
211
 
                            <property name="position">0</property>
212
 
                          </packing>
213
 
                        </child>
214
 
                        <child>
215
 
                          <object class="GtkRadioButton" id="monitor_off_radio">
216
 
                            <property name="label" translatable="yes">Off</property>
217
 
                            <property name="visible">True</property>
218
 
                            <property name="can_focus">True</property>
219
 
                            <property name="receives_default">False</property>
220
 
                            <property name="use_underline">True</property>
221
 
                            <property name="draw_indicator">True</property>
222
 
                            <property name="group">monitor_on_radio</property>
223
 
                          </object>
224
 
                          <packing>
225
 
                            <property name="expand">False</property>
226
 
                            <property name="fill">False</property>
227
 
                            <property name="position">1</property>
228
 
                          </packing>
229
 
                        </child>
230
 
                      </object>
231
 
                      <packing>
232
 
                        <property name="right_attach">2</property>
233
 
                        <property name="top_attach">1</property>
234
 
                        <property name="bottom_attach">2</property>
235
 
                        <property name="y_options"></property>
236
 
                      </packing>
237
 
                    </child>
238
 
                    <child>
239
 
                      <object class="GtkEventBox" id="current_monitor_event_box">
240
 
                        <property name="visible">True</property>
241
 
                        <child>
242
 
                          <object class="GtkLabel" id="current_monitor_label">
243
 
                            <property name="visible">True</property>
244
 
                            <property name="xalign">0</property>
245
 
                            <property name="label" translatable="yes">Monitor</property>
246
 
                            <attributes>
247
 
                              <attribute name="weight" value="bold"/>
248
 
                            </attributes>
249
 
                          </object>
250
 
                        </child>
251
 
                      </object>
252
 
                      <packing>
253
 
                        <property name="right_attach">2</property>
254
 
                        <property name="y_options"></property>
255
 
                      </packing>
256
 
                    </child>
257
 
                    <child>
258
 
                      <object class="GtkLabel" id="label5">
259
 
                        <property name="visible">True</property>
260
 
                        <property name="xalign">0</property>
261
 
                        <property name="label" translatable="yes">R_otation:</property>
262
 
                        <property name="use_underline">True</property>
263
 
                        <property name="mnemonic_widget">rotation_combo</property>
264
 
                      </object>
265
 
                      <packing>
266
 
                        <property name="top_attach">4</property>
267
 
                        <property name="bottom_attach">5</property>
268
 
                        <property name="x_options">GTK_FILL</property>
269
 
                        <property name="y_options"></property>
270
 
                      </packing>
271
 
                    </child>
272
 
                    <child>
273
 
                      <object class="GtkComboBox" id="rotation_combo">
274
 
                        <property name="visible">True</property>
275
 
                        <property name="model">liststore1</property>
276
 
                        <child>
277
 
                          <object class="GtkCellRendererText" id="cellrenderertext1"/>
278
 
                          <attributes>
279
 
                            <attribute name="text">0</attribute>
280
 
                          </attributes>
281
 
                        </child>
282
 
                      </object>
283
 
                      <packing>
284
 
                        <property name="left_attach">1</property>
285
 
                        <property name="right_attach">2</property>
286
 
                        <property name="top_attach">4</property>
287
 
                        <property name="bottom_attach">5</property>
288
 
                        <property name="y_options"></property>
289
 
                      </packing>
290
 
                    </child>
291
 
                    <child>
292
 
                      <object class="GtkCheckButton" id="panel_checkbox">
293
 
                        <property name="label" translatable="yes">Include _panel</property>
294
 
                        <property name="can_focus">True</property>
295
 
                        <property name="receives_default">False</property>
296
 
                        <property name="use_underline">True</property>
297
 
                        <property name="draw_indicator">True</property>
298
 
                      </object>
299
 
                      <packing>
300
 
                        <property name="top_attach">5</property>
301
 
                        <property name="bottom_attach">6</property>
302
 
                        <property name="x_options">GTK_FILL</property>
303
 
                        <property name="y_options"></property>
304
 
                      </packing>
305
 
                    </child>
306
 
                    <child>
307
 
                      <object class="GtkAlignment" id="alignment4">
308
 
                        <property name="visible">True</property>
309
 
                        <child>
310
 
                          <placeholder/>
311
 
                        </child>
312
 
                      </object>
313
 
                      <packing>
314
 
                        <property name="left_attach">1</property>
315
 
                        <property name="right_attach">2</property>
316
 
                        <property name="top_attach">5</property>
317
 
                        <property name="bottom_attach">6</property>
318
 
                        <property name="x_options"></property>
319
 
                        <property name="y_options"></property>
320
 
                      </packing>
321
 
                    </child>
322
 
                  </object>
323
 
                </child>
324
 
              </object>
325
 
              <packing>
326
 
                <property name="left_attach">1</property>
327
 
                <property name="right_attach">2</property>
328
 
                <property name="x_options"></property>
329
 
                <property name="y_options">GTK_FILL</property>
330
 
              </packing>
331
 
            </child>
332
 
          </object>
333
 
          <packing>
334
 
            <property name="position">1</property>
335
 
          </packing>
336
 
        </child>
337
 
        <child internal-child="action_area">
338
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
339
 
            <property name="visible">True</property>
340
 
            <property name="layout_style">end</property>
341
 
            <child>
342
 
              <object class="GtkButton" id="helpbutton1">
343
 
                <property name="label">gtk-help</property>
344
 
                <property name="visible">True</property>
345
 
                <property name="can_focus">True</property>
346
 
                <property name="can_default">True</property>
347
 
                <property name="receives_default">False</property>
348
 
                <property name="use_stock">True</property>
349
 
              </object>
350
 
              <packing>
351
 
                <property name="expand">False</property>
352
 
                <property name="fill">False</property>
353
 
                <property name="position">0</property>
354
 
                <property name="secondary">True</property>
355
 
              </packing>
356
 
            </child>
357
 
            <child>
358
 
              <object class="GtkButton" id="make_default_button">
359
 
                <property name="label" translatable="yes">Make Default</property>
360
 
                <property name="visible">True</property>
361
 
                <property name="can_focus">True</property>
362
 
                <property name="receives_default">True</property>
363
 
                <property name="use_underline">True</property>
364
 
              </object>
365
 
              <packing>
366
 
                <property name="expand">False</property>
367
 
                <property name="fill">False</property>
368
 
                <property name="position">1</property>
369
 
              </packing>
370
 
            </child>
371
 
            <child>
372
 
              <object class="GtkButton" id="apply_button">
373
 
                <property name="label">gtk-apply</property>
374
 
                <property name="visible">True</property>
375
 
                <property name="can_focus">True</property>
376
 
                <property name="can_default">True</property>
377
 
                <property name="receives_default">False</property>
378
 
                <property name="use_stock">True</property>
379
 
              </object>
380
 
              <packing>
381
 
                <property name="expand">False</property>
382
 
                <property name="fill">False</property>
383
 
                <property name="position">2</property>
384
 
              </packing>
385
 
            </child>
386
 
            <child>
387
 
              <object class="GtkButton" id="button2">
388
 
                <property name="label">gtk-close</property>
389
 
                <property name="visible">True</property>
390
 
                <property name="can_focus">True</property>
391
 
                <property name="can_default">True</property>
392
 
                <property name="receives_default">False</property>
393
 
                <property name="use_stock">True</property>
394
 
              </object>
395
 
              <packing>
396
 
                <property name="expand">False</property>
397
 
                <property name="fill">False</property>
398
 
                <property name="position">3</property>
399
 
              </packing>
400
 
            </child>
401
 
          </object>
402
 
          <packing>
403
 
            <property name="expand">False</property>
404
 
            <property name="pack_type">end</property>
405
 
            <property name="position">0</property>
406
 
          </packing>
407
 
        </child>
408
 
      </object>
409
 
    </child>
410
 
    <action-widgets>
411
 
      <action-widget response="-11">helpbutton1</action-widget>
412
 
      <action-widget response="1">make_default_button</action-widget>
413
 
      <action-widget response="-10">apply_button</action-widget>
414
 
      <action-widget response="-7">button2</action-widget>
415
 
    </action-widgets>
416
 
  </object>
417
 
  <object class="GtkListStore" id="liststore1">
418
 
    <columns>
419
 
      <!-- column-name item -->
420
 
      <column type="gchararray"/>
421
 
    </columns>
422
 
    <data>
423
 
      <row>
424
 
        <col id="0" translatable="yes">Normal</col>
425
 
      </row>
426
 
      <row>
427
 
        <col id="0" translatable="yes">Left</col>
428
 
      </row>
429
 
      <row>
430
 
        <col id="0" translatable="yes">Right</col>
431
 
      </row>
432
 
      <row>
433
 
        <col id="0" translatable="yes">Upside-down</col>
434
 
      </row>
435
 
    </data>
436
 
  </object>
437
 
</interface>