/b-gtk/fix-viz

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

« back to all changes in this revision

Viewing changes to olive.glade

  • Committer: Jelmer Vernooij
  • Date: 2012-07-09 15:23:26 UTC
  • mto: This revision was merged to the branch mainline in revision 794.
  • Revision ID: jelmer@samba.org-20120709152326-dzxb8zoz0btull7n
Remove bzr-notify.

Show diffs side-by-side

added added

removed removed

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