~phcteam/slidewall/trunk

8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
1
<?xml version="1.0" encoding="UTF-8"?>
2
<interface>
3
  <requires lib="gtk+" version="2.24"/>
4
  <object class="GtkAction" id="action1"/>
5
  <object class="GtkFileChooserDialog" id="get_dir">
6
    <property name="can_focus">False</property>
7
    <property name="border_width">9</property>
8
    <property name="title" translatable="yes">Puzzi</property>
9
    <property name="window_position">center</property>
10
    <property name="type_hint">dialog</property>
11
    <property name="action">select-folder</property>
12
    <property name="create_folders">False</property>
13
    <property name="select_multiple">True</property>
14
    <child internal-child="vbox">
15
      <object class="GtkBox" id="dialog-vbox4">
16
        <property name="visible">True</property>
17
        <property name="can_focus">False</property>
18
        <property name="spacing">2</property>
19
        <child internal-child="action_area">
20
          <object class="GtkButtonBox" id="dialog-action_area4">
21
            <property name="visible">True</property>
22
            <property name="can_focus">False</property>
23
            <property name="layout_style">end</property>
24
            <child>
25
              <object class="GtkButton" id="cancelD">
26
                <property name="label" translatable="yes">Cancel</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
27
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
28
                <property name="visible">True</property>
29
                <property name="can_focus">True</property>
30
                <property name="receives_default">True</property>
31
                <property name="use_action_appearance">False</property>
32
                <signal name="clicked" handler="on_cancelD_clicked" swapped="no"/>
33
              </object>
34
              <packing>
35
                <property name="expand">False</property>
36
                <property name="fill">False</property>
37
                <property name="position">0</property>
38
              </packing>
39
            </child>
40
            <child>
41
              <object class="GtkButton" id="openD">
42
                <property name="label" translatable="yes">Open</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
43
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
44
                <property name="visible">True</property>
45
                <property name="can_focus">True</property>
46
                <property name="receives_default">True</property>
47
                <property name="use_action_appearance">False</property>
48
                <signal name="clicked" handler="on_openD_clicked" swapped="no"/>
49
              </object>
50
              <packing>
51
                <property name="expand">False</property>
52
                <property name="fill">False</property>
53
                <property name="padding">50</property>
54
                <property name="position">50</property>
55
              </packing>
56
            </child>
57
          </object>
58
          <packing>
59
            <property name="expand">False</property>
60
            <property name="fill">True</property>
61
            <property name="pack_type">end</property>
62
            <property name="position">0</property>
63
          </packing>
64
        </child>
65
        <child>
66
          <placeholder/>
67
        </child>
68
      </object>
69
    </child>
70
    <action-widgets>
71
      <action-widget response="0">cancelD</action-widget>
72
      <action-widget response="0">openD</action-widget>
73
    </action-widgets>
74
  </object>
75
  <object class="GtkFileChooserDialog" id="get_file">
76
    <property name="can_focus">False</property>
77
    <property name="border_width">5</property>
78
    <property name="title" translatable="yes">Puzzi</property>
79
    <property name="window_position">center</property>
80
    <property name="type_hint">dialog</property>
81
    <property name="create_folders">False</property>
82
    <property name="select_multiple">True</property>
83
    <child internal-child="vbox">
84
      <object class="GtkBox" id="dialog-vbox1">
85
        <property name="visible">True</property>
86
        <property name="can_focus">False</property>
87
        <property name="spacing">2</property>
88
        <child internal-child="action_area">
89
          <object class="GtkButtonBox" id="dialog-action_area1">
90
            <property name="visible">True</property>
91
            <property name="can_focus">False</property>
92
            <property name="layout_style">end</property>
93
            <child>
94
              <object class="GtkButton" id="cancel">
95
                <property name="label" translatable="yes">Cancel</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
96
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
97
                <property name="visible">True</property>
98
                <property name="can_focus">True</property>
99
                <property name="receives_default">True</property>
100
                <property name="use_action_appearance">False</property>
101
                <signal name="clicked" handler="on_cancel_clicked" swapped="no"/>
102
              </object>
103
              <packing>
104
                <property name="expand">False</property>
