/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive.glade

  • Committer: Jelmer Vernooij
  • Date: 2006-09-06 09:27:12 UTC
  • Revision ID: jelmer@samba.org-20060906092712-72f0f2df250a0deb
Remove unnecessary "#!/usr/bin/python" shebang lines (fixes #59125).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--*- mode: xml -*-->
4
 
<glade-interface>
5
 
  <widget class="GtkWindow" id="window_main">
6
 
    <property name="width_request">700</property>
7
 
    <property name="height_request">400</property>
8
 
    <property name="title" translatable="yes">Olive - Bazaar GUI</property>
9
 
    <property name="icon">icons/oliveicon2.png</property>
10
 
    <signal name="destroy" handler="on_window_main_destroy"/>
11
 
    <signal name="delete_event" handler="on_window_main_delete_event"/>
12
 
    <child>
13
 
      <widget class="GtkVBox" id="vbox_main">
14
 
        <property name="visible">True</property>
15
 
        <child>
16
 
          <widget class="GtkMenuBar" id="menubar">
17
 
            <property name="visible">True</property>
18
 
            <child>
19
 
              <widget class="GtkMenuItem" id="menuitem_file">
20
 
                <property name="visible">True</property>
21
 
                <property name="label" translatable="yes">_File</property>
22
 
                <property name="use_underline">True</property>
23
 
                <child>
24
 
                  <widget class="GtkMenu" id="menuitem_file_menu">
25
 
                    <child>
26
 
                      <widget class="GtkImageMenuItem" id="menuitem_add_files">
27
 
                        <property name="visible">True</property>
28
 
                        <property name="label" translatable="yes">_Add file(s)...</property>
29
 
                        <property name="use_underline">True</property>
30
 
                        <signal name="activate" handler="on_menuitem_add_files_activate"/>
31
 
                        <child internal-child="image">
32
 
                          <widget class="GtkImage" id="image241">
33
 
                            <property name="visible">True</property>
34
 
                            <property name="stock">gtk-add</property>
35
 
                            <property name="icon_size">1</property>
36
 
                          </widget>
37
 
                        </child>
38
 
                      </widget>
39
 
                    </child>
40
 
                    <child>
41
 
                      <widget class="GtkImageMenuItem" id="menuitem_remove_file">
42
 
                        <property name="visible">True</property>
43
 
                        <property name="label" translatable="yes">Remove file(s)...</property>
44
 
                        <property name="use_underline">True</property>
45
 
                        <signal name="activate" handler="on_menuitem_remove_file_activate"/>
46
 
                        <child internal-child="image">
47
 
                          <widget class="GtkImage" id="image242">
48
 
                            <property name="visible">True</property>
49
 
                            <property name="stock">gtk-remove</property>
50
 
                            <property name="icon_size">1</property>
51
 
                          </widget>
52
 
                        </child>
53
 
                      </widget>
54
 
                    </child>
55
 
                    <child>
56
 
                      <widget class="GtkSeparatorMenuItem" id="separator_file3">
57
 
                        <property name="visible">True</property>
58
 
                      </widget>
59
 
                    </child>
60
 
                    <child>
61
 
                      <widget class="GtkMenuItem" id="menuitem_file_bookmark">
62
 
                        <property name="visible">True</property>
63
 
                        <property name="label" translatable="yes">_Bookmark current directory</property>
64
 
                        <property name="use_underline">True</property>
65
 
                        <signal name="activate" handler="on_menuitem_file_bookmark_activate"/>
66
 
                      </widget>
67
 
                    </child>
68
 
                    <child>
69
 
                      <widget class="GtkMenuItem" id="menuitem_file_make_directory">
70
 
                        <property name="visible">True</property>
71
 
                        <property name="label" translatable="yes">Make _directory...</property>
72
 
                        <property name="use_underline">True</property>
73
 
                        <signal name="activate" handler="on_menuitem_file_make_directory_activate"/>
74
 
                      </widget>
75
 
                    </child>
76
 
                    <child>
77
 
                      <widget class="GtkSeparatorMenuItem" id="separator_file1">
78
 
                        <property name="visible">True</property>
79
 
                      </widget>
80
 
                    </child>
81
 
                    <child>
82
 
                      <widget class="GtkMenuItem" id="menuitem_file_rename">
83
 
                        <property name="visible">True</property>
84
 
                        <property name="label" translatable="yes">_Rename...</property>
85
 
                        <property name="use_underline">True</property>
86
 
                        <signal name="activate" handler="on_menuitem_file_rename_activate"/>
87
 
                      </widget>
88
 
                    </child>
89
 
                    <child>
90
 
                      <widget class="GtkMenuItem" id="menuitem_file_move">
91
 
                        <property name="visible">True</property>
92
 
                        <property name="label" translatable="yes">_Move...</property>
93
 
                        <property name="use_underline">True</property>
94
 
                        <signal name="activate" handler="on_menuitem_file_move_activate"/>
95
 
                      </widget>
96
 
                    </child>
97
 
                    <child>
98
 
                      <widget class="GtkMenuItem" id="menuitem_file_annotate">
99
 
                        <property name="visible">True</property>
100
 
                        <property name="label" translatable="yes">_Annotate...</property>
101
 
                        <property name="use_underline">True</property>
102
 
                        <signal name="activate" handler="on_menuitem_file_annotate_activate"/>
103
 
                      </widget>
104
 
                    </child>
105
 
                    <child>
106
 
                      <widget class="GtkSeparatorMenuItem" id="separator_file2">
107
 
                        <property name="visible">True</property>
108
 
                      </widget>
109
 
                    </child>
110
 
                    <child>
111
 
                      <widget class="GtkImageMenuItem" id="menuitem_quit">
112
 
                        <property name="visible">True</property>
113
 
                        <property name="label">gtk-quit</property>
114
 
                        <property name="use_underline">True</property>
115
 
                        <property name="use_stock">True</property>
116
 
                        <signal name="activate" handler="on_quit_activate"/>
117
 
                      </widget>
118
 
                    </child>
119
 
                  </widget>
120
 
                </child>
121
 
              </widget>
122
 
            </child>
123
 
            <child>
124
 
              <widget class="GtkMenuItem" id="menuitem_view">
125
 
                <property name="visible">True</property>
126
 
                <property name="label" translatable="yes">_View</property>
127
 
                <property name="use_underline">True</property>
128
 
                <signal name="activate" handler="on_menuitem_view_activate"/>
129
 
                <child>
130
 
                  <widget class="GtkMenu" id="menuitem_view_menu">
131
 
                    <child>
132
 
                      <widget class="GtkCheckMenuItem" id="menuitem_view_show_hidden_files">
133
 
                        <property name="visible">True</property>
134
 
                        <property name="label" translatable="yes">Show _hidden files</property>
135
 
                        <property name="use_underline">True</property>
136
 
                        <signal name="activate" handler="on_menuitem_view_show_hidden_files_activate"/>
137
 
                      </widget>
138
 
                    </child>
139
 
                    <child>
140
 
                      <widget class="GtkCheckMenuItem" id="menuitem_view_show_ignored_files">
141
 
                        <property name="visible">True</property>
142
 
                        <property name="label" translatable="yes">Show _ignored files</property>
143
 
                        <property name="use_underline">True</property>
144
 
                        <signal name="activate" handler="on_menuitem_view_show_ignored_files_activate"/>
145
 
                      </widget>
146
 
                    </child>
147
 
                    <child>
148
 
                      <widget class="GtkSeparatorMenuItem" id="separator_view1">
149
 
                        <property name="visible">True</property>
150
 
                      </widget>
151
 
                    </child>
152
 
                    <child>
153
 
                      <widget class="GtkMenuItem" id="menuitem_view_refresh">
154
 
                        <property name="visible">True</property>
155
 
                        <property name="label" translatable="yes">_Refresh</property>
156
 
                        <property name="use_underline">True</property>
157
 
                        <signal name="activate" handler="on_menuitem_view_refresh_activate"/>
158
 
                      </widget>
159
 
                    </child>
160
 
                  </widget>
161
 
                </child>
162
 
              </widget>
163
 
            </child>
164
 
            <child>
165
 
              <widget class="GtkMenuItem" id="menuitem_branch">
166
 
                <property name="visible">True</property>
167
 
                <property name="label" translatable="yes">_Branch</property>
168
 
                <property name="use_underline">True</property>
169
 
                <child>
170
 
                  <widget class="GtkMenu" id="menuitem_branch_menu">
171
 
                    <child>
172
 
                      <widget class="GtkMenuItem" id="menuitem_branch_initialize">
173
 
                        <property name="visible">True</property>
174
 
                        <property name="label" translatable="yes">_Initialize...</property>
175
 
                        <property name="use_underline">True</property>
176
 
                        <signal name="activate" handler="on_menuitem_branch_initialize_activate"/>
177
 
                      </widget>
178
 
                    </child>
179
 
                    <child>
180
 
                      <widget class="GtkMenuItem" id="menuitem_branch_get">
181
 
                        <property name="visible">True</property>
182
 
                        <property name="label" translatable="yes">_Get...</property>
183
 
                        <property name="use_underline">True</property>
184
 
                        <signal name="activate" handler="on_menuitem_branch_get_activate"/>
185
 
                      </widget>
186
 
                    </child>
187
 
                    <child>
188
 
                      <widget class="GtkMenuItem" id="menuitem_branch_checkout">
189
 
                        <property name="visible">True</property>
190
 
                        <property name="label" translatable="yes">C_heckout...</property>
191
 
                        <property name="use_underline">True</property>
192
 
                        <signal name="activate" handler="on_menuitem_branch_checkout_activate"/>
193
 
                      </widget>
194
 
                    </child>
195
 
                    <child>
196
 
                      <widget class="GtkSeparatorMenuItem" id="separator_branch1">
197
 
                        <property name="visible">True</property>
198
 
                      </widget>
199
 
                    </child>
200
 
                    <child>
201
 
                      <widget class="GtkImageMenuItem" id="menuitem_branch_pull">
202
 
                        <property name="visible">True</property>
203
 
                        <property name="label" translatable="yes">Pu_ll</property>
204
 
                        <property name="use_underline">True</property>
205
 
                        <signal name="activate" handler="on_menuitem_branch_pull_activate"/>
206
 
                        <child internal-child="image">
207
 
                          <widget class="GtkImage" id="image243">
208
 
                            <property name="visible">True</property>
209
 
                            <property name="pixbuf">icons/pull16.png</property>
210
 
                          </widget>
211
 
                        </child>
212
 
                      </widget>
213
 
                    </child>
214
 
                    <child>
215
 
                      <widget class="GtkImageMenuItem" id="menuitem_branch_push">
216
 
                        <property name="visible">True</property>
217
 
                        <property name="label" translatable="yes">Pu_sh...</property>
218
 
                        <property name="use_underline">True</property>
219
 
                        <signal name="activate" handler="on_menuitem_branch_push_activate"/>
220
 
                        <child internal-child="image">
221
 
                          <widget class="GtkImage" id="image244">
222
 
                            <property name="visible">True</property>
223
 
                            <property name="pixbuf">icons/push16.png</property>
224
 
                          </widget>
225
 
                        </child>
226
 
                      </widget>
227
 
                    </child>
228
 
                    <child>
229
 
                      <widget class="GtkMenuItem" id="menuitem_branch_update">
230
 
                        <property name="visible">True</property>
231
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
232
 
                        <property name="label" translatable="yes">Update</property>
233
 
                        <property name="use_underline">True</property>
234
 
                        <signal name="activate" handler="on_menuitem_branch_update_activate"/>
235
 
                      </widget>
236
 
                    </child>
237
 
                    <child>
238
 
                      <widget class="GtkSeparatorMenuItem" id="separator_branch2">
239
 
                        <property name="visible">True</property>
240
 
                      </widget>
241
 
                    </child>
242
 
                    <child>
243
 
                      <widget class="GtkMenuItem" id="menuitem_branch_revert">
244
 
                        <property name="visible">True</property>
245
 
                        <property name="label" translatable="yes">_Revert all changes</property>
246
 
                        <property name="use_underline">True</property>
247
 
                        <signal name="activate" handler="on_menuitem_branch_revert_activate"/>
248
 
                      </widget>
249
 
                    </child>
250
 
                    <child>
251
 
                      <widget class="GtkMenuItem" id="menuitem_branch_merge">
252
 
                        <property name="visible">True</property>
253
 
                        <property name="label" translatable="yes">_Merge...</property>
254
 
                        <property name="use_underline">True</property>
255
 
                        <signal name="activate" handler="on_menuitem_branch_merge_activate"/>
256
 
                      </widget>
257
 
                    </child>
258
 
                    <child>
259
 
                      <widget class="GtkImageMenuItem" id="menuitem_branch_commit">
260
 
                        <property name="visible">True</property>
261
 
                        <property name="label" translatable="yes">_Commit...</property>
262
 
                        <property name="use_underline">True</property>
263
 
                        <signal name="activate" handler="on_menuitem_branch_commit_activate"/>
264
 
                        <child internal-child="image">
265
 
                          <widget class="GtkImage" id="image245">
266
 
                            <property name="visible">True</property>
267
 
                            <property name="pixbuf">icons/commit16.png</property>
268
 
                          </widget>
269
 
                        </child>
270
 
                      </widget>
271
 
                    </child>
272
 
                    <child>
273
 
                      <widget class="GtkSeparatorMenuItem" id="separator_branch3">
274
 
                        <property name="visible">True</property>
275
 
                      </widget>
276
 
                    </child>
277
 
                    <child>
278
 
                      <widget class="GtkMenuItem" id="menuitem_branch_tags">
279
 
                        <property name="visible">True</property>
280
 
                        <property name="label" translatable="yes">Ta_gs...</property>
281
 
                        <property name="use_underline">True</property>
282
 
                        <signal name="activate" handler="on_menuitem_branch_tags_activate"/>
283
 
                      </widget>
284
 
                    </child>
285
 
                    <child>
286
 
                      <widget class="GtkMenuItem" id="menuitem_branch_status">
287
 
                        <property name="visible">True</property>
288
 
                        <property name="label" translatable="yes">S_tatus...</property>
289
 
                        <property name="use_underline">True</property>
290
 
                        <signal name="activate" handler="on_menuitem_branch_status_activate"/>
291
 
                      </widget>
292
 
                    </child>
293
 
                    <child>
294
 
                      <widget class="GtkMenuItem" id="menuitem_branch_missing_revisions">
295
 
                        <property name="visible">True</property>
296
 
                        <property name="label" translatable="yes">Missing _revisions</property>
297
 
                        <property name="use_underline">True</property>
298
 
                        <signal name="activate" handler="on_menuitem_branch_missing_revisions_activate"/>
299
 
                      </widget>
300
 
                    </child>
301
 
                    <child>
302
 
                      <widget class="GtkMenuItem" id="menuitem_branch_conflicts">
303
 
                        <property name="visible">True</property>
304
 
                        <property name="label" translatable="yes">Con_flicts...</property>
305
 
                        <property name="use_underline">True</property>
306
 
                        <signal name="activate" handler="on_menuitem_branch_conflicts_activate"/>
307
 
                      </widget>
308
 
                    </child>
309
 
                  </widget>
310
 
                </child>
311
 
              </widget>
312
 
            </child>
313
 
            <child>
314
 
              <widget class="GtkMenuItem" id="menuitem_stats">
315
 
                <property name="visible">True</property>
316
 
                <property name="label" translatable="yes">_Statistics</property>
317
 
                <property name="use_underline">True</property>
318
 
                <child>
319
 
                  <widget class="GtkMenu" id="menuitem_stats_menu">
320
 
                    <child>
321
 
                      <widget class="GtkImageMenuItem" id="menuitem_stats_diff">
322
 
                        <property name="visible">True</property>
323
 
                        <property name="label" translatable="yes">_Differences...</property>
324
 
                        <property name="use_underline">True</property>
325
 
                        <signal name="activate" handler="on_menuitem_stats_diff_activate"/>
326
 
                        <child internal-child="image">
327
 
                          <widget class="GtkImage" id="image246">
328
 
                            <property name="visible">True</property>
329
 
                            <property name="pixbuf">icons/diff16.png</property>
330
 
                          </widget>
331
 
                        </child>
332
 
                      </widget>
333
 
                    </child>
334
 
                    <child>
335
 
                      <widget class="GtkImageMenuItem" id="menuitem_stats_log">
336
 
                        <property name="visible">True</property>
337
 
                        <property name="label" translatable="yes">_Log...</property>
338
 
                        <property name="use_underline">True</property>
339
 
                        <signal name="activate" handler="on_menuitem_stats_log_activate"/>
340
 
                        <child internal-child="image">
341
 
                          <widget class="GtkImage" id="image247">
342
 
                            <property name="visible">True</property>
343
 
                            <property name="pixbuf">icons/log16.png</property>
344
 
                          </widget>
345
 
                        </child>
346
 
                      </widget>
347
 
                    </child>
348
 
                    <child>
349
 
                      <widget class="GtkMenuItem" id="menuitem_stats_infos">
350
 
                        <property name="visible">True</property>
351
 
                        <property name="label" translatable="yes">_Information...</property>
352
 
                        <property name="use_underline">True</property>
353
 
                        <signal name="activate" handler="on_menuitem_stats_infos_activate"/>
354
 
                      </widget>
355
 
                    </child>
356
 
                  </widget>
357
 
                </child>
358
 
              </widget>
359
 
            </child>
360
 
            <child>
361
 
              <widget class="GtkMenuItem" id="menuitem_help">
362
 
                <property name="visible">True</property>
363
 
                <property name="label" translatable="yes">_Help</property>
364
 
                <property name="use_underline">True</property>
365
 
                <child>
366
 
                  <widget class="GtkMenu" id="menuitem_help_menu">
367
 
                    <child>
368
 
                      <widget class="GtkImageMenuItem" id="menuitem_about">
369
 
                        <property name="visible">True</property>
370
 
                        <property name="label">gtk-about</property>
371
 
                        <property name="use_underline">True</property>
372
 
                        <property name="use_stock">True</property>
373
 
                        <signal name="activate" handler="on_about_activate"/>
374
 
                      </widget>
375
 
                    </child>
376
 
                  </widget>
377
 
                </child>
378
 
              </widget>
379
 
            </child>
380
 
          </widget>
381
 
          <packing>
382
 
            <property name="expand">False</property>
383
 
            <property name="fill">False</property>
384
 
          </packing>
385
 
        </child>
386
 
        <child>
387
 
          <widget class="GtkToolbar" id="toolbar">
388
 
            <property name="visible">True</property>
389
 
            <child>
390
 
              <widget class="GtkToolButton" id="toolbutton_refresh">
391
 
                <property name="visible">True</property>
392
 
                <property name="label">Refresh</property>
393
 
                <property name="use_underline">True</property>
394
 
                <property name="icon">icons/refresh.png</property>
395
 
                <signal name="clicked" handler="on_toolbutton_refresh_clicked"/>
396
 
              </widget>
397
 
              <packing>
398
 
                <property name="expand">False</property>
399
 
              </packing>
400
 
            </child>
401
 
            <child>
402
 
              <widget class="GtkToolButton" id="toolbutton_diff">
403
 
                <property name="visible">True</property>
404
 
                <property name="label">Diff</property>
405
 
                <property name="use_underline">True</property>
406
 
                <property name="icon">icons/diff.png</property>
407
 
                <signal name="clicked" handler="on_toolbutton_diff_clicked"/>
408
 
              </widget>
409
 
              <packing>
410
 
                <property name="expand">False</property>
411
 
              </packing>
412
 
            </child>
413
 
            <child>
414
 
              <widget class="GtkToolButton" id="toolbutton_log">
415
 
                <property name="visible">True</property>
416
 
                <property name="label">Log</property>
417
 
                <property name="use_underline">True</property>
418
 
                <property name="icon">icons/log.png</property>
419
 
                <signal name="clicked" handler="on_toolbutton_log_clicked"/>
420
 
              </widget>
421
 
              <packing>
422
 
                <property name="expand">False</property>
423
 
              </packing>
424
 
            </child>
425
 
            <child>
426
 
              <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
427
 
                <property name="visible">True</property>
428
 
              </widget>
429
 
              <packing>
430
 
                <property name="expand">False</property>
431
 
                <property name="homogeneous">False</property>
432
 
              </packing>
433
 
            </child>
434
 
            <child>
435
 
              <widget class="GtkToolButton" id="toolbutton_commit">
436
 
                <property name="visible">True</property>
437
 
                <property name="is_important">True</property>
438
 
                <property name="label">Commit</property>
439
 
                <property name="use_underline">True</property>
440
 
                <property name="icon">icons/commit.png</property>
441
 
                <signal name="clicked" handler="on_toolbutton_commit_clicked"/>
442
 
              </widget>
443
 
              <packing>
444
 
                <property name="expand">False</property>
445
 
              </packing>
446
 
            </child>
447
 
            <child>
448
 
              <widget class="GtkSeparatorToolItem" id="separatortoolitem2">
449
 
                <property name="visible">True</property>
450
 
              </widget>
451
 
              <packing>
452
 
                <property name="expand">False</property>
453
 
                <property name="homogeneous">False</property>
454
 
              </packing>
455
 
            </child>
456
 
            <child>
457
 
              <widget class="GtkToolButton" id="toolbutton_pull">
458
 
                <property name="visible">True</property>
459
 
                <property name="is_important">True</property>
460
 
                <property name="label">Pull</property>
461
 
                <property name="use_underline">True</property>
462
 
                <property name="icon">icons/pull.png</property>
463
 
                <signal name="clicked" handler="on_toolbutton_pull_clicked"/>
464
 
              </widget>
465
 
              <packing>
466
 
                <property name="expand">False</property>
467
 
              </packing>
468
 
            </child>
469
 
            <child>
470
 
              <widget class="GtkToolButton" id="toolbutton_push">
471
 
                <property name="visible">True</property>
472
 
                <property name="is_important">True</property>
473
 
                <property name="label">Push</property>
474
 
                <property name="use_underline">True</property>
475
 
                <property name="icon">icons/push.png</property>
476
 
                <signal name="clicked" handler="on_toolbutton_push_clicked"/>
477
 
              </widget>
478
 
              <packing>
479
 
                <property name="expand">False</property>
480
 
              </packing>
481
 
            </child>
482
 
            <child>
483
 
              <widget class="GtkToolButton" id="toolbutton_update">
484
 
                <property name="visible">True</property>
485
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
486
 
                <property name="label" translatable="yes">Update</property>
487
 
                <property name="icon">icons/pull.png</property>
488
 
                <signal name="clicked" handler="on_toolbutton_update_clicked"/>
489
 
              </widget>
490
 
              <packing>
491
 
                <property name="expand">False</property>
492
 
              </packing>
493
 
            </child>
494
 
          </widget>
495
 
          <packing>
496
 
            <property name="expand">False</property>
497
 
            <property name="fill">False</property>
498
 
            <property name="position">1</property>
499
 
          </packing>
500
 
        </child>
501
 
        <child>
502
 
          <widget class="GtkHPaned" id="hpaned_main">
503
 
            <property name="visible">True</property>
504
 
            <property name="can_focus">True</property>
505
 
            <property name="position">200</property>
506
 
            <child>
507
 
              <widget class="GtkScrolledWindow" id="scrolledwindow_left">
508
 
                <property name="visible">True</property>
509
 
                <property name="can_focus">True</property>
510
 
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
511
 
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
512
 
                <child>
513
 
                  <widget class="GtkTreeView" id="treeview_left">
514
 
                    <property name="visible">True</property>
515
 
                    <property name="can_focus">True</property>
516
 
                    <property name="headers_visible">False</property>
517
 
                    <signal name="button_press_event" handler="on_treeview_left_button_press_event"/>
518
 
                    <signal name="button_release_event" handler="on_treeview_left_button_release_event"/>
519
 
                    <signal name="row_activated" handler="on_treeview_left_row_activated"/>
520
 
                  </widget>
521
 
                </child>
522
 
              </widget>
523
 
              <packing>
524
 
                <property name="resize">False</property>
525
 
                <property name="shrink">True</property>
526
 
              </packing>
527
 
            </child>
528
 
            <child>
529
 
              <widget class="GtkVBox" id="vbox_main_right">
530
 
                <property name="visible">True</property>
531
 
                <child>
532
 
                  <widget class="GtkHBox" id="hbox_location">
533
 
                    <property name="visible">True</property>
534
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
535
 
                    <property name="border_width">3</property>
536
 
                    <property name="spacing">3</property>
537
 
                    <child>
538
 
                      <widget class="GtkButton" id="button_location_up">
539
 
                        <property name="visible">True</property>
540
 
                        <property name="can_focus">True</property>
541
 
                        <property name="receives_default">True</property>
542
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
543
 
                        <property name="relief">GTK_RELIEF_NONE</property>
544
 
                        <property name="response_id">0</property>
545
 
                        <signal name="clicked" handler="on_button_location_up_clicked"/>
546
 
                        <child>
547
 
                          <widget class="GtkImage" id="image_location_up">
548
 
                            <property name="visible">True</property>
549
 
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
550
 
                            <property name="stock">gtk-go-up</property>
551
 
                          </widget>
552
 
                        </child>
553
 
                      </widget>
554
 
                      <packing>
555
 
                        <property name="expand">False</property>
556
 
                        <property name="fill">False</property>
557
 
                      </packing>
558
 
                    </child>
559
 
                    <child>
560
 
                      <placeholder/>
561
 
                    </child>
562
 
                    <child>
563
 
                      <widget class="GtkEntry" id="entry_location">
564
 
                        <property name="visible">True</property>
565
 
                        <property name="can_focus">True</property>
566
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
567
 
                        <signal name="key_press_event" handler="on_entry_location_key_press_event"/>
568
 
                      </widget>
569
 
                      <packing>
570
 
                        <property name="position">2</property>
571
 
                      </packing>
572
 
                    </child>
573
 
                    <child>
574
 
                      <widget class="GtkImage" id="image_location_error">
575
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
576
 
                        <property name="stock">gtk-dialog-error</property>
577
 
                      </widget>
578
 
                      <packing>
579
 
                        <property name="expand">False</property>
580
 
                        <property name="fill">False</property>
581
 
                        <property name="position">3</property>
582
 
                      </packing>
583
 
                    </child>
584
 
                    <child>
585
 
                      <widget class="GtkButton" id="button_location_jump">
586
 
                        <property name="visible">True</property>
587
 
                        <property name="can_focus">True</property>
588
 
                        <property name="receives_default">True</property>
589
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
590
 
                        <property name="label" translatable="yes">gtk-jump-to</property>
591
 
                        <property name="relief">GTK_RELIEF_NONE</property>
592
 
                        <property name="use_stock">True</property>
593
 
                        <property name="response_id">0</property>
594
 
                        <signal name="clicked" handler="on_button_location_jump_clicked"/>
595
 
                      </widget>
596
 
                      <packing>
597
 
                        <property name="expand">False</property>
598
 
                        <property name="fill">False</property>
599
 
                        <property name="position">4</property>
600
 
                      </packing>
601
 
                    </child>
602
 
                    <child>
603
 
                      <widget class="GtkVSeparator" id="vseparator">
604
 
                        <property name="visible">True</property>
605
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
606
 
                      </widget>
607
 
                      <packing>
608
 
                        <property name="expand">False</property>
609
 
                        <property name="fill">False</property>
610
 
                        <property name="position">5</property>
611
 
                      </packing>
612
 
                    </child>
613
 
                    <child>
614
 
                      <widget class="GtkCheckButton" id="checkbutton_history">
615
 
                        <property name="visible">True</property>
616
 
                        <property name="can_focus">True</property>
617
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
618
 
                        <property name="label" translatable="yes">H_istory Mode</property>
619
 
                        <property name="use_underline">True</property>
620
 
                        <property name="response_id">0</property>
621
 
                        <property name="draw_indicator">True</property>
622
 
                        <signal name="toggled" handler="on_checkbutton_history_toggled"/>
623
 
                      </widget>
624
 
                      <packing>
625
 
                        <property name="expand">False</property>
626
 
                        <property name="fill">False</property>
627
 
                        <property name="position">6</property>
628
 
                      </packing>
629
 
                    </child>
630
 
                    <child>
631
 
                      <widget class="GtkEntry" id="entry_history_revno">
632
 
                        <property name="width_request">75</property>
633
 
                        <property name="visible">True</property>
634
 
                        <property name="sensitive">False</property>
635
 
                        <property name="can_focus">True</property>
636
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
637
 
                        <signal name="key_press_event" handler="on_entry_history_revno_key_press_event"/>
638
 
                      </widget>
639
 
                      <packing>
640
 
                        <property name="expand">False</property>
641
 
                        <property name="fill">False</property>
642
 
                        <property name="position">7</property>
643
 
                      </packing>
644
 
                    </child>
645
 
                    <child>
646
 
                      <widget class="GtkButton" id="button_history_browse">
647
 
                        <property name="visible">True</property>
648
 
                        <property name="sensitive">False</property>
649
 
                        <property name="can_focus">True</property>
650
 
                        <property name="receives_default">True</property>
651
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
652
 
                        <property name="response_id">0</property>
653
 
                        <signal name="clicked" handler="on_button_history_browse_clicked"/>
654
 
                        <child>
655
 
                          <widget class="GtkImage" id="image_history_browse">
656
 
                            <property name="visible">True</property>
657
 
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
658
 
                            <property name="stock">gtk-open</property>
659
 
                          </widget>
660
 
                        </child>
661
 
                      </widget>
662
 
                      <packing>
663
 
                        <property name="expand">False</property>
664
 
                        <property name="fill">False</property>
665
 
                        <property name="position">8</property>
666
 
                      </packing>
667
 
                    </child>
668
 
                  </widget>
669
 
                  <packing>
670
 
                    <property name="expand">False</property>
671
 
                    <property name="fill">False</property>
672
 
                  </packing>
673
 
                </child>
674
 
                <child>
675
 
                  <widget class="GtkScrolledWindow" id="scrolledwindow_right">
676
 
                    <property name="visible">True</property>
677
 
                    <property name="can_focus">True</property>
678
 
                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
679
 
                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
680
 
                    <child>
681
 
                      <widget class="GtkTreeView" id="treeview_right">
682
 
                        <property name="visible">True</property>
683
 
                        <property name="can_focus">True</property>
684
 
                        <property name="headers_visible">False</property>
685
 
                        <signal name="button_press_event" handler="on_treeview_right_button_press_event"/>
686
 
                        <signal name="row_activated" handler="on_treeview_right_row_activated"/>
687
 
                      </widget>
688
 
                    </child>
689
 
                  </widget>
690
 
                  <packing>
691
 
                    <property name="position">1</property>
692
 
                  </packing>
693
 
                </child>
694
 
              </widget>
695
 
              <packing>
696
 
                <property name="resize">True</property>
697
 
                <property name="shrink">True</property>
698
 
              </packing>
699
 
            </child>
700
 
          </widget>
701
 
          <packing>
702
 
            <property name="position">2</property>
703
 
          </packing>
704
 
        </child>
705
 
        <child>
706
 
          <widget class="GtkStatusbar" id="statusbar">
707
 
            <property name="visible">True</property>
708
 
          </widget>
709
 
          <packing>
710
 
            <property name="expand">False</property>
711
 
            <property name="fill">False</property>
712
 
            <property name="position">3</property>
713
 
          </packing>
714
 
        </child>
715
 
      </widget>
716
 
    </child>
717
 
  </widget>
718
 
  <widget class="GtkAboutDialog" id="aboutdialog">
719
 
    <property name="visible">True</property>
720
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
721
 
    <property name="name">Olive</property>
722
 
    <property name="copyright" translatable="yes">Copyright (C) 2006 Szilveszter Farkas (Phanatic)</property>
723
 
    <property name="website">https://launchpad.net/products/olive</property>
724
 
    <property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
725
 
    <property name="authors">Szilveszter Farkas (Phanatic) &lt;szilveszter.farkas@gmail.com&gt;</property>
726
 
    <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
727
 
    <property name="logo">icons/oliveicon2.png</property>
728
 
    <child internal-child="vbox">
729
 
      <widget class="GtkVBox" id="dialog-vbox1">
730
 
        <child internal-child="action_area">
731
 
          <widget class="GtkHButtonBox" id="dialog-action_area1">
732
 
          </widget>
733
 
          <packing>
734
 
            <property name="expand">False</property>
735
 
            <property name="pack_type">GTK_PACK_END</property>
736
 
          </packing>
737
 
        </child>
738
 
      </widget>
739
 
    </child>
740
 
  </widget>
741
 
  <widget class="GtkDialog" id="window_add">
742
 
    <property name="visible">True</property>
743
 
    <property name="title" translatable="yes">Olive - Add file(s)</property>
744
 
    <property name="resizable">False</property>
745
 
    <property name="icon">icons/oliveicon2.png</property>
746
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
747
 
    <child internal-child="vbox">
748
 
      <widget class="GtkVBox" id="vbox_add">
749
 
        <property name="visible">True</property>
750
 
        <property name="spacing">3</property>
751
 
        <child>
752
 
          <widget class="GtkLabel" id="label_add_question">
753
 
            <property name="visible">True</property>
754
 
            <property name="label" translatable="yes">Which file(s) do you want to add?</property>
755
 
          </widget>
756
 
          <packing>
757
 
            <property name="expand">False</property>
758
 
            <property name="fill">False</property>
759
 
            <property name="position">2</property>
760
 
          </packing>
761
 
        </child>
762
 
        <child>
763
 
          <widget class="GtkRadioButton" id="radiobutton_add_selected">
764
 
            <property name="visible">True</property>
765
 
            <property name="can_focus">True</property>
766
 
            <property name="label" translatable="yes">Selected only</property>
767
 
            <property name="use_underline">True</property>
768
 
            <property name="response_id">0</property>
769
 
            <property name="draw_indicator">True</property>
770
 
          </widget>
771
 
          <packing>
772
 
            <property name="expand">False</property>
773
 
            <property name="fill">False</property>
774
 
            <property name="position">3</property>
775
 
          </packing>
776
 
        </child>
777
 
        <child>
778
 
          <widget class="GtkRadioButton" id="radiobutton_add_unknown">
779
 
            <property name="visible">True</property>
780
 
            <property name="can_focus">True</property>
781
 
            <property name="label" translatable="yes">All unknowns recursively</property>
782
 
            <property name="use_underline">True</property>
783
 
            <property name="response_id">0</property>
784
 
            <property name="draw_indicator">True</property>
785
 
            <property name="group">radiobutton_add_selected</property>
786
 
          </widget>
787
 
          <packing>
788
 
            <property name="expand">False</property>
789
 
            <property name="fill">False</property>
790
 
            <property name="position">4</property>
791
 
          </packing>
792
 
        </child>
793
 
        <child internal-child="action_area">
794
 
          <widget class="GtkHButtonBox" id="hbuttonbox_add">
795
 
            <property name="visible">True</property>
796
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
797
 
            <child>
798
 
              <widget class="GtkButton" id="button_add_cancel">
799
 
                <property name="visible">True</property>
800
 
                <property name="can_focus">True</property>
801
 
                <property name="can_default">True</property>
802
 
                <property name="label">gtk-cancel</property>
803
 
                <property name="use_stock">True</property>
804
 
                <property name="response_id">0</property>
805
 
                <signal name="clicked" handler="on_button_add_cancel_clicked"/>
806
 
              </widget>
807
 
            </child>
808
 
            <child>
809
 
              <widget class="GtkButton" id="button_add_add">
810
 
                <property name="visible">True</property>
811
 
                <property name="can_focus">True</property>
812
 
                <property name="can_default">True</property>
813
 
                <property name="has_default">True</property>
814
 
                <property name="response_id">0</property>
815
 
                <signal name="clicked" handler="on_button_add_add_clicked"/>
816
 
                <child>
817
 
                  <widget class="GtkAlignment" id="alignment3">
818
 
                    <property name="visible">True</property>
819
 
                    <property name="xscale">0</property>
820
 
                    <property name="yscale">0</property>
821
 
                    <child>
822
 
                      <widget class="GtkHBox" id="hbox5">
823
 
                        <property name="visible">True</property>
824
 
                        <property name="spacing">2</property>
825
 
                        <child>
826
 
                          <widget class="GtkImage" id="image13">
827
 
                            <property name="visible">True</property>
828
 
                            <property name="stock">gtk-add</property>
829
 
                          </widget>
830
 
                          <packing>
831
 
                            <property name="expand">False</property>
832
 
                            <property name="fill">False</property>
833
 
                          </packing>
834
 
                        </child>
835
 
                        <child>
836
 
                          <widget class="GtkLabel" id="label8">
837
 
                            <property name="visible">True</property>
838
 
                            <property name="label" translatable="yes">_Add</property>
839
 
                            <property name="use_underline">True</property>
840
 
                          </widget>
841
 
                          <packing>
842
 
                            <property name="expand">False</property>
843
 
                            <property name="fill">False</property>
844
 
                            <property name="position">1</property>
845
 
                          </packing>
846
 
                        </child>
847
 
                      </widget>
848
 
                    </child>
849
 
                  </widget>
850
 
                </child>
851
 
              </widget>
852
 
              <packing>
853
 
                <property name="position">1</property>
854
 
              </packing>
855
 
            </child>
856
 
          </widget>
857
 
          <packing>
858
 
            <property name="expand">False</property>
859
 
            <property name="pack_type">GTK_PACK_END</property>
860
 
          </packing>
861
 
        </child>
862
 
      </widget>
863
 
    </child>
864
 
  </widget>
865
 
  <widget class="GtkDialog" id="window_remove">
866
 
    <property name="visible">True</property>
867
 
    <property name="title" translatable="yes">Olive - Remove file(s)</property>
868
 
    <property name="resizable">False</property>
869
 
    <property name="icon">icons/oliveicon2.png</property>
870
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
871
 
    <child internal-child="vbox">
872
 
      <widget class="GtkVBox" id="vbox_remove">
873
 
        <property name="visible">True</property>
874
 
        <property name="spacing">3</property>
875
 
        <child>
876
 
          <widget class="GtkLabel" id="label_remove_question">
877
 
            <property name="visible">True</property>
878
 
            <property name="label" translatable="yes">Which file(s) do you want to remove?</property>
879
 
          </widget>
880
 
          <packing>
881
 
            <property name="expand">False</property>
882
 
            <property name="fill">False</property>
883
 
            <property name="position">2</property>
884
 
          </packing>
885
 
        </child>
886
 
        <child>
887
 
          <widget class="GtkRadioButton" id="radiobutton_remove_selected">
888
 
            <property name="visible">True</property>
889
 
            <property name="can_focus">True</property>
890
 
            <property name="label" translatable="yes">Selected only</property>
891
 
            <property name="use_underline">True</property>
892
 
            <property name="response_id">0</property>
893
 
            <property name="draw_indicator">True</property>
894
 
          </widget>
895
 
          <packing>
896
 
            <property name="expand">False</property>
897
 
            <property name="fill">False</property>
898
 
            <property name="position">3</property>
899
 
          </packing>
900
 
        </child>
901
 
        <child>
902
 
          <widget class="GtkRadioButton" id="radiobutton_remove_new">
903
 
            <property name="visible">True</property>
904
 
            <property name="can_focus">True</property>
905
 
            <property name="label" translatable="yes">All files with status 'added'</property>
906
 
            <property name="use_underline">True</property>
907
 
            <property name="response_id">0</property>
908
 
            <property name="draw_indicator">True</property>
909
 
            <property name="group">radiobutton_remove_selected</property>
910
 
          </widget>
911
 
          <packing>
912
 
            <property name="expand">False</property>
913
 
            <property name="fill">False</property>
914
 
            <property name="position">4</property>
915
 
          </packing>
916
 
        </child>
917
 
        <child internal-child="action_area">
918
 
          <widget class="GtkHButtonBox" id="hbuttonbox_remove">
919
 
            <property name="visible">True</property>
920
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
921
 
            <child>
922
 
              <widget class="GtkButton" id="button_remove_cancel">
923
 
                <property name="visible">True</property>
924
 
                <property name="can_focus">True</property>
925
 
                <property name="can_default">True</property>
926
 
                <property name="label">gtk-cancel</property>
927
 
                <property name="use_stock">True</property>
928
 
                <property name="response_id">0</property>
929
 
                <signal name="clicked" handler="on_button_remove_cancel_clicked"/>
930
 
              </widget>
931
 
            </child>
932
 
            <child>
933
 
              <widget class="GtkButton" id="button_remove_remove">
934
 
                <property name="visible">True</property>
935
 
                <property name="can_focus">True</property>
936
 
                <property name="can_default">True</property>
937
 
                <property name="has_default">True</property>
938
 
                <property name="response_id">0</property>
939
 
                <signal name="clicked" handler="on_button_remove_remove_clicked"/>
940
 
                <child>
941
 
                  <widget class="GtkAlignment" id="alignment4">
942
 
                    <property name="visible">True</property>
943
 
                    <property name="xscale">0</property>
944
 
                    <property name="yscale">0</property>
945
 
                    <child>
946
 
                      <widget class="GtkHBox" id="hbox6">
947
 
                        <property name="visible">True</property>
948
 
                        <property name="spacing">2</property>
949
 
                        <child>
950
 
                          <widget class="GtkImage" id="image39">
951
 
                            <property name="visible">True</property>
952
 
                            <property name="stock">gtk-remove</property>
953
 
                          </widget>
954
 
                          <packing>
955
 
                            <property name="expand">False</property>
956
 
                            <property name="fill">False</property>
957
 
                          </packing>
958
 
                        </child>
959
 
                        <child>
960
 
                          <widget class="GtkLabel" id="label10">
961
 
                            <property name="visible">True</property>
962
 
                            <property name="label" translatable="yes">_Remove</property>
963
 
                            <property name="use_underline">True</property>
964
 
                          </widget>
965
 
                          <packing>
966
 
                            <property name="expand">False</property>
967
 
                            <property name="fill">False</property>
968
 
                            <property name="position">1</property>
969
 
                          </packing>
970
 
                        </child>
971
 
                      </widget>
972
 
                    </child>
973
 
                  </widget>
974
 
                </child>
975
 
              </widget>
976
 
              <packing>
977
 
                <property name="position">1</property>
978
 
              </packing>
979
 
            </child>
980
 
          </widget>
981
 
          <packing>
982
 
            <property name="expand">False</property>
983
 
            <property name="pack_type">GTK_PACK_END</property>
984
 
          </packing>
985
 
        </child>
986
 
      </widget>
987
 
    </child>
988
 
  </widget>
989
 
  <widget class="GtkDialog" id="window_mkdir">
990
 
    <property name="visible">True</property>
991
 
    <property name="title" translatable="yes">Olive - Make directory</property>
992
 
    <property name="icon">icons/oliveicon2.png</property>
993
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
994
 
    <child internal-child="vbox">
995
 
      <widget class="GtkVBox" id="vbox_mkdir">
996
 
        <property name="visible">True</property>
997
 
        <property name="spacing">3</property>
998
 
        <child>
999
 
          <widget class="GtkEntry" id="entry_mkdir">
1000
 
            <property name="visible">True</property>
1001
 
            <property name="can_focus">True</property>
1002
 
            <property name="has_focus">True</property>
1003
 
          </widget>
1004
 
          <packing>
1005
 
            <property name="expand">False</property>
1006
 
            <property name="fill">False</property>
1007
 
            <property name="position">2</property>
1008
 
          </packing>
1009
 
        </child>
1010
 
        <child>
1011
 
          <widget class="GtkCheckButton" id="checkbutton_mkdir_versioned">
1012
 
            <property name="visible">True</property>
1013
 
            <property name="can_focus">True</property>
1014
 
            <property name="label" translatable="yes">_Versioned directory</property>
1015
 
            <property name="use_underline">True</property>
1016
 
            <property name="response_id">0</property>
1017
 
            <property name="active">True</property>
1018
 
            <property name="draw_indicator">True</property>
1019
 
          </widget>
1020
 
          <packing>
1021
 
            <property name="expand">False</property>
1022
 
            <property name="fill">False</property>
1023
 
            <property name="position">3</property>
1024
 
          </packing>
1025
 
        </child>
1026
 
        <child internal-child="action_area">
1027
 
          <widget class="GtkHButtonBox" id="hbuttonbox_mkdir">
1028
 
            <property name="visible">True</property>
1029
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
1030
 
            <child>
1031
 
              <widget class="GtkButton" id="button_mkdir_cancel">
1032
 
                <property name="visible">True</property>
1033
 
                <property name="can_focus">True</property>
1034
 
                <property name="can_default">True</property>
1035
 
                <property name="label">gtk-cancel</property>
1036
 
                <property name="use_stock">True</property>
1037
 
                <property name="response_id">0</property>
1038
 
                <signal name="clicked" handler="on_button_mkdir_cancel_clicked"/>
1039
 
              </widget>
1040
 
            </child>
1041
 
            <child>
1042
 
              <widget class="GtkButton" id="button_mkdir_mkdir">
1043
 
                <property name="visible">True</property>
1044
 
                <property name="can_focus">True</property>
1045
 
                <property name="can_default">True</property>
1046
 
                <property name="has_default">True</property>
1047
 
                <property name="response_id">0</property>
1048
 
                <signal name="clicked" handler="on_button_mkdir_mkdir_clicked"/>
1049
 
                <child>
1050
 
                  <widget class="GtkAlignment" id="alignment8">
1051
 
                    <property name="visible">True</property>
1052
 
                    <property name="xscale">0</property>
1053
 
                    <property name="yscale">0</property>
1054
 
                    <child>
1055
 
                      <widget class="GtkHBox" id="hbox10">
1056
 
                        <property name="visible">True</property>
1057
 
                        <property name="spacing">2</property>
1058
 
                        <child>
1059
 
                          <widget class="GtkImage" id="image143">
1060
 
                            <property name="visible">True</property>
1061
 
                            <property name="stock">gtk-add</property>
1062
 
                          </widget>
1063
 
                          <packing>
1064
 
                            <property name="expand">False</property>
1065
 
                            <property name="fill">False</property>
1066
 
                          </packing>
1067
 
                        </child>
1068
 
                        <child>
1069
 
                          <widget class="GtkLabel" id="label17">
1070
 
                            <property name="visible">True</property>
1071
 
                            <property name="label" translatable="yes">_Make directory</property>
1072
 
                            <property name="use_underline">True</property>
1073
 
                          </widget>
1074
 
                          <packing>
1075
 
                            <property name="expand">False</property>
1076
 
                            <property name="fill">False</property>
1077
 
                            <property name="position">1</property>
1078
 
                          </packing>
1079
 
                        </child>
1080
 
                      </widget>
1081
 
                    </child>
1082
 
                  </widget>
1083
 
                </child>
1084
 
              </widget>
1085
 
              <packing>
1086
 
                <property name="position">1</property>
1087
 
              </packing>
1088
 
            </child>
1089
 
          </widget>
1090
 
          <packing>
1091
 
            <property name="expand">False</property>
1092
 
            <property name="fill">False</property>
1093
 
            <property name="pack_type">GTK_PACK_END</property>
1094
 
          </packing>
1095
 
        </child>
1096
 
      </widget>
1097
 
    </child>
1098
 
  </widget>
1099
 
  <widget class="GtkDialog" id="window_move">
1100
 
    <property name="width_request">250</property>
1101
 
    <property name="title" translatable="yes">Olive - Move</property>
1102
 
    <property name="icon">icons/oliveicon2.png</property>
1103
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1104
 
    <child internal-child="vbox">
1105
 
      <widget class="GtkVBox" id="vbox_move">
1106
 
        <property name="visible">True</property>
1107
 
        <property name="spacing">3</property>
1108
 
        <child>
1109
 
          <widget class="GtkHBox" id="hbox_move">
1110
 
            <property name="visible">True</property>
1111
 
            <property name="spacing">5</property>
1112
 
            <child>
1113
 
              <widget class="GtkLabel" id="label_move">
1114
 
                <property name="visible">True</property>
1115
 
                <property name="label" translatable="yes">Move to</property>
1116
 
              </widget>
1117
 
              <packing>
1118
 
                <property name="expand">False</property>
1119
 
                <property name="fill">False</property>
1120
 
              </packing>
1121
 
            </child>
1122
 
            <child>
1123
 
              <widget class="GtkFileChooserButton" id="filechooserbutton_move">
1124
 
                <property name="visible">True</property>
1125
 
                <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
1126
 
                <property name="title" translatable="yes">Select a directory</property>
1127
 
              </widget>
1128
 
              <packing>
1129
 
                <property name="position">1</property>
1130
 
              </packing>
1131
 
            </child>
1132
 
          </widget>
1133
 
          <packing>
1134
 
            <property name="position">2</property>
1135
 
          </packing>
1136
 
        </child>
1137
 
        <child internal-child="action_area">
1138
 
          <widget class="GtkHButtonBox" id="hbuttonbox_move">
1139
 
            <property name="visible">True</property>
1140
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
1141
 
            <child>
1142
 
              <widget class="GtkButton" id="button_move_cancel">
1143
 
                <property name="visible">True</property>
1144
 
                <property name="can_focus">True</property>
1145
 
                <property name="can_default">True</property>
1146
 
                <property name="label">gtk-cancel</property>
1147
 
                <property name="use_stock">True</property>
1148
 
                <property name="response_id">0</property>
1149
 
                <signal name="clicked" handler="on_button_move_cancel_clicked"/>
1150
 
              </widget>
1151
 
            </child>
1152
 
            <child>
1153
 
              <widget class="GtkButton" id="button_move_move">
1154
 
                <property name="visible">True</property>
1155
 
                <property name="can_focus">True</property>
1156
 
                <property name="can_default">True</property>
1157
 
                <property name="has_default">True</property>
1158
 
                <property name="response_id">0</property>
1159
 
                <signal name="clicked" handler="on_button_move_move_clicked"/>
1160
 
                <child>
1161
 
                  <widget class="GtkAlignment" id="alignment9">
1162
 
                    <property name="visible">True</property>
1163
 
                    <property name="xscale">0</property>
1164
 
                    <property name="yscale">0</property>
1165
 
                    <child>
1166
 
                      <widget class="GtkHBox" id="hbox11">
1167
 
                        <property name="visible">True</property>
1168
 
                        <property name="spacing">2</property>
1169
 
                        <child>
1170
 
                          <widget class="GtkImage" id="image151">
1171
 
                            <property name="visible">True</property>
1172
 
                            <property name="stock">gtk-apply</property>
1173
 
                          </widget>
1174
 
                          <packing>
1175
 
                            <property name="expand">False</property>
1176
 
                            <property name="fill">False</property>
1177
 
                          </packing>
1178
 
                        </child>
1179
 
                        <child>
1180
 
                          <widget class="GtkLabel" id="label18">
1181
 
                            <property name="visible">True</property>
1182
 
                            <property name="label" translatable="yes">_Move</property>
1183
 
                            <property name="use_underline">True</property>
1184
 
                          </widget>
1185
 
                          <packing>
1186
 
                            <property name="expand">False</property>
1187
 
                            <property name="fill">False</property>
1188
 
                            <property name="position">1</property>
1189
 
                          </packing>
1190
 
                        </child>
1191
 
                      </widget>
1192
 
                    </child>
1193
 
                  </widget>
1194
 
                </child>
1195
 
              </widget>
1196
 
              <packing>
1197
 
                <property name="position">1</property>
1198
 
              </packing>
1199
 
            </child>
1200
 
          </widget>
1201
 
          <packing>
1202
 
            <property name="expand">False</property>
1203
 
            <property name="pack_type">GTK_PACK_END</property>
1204
 
          </packing>
1205
 
        </child>
1206
 
      </widget>
1207
 
    </child>
1208
 
  </widget>
1209
 
  <widget class="GtkDialog" id="window_rename">
1210
 
    <property name="title" translatable="yes">Olive - Rename</property>
1211
 
    <property name="icon">icons/oliveicon2.png</property>
1212
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1213
 
    <child internal-child="vbox">
1214
 
      <widget class="GtkVBox" id="vbox_rename">
1215
 
        <property name="visible">True</property>
1216
 
        <property name="spacing">3</property>
1217
 
        <child>
1218
 
          <widget class="GtkHBox" id="hbox_rename">
1219
 
            <property name="visible">True</property>
1220
 
            <property name="spacing">5</property>
1221
 
            <child>
1222
 
              <widget class="GtkLabel" id="label_rename">
1223
 
                <property name="visible">True</property>
1224
 
                <property name="label" translatable="yes">Rename to</property>
1225
 
              </widget>
1226
 
              <packing>
1227
 
                <property name="expand">False</property>
1228
 
                <property name="fill">False</property>
1229
 
              </packing>
1230
 
            </child>
1231
 
            <child>
1232
 
              <widget class="GtkEntry" id="entry_rename">
1233
 
                <property name="visible">True</property>
1234
 
                <property name="can_focus">True</property>
1235
 
                <property name="has_focus">True</property>
1236
 
              </widget>
1237
 
              <packing>
1238
 
                <property name="position">1</property>
1239
 
              </packing>
1240
 
            </child>
1241
 
          </widget>
1242
 
          <packing>
1243
 
            <property name="position">2</property>
1244
 
          </packing>
1245
 
        </child>
1246
 
        <child internal-child="action_area">
1247
 
          <widget class="GtkHButtonBox" id="hbuttonbox_rename">
1248
 
            <property name="visible">True</property>
1249
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
1250
 
            <child>
1251
 
              <widget class="GtkButton" id="button_rename_cancel">
1252
 
                <property name="visible">True</property>
1253
 
                <property name="can_focus">True</property>
1254
 
                <property name="can_default">True</property>
1255
 
                <property name="label">gtk-cancel</property>
1256
 
                <property name="use_stock">True</property>
1257
 
                <property name="response_id">0</property>
1258
 
                <signal name="clicked" handler="on_button_rename_cancel_clicked"/>
1259
 
              </widget>
1260
 
            </child>
1261
 
            <child>
1262
 
              <widget class="GtkButton" id="button_rename_rename">
1263
 
                <property name="visible">True</property>
1264
 
                <property name="can_focus">True</property>
1265
 
                <property name="can_default">True</property>
1266
 
                <property name="has_default">True</property>
1267
 
                <property name="response_id">0</property>
1268
 
                <signal name="clicked" handler="on_button_rename_rename_clicked"/>
1269
 
                <child>
1270
 
                  <widget class="GtkAlignment" id="alignment10">
1271
 
                    <property name="visible">True</property>
1272
 
                    <property name="xscale">0</property>
1273
 
                    <property name="yscale">0</property>
1274
 
                    <child>
1275
 
                      <widget class="GtkHBox" id="hbox13">
1276
 
                        <property name="visible">True</property>
1277
 
                        <property name="spacing">2</property>
1278
 
                        <child>
1279
 
                          <widget class="GtkImage" id="image159">
1280
 
                            <property name="visible">True</property>
1281
 
                            <property name="stock">gtk-apply</property>
1282
 
                          </widget>
1283
 
                          <packing>
1284
 
                            <property name="expand">False</property>
1285
 
                            <property name="fill">False</property>
1286
 
                          </packing>
1287
 
                        </child>
1288
 
                        <child>
1289
 
                          <widget class="GtkLabel" id="label20">
1290
 
                            <property name="visible">True</property>
1291
 
                            <property name="label" translatable="yes">_Rename</property>
1292
 
                            <property name="use_underline">True</property>
1293
 
                          </widget>
1294
 
                          <packing>
1295
 
                            <property name="expand">False</property>
1296
 
                            <property name="fill">False</property>
1297
 
                            <property name="position">1</property>
1298
 
                          </packing>
1299
 
                        </child>
1300
 
                      </widget>
1301
 
                    </child>
1302
 
                  </widget>
1303
 
                </child>
1304
 
              </widget>
1305
 
              <packing>
1306
 
                <property name="position">1</property>
1307
 
              </packing>
1308
 
            </child>
1309
 
          </widget>
1310
 
          <packing>
1311
 
            <property name="expand">False</property>
1312
 
            <property name="pack_type">GTK_PACK_END</property>
1313
 
          </packing>
1314
 
        </child>
1315
 
      </widget>
1316
 
    </child>
1317
 
  </widget>
1318
 
  <widget class="GtkDialog" id="window_info">
1319
 
    <property name="title" translatable="yes">Olive - Information</property>
1320
 
    <property name="icon">icons/oliveicon2.png</property>
1321
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1322
 
    <child internal-child="vbox">
1323
 
      <widget class="GtkVBox" id="vbox_info">
1324
 
        <property name="visible">True</property>
1325
 
        <property name="spacing">3</property>
1326
 
        <child>
1327
 
          <widget class="GtkExpander" id="expander_info_location">
1328
 
            <property name="can_focus">True</property>
1329
 
            <signal name="activate" handler="on_expander_info_location_activate"/>
1330
 
            <child>
1331
 
              <widget class="GtkAlignment" id="alignment11">
1332
 
                <property name="visible">True</property>
1333
 
                <property name="left_padding">24</property>
1334
 
                <child>
1335
 
                  <widget class="GtkTable" id="table_info_location">
1336
 
                    <property name="visible">True</property>
1337
 
                    <property name="n_rows">7</property>
1338
 
                    <property name="n_columns">2</property>
1339
 
                    <property name="column_spacing">12</property>
1340
 
                    <child>
1341
 
                      <widget class="GtkLabel" id="label_info_location_repobranch">
1342
 
                        <property name="xalign">0</property>
1343
 
                        <property name="label" translatable="yes">(none)</property>
1344
 
                      </widget>
1345
 
                      <packing>
1346
 
                        <property name="left_attach">1</property>
1347
 
                        <property name="right_attach">2</property>
1348
 
                        <property name="top_attach">2</property>
1349
 
                        <property name="bottom_attach">3</property>
1350
 
                        <property name="y_options"></property>
1351
 
                      </packing>
1352
 
                    </child>
1353
 
                    <child>
1354
 
                      <widget class="GtkLabel" id="label_info_location_cobranch">
1355
 
                        <property name="xalign">0</property>
1356
 
                        <property name="label" translatable="yes">(none)</property>
1357
 
                      </widget>
1358
 
                      <packing>
1359
 
                        <property name="left_attach">1</property>
1360
 
                        <property name="right_attach">2</property>
1361
 
                        <property name="top_attach">3</property>
1362
 
                        <property name="bottom_attach">4</property>
1363
 
                        <property name="y_options"></property>
1364
 
                      </packing>
1365
 
                    </child>
1366
 
                    <child>
1367
 
                      <widget class="GtkLabel" id="label_info_location_repoco">
1368
 
                        <property name="xalign">0</property>
1369
 
                        <property name="label" translatable="yes">(none)</property>
1370
 
                      </widget>
1371
 
                      <packing>
1372
 
                        <property name="left_attach">1</property>
1373
 
                        <property name="right_attach">2</property>
1374
 
                        <property name="top_attach">4</property>
1375
 
                        <property name="bottom_attach">5</property>
1376
 
                        <property name="y_options"></property>
1377
 
                      </packing>
1378
 
                    </child>
1379
 
                    <child>
1380
 
                      <widget class="GtkLabel" id="label_info_location_coroot">
1381
 
                        <property name="xalign">0</property>
1382
 
                        <property name="label" translatable="yes">(none)</property>
1383
 
                      </widget>
1384
 
                      <packing>
1385
 
                        <property name="left_attach">1</property>
1386
 
                        <property name="right_attach">2</property>
1387
 
                        <property name="top_attach">5</property>
1388
 
                        <property name="bottom_attach">6</property>
1389
 
                        <property name="y_options"></property>
1390
 
                      </packing>
1391
 
                    </child>
1392
 
                    <child>
1393
 
                      <widget class="GtkLabel" id="label_info_location_branchroot">
1394
 
                        <property name="xalign">0</property>
1395
 
                        <property name="label" translatable="yes">(none)</property>
1396
 
                      </widget>
1397
 
                      <packing>
1398
 
                        <property name="left_attach">1</property>
1399
 
                        <property name="right_attach">2</property>
1400
 
                        <property name="top_attach">6</property>
1401
 
                        <property name="bottom_attach">7</property>
1402
 
                        <property name="y_options"></property>
1403
 
                      </packing>
1404
 
                    </child>
1405
 
                    <child>
1406
 
                      <widget class="GtkLabel" id="label_info_location_sharedrepo">
1407
 
                        <property name="xalign">0</property>
1408
 
                        <property name="label" translatable="yes">(none)</property>
1409
 
                      </widget>
1410
 
                      <packing>
1411
 
                        <property name="left_attach">1</property>
1412
 
                        <property name="right_attach">2</property>
1413
 
                        <property name="top_attach">1</property>
1414
 
                        <property name="bottom_attach">2</property>
1415
 
                        <property name="y_options"></property>
1416
 
                      </packing>
1417
 
                    </child>
1418
 
                    <child>
1419
 
                      <widget class="GtkLabel" id="label_info_location_lightcoroot">
1420
 
                        <property name="xalign">0</property>
1421
 
                        <property name="label" translatable="yes">(none)</property>
1422
 
                      </widget>
1423
 
                      <packing>
1424
 
                        <property name="left_attach">1</property>
1425
 
                        <property name="right_attach">2</property>
1426
 
                        <property name="y_options"></property>
1427
 
                      </packing>
1428
 
                    </child>
1429
 
                    <child>
1430
 
                      <widget class="GtkLabel" id="label_info_location_coroot_label">
1431
 
                        <property name="xalign">0</property>
1432
 
                        <property name="label" translatable="yes">Checkout root: </property>
1433
 
                      </widget>
1434
 
                      <packing>
1435
 
                        <property name="top_attach">5</property>
1436
 
                        <property name="bottom_attach">6</property>
1437
 
                        <property name="x_options">GTK_FILL</property>
1438
 
                        <property name="y_options"></property>
1439
 
                      </packing>
1440
 
                    </child>
1441
 
                    <child>
1442
 
                      <widget class="GtkLabel" id="label_info_location_branchroot_label">
1443
 
                        <property name="xalign">0</property>
1444
 
                        <property name="label" translatable="yes">Branch root: </property>
1445
 
                      </widget>
1446
 
                      <packing>
1447
 
                        <property name="top_attach">6</property>
1448
 
                        <property name="bottom_attach">7</property>
1449
 
                        <property name="x_options">GTK_FILL</property>
1450
 
                        <property name="y_options"></property>
1451
 
                      </packing>
1452
 
                    </child>
1453
 
                    <child>
1454
 
                      <widget class="GtkLabel" id="label_info_location_repoco_label">
1455
 
                        <property name="xalign">0</property>
1456
 
                        <property name="label" translatable="yes">Repository checkout: </property>
1457
 
                      </widget>
1458
 
                      <packing>
1459
 
                        <property name="top_attach">4</property>
1460
 
                        <property name="bottom_attach">5</property>
1461
 
                        <property name="x_options">GTK_FILL</property>
1462
 
                        <property name="y_options"></property>
1463
 
                      </packing>
1464
 
                    </child>
1465
 
                    <child>
1466
 
                      <widget class="GtkLabel" id="label_info_location_cobranch_label">
1467
 
                        <property name="xalign">0</property>
1468
 
                        <property name="label" translatable="yes">Checkout of branch: </property>
1469
 
                      </widget>
1470
 
                      <packing>
1471
 
                        <property name="top_attach">3</property>
1472
 
                        <property name="bottom_attach">4</property>
1473
 
                        <property name="x_options">GTK_FILL</property>
1474
 
                        <property name="y_options"></property>
1475
 
                      </packing>
1476
 
                    </child>
1477
 
                    <child>
1478
 
                      <widget class="GtkLabel" id="label_info_location_repobranch_label">
1479
 
                        <property name="xalign">0</property>
1480
 
                        <property name="label" translatable="yes">Repository branch: </property>
1481
 
                      </widget>
1482
 
                      <packing>
1483
 
                        <property name="top_attach">2</property>
1484
 
                        <property name="bottom_attach">3</property>
1485
 
                        <property name="x_options">GTK_FILL</property>
1486
 
                        <property name="y_options"></property>
1487
 
                      </packing>
1488
 
                    </child>
1489
 
                    <child>
1490
 
                      <widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1491
 
                        <property name="xalign">0</property>
1492
 
                        <property name="label" translatable="yes">Shared repository: </property>
1493
 
                      </widget>
1494
 
                      <packing>
1495
 
                        <property name="top_attach">1</property>
1496
 
                        <property name="bottom_attach">2</property>
1497
 
                        <property name="x_options">GTK_FILL</property>
1498
 
                        <property name="y_options"></property>
1499
 
                      </packing>
1500
 
                    </child>
1501
 
                    <child>
1502
 
                      <widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1503
 
                        <property name="xalign">0</property>
1504
 
                        <property name="label" translatable="yes">Light checkout root: </property>
1505
 
                      </widget>
1506
 
                      <packing>
1507
 
                        <property name="x_options">GTK_FILL</property>
1508
 
                        <property name="y_options"></property>
1509
 
                      </packing>
1510
 
                    </child>
1511
 
                  </widget>
1512
 
                </child>
1513
 
              </widget>
1514
 
            </child>
1515
 
            <child>
1516
 
              <widget class="GtkLabel" id="label_info_location">
1517
 
                <property name="visible">True</property>
1518
 
                <property name="label" translatable="yes">&lt;b&gt;Location:&lt;/b&gt;</property>
1519
 
                <property name="use_markup">True</property>
1520
 
              </widget>
1521
 
              <packing>
1522
 
                <property name="type">label_item</property>
1523
 
              </packing>
1524
 
            </child>
1525
 
          </widget>
1526
 
          <packing>
1527
 
            <property name="expand">False</property>
1528
 
            <property name="position">2</property>
1529
 
          </packing>
1530
 
        </child>
1531
 
        <child>
1532
 
          <widget class="GtkExpander" id="expander_info_related">
1533
 
            <property name="can_focus">True</property>
1534
 
            <signal name="activate" handler="on_expander_info_related_activate"/>
1535
 
            <child>
1536
 
              <widget class="GtkAlignment" id="alignment12">
1537
 
                <property name="visible">True</property>
1538
 
                <property name="left_padding">24</property>
1539
 
                <child>
1540
 
                  <widget class="GtkTable" id="table_info_related">
1541
 
                    <property name="visible">True</property>
1542
 
                    <property name="n_rows">2</property>
1543
 
                    <property name="n_columns">2</property>
1544
 
                    <property name="column_spacing">12</property>
1545
 
                    <child>
1546
 
                      <widget class="GtkLabel" id="label_info_related_parentbranch">
1547
 
                        <property name="xalign">0</property>
1548
 
                        <property name="label" translatable="yes">(none)</property>
1549
 
                      </widget>
1550
 
                      <packing>
1551
 
                        <property name="left_attach">1</property>
1552
 
                        <property name="right_attach">2</property>
1553
 
                        <property name="y_options"></property>
1554
 
                      </packing>
1555
 
                    </child>
1556
 
                    <child>
1557
 
                      <widget class="GtkLabel" id="label_info_related_publishbranch">
1558
 
                        <property name="xalign">0</property>
1559
 
                        <property name="label" translatable="yes">(none)</property>
1560
 
                      </widget>
1561
 
                      <packing>
1562
 
                        <property name="left_attach">1</property>
1563
 
                        <property name="right_attach">2</property>
1564
 
                        <property name="top_attach">1</property>
1565
 
                        <property name="bottom_attach">2</property>
1566
 
                        <property name="y_options"></property>
1567
 
                      </packing>
1568
 
                    </child>
1569
 
                    <child>
1570
 
                      <widget class="GtkLabel" id="label_info_related_publishbranch_label">
1571
 
                        <property name="xalign">0</property>
1572
 
                        <property name="label" translatable="yes">Publish to branch: </property>
1573
 
                      </widget>
1574
 
                      <packing>
1575
 
                        <property name="top_attach">1</property>
1576
 
                        <property name="bottom_attach">2</property>
1577
 
                        <property name="x_options">GTK_FILL</property>
1578
 
                        <property name="y_options"></property>
1579
 
                      </packing>
1580
 
                    </child>
1581
 
                    <child>
1582
 
                      <widget class="GtkLabel" id="label_info_related_parentbranch_label">
1583
 
                        <property name="xalign">0</property>
1584
 
                        <property name="label" translatable="yes">Parent branch: </property>
1585
 
                      </widget>
1586
 
                      <packing>
1587
 
                        <property name="x_options">GTK_FILL</property>
1588
 
                        <property name="y_options"></property>
1589
 
                      </packing>
1590
 
                    </child>
1591
 
                  </widget>
1592
 
                </child>
1593
 
              </widget>
1594
 
            </child>
1595
 
            <child>
1596
 
              <widget class="GtkLabel" id="label_info_related">
1597
 
                <property name="visible">True</property>
1598
 
                <property name="label" translatable="yes">&lt;b&gt;Related branches:&lt;/b&gt;</property>
1599
 
                <property name="use_markup">True</property>
1600
 
              </widget>
1601
 
              <packing>
1602
 
                <property name="type">label_item</property>
1603
 
              </packing>
1604
 
            </child>
1605
 
          </widget>
1606
 
          <packing>
1607
 
            <property name="expand">False</property>
1608
 
            <property name="position">3</property>
1609
 
          </packing>
1610
 
        </child>
1611
 
        <child>
1612
 
          <widget class="GtkExpander" id="expander_info_format">
1613
 
            <property name="can_focus">True</property>
1614
 
            <signal name="activate" handler="on_expander_info_format_activate"/>
1615
 
            <child>
1616
 
              <widget class="GtkAlignment" id="alignment13">
1617
 
                <property name="visible">True</property>
1618
 
                <property name="left_padding">24</property>
1619
 
                <child>
1620
 
                  <widget class="GtkTable" id="table_info_format">
1621
 
                    <property name="visible">True</property>
1622
 
                    <property name="n_rows">4</property>
1623
 
                    <property name="n_columns">2</property>
1624
 
                    <property name="column_spacing">12</property>
1625
 
                    <child>
1626
 
                      <widget class="GtkLabel" id="label_info_format_control">
1627
 
                        <property name="xalign">0</property>
1628
 
                        <property name="label" translatable="yes">(none)</property>
1629
 
                      </widget>
1630
 
                      <packing>
1631
 
                        <property name="left_attach">1</property>
1632
 
                        <property name="right_attach">2</property>
1633
 
                        <property name="y_options"></property>
1634
 
                      </packing>
1635
 
                    </child>
1636
 
                    <child>
1637
 
                      <widget class="GtkLabel" id="label_info_format_workingtree">
1638
 
                        <property name="xalign">0</property>
1639
 
                        <property name="label" translatable="yes">(none)</property>
1640
 
                      </widget>
1641
 
                      <packing>
1642
 
                        <property name="left_attach">1</property>
1643
 
                        <property name="right_attach">2</property>
1644
 
                        <property name="top_attach">1</property>
1645
 
                        <property name="bottom_attach">2</property>
1646
 
                        <property name="y_options"></property>
1647
 
                      </packing>
1648
 
                    </child>
1649
 
                    <child>
1650
 
                      <widget class="GtkLabel" id="label_info_format_branch">
1651
 
                        <property name="xalign">0</property>
1652
 
                        <property name="label" translatable="yes">(none)</property>
1653
 
                      </widget>
1654
 
                      <packing>
1655
 
                        <property name="left_attach">1</property>
1656
 
                        <property name="right_attach">2</property>
1657
 
                        <property name="top_attach">2</property>
1658
 
                        <property name="bottom_attach">3</property>
1659
 
                        <property name="y_options"></property>
1660
 
                      </packing>
1661
 
                    </child>
1662
 
                    <child>
1663
 
                      <widget class="GtkLabel" id="label_info_format_repository">
1664
 
                        <property name="xalign">0</property>
1665
 
                        <property name="label" translatable="yes">(none)</property>
1666
 
                      </widget>
1667
 
                      <packing>
1668
 
                        <property name="left_attach">1</property>
1669
 
                        <property name="right_attach">2</property>
1670
 
                        <property name="top_attach">3</property>
1671
 
                        <property name="bottom_attach">4</property>
1672
 
                        <property name="y_options"></property>
1673
 
                      </packing>
1674
 
                    </child>
1675
 
                    <child>
1676
 
                      <widget class="GtkLabel" id="label_info_format_repository_label">
1677
 
                        <property name="xalign">0</property>
1678
 
                        <property name="label" translatable="yes">Repository format: </property>
1679
 
                      </widget>
1680
 
                      <packing>
1681
 
                        <property name="top_attach">3</property>
1682
 
                        <property name="bottom_attach">4</property>
1683
 
                        <property name="x_options">GTK_FILL</property>
1684
 
                        <property name="y_options"></property>
1685
 
                      </packing>
1686
 
                    </child>
1687
 
                    <child>
1688
 
                      <widget class="GtkLabel" id="label_info_format_branch_label">
1689
 
                        <property name="xalign">0</property>
1690
 
                        <property name="label" translatable="yes">Branch format: </property>
1691
 
                      </widget>
1692
 
                      <packing>
1693
 
                        <property name="top_attach">2</property>
1694
 
                        <property name="bottom_attach">3</property>
1695
 
                        <property name="x_options">GTK_FILL</property>
1696
 
                        <property name="y_options"></property>
1697
 
                      </packing>
1698
 
                    </child>
1699
 
                    <child>
1700
 
                      <widget class="GtkLabel" id="label_info_format_workingtree_label">
1701
 
                        <property name="xalign">0</property>
1702
 
                        <property name="label" translatable="yes">Working tree format: </property>
1703
 
                      </widget>
1704
 
                      <packing>
1705
 
                        <property name="top_attach">1</property>
1706
 
                        <property name="bottom_attach">2</property>
1707
 
                        <property name="x_options">GTK_FILL</property>
1708
 
                        <property name="y_options"></property>
1709
 
                      </packing>
1710
 
                    </child>
1711
 
                    <child>
1712
 
                      <widget class="GtkLabel" id="label_info_format_control_label">
1713
 
                        <property name="xalign">0</property>
1714
 
                        <property name="label" translatable="yes">Control format: </property>
1715
 
                      </widget>
1716
 
                      <packing>
1717
 
                        <property name="x_options">GTK_FILL</property>
1718
 
                        <property name="y_options"></property>
1719
 
                      </packing>
1720
 
                    </child>
1721
 
                  </widget>
1722
 
                </child>
1723
 
              </widget>
1724
 
            </child>
1725
 
            <child>
1726
 
              <widget class="GtkLabel" id="label_info_format">
1727
 
                <property name="visible">True</property>
1728
 
                <property name="label" translatable="yes">&lt;b&gt;Format:&lt;/b&gt;</property>
1729
 
                <property name="use_markup">True</property>
1730
 
              </widget>
1731
 
              <packing>
1732
 
                <property name="type">label_item</property>
1733
 
              </packing>
1734
 
            </child>
1735
 
          </widget>
1736
 
          <packing>
1737
 
            <property name="expand">False</property>
1738
 
            <property name="position">4</property>
1739
 
          </packing>
1740
 
        </child>
1741
 
        <child>
1742
 
          <widget class="GtkExpander" id="expander_info_locking">
1743
 
            <property name="can_focus">True</property>
1744
 
            <signal name="activate" handler="on_expander_info_locking_activate"/>
1745
 
            <child>
1746
 
              <widget class="GtkAlignment" id="alignment14">
1747
 
                <property name="visible">True</property>
1748
 
                <property name="left_padding">24</property>
1749
 
                <child>
1750
 
                  <widget class="GtkTable" id="table_info_locking">
1751
 
                    <property name="visible">True</property>
1752
 
                    <property name="n_rows">3</property>
1753
 
                    <property name="n_columns">2</property>
1754
 
                    <property name="column_spacing">12</property>
1755
 
                    <child>
1756
 
                      <widget class="GtkLabel" id="label_info_locking_workingtree">
1757
 
                        <property name="xalign">0</property>
1758
 
                        <property name="label" translatable="yes">(none)</property>
1759
 
                      </widget>
1760
 
                      <packing>
1761
 
                        <property name="left_attach">1</property>
1762
 
                        <property name="right_attach">2</property>
1763
 
                        <property name="y_options"></property>
1764
 
                      </packing>
1765
 
                    </child>
1766
 
                    <child>
1767
 
                      <widget class="GtkLabel" id="label_info_locking_branch">
1768
 
                        <property name="xalign">0</property>
1769
 
                        <property name="label" translatable="yes">(none)</property>
1770
 
                      </widget>
1771
 
                      <packing>
1772
 
                        <property name="left_attach">1</property>
1773
 
                        <property name="right_attach">2</property>
1774
 
                        <property name="top_attach">1</property>
1775
 
                        <property name="bottom_attach">2</property>
1776
 
                        <property name="y_options"></property>
1777
 
                      </packing>
1778
 
                    </child>
1779
 
                    <child>
1780
 
                      <widget class="GtkLabel" id="label_info_locking_repository">
1781
 
                        <property name="xalign">0</property>
1782
 
                        <property name="label" translatable="yes">(none)</property>
1783
 
                      </widget>
1784
 
                      <packing>
1785
 
                        <property name="left_attach">1</property>
1786
 
                        <property name="right_attach">2</property>
1787
 
                        <property name="top_attach">2</property>
1788
 
                        <property name="bottom_attach">3</property>
1789
 
                        <property name="y_options"></property>
1790
 
                      </packing>
1791
 
                    </child>
1792
 
                    <child>
1793
 
                      <widget class="GtkLabel" id="label_info_locking_repository_label">
1794
 
                        <property name="xalign">0</property>
1795
 
                        <property name="label" translatable="yes">Repository lock status: </property>
1796
 
                      </widget>
1797
 
                      <packing>
1798
 
                        <property name="top_attach">2</property>
1799
 
                        <property name="bottom_attach">3</property>
1800
 
                        <property name="x_options">GTK_FILL</property>
1801
 
                        <property name="y_options"></property>
1802
 
                      </packing>
1803
 
                    </child>
1804
 
                    <child>
1805
 
                      <widget class="GtkLabel" id="label_info_locking_branch_label">
1806
 
                        <property name="xalign">0</property>
1807
 
                        <property name="label" translatable="yes">Branch lock status: </property>
1808
 
                      </widget>
1809
 
                      <packing>
1810
 
                        <property name="top_attach">1</property>
1811
 
                        <property name="bottom_attach">2</property>
1812
 
                        <property name="x_options">GTK_FILL</property>
1813
 
                        <property name="y_options"></property>
1814
 
                      </packing>
1815
 
                    </child>
1816
 
                    <child>
1817
 
                      <widget class="GtkLabel" id="label_info_locking_workingtree_label">
1818
 
                        <property name="xalign">0</property>
1819
 
                        <property name="label" translatable="yes">Working tree lock status: </property>
1820
 
                      </widget>
1821
 
                      <packing>
1822
 
                        <property name="x_options">GTK_FILL</property>
1823
 
                        <property name="y_options"></property>
1824
 
                      </packing>
1825
 
                    </child>
1826
 
                  </widget>
1827
 
                </child>
1828
 
              </widget>
1829
 
            </child>
1830
 
            <child>
1831
 
              <widget class="GtkLabel" id="label_info_locking">
1832
 
                <property name="visible">True</property>
1833
 
                <property name="label" translatable="yes">&lt;b&gt;Lock status:&lt;/b&gt;</property>
1834
 
                <property name="use_markup">True</property>
1835
 
              </widget>
1836
 
              <packing>
1837
 
                <property name="type">label_item</property>
1838
 
              </packing>
1839
 
            </child>
1840
 
          </widget>
1841
 
          <packing>
1842
 
            <property name="expand">False</property>
1843
 
            <property name="position">5</property>
1844
 
          </packing>
1845
 
        </child>
1846
 
        <child>
1847
 
          <widget class="GtkExpander" id="expander_info_missing">
1848
 
            <property name="can_focus">True</property>
1849
 
            <signal name="activate" handler="on_expander_info_missing_activate"/>
1850
 
            <child>
1851
 
              <widget class="GtkAlignment" id="alignment15">
1852
 
                <property name="visible">True</property>
1853
 
                <property name="left_padding">24</property>
1854
 
                <child>
1855
 
                  <widget class="GtkTable" id="table_info_missing">
1856
 
                    <property name="visible">True</property>
1857
 
                    <property name="n_rows">2</property>
1858
 
                    <property name="n_columns">2</property>
1859
 
                    <property name="column_spacing">12</property>
1860
 
                    <child>
1861
 
                      <widget class="GtkLabel" id="label_info_missing_workingtree">
1862
 
                        <property name="xalign">0</property>
1863
 
                        <property name="label" translatable="yes">(none)</property>
1864
 
                      </widget>
1865
 
                      <packing>
1866
 
                        <property name="left_attach">1</property>
1867
 
                        <property name="right_attach">2</property>
1868
 
                        <property name="y_options"></property>
1869
 
                      </packing>
1870
 
                    </child>
1871
 
                    <child>
1872
 
                      <widget class="GtkLabel" id="label_info_missing_branch">
1873
 
                        <property name="xalign">0</property>
1874
 
                        <property name="label" translatable="yes">(none)</property>
1875
 
                      </widget>
1876
 
                      <packing>
1877
 
                        <property name="left_attach">1</property>
1878
 
                        <property name="right_attach">2</property>
1879
 
                        <property name="top_attach">1</property>
1880
 
                        <property name="bottom_attach">2</property>
1881
 
                        <property name="y_options"></property>
1882
 
                      </packing>
1883
 
                    </child>
1884
 
                    <child>
1885
 
                      <widget class="GtkLabel" id="label_info_missing_branch_label">
1886
 
                        <property name="xalign">0</property>
1887
 
                        <property name="label" translatable="yes">Missing revisions in branch: </property>
1888
 
                      </widget>
1889
 
                      <packing>
1890
 
                        <property name="top_attach">1</property>
1891
 
                        <property name="bottom_attach">2</property>
1892
 
                        <property name="x_options">GTK_FILL</property>
1893
 
                        <property name="y_options"></property>
1894
 
                      </packing>
1895
 
                    </child>
1896
 
                    <child>
1897
 
                      <widget class="GtkLabel" id="label_info_missing_workingtree_label">
1898
 
                        <property name="xalign">0</property>
1899
 
                        <property name="label" translatable="yes">Missing revisions in working tree: </property>
1900
 
                      </widget>
1901
 
                      <packing>
1902
 
                        <property name="x_options">GTK_FILL</property>
1903
 
                        <property name="y_options"></property>
1904
 
                      </packing>
1905
 
                    </child>
1906
 
                  </widget>
1907
 
                </child>
1908
 
              </widget>
1909
 
            </child>
1910
 
            <child>
1911
 
              <widget class="GtkLabel" id="label_info_missing">
1912
 
                <property name="visible">True</property>
1913
 
                <property name="label" translatable="yes">&lt;b&gt;Missing revisions:&lt;/b&gt;</property>
1914
 
                <property name="use_markup">True</property>
1915
 
              </widget>
1916
 
              <packing>
1917
 
                <property name="type">label_item</property>
1918
 
              </packing>
1919
 
            </child>
1920
 
          </widget>
1921
 
          <packing>
1922
 
            <property name="expand">False</property>
1923
 
            <property name="position">6</property>
1924
 
          </packing>
1925
 
        </child>
1926
 
        <child>
1927
 
          <widget class="GtkExpander" id="expander_info_wtstats">
1928
 
            <property name="can_focus">True</property>
1929
 
            <signal name="activate" handler="on_expander_info_wtstats_activate"/>
1930
 
            <child>
1931
 
              <widget class="GtkAlignment" id="alignment16">
1932
 
                <property name="visible">True</property>
1933
 
                <property name="left_padding">24</property>
1934
 
                <child>
1935
 
                  <widget class="GtkTable" id="table_info_wtstats">
1936
 
                    <property name="visible">True</property>
1937
 
                    <property name="n_rows">8</property>
1938
 
                    <property name="n_columns">2</property>
1939
 
                    <property name="column_spacing">12</property>
1940
 
                    <child>
1941
 
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged">
1942
 
                        <property name="xalign">0</property>
1943
 
                        <property name="label" translatable="yes">(none)</property>
1944
 
                      </widget>
1945
 
                      <packing>
1946
 
                        <property name="left_attach">1</property>
1947
 
                        <property name="right_attach">2</property>
1948
 
                        <property name="y_options"></property>
1949
 
                      </packing>
1950
 
                    </child>
1951
 
                    <child>
1952
 
                      <widget class="GtkLabel" id="label_info_wtstats_modified">
1953
 
                        <property name="xalign">0</property>
1954
 
                        <property name="label" translatable="yes">(none)</property>
1955
 
                      </widget>
1956
 
                      <packing>
1957
 
                        <property name="left_attach">1</property>
1958
 
                        <property name="right_attach">2</property>
1959
 
                        <property name="top_attach">1</property>
1960
 
                        <property name="bottom_attach">2</property>
1961
 
                        <property name="y_options"></property>
1962
 
                      </packing>
1963
 
                    </child>
1964
 
                    <child>
1965
 
                      <widget class="GtkLabel" id="label_info_wtstats_added">
1966
 
                        <property name="xalign">0</property>
1967
 
                        <property name="label" translatable="yes">(none)</property>
1968
 
                      </widget>
1969
 
                      <packing>
1970
 
                        <property name="left_attach">1</property>
1971
 
                        <property name="right_attach">2</property>
1972
 
                        <property name="top_attach">2</property>
1973
 
                        <property name="bottom_attach">3</property>
1974
 
                        <property name="y_options"></property>
1975
 
                      </packing>
1976
 
                    </child>
1977
 
                    <child>
1978
 
                      <widget class="GtkLabel" id="label_info_wtstats_removed">
1979
 
                        <property name="xalign">0</property>
1980
 
                        <property name="label" translatable="yes">(none)</property>
1981
 
                      </widget>
1982
 
                      <packing>
1983
 
                        <property name="left_attach">1</property>
1984
 
                        <property name="right_attach">2</property>
1985
 
                        <property name="top_attach">3</property>
1986
 
                        <property name="bottom_attach">4</property>
1987
 
                        <property name="y_options"></property>
1988
 
                      </packing>
1989
 
                    </child>
1990
 
                    <child>
1991
 
                      <widget class="GtkLabel" id="label_info_wtstats_renamed">
1992
 
                        <property name="xalign">0</property>
1993
 
                        <property name="label" translatable="yes">(none)</property>
1994
 
                      </widget>
1995
 
                      <packing>
1996
 
                        <property name="left_attach">1</property>
1997
 
                        <property name="right_attach">2</property>
1998
 
                        <property name="top_attach">4</property>
1999
 
                        <property name="bottom_attach">5</property>
2000
 
                        <property name="y_options"></property>
2001
 
                      </packing>
2002
 
                    </child>
2003
 
                    <child>
2004
 
                      <widget class="GtkLabel" id="label_info_wtstats_unknown">
2005
 
                        <property name="xalign">0</property>
2006
 
                        <property name="label" translatable="yes">(none)</property>
2007
 
                      </widget>
2008
 
                      <packing>
2009
 
                        <property name="left_attach">1</property>
2010
 
                        <property name="right_attach">2</property>
2011
 
                        <property name="top_attach">5</property>
2012
 
                        <property name="bottom_attach">6</property>
2013
 
                        <property name="y_options"></property>
2014
 
                      </packing>
2015
 
                    </child>
2016
 
                    <child>
2017
 
                      <widget class="GtkLabel" id="label_info_wtstats_ignored">
2018
 
                        <property name="xalign">0</property>
2019
 
                        <property name="label" translatable="yes">(none)</property>
2020
 
                      </widget>
2021
 
                      <packing>
2022
 
                        <property name="left_attach">1</property>
2023
 
                        <property name="right_attach">2</property>
2024
 
                        <property name="top_attach">6</property>
2025
 
                        <property name="bottom_attach">7</property>
2026
 
                        <property name="y_options"></property>
2027
 
                      </packing>
2028
 
                    </child>
2029
 
                    <child>
2030
 
                      <widget class="GtkLabel" id="label_info_wtstats_subdirs">
2031
 
                        <property name="xalign">0</property>
2032
 
                        <property name="label" translatable="yes">(none)</property>
2033
 
                      </widget>
2034
 
                      <packing>
2035
 
                        <property name="left_attach">1</property>
2036
 
                        <property name="right_attach">2</property>
2037
 
                        <property name="top_attach">7</property>
2038
 
                        <property name="bottom_attach">8</property>
2039
 
                        <property name="y_options"></property>
2040
 
                      </packing>
2041
 
                    </child>
2042
 
                    <child>
2043
 
                      <widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
2044
 
                        <property name="xalign">0</property>
2045
 
                        <property name="label" translatable="yes">Versioned subdirectories: </property>
2046
 
                      </widget>
2047
 
                      <packing>
2048
 
                        <property name="top_attach">7</property>
2049
 
                        <property name="bottom_attach">8</property>
2050
 
                        <property name="x_options">GTK_FILL</property>
2051
 
                        <property name="y_options"></property>
2052
 
                      </packing>
2053
 
                    </child>
2054
 
                    <child>
2055
 
                      <widget class="GtkLabel" id="label_info_wtstats_ignored_label">
2056
 
                        <property name="xalign">0</property>
2057
 
                        <property name="label" translatable="yes">Ignored files: </property>
2058
 
                      </widget>
2059
 
                      <packing>
2060
 
                        <property name="top_attach">6</property>
2061
 
                        <property name="bottom_attach">7</property>
2062
 
                        <property name="x_options">GTK_FILL</property>
2063
 
                        <property name="y_options"></property>
2064
 
                      </packing>
2065
 
                    </child>
2066
 
                    <child>
2067
 
                      <widget class="GtkLabel" id="label_info_wtstats_unknown_label">
2068
 
                        <property name="xalign">0</property>
2069
 
                        <property name="label" translatable="yes">Unknown files: </property>
2070
 
                      </widget>
2071
 
                      <packing>
2072
 
                        <property name="top_attach">5</property>
2073
 
                        <property name="bottom_attach">6</property>
2074
 
                        <property name="x_options">GTK_FILL</property>
2075
 
                        <property name="y_options"></property>
2076
 
                      </packing>
2077
 
                    </child>
2078
 
                    <child>
2079
 
                      <widget class="GtkLabel" id="label_info_wtstats_renamed_label">
2080
 
                        <property name="xalign">0</property>
2081
 
                        <property name="label" translatable="yes">Renamed files: </property>
2082
 
                      </widget>
2083
 
                      <packing>
2084
 
                        <property name="top_attach">4</property>
2085
 
                        <property name="bottom_attach">5</property>
2086
 
                        <property name="x_options">GTK_FILL</property>
2087
 
                        <property name="y_options"></property>
2088
 
                      </packing>
2089
 
                    </child>
2090
 
                    <child>
2091
 
                      <widget class="GtkLabel" id="label_info_wtstats_removed_label">
2092
 
                        <property name="xalign">0</property>
2093
 
                        <property name="label" translatable="yes">Removed files: </property>
2094
 
                      </widget>
2095
 
                      <packing>
2096
 
                        <property name="top_attach">3</property>
2097
 
                        <property name="bottom_attach">4</property>
2098
 
                        <property name="x_options">GTK_FILL</property>
2099
 
                        <property name="y_options"></property>
2100
 
                      </packing>
2101
 
                    </child>
2102
 
                    <child>
2103
 
                      <widget class="GtkLabel" id="label_info_wtstats_added_label">
2104
 
                        <property name="xalign">0</property>
2105
 
                        <property name="label" translatable="yes">Added files: </property>
2106
 
                      </widget>
2107
 
                      <packing>
2108
 
                        <property name="top_attach">2</property>
2109
 
                        <property name="bottom_attach">3</property>
2110
 
                        <property name="x_options">GTK_FILL</property>
2111
 
                        <property name="y_options"></property>
2112
 
                      </packing>
2113
 
                    </child>
2114
 
                    <child>
2115
 
                      <widget class="GtkLabel" id="label_info_wtstats_modified_label">
2116
 
                        <property name="xalign">0</property>
2117
 
                        <property name="label" translatable="yes">Modified files: </property>
2118
 
                      </widget>
2119
 
                      <packing>
2120
 
                        <property name="top_attach">1</property>
2121
 
                        <property name="bottom_attach">2</property>
2122
 
                        <property name="x_options">GTK_FILL</property>
2123
 
                        <property name="y_options"></property>
2124
 
                      </packing>
2125
 
                    </child>
2126
 
                    <child>
2127
 
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
2128
 
                        <property name="xalign">0</property>
2129
 
                        <property name="label" translatable="yes">Unchanged files: </property>
2130
 
                      </widget>
2131
 
                      <packing>
2132
 
                        <property name="x_options">GTK_FILL</property>
2133
 
                        <property name="y_options"></property>
2134
 
                      </packing>
2135
 
                    </child>
2136
 
                  </widget>
2137
 
                </child>
2138
 
              </widget>
2139
 
            </child>
2140
 
            <child>
2141
 
              <widget class="GtkLabel" id="label_info_wtstats">
2142
 
                <property name="visible">True</property>
2143
 
                <property name="label" translatable="yes">&lt;b&gt;In the working tree:&lt;/b&gt;</property>
2144
 
                <property name="use_markup">True</property>
2145
 
              </widget>
2146
 
              <packing>
2147
 
                <property name="type">label_item</property>
2148
 
              </packing>
2149
 
            </child>
2150
 
          </widget>
2151
 
          <packing>
2152
 
            <property name="expand">False</property>
2153
 
            <property name="position">7</property>
2154
 
          </packing>
2155
 
        </child>
2156
 
        <child>
2157
 
          <widget class="GtkExpander" id="expander_info_brstats">
2158
 
            <property name="can_focus">True</property>
2159
 
            <signal name="activate" handler="on_expander_info_brstats_activate"/>
2160
 
            <child>
2161
 
              <widget class="GtkAlignment" id="alignment17">
2162
 
                <property name="visible">True</property>
2163
 
                <property name="left_padding">24</property>
2164
 
                <child>
2165
 
                  <widget class="GtkTable" id="table_info_brstats">
2166
 
                    <property name="visible">True</property>
2167
 
                    <property name="n_rows">5</property>
2168
 
                    <property name="n_columns">2</property>
2169
 
                    <property name="column_spacing">12</property>
2170
 
                    <child>
2171
 
                      <widget class="GtkLabel" id="label_info_brstats_revno">
2172
 
                        <property name="xalign">0</property>
2173
 
                        <property name="label" translatable="yes">(none)</property>
2174
 
                      </widget>
2175
 
                      <packing>
2176
 
                        <property name="left_attach">1</property>
2177
 
                        <property name="right_attach">2</property>
2178
 
                        <property name="y_options"></property>
2179
 
                      </packing>
2180
 
                    </child>
2181
 
                    <child>
2182
 
                      <widget class="GtkLabel" id="label_info_brstats_commiters">
2183
 
                        <property name="xalign">0</property>
2184
 
                        <property name="label" translatable="yes">(none)</property>
2185
 
                      </widget>
2186
 
                      <packing>
2187
 
                        <property name="left_attach">1</property>
2188
 
                        <property name="right_attach">2</property>
2189
 
                        <property name="top_attach">1</property>
2190
 
                        <property name="bottom_attach">2</property>
2191
 
                        <property name="y_options"></property>
2192
 
                      </packing>
2193
 
                    </child>
2194
 
                    <child>
2195
 
                      <widget class="GtkLabel" id="label_info_brstats_age">
2196
 
                        <property name="xalign">0</property>
2197
 
                        <property name="label" translatable="yes">(none)</property>
2198
 
                      </widget>
2199
 
                      <packing>
2200
 
                        <property name="left_attach">1</property>
2201
 
                        <property name="right_attach">2</property>
2202
 
                        <property name="top_attach">2</property>
2203
 
                        <property name="bottom_attach">3</property>
2204
 
                        <property name="y_options"></property>
2205
 
                      </packing>
2206
 
                    </child>
2207
 
                    <child>
2208
 
                      <widget class="GtkLabel" id="label_info_brstats_firstrev">
2209
 
                        <property name="xalign">0</property>
2210
 
                        <property name="label" translatable="yes">(none)</property>
2211
 
                      </widget>
2212
 
                      <packing>
2213
 
                        <property name="left_attach">1</property>
2214
 
                        <property name="right_attach">2</property>
2215
 
                        <property name="top_attach">3</property>
2216
 
                        <property name="bottom_attach">4</property>
2217
 
                        <property name="y_options"></property>
2218
 
                      </packing>
2219
 
                    </child>
2220
 
                    <child>
2221
 
                      <widget class="GtkLabel" id="label_info_brstats_lastrev">
2222
 
                        <property name="xalign">0</property>
2223
 
                        <property name="label" translatable="yes">(none)</property>
2224
 
                      </widget>
2225
 
                      <packing>
2226
 
                        <property name="left_attach">1</property>
2227
 
                        <property name="right_attach">2</property>
2228
 
                        <property name="top_attach">4</property>
2229
 
                        <property name="bottom_attach">5</property>
2230
 
                        <property name="y_options"></property>
2231
 
                      </packing>
2232
 
                    </child>
2233
 
                    <child>
2234
 
                      <widget class="GtkLabel" id="label_info_brstats_lastrev_label">
2235
 
                        <property name="xalign">0</property>
2236
 
                        <property name="label" translatable="yes">Time of last revision: </property>
2237
 
                      </widget>
2238
 
                      <packing>
2239
 
                        <property name="top_attach">4</property>
2240
 
                        <property name="bottom_attach">5</property>
2241
 
                        <property name="x_options">GTK_FILL</property>
2242
 
                        <property name="y_options"></property>
2243
 
                      </packing>
2244
 
                    </child>
2245
 
                    <child>
2246
 
                      <widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2247
 
                        <property name="xalign">0</property>
2248
 
                        <property name="label" translatable="yes">Time of first revision: </property>
2249
 
                      </widget>
2250
 
                      <packing>
2251
 
                        <property name="top_attach">3</property>
2252
 
                        <property name="bottom_attach">4</property>
2253
 
                        <property name="x_options">GTK_FILL</property>
2254
 
                        <property name="y_options"></property>
2255
 
                      </packing>
2256
 
                    </child>
2257
 
                    <child>
2258
 
                      <widget class="GtkLabel" id="label_info_brstats_age_label">
2259
 
                        <property name="xalign">0</property>
2260
 
                        <property name="label" translatable="yes">Age of branch in days: </property>
2261
 
                      </widget>
2262
 
                      <packing>
2263
 
                        <property name="top_attach">2</property>
2264
 
                        <property name="bottom_attach">3</property>
2265
 
                        <property name="x_options">GTK_FILL</property>
2266
 
                        <property name="y_options"></property>
2267
 
                      </packing>
2268
 
                    </child>
2269
 
                    <child>
2270
 
                      <widget class="GtkLabel" id="label_info_brstats_commiters_label">
2271
 
                        <property name="xalign">0</property>
2272
 
                        <property name="label" translatable="yes">Number of commiters: </property>
2273
 
                      </widget>
2274
 
                      <packing>
2275
 
                        <property name="top_attach">1</property>
2276
 
                        <property name="bottom_attach">2</property>
2277
 
                        <property name="x_options">GTK_FILL</property>
2278
 
                        <property name="y_options"></property>
2279
 
                      </packing>
2280
 
                    </child>
2281
 
                    <child>
2282
 
                      <widget class="GtkLabel" id="label_info_brstats_revno_label">
2283
 
                        <property name="xalign">0</property>
2284
 
                        <property name="label" translatable="yes">Revisions in branch: </property>
2285
 
                      </widget>
2286
 
                      <packing>
2287
 
                        <property name="x_options">GTK_FILL</property>
2288
 
                        <property name="y_options"></property>
2289
 
                      </packing>
2290
 
                    </child>
2291
 
                  </widget>
2292
 
                </child>
2293
 
              </widget>
2294
 
            </child>
2295
 
            <child>
2296
 
              <widget class="GtkLabel" id="label_info_brstats">
2297
 
                <property name="visible">True</property>
2298
 
                <property name="label" translatable="yes">&lt;b&gt;Branch history:&lt;/b&gt;</property>
2299
 
                <property name="use_markup">True</property>
2300
 
              </widget>
2301
 
              <packing>
2302
 
                <property name="type">label_item</property>
2303
 
              </packing>
2304
 
            </child>
2305
 
          </widget>
2306
 
          <packing>
2307
 
            <property name="expand">False</property>
2308
 
            <property name="position">8</property>
2309
 
          </packing>
2310
 
        </child>
2311
 
        <child>
2312
 
          <widget class="GtkExpander" id="expander_info_repstats">
2313
 
            <property name="can_focus">True</property>
2314
 
            <signal name="activate" handler="on_expander_info_repstats_activate"/>
2315
 
            <child>
2316
 
              <widget class="GtkAlignment" id="alignment18">
2317
 
                <property name="visible">True</property>
2318
 
                <property name="left_padding">24</property>
2319
 
                <child>
2320
 
                  <widget class="GtkTable" id="table_info_repstats">
2321
 
                    <property name="visible">True</property>
2322
 
                    <property name="n_rows">2</property>
2323
 
                    <property name="n_columns">2</property>
2324
 
                    <property name="column_spacing">12</property>
2325
 
                    <child>
2326
 
                      <widget class="GtkLabel" id="label_info_repstats_revisions">
2327
 
                        <property name="xalign">0</property>
2328
 
                        <property name="label" translatable="yes">(none)</property>
2329
 
                      </widget>
2330
 
                      <packing>
2331
 
                        <property name="left_attach">1</property>
2332
 
                        <property name="right_attach">2</property>
2333
 
                        <property name="y_options"></property>
2334
 
                      </packing>
2335
 
                    </child>
2336
 
                    <child>
2337
 
                      <widget class="GtkLabel" id="label_info_repstats_size">
2338
 
                        <property name="xalign">0</property>
2339
 
                        <property name="label" translatable="yes">(none)</property>
2340
 
                      </widget>
2341
 
                      <packing>
2342
 
                        <property name="left_attach">1</property>
2343
 
                        <property name="right_attach">2</property>
2344
 
                        <property name="top_attach">1</property>
2345
 
                        <property name="bottom_attach">2</property>
2346
 
                        <property name="y_options"></property>
2347
 
                      </packing>
2348
 
                    </child>
2349
 
                    <child>
2350
 
                      <widget class="GtkLabel" id="label_info_repstats_size_label">
2351
 
                        <property name="xalign">0</property>
2352
 
                        <property name="label" translatable="yes">Size of repository: </property>
2353
 
                      </widget>
2354
 
                      <packing>
2355
 
                        <property name="top_attach">1</property>
2356
 
                        <property name="bottom_attach">2</property>
2357
 
                        <property name="x_options">GTK_FILL</property>
2358
 
                        <property name="y_options"></property>
2359
 
                      </packing>
2360
 
                    </child>
2361
 
                    <child>
2362
 
                      <widget class="GtkLabel" id="label_info_repstats_revisions_label">
2363
 
                        <property name="xalign">0</property>
2364
 
                        <property name="label" translatable="yes">Revisions in repository: </property>
2365
 
                      </widget>
2366
 
                      <packing>
2367
 
                        <property name="x_options">GTK_FILL</property>
2368
 
                        <property name="y_options"></property>
2369
 
                      </packing>
2370
 
                    </child>
2371
 
                  </widget>
2372
 
                </child>
2373
 
              </widget>
2374
 
            </child>
2375
 
            <child>
2376
 
              <widget class="GtkLabel" id="label_info_repstats">
2377
 
                <property name="visible">True</property>
2378
 
                <property name="label" translatable="yes">&lt;b&gt;Revision store:&lt;/b&gt;</property>
2379
 
                <property name="use_markup">True</property>
2380
 
              </widget>
2381
 
              <packing>
2382
 
                <property name="type">label_item</property>
2383
 
              </packing>
2384
 
            </child>
2385
 
          </widget>
2386
 
          <packing>
2387
 
            <property name="expand">False</property>
2388
 
            <property name="position">9</property>
2389
 
          </packing>
2390
 
        </child>
2391
 
        <child internal-child="action_area">
2392
 
          <widget class="GtkHButtonBox" id="hbuttonbox_info">
2393
 
            <property name="visible">True</property>
2394
 
            <property name="can_default">True</property>
2395
 
            <property name="has_default">True</property>
2396
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
2397
 
            <child>
2398
 
              <widget class="GtkButton" id="button_info_close">
2399
 
                <property name="visible">True</property>
2400
 
                <property name="can_focus">True</property>
2401
 
                <property name="can_default">True</property>
2402
 
                <property name="has_default">True</property>
2403
 
                <property name="label">gtk-close</property>
2404
 
                <property name="use_stock">True</property>
2405
 
                <property name="response_id">0</property>
2406
 
                <signal name="clicked" handler="on_button_info_close_clicked"/>
2407
 
              </widget>
2408
 
            </child>
2409
 
          </widget>
2410
 
          <packing>
2411
 
            <property name="expand">False</property>
2412
 
            <property name="fill">False</property>
2413
 
            <property name="pack_type">GTK_PACK_END</property>
2414
 
          </packing>
2415
 
        </child>
2416
 
      </widget>
2417
 
    </child>
2418
 
  </widget>
2419
 
  <widget class="GtkDialog" id="window_merge">
2420
 
    <property name="visible">True</property>
2421
 
    <property name="title" translatable="yes">Merge - Olive</property>
2422
 
    <property name="icon">icons/oliveicon2.png</property>
2423
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2424
 
    <child internal-child="vbox">
2425
 
      <widget class="GtkVBox" id="vbox_merge">
2426
 
        <property name="visible">True</property>
2427
 
        <property name="spacing">3</property>
2428
 
        <child>
2429
 
          <widget class="GtkHBox" id="hbox_merge">
2430
 
            <property name="visible">True</property>
2431
 
            <property name="spacing">3</property>
2432
 
            <child>
2433
 
              <widget class="GtkLabel" id="label_merge">
2434
 
                <property name="visible">True</property>
2435
 
                <property name="label" translatable="yes">Merge from:</property>
2436
 
              </widget>
2437
 
              <packing>
2438
 
                <property name="expand">False</property>
2439
 
                <property name="fill">False</property>
2440
 
              </packing>
2441
 
            </child>
2442
 
            <child>
2443
 
              <widget class="GtkEntry" id="entry_merge">
2444
 
                <property name="visible">True</property>
2445
 
                <property name="can_focus">True</property>
2446
 
              </widget>
2447
 
              <packing>
2448
 
                <property name="position">1</property>
2449
 
              </packing>
2450
 
            </child>
2451
 
            <child>
2452
 
              <widget class="GtkButton" id="button_merge_open">
2453
 
                <property name="visible">True</property>
2454
 
                <property name="can_focus">True</property>
2455
 
                <property name="response_id">0</property>
2456
 
                <signal name="clicked" handler="on_button_merge_open_clicked"/>
2457
 
                <child>
2458
 
                  <widget class="GtkImage" id="image240">
2459
 
                    <property name="visible">True</property>
2460
 
                    <property name="stock">gtk-open</property>
2461
 
                  </widget>
2462
 
                </child>
2463
 
              </widget>
2464
 
              <packing>
2465
 
                <property name="expand">False</property>
2466
 
                <property name="fill">False</property>
2467
 
                <property name="position">2</property>
2468
 
              </packing>
2469
 
            </child>
2470
 
          </widget>
2471
 
          <packing>
2472
 
            <property name="expand">False</property>
2473
 
            <property name="fill">False</property>
2474
 
            <property name="position">2</property>
2475
 
          </packing>
2476
 
        </child>
2477
 
        <child internal-child="action_area">
2478
 
          <widget class="GtkHButtonBox" id="hbuttonbox_merge">
2479
 
            <property name="visible">True</property>
2480
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
2481
 
            <child>
2482
 
              <widget class="GtkButton" id="button_merge_cancel">
2483
 
                <property name="visible">True</property>
2484
 
                <property name="can_focus">True</property>
2485
 
                <property name="can_default">True</property>
2486
 
                <property name="label">gtk-cancel</property>
2487
 
                <property name="use_stock">True</property>
2488
 
                <property name="response_id">0</property>
2489
 
                <signal name="clicked" handler="on_button_merge_cancel_clicked"/>
2490
 
              </widget>
2491
 
            </child>
2492
 
            <child>
2493
 
              <widget class="GtkButton" id="button_merge_merge">
2494
 
                <property name="visible">True</property>
2495
 
                <property name="can_focus">True</property>
2496
 
                <property name="can_default">True</property>
2497
 
                <property name="has_default">True</property>
2498
 
                <property name="response_id">0</property>
2499
 
                <signal name="clicked" handler="on_button_merge_merge_clicked"/>
2500
 
                <child>
2501
 
                  <widget class="GtkAlignment" id="alignment19">
2502
 
                    <property name="visible">True</property>
2503
 
                    <property name="xscale">0</property>
2504
 
                    <property name="yscale">0</property>
2505
 
                    <child>
2506
 
                      <widget class="GtkHBox" id="hbox14">
2507
 
                        <property name="visible">True</property>
2508
 
                        <property name="spacing">2</property>
2509
 
                        <child>
2510
 
                          <widget class="GtkImage" id="image239">
2511
 
                            <property name="visible">True</property>
2512
 
                            <property name="stock">gtk-apply</property>
2513
 
                          </widget>
2514
 
                          <packing>
2515
 
                            <property name="expand">False</property>
2516
 
                            <property name="fill">False</property>
2517
 
                          </packing>
2518
 
                        </child>
2519
 
                        <child>
2520
 
                          <widget class="GtkLabel" id="label21">
2521
 
                            <property name="visible">True</property>
2522
 
                            <property name="label" translatable="yes">_Merge</property>
2523
 
                            <property name="use_underline">True</property>
2524
 
                          </widget>
2525
 
                          <packing>
2526
 
                            <property name="expand">False</property>
2527
 
                            <property name="fill">False</property>
2528
 
                            <property name="position">1</property>
2529
 
                          </packing>
2530
 
                        </child>
2531
 
                      </widget>
2532
 
                    </child>
2533
 
                  </widget>
2534
 
                </child>
2535
 
              </widget>
2536
 
              <packing>
2537
 
                <property name="position">1</property>
2538
 
              </packing>
2539
 
            </child>
2540
 
          </widget>
2541
 
          <packing>
2542
 
            <property name="expand">False</property>
2543
 
            <property name="fill">False</property>
2544
 
            <property name="pack_type">GTK_PACK_END</property>
2545
 
          </packing>
2546
 
        </child>
2547
 
      </widget>
2548
 
    </child>
2549
 
  </widget>
2550
 
</glade-interface>