~ubuntu-branches/ubuntu/quantal/file-roller/quantal

« back to all changes in this revision

Viewing changes to data/ui/update.ui

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-06 13:13:15 UTC
  • mfrom: (1.2.102)
  • Revision ID: package-import@ubuntu.com-20120606131315-v6o9g8e0cq9olkq1
Tags: 3.5.1-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libgtk-3-dev
  - Replace build-depends on gnome-doc-utils with yelp-tools
* debian/watch:
  - Watch for unstable versions

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.14"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkDialog" id="update_file_dialog">
6
 
    <property name="border_width">5</property>
7
 
    <property name="type_hint">dialog</property>
8
 
    <child internal-child="vbox">
9
 
      <object class="GtkVBox" id="dialog-vbox1">
10
 
        <property name="visible">True</property>
11
 
        <property name="orientation">vertical</property>
12
 
        <property name="spacing">14</property>
13
 
        <child>
14
 
          <object class="GtkHBox" id="hbox2">
15
 
            <property name="visible">True</property>
16
 
            <property name="border_width">5</property>
17
 
            <property name="spacing">18</property>
18
 
            <child>
19
 
              <object class="GtkVBox" id="vbox1">
20
 
                <property name="visible">True</property>
21
 
                <property name="orientation">vertical</property>
22
 
                <child>
23
 
                  <object class="GtkImage" id="image2">
24
 
                    <property name="visible">True</property>
25
 
                    <property name="stock">gtk-dialog-warning</property>
26
 
                    <property name="icon-size">6</property>
27
 
                  </object>
28
 
                  <packing>
29
 
                    <property name="expand">False</property>
30
 
                    <property name="position">0</property>
31
 
                  </packing>
32
 
                </child>
33
 
              </object>
34
 
              <packing>
35
 
                <property name="position">0</property>
36
 
              </packing>
37
 
            </child>
38
 
            <child>
39
 
              <object class="GtkVBox" id="vbox4">
40
 
                <property name="visible">True</property>
41
 
                <property name="orientation">vertical</property>
42
 
                <property name="spacing">12</property>
43
 
                <child>
44
 
                  <object class="GtkLabel" id="update_file_primary_text_label">
45
 
                    <property name="visible">True</property>
46
 
                    <property name="xalign">0</property>
47
 
                    <property name="use_markup">True</property>
48
 
                    <property name="wrap">True</property>
49
 
                  </object>
50
 
                  <packing>
51
 
                    <property name="expand">False</property>
52
 
                    <property name="fill">False</property>
53
 
                    <property name="position">0</property>
54
 
                  </packing>
55
 
                </child>
56
 
                <child>
57
 
                  <object class="GtkLabel" id="update_file_secondary_text_label">
58
 
                    <property name="visible">True</property>
59
 
                    <property name="xalign">0</property>
60
 
                    <property name="label" translatable="yes">The file has been modified with an external application. If you don't update the file in the archive, all of your changes will be lost.</property>
61
 
                    <property name="wrap">True</property>
62
 
                  </object>
63
 
                  <packing>
64
 
                    <property name="expand">False</property>
65
 
                    <property name="fill">False</property>
66
 
                    <property name="position">1</property>
67
 
                  </packing>
68
 
                </child>
69
 
              </object>
70
 
              <packing>
71
 
                <property name="position">1</property>
72
 
              </packing>
73
 
            </child>
74
 
          </object>
75
 
          <packing>
76
 
            <property name="position">1</property>
77
 
          </packing>
78
 
        </child>
79
 
        <child internal-child="action_area">
80
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
81
 
            <property name="visible">True</property>
82
 
            <property name="layout_style">end</property>
83
 
            <child>
84
 
              <object class="GtkButton" id="update_file_cancel_button">
85
 
                <property name="label">gtk-cancel</property>
86
 
                <property name="visible">True</property>
87
 
                <property name="can_focus">True</property>
88
 
                <property name="can_default">True</property>
89
 
                <property name="receives_default">False</property>
90
 
                <property name="use_stock">True</property>
91
 
              </object>
92
 
              <packing>
93
 
                <property name="expand">False</property>
94
 
                <property name="fill">False</property>
95
 
                <property name="position">0</property>
96
 
              </packing>
97
 
            </child>
98
 
            <child>
99
 
              <object class="GtkButton" id="update_file_ok_button">
100
 
                <property name="visible">True</property>
101
 
                <property name="can_focus">True</property>
102
 
                <property name="can_default">True</property>
103
 
                <property name="receives_default">False</property>
104
 
                <child>
105
 
                  <object class="GtkAlignment" id="alignment1">
106
 
                    <property name="visible">True</property>
107
 
                    <property name="xscale">0</property>
108
 
                    <property name="yscale">0</property>
109
 
                    <child>
110
 
                      <object class="GtkHBox" id="hbox1">
111
 
                        <property name="visible">True</property>
