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

« back to all changes in this revision

Viewing changes to panels/background/background.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 project-wide -->
 
5
  <object class="GtkListStore" id="sources-liststore">
 
6
    <columns>
 
7
      <!-- column-name source-name -->
 
8
      <column type="gchararray"/>
 
9
      <!-- column-name source-id -->
 
10
      <column type="guint"/>
 
11
      <!-- column-name source-pointer -->
 
12
      <column type="gpointer"/>
 
13
    </columns>
 
14
  </object>
 
15
  <object class="GtkHBox" id="background-panel">
 
16
    <property name="visible">True</property>
 
17
    <property name="border_width">10</property>
 
18
    <property name="spacing">12</property>
 
19
    <child>
 
20
      <object class="GtkVBox" id="vbox2">
 
21
        <property name="visible">True</property>
 
22
        <property name="orientation">vertical</property>
 
23
        <property name="spacing">0</property>
 
24
        <child>
 
25
          <object class="GtkComboBox" id="sources-combobox">
 
26
            <property name="visible">True</property>
 
27
            <property name="model">sources-liststore</property>
 
28
            <child>
 
29
              <object class="GtkCellRendererText" id="cellrenderertext2"/>
 
30
              <attributes>
 
31
                <attribute name="text">0</attribute>
 
32
              </attributes>
 
33
            </child>
 
34
          </object>
 
35
          <packing>
 
36
            <property name="expand">False</property>
 
37
            <property name="position">0</property>
 
38
            <property name="padding">6</property>
 
39
          </packing>
 
40
        </child>
 
41
        <child>
 
42
          <object class="GtkScrolledWindow" id="scrolledwindow1">
 
43
            <property name="width_request">220</property>
 
44
            <property name="height_request">380</property>
 
45
            <property name="visible">True</property>
 
46
            <property name="can_focus">True</property>
 
47
            <property name="hscrollbar_policy">automatic</property>
 
48
            <property name="vscrollbar_policy">automatic</property>
 
49
            <property name="shadow_type">in</property>
 
50
            <child>
 
51
              <object class="GtkIconView" id="backgrounds-iconview">
 
52
                <property name="visible">True</property>
 
53
                <property name="can_focus">True</property>
 
54
                <property name="row_spacing">0</property>
 
55
                <property name="column_spacing">0</property>
 
56
                <property name="margin">0</property>
 
57
                <child>
 
58
                  <object class="GtkCellRendererPixbuf" id="pixbuf-renderer">
 
59
                    <property name="stock_size">6</property>
 
60
                  </object>
 
61
                  <attributes>
 
62
                    <attribute name="gicon">0</attribute>
 
63
                  </attributes>
 
64
                </child>
 
65
              </object>
 
66
            </child>
 
67
          </object>
 
68
          <packing>
 
69
            <property name="expand">True</property>
 
70
            <property name="fill">True</property>
 
71
            <property name="position">1</property>
 
72
          </packing>
 
73
        </child>
 
74
        <child>
 
75
          <object class="GtkToolbar" id="toolbar1">
 
76
            <property name="visible">True</property>
 
77
            <property name="can_focus">False</property>
 
78
            <property name="icon_size">1</property>
 
79
            <style>
 
80
              <class name="inline-toolbar"/>
 
81
            </style>
 
82
            <child>
 
83
              <object class="GtkToolButton" id="add_button">
 
84
                <property name="visible">True</property>
 
85
                <property name="can_focus">False</property>
 
86
                <property name="use_action_appearance">False</property>
 
87
                <property name="use_underline">True</property>
 
88
                <property name="icon_name">list-add-symbolic</property>
 
89
              </object>
 
90
              <packing>
 
91
                <property name="expand">False</property>
 
92
                <property name="homogeneous">True</property>
 
93
              </packing>
 
94
            </child>
 
95
            <child>
 
96
              <object class="GtkToolButton" id="remove_button">
 
97
                <property name="visible">True</property>
 
98
                <property name="can_focus">False</property>
 
99
                <property name="use_action_appearance">False</property>
 
100
                <property name="use_underline">True</property>
 
101
                <property name="icon_name">list-remove-symbolic</property>
 
102
                <property name="sensitive">False</property>
 
