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

« back to all changes in this revision

Viewing changes to panels/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="GtkListStore" id="rotation-liststore">
 
6
    <columns>
 
7
      <!-- column-name item -->
 
8
      <column type="gchararray"/>
 
9
    </columns>
 
10
    <data>
 
11
      <row>
 
12
        <col id="0" translatable="yes">Normal</col>
 
13
      </row>
 
14
      <row>
 
15
        <col id="0" translatable="yes">Left</col>
 
16
      </row>
 
17
      <row>
 
18
        <col id="0" translatable="yes">Right</col>
 
19
      </row>
 
20
      <row>
 
21
        <col id="0" translatable="yes">Upside-down</col>
 
22
      </row>
 
23
    </data>
 
24
  </object>
 
25
  <object class="GtkWindow" id="window1">
 
26
    <child>
 
27
      <object class="GtkVBox" id="display-panel">
 
28
        <property name="visible">True</property>
 
29
        <property name="border_width">10</property>
 
30
        <property name="orientation">vertical</property>
 
31
        <property name="spacing">12</property>
 
32
        <child>
 
33
          <object class="GtkAlignment" id="align">
 
34
            <property name="visible">True</property>
 
35
            <child>
 
36
              <placeholder/>
 
37
            </child>
 
38
          </object>
 
39
          <packing>
 
40
            <property name="position">0</property>
 
41
          </packing>
 
42
        </child>
 
43
        <child>
 
44
          <object class="GtkHBox" id="hbox1">
 
45
            <property name="visible">True</property>
 
46
            <property name="spacing">12</property>
 
47
            <child>
 
48
              <object class="GtkVBox" id="vbox1">
 
49
                <property name="visible">True</property>
 
50
                <property name="orientation">vertical</property>
 
51
                <property name="spacing">12</property>
 
52
                <child>
 
53
                  <object class="GtkHBox" id="hbox3">
 
54
                    <property name="visible">True</property>
 
55
                    <property name="spacing">12</property>
 
56
                    <child>
 
57
                      <object class="GtkEventBox" id="current_monitor_event_box">
 
58
                        <property name="visible">True</property>
 
59
                        <child>
 
60
                          <object class="GtkLabel" id="current_monitor_label">
 
61
                            <property name="visible">True</property>
 
62
                            <property name="xalign">0</property>
 
63
                            <property name="xpad">10</property>
 
64
                            <property name="ypad">5</property>
 
65
                            <property name="label" translatable="yes">Monitor</property>
 
66
                            <attributes>
 
67
                              <attribute name="weight" value="bold"/>
 
68
                            </attributes>
 
69
                          </object>
 
70
                        </child>
 
71
                      </object>
 
72
                      <packing>
 
73
                        <property name="expand">False</property>
 
74
                        <property name="fill">False</property>
 
75
                        <property name="position">0</property>
 
76
                      </packing>
 
77
                    </child>
 
78
                    <child>
 
79
                      <object class="GtkHBox" id="hbox2">
 
80
                        <property name="visible">True</property>
 
81
                        <property name="spacing">12</property>
 
82
                        <child>
 
83
                          <object class="GtkSwitch" id="monitor_switch">
 
84
                            <property name="visible">True</property>
 
85
                            <property name="can_focus">True</property>
 
86
                            <property name="receives_default">False</property>
 
87
                            <property name="active">True</property>
 
88
                          </object>
 
89
                          <packing>
 
90
                            <property name="expand">False</property>
 
91
                            <property name="fill">False</property>
 
92
                            <property name="position">0</property>
 
93
                          </packing>
 
94
                        </child>
 
95
                      </object>
 
96
                      <packing>
 
97
                        <property name="expand">False</property>
 
98
                        <property name="fill">False</property>
 
99
                        <property name="pack_type">end</property>
 
100
                        <property name="position">1</property>
 
101
                      </packing>
 
102
                    </child>
 
103
                  </object>
 
104
                  <packing>
 
105
                    <property name="expand">False</property>
 
106
                    <property name="fill">False</property>
 
107
                    <property name="position">0</property>
 
108
                  </packing>
 
109
                </child>
 
110
                <child>
 