112
 
                        <property name="spacing">2</property>
113
 
                        <child>
114
 
                          <object class="GtkImage" id="image1">
115
 
                            <property name="visible">True</property>
116
 
                            <property name="stock">gtk-save</property>
117
 
                          </object>
118
 
                          <packing>
119
 
                            <property name="expand">False</property>
120
 
                            <property name="fill">False</property>
121
 
                            <property name="position">0</property>
122
 
                          </packing>
123
 
                        </child>
124
 
                        <child>
125
 
                          <object class="GtkLabel" id="label1">
126
 
                            <property name="visible">True</property>
127
 
                            <property name="label" translatable="yes">_Update</property>
128
 
                            <property name="use_underline">True</property>
129
 
                          </object>
130
 
                          <packing>
131
 
                            <property name="expand">False</property>
132
 
                            <property name="fill">False</property>
133
 
                            <property name="position">1</property>
134
 
                          </packing>
135
 
                        </child>
136
 
                      </object>
137
 
                    </child>
138
 
                  </object>
139
 
                </child>
140
 
              </object>
141
 
              <packing>
142
 
                <property name="expand">False</property>
143
 
                <property name="fill">False</property>
144
 
                <property name="position">1</property>
145
 
              </packing>
146
 
            </child>
147
 
          </object>
148
 
          <packing>
149
 
            <property name="expand">False</property>
150
 
            <property name="pack_type">end</property>
151
 
            <property name="position">0</property>
152
 
          </packing>
153
 
        </child>
154
 
      </object>
155
 
    </child>
156
 
    <action-widgets>
157
 
      <action-widget response="-6">update_file_cancel_button</action-widget>
158
 
      <action-widget response="-5">update_file_ok_button</action-widget>
159
 
    </action-widgets>
160
 
  </object>
161
 
  <object class="GtkDialog" id="update_files_dialog">
162
 
    <property name="border_width">5</property>
163
 
    <property name="type_hint">dialog</property>
164
 
    <child internal-child="vbox">
165
 
      <object class="GtkVBox" id="vbox5">
166
 
        <property name="visible">True</property>
167
 
        <property name="orientation">vertical</property>
168
 
        <property name="spacing">14</property>
169
 
        <child>
170
 
          <object class="GtkHBox" id="hbox4">
171
 
            <property name="visible">True</property>
172
 
            <property name="border_width">5</property>
173
 
            <property name="spacing">18</property>
174
 
            <child>
175
 
              <object class="GtkVBox" id="vbox6">
176
 
                <property name="visible">True</property>
177
 
                <property name="orientation">vertical</property>
178
 
                <child>
179
 
                  <object class="GtkImage" id="image4">
180
 
                    <property name="visible">True</property>
181
 
                    <property name="stock">gtk-dialog-warning</property>
182
 
                    <property name="icon-size">6</property>
183
 
                  </object>
184
 
                  <packing>
185
 
                    <property name="expand">False</property>
186
 
                    <property name="position">0</property>
187
 
                  </packing>
188
 
                </child>
189
 
              </object>
190
 
              <packing>
191
 
                <property name="position">0</property>
192
 
              </packing>
193
 
            </child>
194
 
            <child>
195
 
              <object class="GtkVBox" id="vbox7">
196
 
                <property name="visible">True</property>
197
 
                <property name="orientation">vertical</property>
198
 
                <property name="spacing">12</property>
199
 
                <child>
200
 
                  <object class="GtkLabel" id="update_files_primary_text_label">
201
 
                    <property name="visible">True</property>
202
 
                    <property name="xalign">0</property>
203
 
                    <property name="use_markup">True</property>
204
 
                    <property name="wrap">True</property>
205
 
                  </object>
206
 
                  <packing>
207
 
                    <property name="expand">False</property>
208
 
                    <property name="fill">False</property>
209
 
                    <property name="position">0</property>
210
 
                  </packing>
211
 
                </child>
212
 
                <child>
213
 
                  <object class="GtkLabel" id="update_files_secondary_text_label">
214
 
                    <property name="visible">True</property>
215
 
                    <property name="xalign">0</property>
216
 
                    <property name="wrap">True</property>
217
 
                  </object>
218
 
                  <packing>
219
 
                    <property name="expand">False</property>
220
 
                    <property name="fill">False</property>
221
 
                    <property name="position">1</property>
222
 
                  </packing>
223
 
                </child>
224
 
                <child>
225
 
                  <object class="GtkVBox" id="vbox8">
226
 
                    <property name="visible">True</property>
227
 
                    <property name="orientation">vertical</property>
228
 
                    <property name="spacing">6</property>
229
 
                    <child>
230
 
                      <object class="GtkLabel" id="label9">
231
 
                        <property name="visible">True</property>
232
 
                        <property name="xalign">0</property>
233
 
                        <property name="label" translatable="yes">S_elect the files you want to update:</property>