103
              </object>
 
104
              <packing>
 
105
                <property name="expand">False</property>
 
106
                <property name="homogeneous">True</property>
 
107
              </packing>
 
108
            </child>
 
109
          </object>
 
110
          <packing>
 
111
            <property name="expand">False</property>
 
112
            <property name="fill">True</property>
 
113
            <property name="position">2</property>
 
114
          </packing>
 
115
        </child>
 
116
      </object>
 
117
      <packing>
 
118
        <property name="expand">False</property>
 
119
        <property name="fill">True</property>
 
120
        <property name="position">0</property>
 
121
      </packing>
 
122
    </child>
 
123
    <child>
 
124
      <object class="GtkVBox" id="vbox3">
 
125
        <property name="visible">True</property>
 
126
        <property name="can_focus">False</property>
 
127
        <property name="spacing">6</property>
 
128
        <child>
 
129
          <object class="GtkHBox" id="heading-hbox">
 
130
            <property name="visible">True</property>
 
131
            <property name="can_focus">False</property>
 
132
            <property name="spacing">24</property>
 
133
            <child>
 
134
              <object class="GtkLabel" id="background-label">
 
135
                <property name="visible">True</property>
 
136
                <property name="can_focus">False</property>
 
137
                <property name="xalign">0</property>
 
138
                <property name="label">Current background</property>
 
139
                <attributes>
 
140
                  <attribute name="weight" value="bold"/>
 
141
                </attributes>
 
142
              </object>
 
143
              <packing>
 
144
                <property name="expand">False</property>
 
145
                <property name="position">0</property>
 
146
              </packing>
 
147
            </child>
 
148
            <child>
 
149
              <object class="GtkLabel" id="size_label">
 
150
                <property name="visible">True</property>
 
151
                <property name="xalign">1</property>
 
152
                <property name="label">1280x700px</property>
 
153
              </object>
 
154
              <packing>
 
155
                <property name="position">1</property>
 
156
              </packing>
 
157
            </child>
 
158
          </object>
 
159
          <packing>
 
160
            <property name="expand">False</property>
 
161
            <property name="position">0</property>
 
162
          </packing>
 
163
        </child>
 
164
        <child>
 
165
          <object class="GtkDrawingArea" id="preview-area">
 
166
            <property name="visible">True</property>
 
167
          </object>
 
168
          <packing>
 
169
            <property name="position">1</property>
 
170
          </packing>
 
171
        </child>
 
172
        <child>
 
173
          <object class="GtkHBox" id="bottom-hbox">
 
174
            <property name="visible">True</property>
 
175
            <property name="spacing">12</property>
 
176
            <child>
 
177
              <object class="GtkHBox" id="hbox2">
 
178
                <property name="visible">True</property>
 
179
                <property name="spacing">2</property>
 
180
                <child>
 
181
                  <object class="GtkImage" id="slide_image">
 
182
                    <property name="visible">True</property>
 
183
                    <property name="icon_name">slideshow-symbolic</property>
 
184
                  </object>
 
185
                  <packing>
 
186
                    <property name="expand">False</property>
 
187
                    <property name="position">0</property>
 
188
                  </packing>
 
189
                </child>
 
190
                <child>
 
191
                  <object class="GtkLabel" id="slide-label">
 
192
                    <property name="visible">True</property>
 
193
                    <property name="xalign">0</property>
 
194
                    <property name="label" translatable="yes" comments="This refers to a slideshow background">Changes throughout the day</property>
 
195
                  </object>
 
196
                  <packing>
 
197
                    <property name="expand">False</property>
 
198
                    <property name="position">1</property>
 
199
                  </packing>
 
200
                </child>
 
201
                <child>
 
202
                  <object class="GtkLabel" id="strut">
 
203
                    <property name="visible">True</property>
 
204
                    <property name="label" translatable="no"> </property>
 
205
                  </object>
 
206
                  <packing>
 
207
                    <property name="expand">False</property>
 
208
                    <property name="position">1</property>
 
209
                  </packing>
 
210
                </child>
 
211
              </object>
 
212
              <packing>
 
213
                <property name="position">0</property>
 
214
              </packing>
 