105
                <property name="fill">False</property>
106
                <property name="position">0</property>
107
              </packing>
108
            </child>
109
            <child>
110
              <object class="GtkButton" id="open">
111
                <property name="label" translatable="yes">Open</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
112
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
113
                <property name="visible">True</property>
114
                <property name="can_focus">True</property>
115
                <property name="receives_default">True</property>
116
                <property name="use_action_appearance">False</property>
117
                <signal name="clicked" handler="on_open_clicked" swapped="no"/>
118
              </object>
119
              <packing>
120
                <property name="expand">False</property>
121
                <property name="fill">False</property>
122
                <property name="padding">50</property>
123
                <property name="position">50</property>
124
              </packing>
125
            </child>
126
          </object>
127
          <packing>
128
            <property name="expand">False</property>
129
            <property name="fill">True</property>
130
            <property name="pack_type">end</property>
131
            <property name="position">0</property>
132
          </packing>
133
        </child>
134
        <child>
135
          <placeholder/>
136
        </child>
137
      </object>
138
    </child>
139
    <action-widgets>
140
      <action-widget response="0">cancel</action-widget>
141
      <action-widget response="0">open</action-widget>
142
    </action-widgets>
143
  </object>
144
  <object class="GtkFileChooserDialog" id="get_xml">
145
    <property name="can_focus">False</property>
146
    <property name="border_width">5</property>
147
    <property name="title" translatable="yes">Puzzi</property>
148
    <property name="window_position">center</property>
149
    <property name="type_hint">dialog</property>
150
    <property name="create_folders">False</property>
151
    <child internal-child="vbox">
152
      <object class="GtkBox" id="filechooserdialog-vbox4">
153
        <property name="visible">True</property>
154
        <property name="can_focus">False</property>
155
        <property name="spacing">2</property>
156
        <child internal-child="action_area">
157
          <object class="GtkButtonBox" id="filechooserdialog-action_area4">
158
            <property name="visible">True</property>
159
            <property name="can_focus">False</property>
160
            <property name="layout_style">end</property>
161
            <child>
162
              <object class="GtkButton" id="cancelx">
163
                <property name="label" translatable="yes">Cancel</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
164
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
165
                <property name="visible">True</property>
166
                <property name="can_focus">True</property>
167
                <property name="receives_default">True</property>
168
                <property name="use_action_appearance">False</property>
169
                <signal name="clicked" handler="on_cancelX_clicked" swapped="no"/>
170
              </object>
171
              <packing>
172
                <property name="expand">False</property>
173
                <property name="fill">False</property>
174
                <property name="position">0</property>
175
              </packing>
176
            </child>
177
            <child>
178
              <object class="GtkButton" id="openx">
179
                <property name="label" translatable="yes">Open</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
180
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
181
                <property name="visible">True</property>
182
                <property name="can_focus">True</property>
183
                <property name="receives_default">True</property>
184
                <property name="use_action_appearance">False</property>
185
                <signal name="clicked" handler="on_openX_clicked" swapped="no"/>
186
              </object>
187
              <packing>
188
                <property name="expand">False</property>
189
                <property name="fill">False</property>
190
                <property name="padding">50</property>
191
                <property name="position">50</property>
192
              </packing>
193
            </child>
194
          </object>
195
          <packing>
196
            <property name="expand">False</property>
197
            <property name="fill">True</property>
198
            <property name="pack_type">end</property>
199
            <property name="position">0</property>
200
          </packing>
201
        </child>
202
        <child>
203
          <placeholder/>
204
        </child>
205
      </object>
206
    </child>
207
    <action-widgets>
208
      <action-widget response="0">cancelx</action-widget>
209
      <action-widget response="0">openx</action-widget>
210
    </action-widgets>
211
  </object>
212
  <object class="GtkWindow" id="main">
213
    <property name="can_focus">False</property>
214
    <property name="window_position">center</property>
215
    <signal name="destroy" handler="on_main_destroy" swapped="no"/>
216
    <child>
217
      <object class="GtkVBox" id="vbox1">
218
        <property name="visible">True</property>
219
        <property name="can_focus">False</property>
220
        <property name="spacing">5</property>
