/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: 2012-07-09 15:23:26 UTC
  • mto: This revision was merged to the branch mainline in revision 794.
  • Revision ID: jelmer@samba.org-20120709152326-dzxb8zoz0btull7n
Remove bzr-notify.

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