/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: Daniel Schierbeck
  • Date: 2008-01-13 14:12:49 UTC
  • mto: (423.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 429.
  • Revision ID: daniel.schierbeck@gmail.com-20080113141249-gd0i2lknr3yik55r
Moved branch view to its own package.

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