221
        <child>
222
          <object class="GtkMenuBar" id="menubar">
223
            <property name="visible">True</property>
224
            <property name="can_focus">False</property>
225
            <child>
226
              <object class="GtkMenuItem" id="menuitem1">
11 by Tommaso Bianucci
cli.py: aggiunti args
227
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
228
                <property name="visible">True</property>
229
                <property name="can_focus">False</property>
230
                <property name="label" translatable="yes">_File</property>
231
                <property name="use_underline">True</property>
232
                <child type="submenu">
233
                  <object class="GtkMenu" id="menu1">
234
                    <property name="visible">True</property>
235
                    <property name="can_focus">False</property>
236
                    <child>
237
                      <object class="GtkImageMenuItem" id="imagemenuitem1">
238
                        <property name="label">gtk-new</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
239
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
240
                        <property name="visible">True</property>
241
                        <property name="can_focus">False</property>
242
                        <property name="use_underline">True</property>
243
                        <property name="use_stock">True</property>
244
                      </object>
245
                    </child>
246
                    <child>
247
                      <object class="GtkImageMenuItem" id="imagemenuitem2">
248
                        <property name="label">gtk-open</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
249
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
250
                        <property name="visible">True</property>
251
                        <property name="can_focus">False</property>
252
                        <property name="use_underline">True</property>
253
                        <property name="use_stock">True</property>
254
                      </object>
255
                    </child>
256
                    <child>
257
                      <object class="GtkImageMenuItem" id="imagemenuitem3">
258
                        <property name="label">gtk-save</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
259
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
260
                        <property name="visible">True</property>
261
                        <property name="can_focus">False</property>
262
                        <property name="use_underline">True</property>
263
                        <property name="use_stock">True</property>
264
                      </object>
265
                    </child>
266
                    <child>
267
                      <object class="GtkImageMenuItem" id="imagemenuitem4">
268
                        <property name="label">gtk-save-as</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
269
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
270
                        <property name="visible">True</property>
271
                        <property name="can_focus">False</property>
272
                        <property name="use_underline">True</property>
273
                        <property name="use_stock">True</property>
274
                      </object>
275
                    </child>
276
                    <child>
277
                      <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
11 by Tommaso Bianucci
cli.py: aggiunti args
278
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
279
                        <property name="visible">True</property>
280
                        <property name="can_focus">False</property>
281
                      </object>
282
                    </child>
283
                    <child>
284
                      <object class="GtkImageMenuItem" id="imagemenuitem5">
285
                        <property name="label">gtk-quit</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
286
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
287
                        <property name="visible">True</property>
288
                        <property name="can_focus">False</property>
289
                        <property name="use_underline">True</property>
290
                        <property name="use_stock">True</property>
291
                      </object>
292
                    </child>
293
                  </object>
294
                </child>
295
              </object>
296
            </child>
297
            <child>
298
              <object class="GtkMenuItem" id="menuitem2">
11 by Tommaso Bianucci
cli.py: aggiunti args
299
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
300
                <property name="visible">True</property>
301
                <property name="can_focus">False</property>
302
                <property name="label" translatable="yes">_Modifica</property>
303
                <property name="use_underline">True</property>
304
                <child type="submenu">
305
                  <object class="GtkMenu" id="menu2">
306
                    <property name="visible">True</property>
307
                    <property name="can_focus">False</property>
308
                    <child>
309
                      <object class="GtkImageMenuItem" id="imagemenuitem6">
310
                        <property name="label">gtk-cut</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
311
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
312
                        <property name="visible">True</property>
313
                        <property name="can_focus">False</property>
314
                        <property name="use_underline">True</property>
315
                        <property name="use_stock">True</property>
316
                      </object>
317
                    </child>
318
                    <child>
319
                      <object class="GtkImageMenuItem" id="imagemenuitem7">
320
                        <property name="label">gtk-copy</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
321
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
322
                        <property name="visible">True</property>
323
                        <property name="can_focus">False</property>
324
                        <property name="use_underline">True</property>
325
                        <property name="use_stock">True</property>
326
                      </object>
327
                    </child>
328
                    <child>
329
                      <object class="GtkImageMenuItem" id="imagemenuitem8">
