/b-gtk/fix-viz

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