234
 
                        <property name="use_underline">True</property>
235
 
                        <property name="mnemonic_widget">update_files_treeview</property>
236
 
                      </object>
237
 
                      <packing>
238
 
                        <property name="expand">False</property>
239
 
                        <property name="fill">False</property>
240
 
                        <property name="position">0</property>
241
 
                      </packing>
242
 
                    </child>
243
 
                    <child>
244
 
                      <object class="GtkScrolledWindow" id="scrolledwindow2">
245
 
                        <property name="width_request">400</property>
246
 
                        <property name="height_request">120</property>
247
 
                        <property name="visible">True</property>
248
 
                        <property name="can_focus">True</property>
249
 
                        <property name="hscrollbar_policy">never</property>
250
 
                        <property name="shadow_type">in</property>
251
 
                        <child>
252
 
                          <object class="GtkTreeView" id="update_files_treeview">
253
 
                            <property name="visible">True</property>
254
 
                            <property name="can_focus">True</property>
255
 
                            <property name="headers_visible">False</property>
256
 
                          </object>
257
 
                        </child>
258
 
                      </object>
259
 
                      <packing>
260
 
                        <property name="position">1</property>
261
 
                      </packing>
262
 
                    </child>
263
 
                  </object>
264
 
                  <packing>
265
 
                    <property name="position">2</property>
266
 
                  </packing>
267
 
                </child>
268
 
              </object>
269
 
              <packing>
270
 
                <property name="position">1</property>
271
 
              </packing>
272
 
            </child>
273
 
          </object>
274
 
          <packing>
275
 
            <property name="position">1</property>
276
 
          </packing>
277
 
        </child>
278
 
        <child internal-child="action_area">
279
 
          <object class="GtkHButtonBox" id="hbuttonbox1">
280
 
            <property name="visible">True</property>
281
 
            <property name="layout_style">end</property>
282
 
            <child>
283
 
              <object class="GtkButton" id="update_files_cancel_button">
284
 
                <property name="label">gtk-cancel</property>
285
 
                <property name="visible">True</property>
286
 
                <property name="can_focus">True</property>
287
 
                <property name="can_default">True</property>
288
 
                <property name="receives_default">False</property>
289
 
                <property name="use_stock">True</property>
290
 
              </object>
291
 
              <packing>
292
 
                <property name="expand">False</property>
293
 
                <property name="fill">False</property>
294
 
                <property name="position">0</property>
295
 
              </packing>
296
 
            </child>
297
 
            <child>
298
 
              <object class="GtkButton" id="update_files_ok_button">
299
 
                <property name="visible">True</property>
300
 
                <property name="can_focus">True</property>
301
 
                <property name="can_default">True</property>
302
 
                <property name="receives_default">False</property>
303
 
                <child>
304
 
                  <object class="GtkAlignment" id="alignment2">
305
 
                    <property name="visible">True</property>
306
 
                    <property name="xscale">0</property>
307
 
                    <property name="yscale">0</property>
308
 
                    <child>
309
 
                      <object class="GtkHBox" id="hbox3">
310
 
                        <property name="visible">True</property>
311
 
                        <property name="spacing">2</property>
312
 
                        <child>
313
 
                          <object class="GtkImage" id="image3">
314
 
                            <property name="visible">True</property>
315
 
                            <property name="stock">gtk-save</property>
316
 
                          </object>
317
 
                          <packing>
318
 
                            <property name="expand">False</property>
319
 
                            <property name="fill">False</property>
320
 
                            <property name="position">0</property>
321
 
                          </packing>
322
 
                        </child>
323
 
                        <child>
324
 
                          <object class="GtkLabel" id="label6">
325
 
                            <property name="visible">True</property>
326
 
                            <property name="label" translatable="yes">_Update</property>
327
 
                            <property name="use_underline">True</property>
328
 
                          </object>
329
 
                          <packing>
330
 
                            <property name="expand">False</property>
331
 
                            <property name="fill">False</property>
332
 
                            <property name="position">1</property>
333
 
                          </packing>
334
 
                        </child>
335
 
                      </object>
336
 
                    </child>
337
 
                  </object>
338
 
                </child>
339
 
              </object>
340
 
              <packing>
341
 
                <property name="expand">False</property>
342
 
                <property name="fill">False</property>
343
 
                <property name="position">1</property>
344
 
              </packing>
345
 
            </child>
346
 
          </object>
347
 
          <packing>
348
 
            <property name="expand">False</property>
349
 
            <property name="pack_type">end</property>
350
 
            <property name="position">0</property>
351
 
          </packing>
352
 
        </child>
353
 
      </object>
354
 
    </child>
355
 
    <action-widgets>
356
 
      <action-widget response="-6">update_files_cancel_button</action-widget>
357
 
      <action-widget response="-5">update_files_ok_button</action-widget>
358
 
    </action-widgets>
359
 
  </object>
360
 
</interface>