330
                        <property name="label">gtk-paste</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
331
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
332
                        <property name="visible">True</property>
333
                        <property name="can_focus">False</property>
334
                        <property name="use_underline">True</property>
335
                        <property name="use_stock">True</property>
336
                      </object>
337
                    </child>
338
                    <child>
339
                      <object class="GtkImageMenuItem" id="imagemenuitem9">
340
                        <property name="label">gtk-delete</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
341
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
342
                        <property name="visible">True</property>
343
                        <property name="can_focus">False</property>
344
                        <property name="use_underline">True</property>
345
                        <property name="use_stock">True</property>
346
                      </object>
347
                    </child>
348
                  </object>
349
                </child>
350
              </object>
351
            </child>
352
            <child>
353
              <object class="GtkMenuItem" id="menuitem3">
11 by Tommaso Bianucci
cli.py: aggiunti args
354
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
355
                <property name="visible">True</property>
356
                <property name="can_focus">False</property>
357
                <property name="label" translatable="yes">_Visualizza</property>
358
                <property name="use_underline">True</property>
359
              </object>
360
            </child>
361
            <child>
362
              <object class="GtkMenuItem" id="menuitem4">
11 by Tommaso Bianucci
cli.py: aggiunti args
363
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
364
                <property name="visible">True</property>
365
                <property name="can_focus">False</property>
366
                <property name="label" translatable="yes">A_iuto</property>
367
                <property name="use_underline">True</property>
368
                <child type="submenu">
369
                  <object class="GtkMenu" id="menu3">
370
                    <property name="visible">True</property>
371
                    <property name="can_focus">False</property>
372
                    <child>
373
                      <object class="GtkImageMenuItem" id="imagemenuitem10">
374
                        <property name="label">gtk-about</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
375
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
376
                        <property name="visible">True</property>
377
                        <property name="can_focus">False</property>
378
                        <property name="use_underline">True</property>
379
                        <property name="use_stock">True</property>
380
                      </object>
381
                    </child>
382
                  </object>
383
                </child>
384
              </object>
385
            </child>
386
          </object>
387
          <packing>
388
            <property name="expand">False</property>
389
            <property name="fill">True</property>
390
            <property name="position">0</property>
391
          </packing>
392
        </child>
393
        <child>
394
          <object class="GtkHBox" id="name">
395
            <property name="visible">True</property>
396
            <property name="can_focus">False</property>
397
            <child>
398
              <object class="GtkLabel" id="nlabel">
399
                <property name="visible">True</property>
400
                <property name="can_focus">False</property>
401
                <property name="xpad">15</property>
402
                <property name="label" translatable="yes">Slideshow Name</property>
403
              </object>
404
              <packing>
405
                <property name="expand">False</property>
406
                <property name="fill">False</property>
407
                <property name="position">0</property>
408
              </packing>
409
            </child>
410
            <child>
411
              <object class="GtkEntry" id="nfield">
412
                <property name="visible">True</property>
413
                <property name="can_focus">True</property>
414
                <property name="is_focus">True</property>
415
                <property name="has_default">True</property>
416
                <property name="invisible_char"></property>
417
                <property name="primary_icon_activatable">False</property>
418
                <property name="secondary_icon_activatable">False</property>
419
                <signal name="changed" handler="on_name_changed" swapped="no"/>
420
              </object>
421
              <packing>
422
                <property name="expand">True</property>
423
                <property name="fill">True</property>
424
                <property name="padding">10</property>
425
                <property name="position">1</property>
426
              </packing>
427
            </child>
428
          </object>
429
          <packing>
430
            <property name="expand">False</property>
431
            <property name="fill">True</property>
432
            <property name="padding">5</property>
433
            <property name="position">1</property>
434
          </packing>
435
        </child>
436
        <child>
437
          <object class="GtkHBox" id="data">
438
            <property name="width_request">200</property>
439
            <property name="height_request">350</property>
440
            <property name="visible">True</property>
441
            <property name="can_focus">False</property>
442
            <child>
443
              <object class="GtkVBox" id="files">
444
                <property name="width_request">375</property>
445
                <property name="visible">True</property>