111
                  <object class="GtkAlignment" id="alignment1">
 
112
                    <property name="visible">True</property>
 
113
                    <property name="xalign">0</property>
 
114
                    <property name="yalign">0</property>
 
115
                    <property name="left_padding">12</property>
 
116
                    <child>
 
117
                      <object class="GtkTable" id="table1">
 
118
                        <property name="visible">True</property>
 
119
                        <property name="n_rows">3</property>
 
120
                        <property name="n_columns">2</property>
 
121
                        <property name="column_spacing">12</property>
 
122
                        <property name="row_spacing">6</property>
 
123
                        <child>
 
124
                          <object class="GtkAlignment" id="alignment4">
 
125
                            <property name="visible">True</property>
 
126
                            <child>
 
127
                              <placeholder/>
 
128
                            </child>
 
129
                          </object>
 
130
                          <packing>
 
131
                            <property name="left_attach">1</property>
 
132
                            <property name="right_attach">2</property>
 
133
                            <property name="top_attach">2</property>
 
134
                            <property name="bottom_attach">3</property>
 
135
                            <property name="x_options"></property>
 
136
                            <property name="y_options"></property>
 
137
                          </packing>
 
138
                        </child>
 
139
                        <child>
 
140
                          <object class="GtkLabel" id="label2">
 
141
                            <property name="visible">True</property>
 
142
                            <property name="xalign">0</property>
 
143
                            <property name="label" translatable="yes">_Resolution:</property>
 
144
                            <property name="use_underline">True</property>
 
145
                            <property name="mnemonic_widget">resolution_combo</property>
 
146
                          </object>
 
147
                          <packing>
 
148
                            <property name="x_options">GTK_FILL</property>
 
149
                            <property name="y_options"></property>
 
150
                          </packing>
 
151
                        </child>
 
152
                        <child>
 
153
                          <object class="GtkLabel" id="label5">
 
154
                            <property name="visible">True</property>
 
155
                            <property name="xalign">0</property>
 
156
                            <property name="label" translatable="yes">R_otation:</property>
 
157
                            <property name="use_underline">True</property>
 
158
                          </object>
 
159
                          <packing>
 
160
                            <property name="top_attach">1</property>
 
161
                            <property name="bottom_attach">2</property>
 
162
                            <property name="x_options">GTK_FILL</property>
 
163
                            <property name="y_options"></property>
 
164
                          </packing>
 
165
                        </child>
 
166
                        <child>
 
167
                          <object class="GtkComboBox" id="resolution_combo">
 
168
                            <property name="visible">True</property>
 
169
                          </object>
 
170
                          <packing>
 
171
                            <property name="left_attach">1</property>
 
172
                            <property name="right_attach">2</property>
 
173
                            <property name="y_options"></property>
 
174
                          </packing>
 
175
                        </child>
 
176
                        <child>
 
177
                          <object class="GtkComboBox" id="rotation_combo">
 
178
                            <property name="visible">True</property>
 
179
                            <child>
 
180
                              <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
181
                              <attributes>
 
182
                                <attribute name="text">0</attribute>
 
183
                              </attributes>
 
184
                            </child>
 
185
                          </object>
 
186
                          <packing>
 
187
                            <property name="left_attach">1</property>
 
188
                            <property name="right_attach">2</property>
 
189
                            <property name="top_attach">1</property>
 
190
                            <property name="bottom_attach">2</property>
 
191
                            <property name="y_options"></property>
 
192
                          </packing>
 
193
                        </child>
 
194
                        <child>
 
195
                          <placeholder/>
 
196
                        </child>
 
197
                      </object>
 
198
                    </child>
 
199
                  </object>
 
200
                  <packing>
 
201
                    <property name="expand">False</property>
 
202
                    <property name="position">1</property>
 
203
                  </packing>
 
204
                </child>
 
205
              </object>
 
206
              <packing>
 
207
                <property name="position">0</property>
 
208
              </packing>
 
209
            </child>
 
210
            <child>
 
211
              <object class="GtkAlignment" id="alignment2">
 
212
                <property name="visible">True</property>
 
213
                <child>
 
214
                  <placeholder/>
 
215
                </child>
 
216
              </object>
 
217
              <packing>
 
