Updated 0desktop for GTK 3
[zeroinstall/solver.git] / zeroinstall / gtkui / desktop.ui
blob8173d4e905f14a408401f56fe247b962ae72d9f9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkDialog" id="applist">
6 <property name="can_focus">False</property>
7 <property name="title" translatable="yes">Zero Install applications</property>
8 <property name="default_width">500</property>
9 <property name="default_height">500</property>
10 <property name="type_hint">dialog</property>
11 <child internal-child="vbox">
12 <object class="GtkVBox" id="dialog-vbox2">
13 <property name="visible">True</property>
14 <property name="can_focus">False</property>
15 <child internal-child="action_area">
16 <object class="GtkHButtonBox" id="dialog-action_area2">
17 <property name="visible">True</property>
18 <property name="can_focus">False</property>
19 <property name="layout_style">end</property>
20 <child>
21 <object class="GtkButton" id="closebutton1">
22 <property name="label">gtk-close</property>
23 <property name="use_action_appearance">False</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="can_default">True</property>
27 <property name="receives_default">False</property>
28 <property name="use_stock">True</property>
29 </object>
30 <packing>
31 <property name="expand">False</property>
32 <property name="fill">False</property>
33 <property name="position">0</property>
34 </packing>
35 </child>
36 <child>
37 <object class="GtkButton" id="show_cache">
38 <property name="use_action_appearance">False</property>
39 <property name="visible">True</property>
40 <property name="can_focus">True</property>
41 <property name="can_default">True</property>
42 <property name="receives_default">False</property>
43 <property name="tooltip_text" translatable="yes">Show all Zero Install software currently stored on this computer (i.e. those programs which can be run without a network connection). This can be useful if you're running out of disk space and need to delete something.</property>
44 <child>
45 <object class="GtkAlignment" id="alignment4">
46 <property name="visible">True</property>
47 <property name="can_focus">False</property>
48 <property name="xscale">0</property>
49 <property name="yscale">0</property>
50 <child>
51 <object class="GtkHBox" id="hbox4">
52 <property name="visible">True</property>
53 <property name="can_focus">False</property>
54 <property name="spacing">2</property>
55 <child>
56 <object class="GtkImage" id="image1">
57 <property name="visible">True</property>
58 <property name="can_focus">False</property>
59 <property name="stock">gtk-properties</property>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">False</property>
64 <property name="position">0</property>
65 </packing>
66 </child>
67 <child>
68 <object class="GtkLabel" id="label12">
69 <property name="visible">True</property>
70 <property name="can_focus">False</property>
71 <property name="label" translatable="yes">Show Cache</property>
72 <property name="use_underline">True</property>
73 </object>
74 <packing>
75 <property name="expand">False</property>
76 <property name="fill">False</property>
77 <property name="position">1</property>
78 </packing>
79 </child>
80 </object>
81 </child>
82 </object>
83 </child>
84 </object>
85 <packing>
86 <property name="expand">False</property>
87 <property name="fill">False</property>
88 <property name="position">1</property>
89 </packing>
90 </child>
91 </object>
92 <packing>
93 <property name="expand">False</property>
94 <property name="fill">True</property>
95 <property name="pack_type">end</property>
96 <property name="position">0</property>
97 </packing>
98 </child>
99 <child>
100 <object class="GtkFrame" id="frame4">
101 <property name="visible">True</property>
102 <property name="can_focus">False</property>
103 <property name="label_xalign">0</property>
104 <property name="shadow_type">none</property>
105 <child>
106 <object class="GtkScrolledWindow" id="scrolledwindow1">
107 <property name="visible">True</property>
108 <property name="can_focus">True</property>
109 <property name="hscrollbar_policy">never</property>
110 <property name="shadow_type">in</property>
111 <child>
112 <object class="GtkTreeView" id="treeview">
113 <property name="visible">True</property>
114 <property name="can_focus">True</property>
115 <property name="headers_visible">False</property>
116 <property name="rules_hint">True</property>
117 </object>
118 </child>
119 </object>
120 </child>
121 </object>
122 <packing>
123 <property name="expand">True</property>
124 <property name="fill">True</property>
125 <property name="position">1</property>
126 </packing>
127 </child>
128 </object>
129 </child>
130 <action-widgets>
131 <action-widget response="-7">closebutton1</action-widget>
132 <action-widget response="0">show_cache</action-widget>
133 </action-widgets>
134 </object>
135 <object class="GtkListStore" id="liststore1">
136 <columns>
137 <!-- column-name gchararray1 -->
138 <column type="gchararray"/>
139 </columns>
140 </object>
141 <object class="GtkDialog" id="main">
142 <property name="can_focus">False</property>
143 <property name="title" translatable="yes">Add Zero Install Application</property>
144 <property name="window_position">center</property>
145 <property name="type_hint">dialog</property>
146 <child internal-child="vbox">
147 <object class="GtkVBox" id="dialog-vbox1">
148 <property name="visible">True</property>
149 <property name="can_focus">False</property>
150 <child internal-child="action_area">
151 <object class="GtkHButtonBox" id="dialog-action_area1">
152 <property name="visible">True</property>
153 <property name="can_focus">False</property>
154 <property name="layout_style">end</property>
155 <child>
156 <object class="GtkButton" id="cancelbutton1">
157 <property name="label">gtk-cancel</property>
158 <property name="use_action_appearance">False</property>
159 <property name="visible">True</property>
160 <property name="can_focus">True</property>
161 <property name="can_default">True</property>
162 <property name="receives_default">False</property>
163 <property name="use_stock">True</property>
164 </object>
165 <packing>
166 <property name="expand">False</property>
167 <property name="fill">False</property>
168 <property name="position">0</property>
169 </packing>
170 </child>
171 <child>
172 <object class="GtkButton" id="okbutton1">
173 <property name="label">gtk-go-back</property>
174 <property name="use_action_appearance">False</property>
175 <property name="visible">True</property>
176 <property name="sensitive">False</property>
177 <property name="can_focus">True</property>
178 <property name="can_default">True</property>
179 <property name="receives_default">False</property>
180 <property name="use_stock">True</property>
181 </object>
182 <packing>
183 <property name="expand">False</property>
184 <property name="fill">False</property>
185 <property name="position">1</property>
186 </packing>
187 </child>
188 <child>
189 <object class="GtkButton" id="dialog_next">
190 <property name="label">gtk-go-forward</property>
191 <property name="use_action_appearance">False</property>
192 <property name="visible">True</property>
193 <property name="can_focus">True</property>
194 <property name="can_default">True</property>
195 <property name="has_default">True</property>
196 <property name="receives_default">False</property>
197 <property name="use_stock">True</property>
198 </object>
199 <packing>
200 <property name="expand">False</property>
201 <property name="fill">False</property>
202 <property name="position">2</property>
203 </packing>
204 </child>
205 <child>
206 <object class="GtkButton" id="dialog_ok">
207 <property name="label">gtk-ok</property>
208 <property name="use_action_appearance">False</property>
209 <property name="can_focus">True</property>
210 <property name="can_default">True</property>
211 <property name="receives_default">False</property>
212 <property name="use_stock">True</property>
213 </object>
214 <packing>
215 <property name="expand">False</property>
216 <property name="fill">False</property>
217 <property name="position">3</property>
218 </packing>
219 </child>
220 </object>
221 <packing>
222 <property name="expand">False</property>
223 <property name="fill">True</property>
224 <property name="pack_type">end</property>
225 <property name="position">0</property>
226 </packing>
227 </child>
228 <child>
229 <object class="GtkEventBox" id="drop_uri">
230 <property name="visible">True</property>
231 <property name="can_focus">False</property>
232 <child>
233 <object class="GtkNotebook" id="notebook1">
234 <property name="visible">True</property>
235 <property name="can_focus">False</property>
236 <property name="border_width">4</property>
237 <property name="show_tabs">False</property>
238 <property name="show_border">False</property>
239 <child>
240 <object class="GtkFrame" id="frame1">
241 <property name="visible">True</property>
242 <property name="can_focus">False</property>
243 <property name="border_width">8</property>
244 <property name="label_xalign">0</property>
245 <property name="shadow_type">none</property>
246 <child>
247 <object class="GtkAlignment" id="alignment1">
248 <property name="visible">True</property>
249 <property name="can_focus">False</property>
250 <property name="top_padding">4</property>
251 <property name="left_padding">12</property>
252 <child>
253 <object class="GtkVBox" id="vbox2">
254 <property name="visible">True</property>
255 <property name="can_focus">False</property>
256 <property name="spacing">8</property>
257 <child>
258 <object class="GtkLabel" id="label2">
259 <property name="visible">True</property>
260 <property name="can_focus">False</property>
261 <property name="xalign">0</property>
262 <property name="label" translatable="yes">&lt;i&gt;Enter the URI of the application you want to install, or drag its link from a web-browser into this window.&lt;/i&gt;</property>
263 <property name="use_markup">True</property>
264 </object>
265 <packing>
266 <property name="expand">False</property>
267 <property name="fill">False</property>
268 <property name="position">0</property>
269 </packing>
270 </child>
271 <child>
272 <object class="GtkHBox" id="hbox1">
273 <property name="visible">True</property>
274 <property name="can_focus">False</property>
275 <child>
276 <object class="GtkLabel" id="label3">
277 <property name="visible">True</property>
278 <property name="can_focus">False</property>
279 <property name="label" translatable="yes">URI: </property>
280 </object>
281 <packing>
282 <property name="expand">False</property>
283 <property name="fill">False</property>
284 <property name="position">0</property>
285 </packing>
286 </child>
287 <child>
288 <object class="GtkEntry" id="interface_uri">
289 <property name="visible">True</property>
290 <property name="can_focus">True</property>
291 <property name="activates_default">True</property>
292 <property name="primary_icon_activatable">False</property>
293 <property name="secondary_icon_activatable">False</property>
294 <property name="primary_icon_sensitive">True</property>
295 <property name="secondary_icon_sensitive">True</property>
296 </object>
297 <packing>
298 <property name="expand">True</property>
299 <property name="fill">True</property>
300 <property name="position">1</property>
301 </packing>
302 </child>
303 </object>
304 <packing>
305 <property name="expand">False</property>
306 <property name="fill">True</property>
307 <property name="position">1</property>
308 </packing>
309 </child>
310 </object>
311 </child>
312 </object>
313 </child>
314 <child type="label">
315 <object class="GtkLabel" id="label1">
316 <property name="visible">True</property>
317 <property name="can_focus">False</property>
318 <property name="label" translatable="yes">&lt;b&gt;Application to install&lt;/b&gt;</property>
319 <property name="use_markup">True</property>
320 </object>
321 </child>
322 </object>
323 </child>
324 <child type="tab">
325 <placeholder/>
326 </child>
327 <child>
328 <object class="GtkVBox" id="vbox3">
329 <property name="visible">True</property>
330 <property name="can_focus">False</property>
331 <property name="spacing">10</property>
332 <child>
333 <object class="GtkFrame" id="frame3">
334 <property name="visible">True</property>
335 <property name="can_focus">False</property>
336 <property name="label_xalign">0</property>
337 <property name="shadow_type">none</property>
338 <child>
339 <object class="GtkAlignment" id="alignment3">
340 <property name="visible">True</property>
341 <property name="can_focus">False</property>
342 <property name="border_width">4</property>
343 <property name="left_padding">12</property>
344 <child>
345 <object class="GtkHBox" id="hbox3">
346 <property name="visible">True</property>
347 <property name="can_focus">False</property>
348 <child>
349 <object class="GtkImage" id="icon">
350 <property name="visible">True</property>
351 <property name="can_focus">False</property>
352 <property name="xpad">4</property>
353 <property name="ypad">4</property>
354 <property name="stock">gtk-missing-image</property>
355 </object>
356 <packing>
357 <property name="expand">False</property>
358 <property name="fill">True</property>
359 <property name="position">0</property>
360 </packing>
361 </child>
362 <child>
363 <object class="GtkLabel" id="about">
364 <property name="visible">True</property>
365 <property name="can_focus">False</property>
366 <property name="xalign">0</property>
367 <property name="label" translatable="yes">label10</property>
368 </object>
369 <packing>
370 <property name="expand">True</property>
371 <property name="fill">True</property>
372 <property name="position">1</property>
373 </packing>
374 </child>
375 </object>
376 </child>
377 </object>
378 </child>
379 <child type="label">
380 <object class="GtkLabel" id="label9">
381 <property name="visible">True</property>
382 <property name="can_focus">False</property>
383 <property name="label" translatable="yes">&lt;b&gt;About this program&lt;/b&gt;</property>
384 <property name="use_markup">True</property>
385 </object>
386 </child>
387 </object>
388 <packing>
389 <property name="expand">False</property>
390 <property name="fill">True</property>
391 <property name="position">0</property>
392 </packing>
393 </child>
394 <child>
395 <object class="GtkFrame" id="frame2">
396 <property name="visible">True</property>
397 <property name="can_focus">False</property>
398 <property name="label_xalign">0</property>
399 <property name="shadow_type">none</property>
400 <child>
401 <object class="GtkAlignment" id="alignment2">
402 <property name="visible">True</property>
403 <property name="can_focus">False</property>
404 <property name="border_width">4</property>
405 <property name="left_padding">12</property>
406 <child>
407 <object class="GtkVBox" id="vbox4">
408 <property name="visible">True</property>
409 <property name="can_focus">False</property>
410 <property name="spacing">4</property>
411 <child>
412 <object class="GtkLabel" id="label11">
413 <property name="visible">True</property>
414 <property name="can_focus">False</property>
415 <property name="xalign">0</property>
416 <property name="label" translatable="yes">&lt;i&gt;Choose a category for the program to determine where it appears in the Applications menu.&lt;/i&gt;</property>
417 <property name="use_markup">True</property>
418 </object>
419 <packing>
420 <property name="expand">False</property>
421 <property name="fill">False</property>
422 <property name="position">0</property>
423 </packing>
424 </child>
425 <child>
426 <object class="GtkHBox" id="hbox2">
427 <property name="visible">True</property>
428 <property name="can_focus">False</property>
429 <child>
430 <object class="GtkLabel" id="label8">
431 <property name="visible">True</property>
432 <property name="can_focus">False</property>
433 <property name="label" translatable="yes">Category: </property>
434 </object>
435 <packing>
436 <property name="expand">False</property>
437 <property name="fill">False</property>
438 <property name="position">0</property>
439 </packing>
440 </child>
441 <child>
442 <object class="GtkComboBox" id="category">
443 <property name="visible">True</property>
444 <property name="can_focus">False</property>
445 <property name="model">liststore1</property>
446 <child>
447 <object class="GtkCellRendererText" id="cellrenderertext1"/>
448 <attributes>
449 <attribute name="text">0</attribute>
450 </attributes>
451 </child>
452 </object>
453 <packing>
454 <property name="expand">True</property>
455 <property name="fill">True</property>
456 <property name="position">1</property>
457 </packing>
458 </child>
459 </object>
460 <packing>
461 <property name="expand">False</property>
462 <property name="fill">True</property>
463 <property name="position">1</property>
464 </packing>
465 </child>
466 </object>
467 </child>
468 </object>
469 </child>
470 <child type="label">
471 <object class="GtkLabel" id="label7">
472 <property name="visible">True</property>
473 <property name="can_focus">False</property>
474 <property name="label" translatable="yes">&lt;b&gt;Applications menu&lt;/b&gt;</property>
475 <property name="use_markup">True</property>
476 </object>
477 </child>
478 </object>
479 <packing>
480 <property name="expand">False</property>
481 <property name="fill">True</property>
482 <property name="position">1</property>
483 </packing>
484 </child>
485 </object>
486 <packing>
487 <property name="position">1</property>
488 </packing>
489 </child>
490 <child type="tab">
491 <placeholder/>
492 </child>
493 <child>
494 <placeholder/>
495 </child>
496 <child type="tab">
497 <placeholder/>
498 </child>
499 </object>
500 </child>
501 </object>
502 <packing>
503 <property name="expand">True</property>
504 <property name="fill">True</property>
505 <property name="position">1</property>
506 </packing>
507 </child>
508 </object>
509 </child>
510 <action-widgets>
511 <action-widget response="-6">cancelbutton1</action-widget>
512 <action-widget response="0">okbutton1</action-widget>
513 <action-widget response="1">dialog_next</action-widget>
514 <action-widget response="-5">dialog_ok</action-widget>
515 </action-widgets>
516 </object>
517 </interface>