446
                <property name="can_focus">False</property>
447
                <property name="spacing">5</property>
448
                <child>
449
                  <object class="GtkLabel" id="dlabel">
450
                    <property name="visible">True</property>
451
                    <property name="can_focus">False</property>
452
                    <property name="ypad">3</property>
453
                    <property name="label" translatable="yes">Add wallpapers:</property>
454
                    <property name="ellipsize">start</property>
455
                  </object>
456
                  <packing>
457
                    <property name="expand">False</property>
458
                    <property name="fill">False</property>
459
                    <property name="position">0</property>
460
                  </packing>
461
                </child>
462
                <child>
463
                  <object class="GtkScrolledWindow" id="scrolledwindow1">
464
                    <property name="visible">True</property>
465
                    <property name="can_focus">True</property>
466
                    <child>
11 by Tommaso Bianucci
cli.py: aggiunti args
467
                      <object class="GtkTreeView" id="file_tree">
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
468
                        <property name="visible">True</property>
469
                        <property name="can_focus">True</property>
470
                        <child internal-child="selection">
471
                          <object class="GtkTreeSelection" id="treeview-selection1"/>
472
                        </child>
473
                      </object>
474
                    </child>
475
                  </object>
476
                  <packing>
477
                    <property name="expand">True</property>
478
                    <property name="fill">True</property>
479
                    <property name="position">1</property>
480
                  </packing>
481
                </child>
482
                <child>
483
                  <object class="GtkHBox" id="hbox1">
484
                    <property name="visible">True</property>
485
                    <property name="can_focus">False</property>
486
                    <property name="spacing">1</property>
487
                    <child>
488
                      <object class="GtkButton" id="file">
489
                        <property name="label" translatable="yes">Add file</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
490
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
491
                        <property name="visible">True</property>
492
                        <property name="can_focus">True</property>
493
                        <property name="receives_default">True</property>
494
                        <property name="use_action_appearance">False</property>
495
                        <signal name="clicked" handler="on_file_clicked" swapped="no"/>
496
                      </object>
497
                      <packing>
498
                        <property name="expand">True</property>
499
                        <property name="fill">False</property>
500
                        <property name="padding">4</property>
501
                        <property name="position">0</property>
502
                      </packing>
503
                    </child>
504
                    <child>
505
                      <object class="GtkButton" id="directory">
506
                        <property name="label" translatable="yes">Add directory</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
507
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
508
                        <property name="visible">True</property>
509
                        <property name="can_focus">True</property>
510
                        <property name="receives_default">True</property>
511
                        <property name="use_action_appearance">False</property>
512
                        <signal name="clicked" handler="on_directory_clicked" swapped="no"/>
513
                      </object>
514
                      <packing>
515
                        <property name="expand">True</property>
516
                        <property name="fill">False</property>
517
                        <property name="position">1</property>
518
                      </packing>
519
                    </child>
520
                    <child>
521
                      <object class="GtkButton" id="rm">
522
                        <property name="label" translatable="yes">Remove</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
523
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
524
                        <property name="visible">True</property>
525
                        <property name="can_focus">True</property>
526
                        <property name="receives_default">True</property>
527
                        <property name="use_action_appearance">False</property>
528
                        <signal name="clicked" handler="on_rm_clicked" swapped="no"/>
529
                      </object>
530
                      <packing>
531
                        <property name="expand">True</property>
532
                        <property name="fill">False</property>
533
                        <property name="position">2</property>
534
                      </packing>
535
                    </child>
536
                    <child>
537
                      <object class="GtkButton" id="r_xml">
538
                        <property name="label" translatable="yes">Import Xml</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
539
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
540
                        <property name="visible">True</property>
541
                        <property name="can_focus">True</property>
542
                        <property name="receives_default">True</property>
543
                        <property name="use_action_appearance">False</property>
544
                        <signal name="clicked" handler="on_old_xml_clicked" swapped="no"/>
545
                      </object>
546
                      <packing>
547
                        <property name="expand">True</property>
548
                        <property name="fill">False</property>
549
                        <property name="position">3</property>
550
                      </packing>
551
                    </child>
552
                  </object>
553
                  <packing>