218
                <property name="position">1</property>
 
219
              </packing>
 
220
            </child>
 
221
            <child>
 
222
              <object class="GtkVBox" id="vbox2">
 
223
                <property name="visible">True</property>
 
224
                <property name="orientation">vertical</property>
 
225
                <child>
 
226
                  <object class="GtkCheckButton" id="clone_checkbox">
 
227
                    <property name="label" translatable="yes" comments="Note that mirror is a verb in this string">_Mirror displays</property>
 
228
                    <property name="visible">True</property>
 
229
                    <property name="can_focus">True</property>
 
230
                    <property name="receives_default">False</property>
 
231
                    <property name="use_underline">True</property>
 
232
                    <property name="draw_indicator">True</property>
 
233
                  </object>
 
234
                  <packing>
 
235
                    <property name="expand">False</property>
 
236
                    <property name="fill">False</property>
 
237
                    <property name="position">0</property>
 
238
                  </packing>
 
239
                </child>
 
240
                <child>
 
241
                  <object class="GtkLabel" id="clone_resolution_warning_label">
 
242
                    <property name="visible">True</property>
 
243
                    <property name="xalign">0</property>
 
244
                    <property name="label" translatable="yes">Note: may limit resolution options</property>
 
245
                    <attributes>
 
246
                      <attribute name="style" value="italic"/>
 
247
                    </attributes>
 
248
                  </object>
 
249
                  <packing>
 
250
                    <property name="expand">False</property>
 
251
                    <property name="fill">False</property>
 
252
                    <property name="position">1</property>
 
253
                  </packing>
 
254
                </child>
 
255
                <child>
 
256
                  <placeholder/>
 
257
                </child>
 
258
                <child>
 
259
                  <placeholder/>
 
260
                </child>
 
261
              </object>
 
262
              <packing>
 
263
                <property name="expand">False</property>
 
264
                <property name="position">2</property>
 
265
              </packing>
 
266
            </child>
 
267
          </object>
 
268
          <packing>
 
269
            <property name="position">1</property>
 
270
          </packing>
 
271
        </child>
 
272
        <child>
 
273
          <object class="GtkAlignment" id="alignment3">
 
274
            <property name="visible">True</property>
 
275
            <property name="top_padding">10</property>
 
276
            <child>
 
277
              <object class="GtkHButtonBox" id="hbuttonbox1">
 
278
                <property name="visible">True</property>
 
279
                <property name="spacing">6</property>
 
280
                <property name="layout_style">end</property>
 
281
                <child>
 
282
                  <object class="GtkButton" id="apply_button">
 
283
                    <property name="label">gtk-apply</property>
 
284
                    <property name="visible">True</property>
 
285
                    <property name="can_focus">True</property>
 
286
                    <property name="can_default">True</property>
 
287
                    <property name="receives_default">True</property>
 
288
                    <property name="use_stock">True</property>
 
289
                  </object>
 
290
                  <packing>
 
291
                    <property name="expand">False</property>
 
292
                    <property name="fill">False</property>
 
293
                    <property name="position">1</property>
 
294
                  </packing>
 
295
                </child>
 
296
                <child>
 
297
                  <object class="GtkButton" id="detect_displays_button">
 
298
                    <property name="label" translatable="yes">_Detect Displays</property>
 
299
                    <property name="visible">True</property>
 
300
                    <property name="can_focus">True</property>
 
301
                    <property name="receives_default">True</property>
 
302
                    <property name="use_underline">True</property>
 
303
                  </object>
 
304
                  <packing>
 
305
                    <property name="expand">False</property>
 
306
                    <property name="fill">False</property>
 
307
                    <property name="pack_type">end</property>
 
308
                    <property name="position">0</property>
 
309
                    <property name="secondary">True</property>
 
310
                  </packing>
 
311
                </child>
 
312
              </object>
 
313
            </child>
 
314
          </object>
 
315
          <packing>
 
316
            <property name="expand">False</property>
 
317
            <property name="fill">False</property>
 
318
            <property name="position">2</property>
 
319
          </packing>
 
320
        </child>
 
321
      </object>
 
322
    </child>
 
323
  </object>
 
324
</interface>