215
            </child>
 
216
            <child>
 
217
              <object class="GtkHBox" id="edit-hbox">
 
218
                <property name="visible">True</property>
 
219
                <property name="spacing">6</property>
 
220
                <child>
 
221
                  <object class="GtkColorButton" id="style-pcolor">
 
222
                    <property name="visible">True</property>
 
223
                    <property name="can_focus">True</property>
 
224
                    <property name="receives_default">True</property>
 
225
                    <property name="color">#000000000000</property>
 
226
                  </object>
 
227
                  <packing>
 
228
                    <property name="expand">False</property>
 
229
                    <property name="fill">False</property>
 
230
                    <property name="position">0</property>
 
231
                  </packing>
 
232
                </child>
 
233
                <child>
 
234
                  <object class="GtkColorButton" id="style-scolor">
 
235
                    <property name="visible">True</property>
 
236
                    <property name="can_focus">True</property>
 
237
                    <property name="receives_default">True</property>
 
238
                    <property name="color">#000000000000</property>
 
239
                  </object>
 
240
                  <packing>
 
241
                    <property name="expand">False</property>
 
242
                    <property name="fill">False</property>
 
243
                    <property name="position">1</property>
 
244
                  </packing>
 
245
                </child>
 
246
                <child>
 
247
                  <object class="GtkComboBox" id="style-combobox">
 
248
                    <property name="visible">True</property>
 
249
                    <property name="model">style-liststore</property>
 
250
                    <property name="active">0</property>
 
251
                    <child>
 
252
                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
253
                      <attributes>
 
254
                        <attribute name="text">0</attribute>
 
255
                      </attributes>
 
256
                    </child>
 
257
                  </object>
 
258
                  <packing>
 
259
                    <property name="expand">False</property>
 
260
                    <property name="fill">False</property>
 
261
                    <property name="pack_type">end</property>
 
262
                    <property name="position">2</property>
 
263
                  </packing>
 
264
                </child>
 
265
              </object>
 
266
              <packing>
 
267
                <property name="expand">False</property>
 
268
                <property name="fill">False</property>
 
269
                <property name="pack_type">end</property>
 
270
                <property name="position">1</property>
 
271
              </packing>
 
272
            </child>
 
273
          </object>
 
274
          <packing>
 
275
            <property name="expand">False</property>
 
276
            <property name="position">2</property>
 
277
          </packing>
 
278
        </child>
 
279
      </object>
 
280
      <packing>
 
281
        <property name="position">1</property>
 
282
      </packing>
 
283
    </child>
 
284
  </object>
 
285
  <object class="GtkSizeGroup" id="sizegroup">
 
286
    <property name="mode">vertical</property>
 
287
    <widgets>
 
288
      <widget name="sources-combobox"/>
 
289
      <widget name="heading-hbox"/>
 
290
      <widget name="slide-label"/>
 
291
      <widget name="strut"/>
 
292
    </widgets>
 
293
  </object>
 
294
  <object class="GtkListStore" id="style-liststore">
 
295
    <columns>
 
296
      <!-- column-name name -->
 
297
      <column type="gchararray"/>
 
298
      <!-- column-name value -->
 
299
      <column type="gint"/>
 
300
    </columns>
 
301
    <data>
 
302
      <row>
 
303
        <col id="0" translatable="yes">Tile</col>
 
304
        <col id="1">1</col>
 
305
      </row>
 
306
      <row>
 
307
        <col id="0" translatable="yes">Zoom</col>
 
308
        <col id="1">5</col>
 
309
      </row>
 
310
      <row>
 
311
        <col id="0" translatable="yes">Center</col>
 
312
        <col id="1">2</col>
 
313
      </row>
 
314
      <row>
 
315
        <col id="0" translatable="yes">Scale</col>
 
316
        <col id="1">3</col>
 
317
      </row>
 
318
      <row>
 
319
        <col id="0" translatable="yes">Fill</col>
 
320
        <col id="1">4</col>
 
321
      </row>
 
322
      <row>
 
323
        <col id="0" translatable="yes">Span</col>
 
324
        <col id="1">6</col>
 
325
      </row>
 
326
    </data>
 
327
  </object>
 
328
</interface>