554
                    <property name="expand">False</property>
555
                    <property name="fill">True</property>
556
                    <property name="padding">1</property>
557
                    <property name="position">2</property>
558
                  </packing>
559
                </child>
560
                <child>
561
                  <object class="GtkHBox" id="hbox2">
562
                    <property name="visible">True</property>
563
                    <property name="can_focus">False</property>
564
                    <property name="spacing">1</property>
565
                    <child>
566
                      <object class="GtkEntry" id="tagtext">
567
                        <property name="visible">True</property>
568
                        <property name="can_focus">True</property>
569
                        <property name="hexpand">True</property>
570
                        <property name="invisible_char"></property>
571
                        <property name="text" translatable="yes">Search photos by tag...</property>
572
                        <property name="invisible_char_set">True</property>
573
                        <signal name="changed" handler="on_tagtext_changed" swapped="no"/>
574
                      </object>
575
                      <packing>
576
                        <property name="expand">False</property>
577
                        <property name="fill">True</property>
578
                        <property name="position">0</property>
579
                      </packing>
580
                    </child>
581
                    <child>
582
                      <object class="GtkButton" id="tagadd">
583
                        <property name="label" translatable="yes">Add by tag</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
584
                        <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
585
                        <property name="visible">True</property>
586
                        <property name="can_focus">True</property>
587
                        <property name="receives_default">True</property>
588
                        <property name="use_action_appearance">False</property>
589
                        <signal name="clicked" handler="on_tagadd_clicked" swapped="no"/>
590
                      </object>
591
                      <packing>
592
                        <property name="expand">False</property>
593
                        <property name="fill">False</property>
594
                        <property name="position">1</property>
595
                      </packing>
596
                    </child>
597
                  </object>
598
                  <packing>
599
                    <property name="expand">False</property>
600
                    <property name="fill">True</property>
601
                    <property name="padding">1</property>
602
                    <property name="position">4</property>
603
                  </packing>
604
                </child>
605
              </object>
606
              <packing>
607
                <property name="expand">False</property>
608
                <property name="fill">False</property>
609
                <property name="padding">5</property>
610
                <property name="position">0</property>
611
              </packing>
612
            </child>
613
            <child>
614
              <object class="GtkVBox" id="vbox2">
615
                <property name="visible">True</property>
616
                <property name="can_focus">False</property>
617
                <property name="spacing">10</property>
618
                <child>
619
                  <object class="GtkHBox" id="hold">
620
                    <property name="visible">True</property>
621
                    <property name="can_focus">False</property>
622
                    <child>
623
                      <object class="GtkLabel" id="hold_duration_label">
624
                        <property name="visible">True</property>
625
                        <property name="can_focus">False</property>
626
                        <property name="label" translatable="yes">Hold duration</property>
627
                      </object>
628
                      <packing>
629
                        <property name="expand">False</property>
630
                        <property name="fill">False</property>
631
                        <property name="padding">20</property>
632
                        <property name="position">0</property>
633
                      </packing>
634
                    </child>
635
                    <child>
636
                      <object class="GtkSpinButton" id="hold_duration_value">
637
                        <property name="visible">True</property>
638
                        <property name="can_focus">True</property>
639
                        <property name="invisible_char"></property>
640
                        <property name="primary_icon_activatable">False</property>
641
                        <property name="secondary_icon_activatable">False</property>
642
                        <property name="numeric">True</property>
643
                        <signal name="value-changed" handler="on_hold_duration_value_changed" swapped="no"/>
644
                      </object>
645
                      <packing>
646
                        <property name="expand">False</property>
647
                        <property name="fill">False</property>
648
                        <property name="pack_type">end</property>
649
                        <property name="position">1</property>
650
                      </packing>
651
                    </child>
652
                  </object>
653
                  <packing>
654
                    <property name="expand">True</property>
655
                    <property name="fill">False</property>
656
                    <property name="position">0</property>
657
                  </packing>
658
                </child>
659
                <child>
660
                  <object class="GtkHBox" id="transition">
661
                    <property name="visible">True</property>
662
                    <property name="can_focus">False</property>
663
                    <child>
664
                      <object class="GtkLabel" id="transition_duration_label">
665
                        <property name="visible">True</property>
666
                        <property name="can_focus">False</property>
667
                        <property name="label" translatable="yes">Transition duration</property>
668
                      </object>
669
                      <packing>
670
                        <property name="expand">False</property>
671
                        <property name="fill">False</property>
672
                        <property name="padding">20</property>
673
                        <property name="position">0</property>
674
                      </packing>
675
                    </child>
676
                    <child>
677
                      <object class="GtkSpinButton" id="transition_duration_value">
678
                        <property name="visible">True</property>
679
                        <property name="can_focus">True</property>
680
                        <property name="invisible_char"></property>
681
                        <property name="invisible_char_set">True</property>
682
                        <property name="primary_icon_activatable">False</property>
683
                        <property name="secondary_icon_activatable">False</property>
684
                        <property name="numeric">True</property>
685
                        <signal name="value-changed" handler="on_transition_duration_value_changed" swapped="no"/>
686
                      </object>
687
                      <packing>
688
                        <property name="expand">False</property>
689
                        <property name="fill">False</property>
690
                        <property name="pack_type">end</property>
691
                        <property name="position">1</property>
692
                      </packing>
693
                    </child>
694
                  </object>
695
                  <packing>
696
                    <property name="expand">True</property>
697
                    <property name="fill">False</property>
698
                    <property name="position">1</property>
699
                  </packing>
700
                </child>
701
                <child>
702
                  <placeholder/>
703
                </child>
704
                <child>
705
                  <placeholder/>
706
                </child>
707
              </object>
708
              <packing>
709
                <property name="expand">True</property>
710
                <property name="fill">False</property>
711
                <property name="position">1</property>
712
              </packing>
713
            </child>
714
          </object>
715
          <packing>
716
            <property name="expand">False</property>
717
            <property name="fill">False</property>
718
            <property name="position">2</property>
719
          </packing>
720
        </child>
721
        <child>
722
          <object class="GtkHBox" id="footer">
723
            <property name="visible">True</property>
724
            <property name="can_focus">False</property>
725
            <child>
726
              <object class="GtkStatusbar" id="statusbar">
727
                <property name="visible">True</property>
728
                <property name="can_focus">False</property>
729
                <property name="spacing">2</property>
730
              </object>
731
              <packing>
732
                <property name="expand">True</property>
733
                <property name="fill">True</property>
734
                <property name="position">0</property>
735
              </packing>
736
            </child>
737
            <child>
738
              <object class="GtkButton" id="reset">
739
                <property name="label" translatable="yes">Reset</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
740
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
741
                <property name="visible">True</property>
742
                <property name="can_focus">True</property>
743
                <property name="receives_default">True</property>
744
                <property name="use_action_appearance">False</property>
745
                <signal name="clicked" handler="on_reset_clicked" swapped="no"/>
746
              </object>
747
              <packing>
748
                <property name="expand">False</property>
749
                <property name="fill">False</property>
750
                <property name="position">1</property>
751
              </packing>
752
            </child>
753
            <child>
754
              <object class="GtkButton" id="make">
755
                <property name="label" translatable="yes">Make xml</property>
11 by Tommaso Bianucci
cli.py: aggiunti args
756
                <property name="use_action_appearance">False</property>
8 by Tommaso Bianucci
Iniziato il lavoro sulla CLI, fatto un 'ui' copia per un safe switch al gtk-treeview, poi boh
757
                <property name="visible">True</property>
758
                <property name="can_focus">True</property>
759
                <property name="receives_default">True</property>
760
                <property name="use_action_appearance">False</property>
761
                <signal name="clicked" handler="on_make_clicked" swapped="no"/>
762
              </object>
763
              <packing>
764
                <property name="expand">False</property>
765
                <property name="fill">False</property>
766
                <property name="position">2</property>
767
              </packing>
768
            </child>
769
          </object>
770
          <packing>
771
            <property name="expand">False</property>
772
            <property name="fill">False</property>
773
            <property name="padding">3</property>
774
            <property name="position">3</property>
775
          </packing>
776
        </child>
777
      </object>
778
    </child>
779
  </object>
780
</interface>