/b-gtk/fix-viz

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

« back to all changes in this revision

Viewing changes to olive.glade

  • Committer: Jelmer Vernooij
  • Date: 2008-06-28 16:59:50 UTC
  • mto: This revision was merged to the branch mainline in revision 516.
  • Revision ID: jelmer@samba.org-20080628165950-18kv7bdykgf1f1jf
Fix import in olive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
3
<!--*- mode: xml -*-->
4
4
<glade-interface>
6
6
    <property name="width_request">700</property>
7
7
    <property name="height_request">400</property>
8
8
    <property name="title" translatable="yes">Olive - Bazaar GUI</property>
9
 
    <property name="icon">oliveicon2.png</property>
 
9
    <property name="icon">icons/oliveicon2.png</property>
10
10
    <signal name="destroy" handler="on_window_main_destroy"/>
11
11
    <signal name="delete_event" handler="on_window_main_delete_event"/>
12
12
    <child>
58
58
                      </widget>
59
59
                    </child>
60
60
                    <child>
 
61
                      <widget class="GtkMenuItem" id="menuitem_file_bookmark">
 
62
                        <property name="visible">True</property>
 
63
                        <property name="label" translatable="yes">_Bookmark current directory</property>
 
64
                        <property name="use_underline">True</property>
 
65
                        <signal name="activate" handler="on_menuitem_file_bookmark_activate"/>
 
66
                      </widget>
 
67
                    </child>
 
68
                    <child>
61
69
                      <widget class="GtkMenuItem" id="menuitem_file_make_directory">
62
70
                        <property name="visible">True</property>
63
71
                        <property name="label" translatable="yes">Make _directory...</property>
129
137
                      </widget>
130
138
                    </child>
131
139
                    <child>
 
140
                      <widget class="GtkCheckMenuItem" id="menuitem_view_show_ignored_files">
 
141
                        <property name="visible">True</property>
 
142
                        <property name="label" translatable="yes">Show _ignored files</property>
 
143
                        <property name="use_underline">True</property>
 
144
                        <signal name="activate" handler="on_menuitem_view_show_ignored_files_activate"/>
 
145
                      </widget>
 
146
                    </child>
 
147
                    <child>
132
148
                      <widget class="GtkSeparatorMenuItem" id="separator_view1">
133
149
                        <property name="visible">True</property>
134
150
                      </widget>
190
206
                        <child internal-child="image">
191
207
                          <widget class="GtkImage" id="image243">
192
208
                            <property name="visible">True</property>
193
 
                            <property name="pixbuf">pull16.png</property>
 
209
                            <property name="pixbuf">icons/pull16.png</property>
194
210
                          </widget>
195
211
                        </child>
196
212
                      </widget>
204
220
                        <child internal-child="image">
205
221
                          <widget class="GtkImage" id="image244">
206
222
                            <property name="visible">True</property>
207
 
                            <property name="pixbuf">push16.png</property>
 
223
                            <property name="pixbuf">icons/push16.png</property>
208
224
                          </widget>
209
225
                        </child>
210
226
                      </widget>
211
227
                    </child>
212
228
                    <child>
 
229
                      <widget class="GtkMenuItem" id="menuitem_branch_update">
 
230
                        <property name="visible">True</property>
 
231
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
232
                        <property name="label" translatable="yes">Update</property>
 
233
                        <property name="use_underline">True</property>
 
234
                        <signal name="activate" handler="on_menuitem_branch_update_activate"/>
 
235
                      </widget>
 
236
                    </child>
 
237
                    <child>
213
238
                      <widget class="GtkSeparatorMenuItem" id="separator_branch2">
214
239
                        <property name="visible">True</property>
215
240
                      </widget>
239
264
                        <child internal-child="image">
240
265
                          <widget class="GtkImage" id="image245">
241
266
                            <property name="visible">True</property>
242
 
                            <property name="pixbuf">commit16.png</property>
 
267
                            <property name="pixbuf">icons/commit16.png</property>
243
268
                          </widget>
244
269
                        </child>
245
270
                      </widget>
301
326
                        <child internal-child="image">
302
327
                          <widget class="GtkImage" id="image246">
303
328
                            <property name="visible">True</property>
304
 
                            <property name="pixbuf">diff16.png</property>
 
329
                            <property name="pixbuf">icons/diff16.png</property>
305
330
                          </widget>
306
331
                        </child>
307
332
                      </widget>
315
340
                        <child internal-child="image">
316
341
                          <widget class="GtkImage" id="image247">
317
342
                            <property name="visible">True</property>
318
 
                            <property name="pixbuf">log16.png</property>
 
343
                            <property name="pixbuf">icons/log16.png</property>
319
344
                          </widget>
320
345
                        </child>
321
346
                      </widget>
361
386
        <child>
362
387
          <widget class="GtkToolbar" id="toolbar">
363
388
            <property name="visible">True</property>
364
 
            <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
365
389
            <child>
366
390
              <widget class="GtkToolButton" id="toolbutton_refresh">
367
391
                <property name="visible">True</property>
368
392
                <property name="label">Refresh</property>
369
393
                <property name="use_underline">True</property>
370
 
                <property name="icon">refresh.png</property>
 
394
                <property name="icon">icons/refresh.png</property>
371
395
                <signal name="clicked" handler="on_toolbutton_refresh_clicked"/>
372
396
              </widget>
373
397
              <packing>
379
403
                <property name="visible">True</property>
380
404
                <property name="label">Diff</property>
381
405
                <property name="use_underline">True</property>
382
 
                <property name="icon">diff.png</property>
 
406
                <property name="icon">icons/diff.png</property>
383
407
                <signal name="clicked" handler="on_toolbutton_diff_clicked"/>
384
408
              </widget>
385
409
              <packing>
391
415
                <property name="visible">True</property>
392
416
                <property name="label">Log</property>
393
417
                <property name="use_underline">True</property>
394
 
                <property name="icon">log.png</property>
 
418
                <property name="icon">icons/log.png</property>
395
419
                <signal name="clicked" handler="on_toolbutton_log_clicked"/>
396
420
              </widget>
397
421
              <packing>
410
434
            <child>
411
435
              <widget class="GtkToolButton" id="toolbutton_commit">
412
436
                <property name="visible">True</property>
 
437
                <property name="is_important">True</property>
413
438
                <property name="label">Commit</property>
414
439
                <property name="use_underline">True</property>
415
 
                <property name="icon">commit.png</property>
 
440
                <property name="icon">icons/commit.png</property>
416
441
                <signal name="clicked" handler="on_toolbutton_commit_clicked"/>
417
442
              </widget>
418
443
              <packing>
431
456
            <child>
432
457
              <widget class="GtkToolButton" id="toolbutton_pull">
433
458
                <property name="visible">True</property>
 
459
                <property name="is_important">True</property>
434
460
                <property name="label">Pull</property>
435
461
                <property name="use_underline">True</property>
436
 
                <property name="icon">pull.png</property>
 
462
                <property name="icon">icons/pull.png</property>
437
463
                <signal name="clicked" handler="on_toolbutton_pull_clicked"/>
438
464
              </widget>
439
465
              <packing>
443
469
            <child>
444
470
              <widget class="GtkToolButton" id="toolbutton_push">
445
471
                <property name="visible">True</property>
 
472
                <property name="is_important">True</property>
446
473
                <property name="label">Push</property>
447
474
                <property name="use_underline">True</property>
448
 
                <property name="icon">push.png</property>
 
475
                <property name="icon">icons/push.png</property>
449
476
                <signal name="clicked" handler="on_toolbutton_push_clicked"/>
450
477
              </widget>
451
478
              <packing>
452
479
                <property name="expand">False</property>
453
480
              </packing>
454
481
            </child>
 
482
            <child>
 
483
              <widget class="GtkToolButton" id="toolbutton_update">
 
484
                <property name="visible">True</property>
 
485
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
486
                <property name="label" translatable="yes">Update</property>
 
487
                <property name="icon">icons/pull.png</property>
 
488
                <signal name="clicked" handler="on_toolbutton_update_clicked"/>
 
489
              </widget>
 
490
              <packing>
 
491
                <property name="expand">False</property>
 
492
              </packing>
 
493
            </child>
455
494
          </widget>
456
495
          <packing>
457
496
            <property name="expand">False</property>
476
515
                    <property name="can_focus">True</property>
477
516
                    <property name="headers_visible">False</property>
478
517
                    <signal name="button_press_event" handler="on_treeview_left_button_press_event"/>
 
518
                    <signal name="button_release_event" handler="on_treeview_left_button_release_event"/>
479
519
                    <signal name="row_activated" handler="on_treeview_left_row_activated"/>
480
520
                  </widget>
481
521
                </child>
482
522
              </widget>
483
523
              <packing>
484
524
                <property name="resize">False</property>
 
525
                <property name="shrink">True</property>
485
526
              </packing>
486
527
            </child>
487
528
            <child>
500
541
                        <property name="receives_default">True</property>
501
542
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
502
543
                        <property name="relief">GTK_RELIEF_NONE</property>
 
544
                        <property name="response_id">0</property>
503
545
                        <signal name="clicked" handler="on_button_location_up_clicked"/>
504
546
                        <child>
505
547
                          <widget class="GtkImage" id="image_location_up">
548
590
                        <property name="label" translatable="yes">gtk-jump-to</property>
549
591
                        <property name="relief">GTK_RELIEF_NONE</property>
550
592
                        <property name="use_stock">True</property>
 
593
                        <property name="response_id">0</property>
551
594
                        <signal name="clicked" handler="on_button_location_jump_clicked"/>
552
595
                      </widget>
553
596
                      <packing>
574
617
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
575
618
                        <property name="label" translatable="yes">H_istory Mode</property>
576
619
                        <property name="use_underline">True</property>
 
620
                        <property name="response_id">0</property>
577
621
                        <property name="draw_indicator">True</property>
 
622
                        <signal name="toggled" handler="on_checkbutton_history_toggled"/>
578
623
                      </widget>
579
624
                      <packing>
580
625
                        <property name="expand">False</property>
589
634
                        <property name="sensitive">False</property>
590
635
                        <property name="can_focus">True</property>
591
636
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
637
                        <signal name="key_press_event" handler="on_entry_history_revno_key_press_event"/>
592
638
                      </widget>
593
639
                      <packing>
594
640
                        <property name="expand">False</property>
603
649
                        <property name="can_focus">True</property>
604
650
                        <property name="receives_default">True</property>
605
651
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
652
                        <property name="response_id">0</property>
606
653
                        <signal name="clicked" handler="on_button_history_browse_clicked"/>
607
654
                        <child>
608
655
                          <widget class="GtkImage" id="image_history_browse">
645
692
                  </packing>
646
693
                </child>
647
694
              </widget>
 
695
              <packing>
 
696
                <property name="resize">True</property>
 
697
                <property name="shrink">True</property>
 
698
              </packing>
648
699
            </child>
649
700
          </widget>
650
701
          <packing>
673
724
    <property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
674
725
    <property name="authors">Szilveszter Farkas (Phanatic) &lt;szilveszter.farkas@gmail.com&gt;</property>
675
726
    <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
676
 
    <property name="logo">oliveicon2.png</property>
 
727
    <property name="logo">icons/oliveicon2.png</property>
677
728
    <child internal-child="vbox">
678
729
      <widget class="GtkVBox" id="dialog-vbox1">
679
730
        <child internal-child="action_area">
691
742
    <property name="visible">True</property>
692
743
    <property name="title" translatable="yes">Olive - Add file(s)</property>
693
744
    <property name="resizable">False</property>
694
 
    <property name="icon">oliveicon2.png</property>
 
745
    <property name="icon">icons/oliveicon2.png</property>
695
746
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
696
747
    <child internal-child="vbox">
697
748
      <widget class="GtkVBox" id="vbox_add">
714
765
            <property name="can_focus">True</property>
715
766
            <property name="label" translatable="yes">Selected only</property>
716
767
            <property name="use_underline">True</property>
 
768
            <property name="response_id">0</property>
717
769
            <property name="draw_indicator">True</property>
718
770
          </widget>
719
771
          <packing>
728
780
            <property name="can_focus">True</property>
729
781
            <property name="label" translatable="yes">All unknowns recursively</property>
730
782
            <property name="use_underline">True</property>
 
783
            <property name="response_id">0</property>
731
784
            <property name="draw_indicator">True</property>
732
785
            <property name="group">radiobutton_add_selected</property>
733
786
          </widget>
748
801
                <property name="can_default">True</property>
749
802
                <property name="label">gtk-cancel</property>
750
803
                <property name="use_stock">True</property>
 
804
                <property name="response_id">0</property>
751
805
                <signal name="clicked" handler="on_button_add_cancel_clicked"/>
752
806
              </widget>
753
807
            </child>
757
811
                <property name="can_focus">True</property>
758
812
                <property name="can_default">True</property>
759
813
                <property name="has_default">True</property>
 
814
                <property name="response_id">0</property>
760
815
                <signal name="clicked" handler="on_button_add_add_clicked"/>
761
816
                <child>
762
817
                  <widget class="GtkAlignment" id="alignment3">
811
866
    <property name="visible">True</property>
812
867
    <property name="title" translatable="yes">Olive - Remove file(s)</property>
813
868
    <property name="resizable">False</property>
814
 
    <property name="icon">oliveicon2.png</property>
 
869
    <property name="icon">icons/oliveicon2.png</property>
815
870
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
816
871
    <child internal-child="vbox">
817
872
      <widget class="GtkVBox" id="vbox_remove">
834
889
            <property name="can_focus">True</property>
835
890
            <property name="label" translatable="yes">Selected only</property>
836
891
            <property name="use_underline">True</property>
 
892
            <property name="response_id">0</property>
837
893
            <property name="draw_indicator">True</property>
838
894
          </widget>
839
895
          <packing>
848
904
            <property name="can_focus">True</property>
849
905
            <property name="label" translatable="yes">All files with status 'added'</property>
850
906
            <property name="use_underline">True</property>
 
907
            <property name="response_id">0</property>
851
908
            <property name="draw_indicator">True</property>
852
909
            <property name="group">radiobutton_remove_selected</property>
853
910
          </widget>
868
925
                <property name="can_default">True</property>
869
926
                <property name="label">gtk-cancel</property>
870
927
                <property name="use_stock">True</property>
 
928
                <property name="response_id">0</property>
871
929
                <signal name="clicked" handler="on_button_remove_cancel_clicked"/>
872
930
              </widget>
873
931
            </child>
877
935
                <property name="can_focus">True</property>
878
936
                <property name="can_default">True</property>
879
937
                <property name="has_default">True</property>
 
938
                <property name="response_id">0</property>
880
939
                <signal name="clicked" handler="on_button_remove_remove_clicked"/>
881
940
                <child>
882
941
                  <widget class="GtkAlignment" id="alignment4">
930
989
  <widget class="GtkDialog" id="window_mkdir">
931
990
    <property name="visible">True</property>
932
991
    <property name="title" translatable="yes">Olive - Make directory</property>
933
 
    <property name="icon">oliveicon2.png</property>
 
992
    <property name="icon">icons/oliveicon2.png</property>
934
993
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
935
994
    <child internal-child="vbox">
936
995
      <widget class="GtkVBox" id="vbox_mkdir">
954
1013
            <property name="can_focus">True</property>
955
1014
            <property name="label" translatable="yes">_Versioned directory</property>
956
1015
            <property name="use_underline">True</property>
 
1016
            <property name="response_id">0</property>
957
1017
            <property name="active">True</property>
958
1018
            <property name="draw_indicator">True</property>
959
1019
          </widget>
974
1034
                <property name="can_default">True</property>
975
1035
                <property name="label">gtk-cancel</property>
976
1036
                <property name="use_stock">True</property>
 
1037
                <property name="response_id">0</property>
977
1038
                <signal name="clicked" handler="on_button_mkdir_cancel_clicked"/>
978
1039
              </widget>
979
1040
            </child>
983
1044
                <property name="can_focus">True</property>
984
1045
                <property name="can_default">True</property>
985
1046
                <property name="has_default">True</property>
 
1047
                <property name="response_id">0</property>
986
1048
                <signal name="clicked" handler="on_button_mkdir_mkdir_clicked"/>
987
1049
                <child>
988
1050
                  <widget class="GtkAlignment" id="alignment8">
1037
1099
  <widget class="GtkDialog" id="window_move">
1038
1100
    <property name="width_request">250</property>
1039
1101
    <property name="title" translatable="yes">Olive - Move</property>
1040
 
    <property name="icon">oliveicon2.png</property>
 
1102
    <property name="icon">icons/oliveicon2.png</property>
1041
1103
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1042
1104
    <child internal-child="vbox">
1043
1105
      <widget class="GtkVBox" id="vbox_move">
1083
1145
                <property name="can_default">True</property>
1084
1146
                <property name="label">gtk-cancel</property>
1085
1147
                <property name="use_stock">True</property>
 
1148
                <property name="response_id">0</property>
1086
1149
                <signal name="clicked" handler="on_button_move_cancel_clicked"/>
1087
1150
              </widget>
1088
1151
            </child>
1092
1155
                <property name="can_focus">True</property>
1093
1156
                <property name="can_default">True</property>
1094
1157
                <property name="has_default">True</property>
 
1158
                <property name="response_id">0</property>
1095
1159
                <signal name="clicked" handler="on_button_move_move_clicked"/>
1096
1160
                <child>
1097
1161
                  <widget class="GtkAlignment" id="alignment9">
1144
1208
  </widget>
1145
1209
  <widget class="GtkDialog" id="window_rename">
1146
1210
    <property name="title" translatable="yes">Olive - Rename</property>
1147
 
    <property name="icon">oliveicon2.png</property>
 
1211
    <property name="icon">icons/oliveicon2.png</property>
1148
1212
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1149
1213
    <child internal-child="vbox">
1150
1214
      <widget class="GtkVBox" id="vbox_rename">
1190
1254
                <property name="can_default">True</property>
1191
1255
                <property name="label">gtk-cancel</property>
1192
1256
                <property name="use_stock">True</property>
 
1257
                <property name="response_id">0</property>
1193
1258
                <signal name="clicked" handler="on_button_rename_cancel_clicked"/>
1194
1259
              </widget>
1195
1260
            </child>
1199
1264
                <property name="can_focus">True</property>
1200
1265
                <property name="can_default">True</property>
1201
1266
                <property name="has_default">True</property>
 
1267
                <property name="response_id">0</property>
1202
1268
                <signal name="clicked" handler="on_button_rename_rename_clicked"/>
1203
1269
                <child>
1204
1270
                  <widget class="GtkAlignment" id="alignment10">
1251
1317
  </widget>
1252
1318
  <widget class="GtkDialog" id="window_info">
1253
1319
    <property name="title" translatable="yes">Olive - Information</property>
1254
 
    <property name="icon">oliveicon2.png</property>
 
1320
    <property name="icon">icons/oliveicon2.png</property>
1255
1321
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1256
1322
    <child internal-child="vbox">
1257
1323
      <widget class="GtkVBox" id="vbox_info">
1272
1338
                    <property name="n_columns">2</property>
1273
1339
                    <property name="column_spacing">12</property>
1274
1340
                    <child>
 
1341
                      <widget class="GtkLabel" id="label_info_location_repobranch">
 
1342
                        <property name="xalign">0</property>
 
1343
                        <property name="label" translatable="yes">(none)</property>
 
1344
                      </widget>
 
1345
                      <packing>
 
1346
                        <property name="left_attach">1</property>
 
1347
                        <property name="right_attach">2</property>
 
1348
                        <property name="top_attach">2</property>
 
1349
                        <property name="bottom_attach">3</property>
 
1350
                        <property name="y_options"></property>
 
1351
                      </packing>
 
1352
                    </child>
 
1353
                    <child>
 
1354
                      <widget class="GtkLabel" id="label_info_location_cobranch">
 
1355
                        <property name="xalign">0</property>
 
1356
                        <property name="label" translatable="yes">(none)</property>
 
1357
                      </widget>
 
1358
                      <packing>
 
1359
                        <property name="left_attach">1</property>
 
1360
                        <property name="right_attach">2</property>
 
1361
                        <property name="top_attach">3</property>
 
1362
                        <property name="bottom_attach">4</property>
 
1363
                        <property name="y_options"></property>
 
1364
                      </packing>
 
1365
                    </child>
 
1366
                    <child>
 
1367
                      <widget class="GtkLabel" id="label_info_location_repoco">
 
1368
                        <property name="xalign">0</property>
 
1369
                        <property name="label" translatable="yes">(none)</property>
 
1370
                      </widget>
 
1371
                      <packing>
 
1372
                        <property name="left_attach">1</property>
 
1373
                        <property name="right_attach">2</property>
 
1374
                        <property name="top_attach">4</property>
 
1375
                        <property name="bottom_attach">5</property>
 
1376
                        <property name="y_options"></property>
 
1377
                      </packing>
 
1378
                    </child>
 
1379
                    <child>
 
1380
                      <widget class="GtkLabel" id="label_info_location_coroot">
 
1381
                        <property name="xalign">0</property>
 
1382
                        <property name="label" translatable="yes">(none)</property>
 
1383
                      </widget>
 
1384
                      <packing>
 
1385
                        <property name="left_attach">1</property>
 
1386
                        <property name="right_attach">2</property>
 
1387
                        <property name="top_attach">5</property>
 
1388
                        <property name="bottom_attach">6</property>
 
1389
                        <property name="y_options"></property>
 
1390
                      </packing>
 
1391
                    </child>
 
1392
                    <child>
 
1393
                      <widget class="GtkLabel" id="label_info_location_branchroot">
 
1394
                        <property name="xalign">0</property>
 
1395
                        <property name="label" translatable="yes">(none)</property>
 
1396
                      </widget>
 
1397
                      <packing>
 
1398
                        <property name="left_attach">1</property>
 
1399
                        <property name="right_attach">2</property>
 
1400
                        <property name="top_attach">6</property>
 
1401
                        <property name="bottom_attach">7</property>
 
1402
                        <property name="y_options"></property>
 
1403
                      </packing>
 
1404
                    </child>
 
1405
                    <child>
 
1406
                      <widget class="GtkLabel" id="label_info_location_sharedrepo">
 
1407
                        <property name="xalign">0</property>
 
1408
                        <property name="label" translatable="yes">(none)</property>
 
1409
                      </widget>
 
1410
                      <packing>
 
1411
                        <property name="left_attach">1</property>
 
1412
                        <property name="right_attach">2</property>
 
1413
                        <property name="top_attach">1</property>
 
1414
                        <property name="bottom_attach">2</property>
 
1415
                        <property name="y_options"></property>
 
1416
                      </packing>
 
1417
                    </child>
 
1418
                    <child>
 
1419
                      <widget class="GtkLabel" id="label_info_location_lightcoroot">
 
1420
                        <property name="xalign">0</property>
 
1421
                        <property name="label" translatable="yes">(none)</property>
 
1422
                      </widget>
 
1423
                      <packing>
 
1424
                        <property name="left_attach">1</property>
 
1425
                        <property name="right_attach">2</property>
 
1426
                        <property name="y_options"></property>
 
1427
                      </packing>
 
1428
                    </child>
 
1429
                    <child>
 
1430
                      <widget class="GtkLabel" id="label_info_location_coroot_label">
 
1431
                        <property name="xalign">0</property>
 
1432
                        <property name="label" translatable="yes">Checkout root: </property>
 
1433
                      </widget>
 
1434
                      <packing>
 
1435
                        <property name="top_attach">5</property>
 
1436
                        <property name="bottom_attach">6</property>
 
1437
                        <property name="x_options">GTK_FILL</property>
 
1438
                        <property name="y_options"></property>
 
1439
                      </packing>
 
1440
                    </child>
 
1441
                    <child>
 
1442
                      <widget class="GtkLabel" id="label_info_location_branchroot_label">
 
1443
                        <property name="xalign">0</property>
 
1444
                        <property name="label" translatable="yes">Branch root: </property>
 
1445
                      </widget>
 
1446
                      <packing>
 
1447
                        <property name="top_attach">6</property>
 
1448
                        <property name="bottom_attach">7</property>
 
1449
                        <property name="x_options">GTK_FILL</property>
 
1450
                        <property name="y_options"></property>
 
1451
                      </packing>
 
1452
                    </child>
 
1453
                    <child>
 
1454
                      <widget class="GtkLabel" id="label_info_location_repoco_label">
 
1455
                        <property name="xalign">0</property>
 
1456
                        <property name="label" translatable="yes">Repository checkout: </property>
 
1457
                      </widget>
 
1458
                      <packing>
 
1459
                        <property name="top_attach">4</property>
 
1460
                        <property name="bottom_attach">5</property>
 
1461
                        <property name="x_options">GTK_FILL</property>
 
1462
                        <property name="y_options"></property>
 
1463
                      </packing>
 
1464
                    </child>
 
1465
                    <child>
 
1466
                      <widget class="GtkLabel" id="label_info_location_cobranch_label">
 
1467
                        <property name="xalign">0</property>
 
1468
                        <property name="label" translatable="yes">Checkout of branch: </property>
 
1469
                      </widget>
 
1470
                      <packing>
 
1471
                        <property name="top_attach">3</property>
 
1472
                        <property name="bottom_attach">4</property>
 
1473
                        <property name="x_options">GTK_FILL</property>
 
1474
                        <property name="y_options"></property>
 
1475
                      </packing>
 
1476
                    </child>
 
1477
                    <child>
 
1478
                      <widget class="GtkLabel" id="label_info_location_repobranch_label">
 
1479
                        <property name="xalign">0</property>
 
1480
                        <property name="label" translatable="yes">Repository branch: </property>
 
1481
                      </widget>
 
1482
                      <packing>
 
1483
                        <property name="top_attach">2</property>
 
1484
                        <property name="bottom_attach">3</property>
 
1485
                        <property name="x_options">GTK_FILL</property>
 
1486
                        <property name="y_options"></property>
 
1487
                      </packing>
 
1488
                    </child>
 
1489
                    <child>
 
1490
                      <widget class="GtkLabel" id="label_info_location_sharedrepo_label">
 
1491
                        <property name="xalign">0</property>
 
1492
                        <property name="label" translatable="yes">Shared repository: </property>
 
1493
                      </widget>
 
1494
                      <packing>
 
1495
                        <property name="top_attach">1</property>
 
1496
                        <property name="bottom_attach">2</property>
 
1497
                        <property name="x_options">GTK_FILL</property>
 
1498
                        <property name="y_options"></property>
 
1499
                      </packing>
 
1500
                    </child>
 
1501
                    <child>
1275
1502
                      <widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1276
1503
                        <property name="xalign">0</property>
1277
1504
                        <property name="label" translatable="yes">Light checkout root: </property>
1281
1508
                        <property name="y_options"></property>
1282
1509
                      </packing>
1283
1510
                    </child>
1284
 
                    <child>
1285
 
                      <widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1286
 
                        <property name="xalign">0</property>
1287
 
                        <property name="label" translatable="yes">Shared repository: </property>
1288
 
                      </widget>
1289
 
                      <packing>
1290
 
                        <property name="top_attach">1</property>
1291
 
                        <property name="bottom_attach">2</property>
1292
 
                        <property name="x_options">GTK_FILL</property>
1293
 
                        <property name="y_options"></property>
1294
 
                      </packing>
1295
 
                    </child>
1296
 
                    <child>
1297
 
                      <widget class="GtkLabel" id="label_info_location_repobranch_label">
1298
 
                        <property name="xalign">0</property>
1299
 
                        <property name="label" translatable="yes">Repository branch: </property>
1300
 
                      </widget>
1301
 
                      <packing>
1302
 
                        <property name="top_attach">2</property>
1303
 
                        <property name="bottom_attach">3</property>
1304
 
                        <property name="x_options">GTK_FILL</property>
1305
 
                        <property name="y_options"></property>
1306
 
                      </packing>
1307
 
                    </child>
1308
 
                    <child>
1309
 
                      <widget class="GtkLabel" id="label_info_location_cobranch_label">
1310
 
                        <property name="xalign">0</property>
1311
 
                        <property name="label" translatable="yes">Checkout of branch: </property>
1312
 
                      </widget>
1313
 
                      <packing>
1314
 
                        <property name="top_attach">3</property>
1315
 
                        <property name="bottom_attach">4</property>
1316
 
                        <property name="x_options">GTK_FILL</property>
1317
 
                        <property name="y_options"></property>
1318
 
                      </packing>
1319
 
                    </child>
1320
 
                    <child>
1321
 
                      <widget class="GtkLabel" id="label_info_location_repoco_label">
1322
 
                        <property name="xalign">0</property>
1323
 
                        <property name="label" translatable="yes">Repository checkout: </property>
1324
 
                      </widget>
1325
 
                      <packing>
1326
 
                        <property name="top_attach">4</property>
1327
 
                        <property name="bottom_attach">5</property>
1328
 
                        <property name="x_options">GTK_FILL</property>
1329
 
                        <property name="y_options"></property>
1330
 
                      </packing>
1331
 
                    </child>
1332
 
                    <child>
1333
 
                      <widget class="GtkLabel" id="label_info_location_branchroot_label">
1334
 
                        <property name="xalign">0</property>
1335
 
                        <property name="label" translatable="yes">Branch root: </property>
1336
 
                      </widget>
1337
 
                      <packing>
1338
 
                        <property name="top_attach">6</property>
1339
 
                        <property name="bottom_attach">7</property>
1340
 
                        <property name="x_options">GTK_FILL</property>
1341
 
                        <property name="y_options"></property>
1342
 
                      </packing>
1343
 
                    </child>
1344
 
                    <child>
1345
 
                      <widget class="GtkLabel" id="label_info_location_coroot_label">
1346
 
                        <property name="xalign">0</property>
1347
 
                        <property name="label" translatable="yes">Checkout root: </property>
1348
 
                      </widget>
1349
 
                      <packing>
1350
 
                        <property name="top_attach">5</property>
1351
 
                        <property name="bottom_attach">6</property>
1352
 
                        <property name="x_options">GTK_FILL</property>
1353
 
                        <property name="y_options"></property>
1354
 
                      </packing>
1355
 
                    </child>
1356
 
                    <child>
1357
 
                      <widget class="GtkLabel" id="label_info_location_lightcoroot">
1358
 
                        <property name="xalign">0</property>
1359
 
                        <property name="label" translatable="yes">(none)</property>
1360
 
                      </widget>
1361
 
                      <packing>
1362
 
                        <property name="left_attach">1</property>
1363
 
                        <property name="right_attach">2</property>
1364
 
                        <property name="y_options"></property>
1365
 
                      </packing>
1366
 
                    </child>
1367
 
                    <child>
1368
 
                      <widget class="GtkLabel" id="label_info_location_sharedrepo">
1369
 
                        <property name="xalign">0</property>
1370
 
                        <property name="label" translatable="yes">(none)</property>
1371
 
                      </widget>
1372
 
                      <packing>
1373
 
                        <property name="left_attach">1</property>
1374
 
                        <property name="right_attach">2</property>
1375
 
                        <property name="top_attach">1</property>
1376
 
                        <property name="bottom_attach">2</property>
1377
 
                        <property name="y_options"></property>
1378
 
                      </packing>
1379
 
                    </child>
1380
 
                    <child>
1381
 
                      <widget class="GtkLabel" id="label_info_location_branchroot">
1382
 
                        <property name="xalign">0</property>
1383
 
                        <property name="label" translatable="yes">(none)</property>
1384
 
                      </widget>
1385
 
                      <packing>
1386
 
                        <property name="left_attach">1</property>
1387
 
                        <property name="right_attach">2</property>
1388
 
                        <property name="top_attach">6</property>
1389
 
                        <property name="bottom_attach">7</property>
1390
 
                        <property name="y_options"></property>
1391
 
                      </packing>
1392
 
                    </child>
1393
 
                    <child>
1394
 
                      <widget class="GtkLabel" id="label_info_location_coroot">
1395
 
                        <property name="xalign">0</property>
1396
 
                        <property name="label" translatable="yes">(none)</property>
1397
 
                      </widget>
1398
 
                      <packing>
1399
 
                        <property name="left_attach">1</property>
1400
 
                        <property name="right_attach">2</property>
1401
 
                        <property name="top_attach">5</property>
1402
 
                        <property name="bottom_attach">6</property>
1403
 
                        <property name="y_options"></property>
1404
 
                      </packing>
1405
 
                    </child>
1406
 
                    <child>
1407
 
                      <widget class="GtkLabel" id="label_info_location_repoco">
1408
 
                        <property name="xalign">0</property>
1409
 
                        <property name="label" translatable="yes">(none)</property>
1410
 
                      </widget>
1411
 
                      <packing>
1412
 
                        <property name="left_attach">1</property>
1413
 
                        <property name="right_attach">2</property>
1414
 
                        <property name="top_attach">4</property>
1415
 
                        <property name="bottom_attach">5</property>
1416
 
                        <property name="y_options"></property>
1417
 
                      </packing>
1418
 
                    </child>
1419
 
                    <child>
1420
 
                      <widget class="GtkLabel" id="label_info_location_cobranch">
1421
 
                        <property name="xalign">0</property>
1422
 
                        <property name="label" translatable="yes">(none)</property>
1423
 
                      </widget>
1424
 
                      <packing>
1425
 
                        <property name="left_attach">1</property>
1426
 
                        <property name="right_attach">2</property>
1427
 
                        <property name="top_attach">3</property>
1428
 
                        <property name="bottom_attach">4</property>
1429
 
                        <property name="y_options"></property>
1430
 
                      </packing>
1431
 
                    </child>
1432
 
                    <child>
1433
 
                      <widget class="GtkLabel" id="label_info_location_repobranch">
1434
 
                        <property name="xalign">0</property>
1435
 
                        <property name="label" translatable="yes">(none)</property>
1436
 
                      </widget>
1437
 
                      <packing>
1438
 
                        <property name="left_attach">1</property>
1439
 
                        <property name="right_attach">2</property>
1440
 
                        <property name="top_attach">2</property>
1441
 
                        <property name="bottom_attach">3</property>
1442
 
                        <property name="y_options"></property>
1443
 
                      </packing>
1444
 
                    </child>
1445
1511
                  </widget>
1446
1512
                </child>
1447
1513
              </widget>
1477
1543
                    <property name="n_columns">2</property>
1478
1544
                    <property name="column_spacing">12</property>
1479
1545
                    <child>
 
1546
                      <widget class="GtkLabel" id="label_info_related_parentbranch">
 
1547
                        <property name="xalign">0</property>
 
1548
                        <property name="label" translatable="yes">(none)</property>
 
1549
                      </widget>
 
1550
                      <packing>
 
1551
                        <property name="left_attach">1</property>
 
1552
                        <property name="right_attach">2</property>
 
1553
                        <property name="y_options"></property>
 
1554
                      </packing>
 
1555
                    </child>
 
1556
                    <child>
 
1557
                      <widget class="GtkLabel" id="label_info_related_publishbranch">
 
1558
                        <property name="xalign">0</property>
 
1559
                        <property name="label" translatable="yes">(none)</property>
 
1560
                      </widget>
 
1561
                      <packing>
 
1562
                        <property name="left_attach">1</property>
 
1563
                        <property name="right_attach">2</property>
 
1564
                        <property name="top_attach">1</property>
 
1565
                        <property name="bottom_attach">2</property>
 
1566
                        <property name="y_options"></property>
 
1567
                      </packing>
 
1568
                    </child>
 
1569
                    <child>
 
1570
                      <widget class="GtkLabel" id="label_info_related_publishbranch_label">
 
1571
                        <property name="xalign">0</property>
 
1572
                        <property name="label" translatable="yes">Publish to branch: </property>
 
1573
                      </widget>
 
1574
                      <packing>
 
1575
                        <property name="top_attach">1</property>
 
1576
                        <property name="bottom_attach">2</property>
 
1577
                        <property name="x_options">GTK_FILL</property>
 
1578
                        <property name="y_options"></property>
 
1579
                      </packing>
 
1580
                    </child>
 
1581
                    <child>
1480
1582
                      <widget class="GtkLabel" id="label_info_related_parentbranch_label">
1481
1583
                        <property name="xalign">0</property>
1482
1584
                        <property name="label" translatable="yes">Parent branch: </property>
1486
1588
                        <property name="y_options"></property>
1487
1589
                      </packing>
1488
1590
                    </child>
1489
 
                    <child>
1490
 
                      <widget class="GtkLabel" id="label_info_related_publishbranch_label">
1491
 
                        <property name="xalign">0</property>
1492
 
                        <property name="label" translatable="yes">Publish to branch: </property>
1493
 
                      </widget>
1494
 
                      <packing>
1495
 
                        <property name="top_attach">1</property>
1496
 
                        <property name="bottom_attach">2</property>
1497
 
                        <property name="x_options">GTK_FILL</property>
1498
 
                        <property name="y_options"></property>
1499
 
                      </packing>
1500
 
                    </child>
1501
 
                    <child>
1502
 
                      <widget class="GtkLabel" id="label_info_related_publishbranch">
1503
 
                        <property name="xalign">0</property>
1504
 
                        <property name="label" translatable="yes">(none)</property>
1505
 
                      </widget>
1506
 
                      <packing>
1507
 
                        <property name="left_attach">1</property>
1508
 
                        <property name="right_attach">2</property>
1509
 
                        <property name="top_attach">1</property>
1510
 
                        <property name="bottom_attach">2</property>
1511
 
                        <property name="y_options"></property>
1512
 
                      </packing>
1513
 
                    </child>
1514
 
                    <child>
1515
 
                      <widget class="GtkLabel" id="label_info_related_parentbranch">
1516
 
                        <property name="xalign">0</property>
1517
 
                        <property name="label" translatable="yes">(none)</property>
1518
 
                      </widget>
1519
 
                      <packing>
1520
 
                        <property name="left_attach">1</property>
1521
 
                        <property name="right_attach">2</property>
1522
 
                        <property name="y_options"></property>
1523
 
                      </packing>
1524
 
                    </child>
1525
1591
                  </widget>
1526
1592
                </child>
1527
1593
              </widget>
1557
1623
                    <property name="n_columns">2</property>
1558
1624
                    <property name="column_spacing">12</property>
1559
1625
                    <child>
 
1626
                      <widget class="GtkLabel" id="label_info_format_control">
 
1627
                        <property name="xalign">0</property>
 
1628
                        <property name="label" translatable="yes">(none)</property>
 
1629
                      </widget>
 
1630
                      <packing>
 
1631
                        <property name="left_attach">1</property>
 
1632
                        <property name="right_attach">2</property>
 
1633
                        <property name="y_options"></property>
 
1634
                      </packing>
 
1635
                    </child>
 
1636
                    <child>
 
1637
                      <widget class="GtkLabel" id="label_info_format_workingtree">
 
1638
                        <property name="xalign">0</property>
 
1639
                        <property name="label" translatable="yes">(none)</property>
 
1640
                      </widget>
 
1641
                      <packing>
 
1642
                        <property name="left_attach">1</property>
 
1643
                        <property name="right_attach">2</property>
 
1644
                        <property name="top_attach">1</property>
 
1645
                        <property name="bottom_attach">2</property>
 
1646
                        <property name="y_options"></property>
 
1647
                      </packing>
 
1648
                    </child>
 
1649
                    <child>
 
1650
                      <widget class="GtkLabel" id="label_info_format_branch">
 
1651
                        <property name="xalign">0</property>
 
1652
                        <property name="label" translatable="yes">(none)</property>
 
1653
                      </widget>
 
1654
                      <packing>
 
1655
                        <property name="left_attach">1</property>
 
1656
                        <property name="right_attach">2</property>
 
1657
                        <property name="top_attach">2</property>
 
1658
                        <property name="bottom_attach">3</property>
 
1659
                        <property name="y_options"></property>
 
1660
                      </packing>
 
1661
                    </child>
 
1662
                    <child>
 
1663
                      <widget class="GtkLabel" id="label_info_format_repository">
 
1664
                        <property name="xalign">0</property>
 
1665
                        <property name="label" translatable="yes">(none)</property>
 
1666
                      </widget>
 
1667
                      <packing>
 
1668
                        <property name="left_attach">1</property>
 
1669
                        <property name="right_attach">2</property>
 
1670
                        <property name="top_attach">3</property>
 
1671
                        <property name="bottom_attach">4</property>
 
1672
                        <property name="y_options"></property>
 
1673
                      </packing>
 
1674
                    </child>
 
1675
                    <child>
 
1676
                      <widget class="GtkLabel" id="label_info_format_repository_label">
 
1677
                        <property name="xalign">0</property>
 
1678
                        <property name="label" translatable="yes">Repository format: </property>
 
1679
                      </widget>
 
1680
                      <packing>
 
1681
                        <property name="top_attach">3</property>
 
1682
                        <property name="bottom_attach">4</property>
 
1683
                        <property name="x_options">GTK_FILL</property>
 
1684
                        <property name="y_options"></property>
 
1685
                      </packing>
 
1686
                    </child>
 
1687
                    <child>
 
1688
                      <widget class="GtkLabel" id="label_info_format_branch_label">
 
1689
                        <property name="xalign">0</property>
 
1690
                        <property name="label" translatable="yes">Branch format: </property>
 
1691
                      </widget>
 
1692
                      <packing>
 
1693
                        <property name="top_attach">2</property>
 
1694
                        <property name="bottom_attach">3</property>
 
1695
                        <property name="x_options">GTK_FILL</property>
 
1696
                        <property name="y_options"></property>
 
1697
                      </packing>
 
1698
                    </child>
 
1699
                    <child>
 
1700
                      <widget class="GtkLabel" id="label_info_format_workingtree_label">
 
1701
                        <property name="xalign">0</property>
 
1702
                        <property name="label" translatable="yes">Working tree format: </property>
 
1703
                      </widget>
 
1704
                      <packing>
 
1705
                        <property name="top_attach">1</property>
 
1706
                        <property name="bottom_attach">2</property>
 
1707
                        <property name="x_options">GTK_FILL</property>
 
1708
                        <property name="y_options"></property>
 
1709
                      </packing>
 
1710
                    </child>
 
1711
                    <child>
1560
1712
                      <widget class="GtkLabel" id="label_info_format_control_label">
1561
1713
                        <property name="xalign">0</property>
1562
1714
                        <property name="label" translatable="yes">Control format: </property>
1566
1718
                        <property name="y_options"></property>
1567
1719
                      </packing>
1568
1720
                    </child>
1569
 
                    <child>
1570
 
                      <widget class="GtkLabel" id="label_info_format_workingtree_label">
1571
 
                        <property name="xalign">0</property>
1572
 
                        <property name="label" translatable="yes">Working tree format: </property>
1573
 
                      </widget>
1574
 
                      <packing>
1575
 
                        <property name="top_attach">1</property>
1576
 
                        <property name="bottom_attach">2</property>
1577
 
                        <property name="x_options">GTK_FILL</property>
1578
 
                        <property name="y_options"></property>
1579
 
                      </packing>
1580
 
                    </child>
1581
 
                    <child>
1582
 
                      <widget class="GtkLabel" id="label_info_format_branch_label">
1583
 
                        <property name="xalign">0</property>
1584
 
                        <property name="label" translatable="yes">Branch format: </property>
1585
 
                      </widget>
1586
 
                      <packing>
1587
 
                        <property name="top_attach">2</property>
1588
 
                        <property name="bottom_attach">3</property>
1589
 
                        <property name="x_options">GTK_FILL</property>
1590
 
                        <property name="y_options"></property>
1591
 
                      </packing>
1592
 
                    </child>
1593
 
                    <child>
1594
 
                      <widget class="GtkLabel" id="label_info_format_repository_label">
1595
 
                        <property name="xalign">0</property>
1596
 
                        <property name="label" translatable="yes">Repository format: </property>
1597
 
                      </widget>
1598
 
                      <packing>
1599
 
                        <property name="top_attach">3</property>
1600
 
                        <property name="bottom_attach">4</property>
1601
 
                        <property name="x_options">GTK_FILL</property>
1602
 
                        <property name="y_options"></property>
1603
 
                      </packing>
1604
 
                    </child>
1605
 
                    <child>
1606
 
                      <widget class="GtkLabel" id="label_info_format_repository">
1607
 
                        <property name="xalign">0</property>
1608
 
                        <property name="label" translatable="yes">(none)</property>
1609
 
                      </widget>
1610
 
                      <packing>
1611
 
                        <property name="left_attach">1</property>
1612
 
                        <property name="right_attach">2</property>
1613
 
                        <property name="top_attach">3</property>
1614
 
                        <property name="bottom_attach">4</property>
1615
 
                        <property name="y_options"></property>
1616
 
                      </packing>
1617
 
                    </child>
1618
 
                    <child>
1619
 
                      <widget class="GtkLabel" id="label_info_format_branch">
1620
 
                        <property name="xalign">0</property>
1621
 
                        <property name="label" translatable="yes">(none)</property>
1622
 
                      </widget>
1623
 
                      <packing>
1624
 
                        <property name="left_attach">1</property>
1625
 
                        <property name="right_attach">2</property>
1626
 
                        <property name="top_attach">2</property>
1627
 
                        <property name="bottom_attach">3</property>
1628
 
                        <property name="y_options"></property>
1629
 
                      </packing>
1630
 
                    </child>
1631
 
                    <child>
1632
 
                      <widget class="GtkLabel" id="label_info_format_workingtree">
1633
 
                        <property name="xalign">0</property>
1634
 
                        <property name="label" translatable="yes">(none)</property>
1635
 
                      </widget>
1636
 
                      <packing>
1637
 
                        <property name="left_attach">1</property>
1638
 
                        <property name="right_attach">2</property>
1639
 
                        <property name="top_attach">1</property>
1640
 
                        <property name="bottom_attach">2</property>
1641
 
                        <property name="y_options"></property>
1642
 
                      </packing>
1643
 
                    </child>
1644
 
                    <child>
1645
 
                      <widget class="GtkLabel" id="label_info_format_control">
1646
 
                        <property name="xalign">0</property>
1647
 
                        <property name="label" translatable="yes">(none)</property>
1648
 
                      </widget>
1649
 
                      <packing>
1650
 
                        <property name="left_attach">1</property>
1651
 
                        <property name="right_attach">2</property>
1652
 
                        <property name="y_options"></property>
1653
 
                      </packing>
1654
 
                    </child>
1655
1721
                  </widget>
1656
1722
                </child>
1657
1723
              </widget>
1687
1753
                    <property name="n_columns">2</property>
1688
1754
                    <property name="column_spacing">12</property>
1689
1755
                    <child>
 
1756
                      <widget class="GtkLabel" id="label_info_locking_workingtree">
 
1757
                        <property name="xalign">0</property>
 
1758
                        <property name="label" translatable="yes">(none)</property>
 
1759
                      </widget>
 
1760
                      <packing>
 
1761
                        <property name="left_attach">1</property>
 
1762
                        <property name="right_attach">2</property>
 
1763
                        <property name="y_options"></property>
 
1764
                      </packing>
 
1765
                    </child>
 
1766
                    <child>
 
1767
                      <widget class="GtkLabel" id="label_info_locking_branch">
 
1768
                        <property name="xalign">0</property>
 
1769
                        <property name="label" translatable="yes">(none)</property>
 
1770
                      </widget>
 
1771
                      <packing>
 
1772
                        <property name="left_attach">1</property>
 
1773
                        <property name="right_attach">2</property>
 
1774
                        <property name="top_attach">1</property>
 
1775
                        <property name="bottom_attach">2</property>
 
1776
                        <property name="y_options"></property>
 
1777
                      </packing>
 
1778
                    </child>
 
1779
                    <child>
 
1780
                      <widget class="GtkLabel" id="label_info_locking_repository">
 
1781
                        <property name="xalign">0</property>
 
1782
                        <property name="label" translatable="yes">(none)</property>
 
1783
                      </widget>
 
1784
                      <packing>
 
1785
                        <property name="left_attach">1</property>
 
1786
                        <property name="right_attach">2</property>
 
1787
                        <property name="top_attach">2</property>
 
1788
                        <property name="bottom_attach">3</property>
 
1789
                        <property name="y_options"></property>
 
1790
                      </packing>
 
1791
                    </child>
 
1792
                    <child>
 
1793
                      <widget class="GtkLabel" id="label_info_locking_repository_label">
 
1794
                        <property name="xalign">0</property>
 
1795
                        <property name="label" translatable="yes">Repository lock status: </property>
 
1796
                      </widget>
 
1797
                      <packing>
 
1798
                        <property name="top_attach">2</property>
 
1799
                        <property name="bottom_attach">3</property>
 
1800
                        <property name="x_options">GTK_FILL</property>
 
1801
                        <property name="y_options"></property>
 
1802
                      </packing>
 
1803
                    </child>
 
1804
                    <child>
 
1805
                      <widget class="GtkLabel" id="label_info_locking_branch_label">
 
1806
                        <property name="xalign">0</property>
 
1807
                        <property name="label" translatable="yes">Branch lock status: </property>
 
1808
                      </widget>
 
1809
                      <packing>
 
1810
                        <property name="top_attach">1</property>
 
1811
                        <property name="bottom_attach">2</property>
 
1812
                        <property name="x_options">GTK_FILL</property>
 
1813
                        <property name="y_options"></property>
 
1814
                      </packing>
 
1815
                    </child>
 
1816
                    <child>
1690
1817
                      <widget class="GtkLabel" id="label_info_locking_workingtree_label">
1691
1818
                        <property name="xalign">0</property>
1692
1819
                        <property name="label" translatable="yes">Working tree lock status: </property>
1696
1823
                        <property name="y_options"></property>
1697
1824
                      </packing>
1698
1825
                    </child>
1699
 
                    <child>
1700
 
                      <widget class="GtkLabel" id="label_info_locking_branch_label">
1701
 
                        <property name="xalign">0</property>
1702
 
                        <property name="label" translatable="yes">Branch lock status: </property>
1703
 
                      </widget>
1704
 
                      <packing>
1705
 
                        <property name="top_attach">1</property>
1706
 
                        <property name="bottom_attach">2</property>
1707
 
                        <property name="x_options">GTK_FILL</property>
1708
 
                        <property name="y_options"></property>
1709
 
                      </packing>
1710
 
                    </child>
1711
 
                    <child>
1712
 
                      <widget class="GtkLabel" id="label_info_locking_repository_label">
1713
 
                        <property name="xalign">0</property>
1714
 
                        <property name="label" translatable="yes">Repository lock status: </property>
1715
 
                      </widget>
1716
 
                      <packing>
1717
 
                        <property name="top_attach">2</property>
1718
 
                        <property name="bottom_attach">3</property>
1719
 
                        <property name="x_options">GTK_FILL</property>
1720
 
                        <property name="y_options"></property>
1721
 
                      </packing>
1722
 
                    </child>
1723
 
                    <child>
1724
 
                      <widget class="GtkLabel" id="label_info_locking_repository">
1725
 
                        <property name="xalign">0</property>
1726
 
                        <property name="label" translatable="yes">(none)</property>
1727
 
                      </widget>
1728
 
                      <packing>
1729
 
                        <property name="left_attach">1</property>
1730
 
                        <property name="right_attach">2</property>
1731
 
                        <property name="top_attach">2</property>
1732
 
                        <property name="bottom_attach">3</property>
1733
 
                        <property name="y_options"></property>
1734
 
                      </packing>
1735
 
                    </child>
1736
 
                    <child>
1737
 
                      <widget class="GtkLabel" id="label_info_locking_branch">
1738
 
                        <property name="xalign">0</property>
1739
 
                        <property name="label" translatable="yes">(none)</property>
1740
 
                      </widget>
1741
 
                      <packing>
1742
 
                        <property name="left_attach">1</property>
1743
 
                        <property name="right_attach">2</property>
1744
 
                        <property name="top_attach">1</property>
1745
 
                        <property name="bottom_attach">2</property>
1746
 
                        <property name="y_options"></property>
1747
 
                      </packing>
1748
 
                    </child>
1749
 
                    <child>
1750
 
                      <widget class="GtkLabel" id="label_info_locking_workingtree">
1751
 
                        <property name="xalign">0</property>
1752
 
                        <property name="label" translatable="yes">(none)</property>
1753
 
                      </widget>
1754
 
                      <packing>
1755
 
                        <property name="left_attach">1</property>
1756
 
                        <property name="right_attach">2</property>
1757
 
                        <property name="y_options"></property>
1758
 
                      </packing>
1759
 
                    </child>
1760
1826
                  </widget>
1761
1827
                </child>
1762
1828
              </widget>
1792
1858
                    <property name="n_columns">2</property>
1793
1859
                    <property name="column_spacing">12</property>
1794
1860
                    <child>
 
1861
                      <widget class="GtkLabel" id="label_info_missing_workingtree">
 
1862
                        <property name="xalign">0</property>
 
1863
                        <property name="label" translatable="yes">(none)</property>
 
1864
                      </widget>
 
1865
                      <packing>
 
1866
                        <property name="left_attach">1</property>
 
1867
                        <property name="right_attach">2</property>
 
1868
                        <property name="y_options"></property>
 
1869
                      </packing>
 
1870
                    </child>
 
1871
                    <child>
 
1872
                      <widget class="GtkLabel" id="label_info_missing_branch">
 
1873
                        <property name="xalign">0</property>
 
1874
                        <property name="label" translatable="yes">(none)</property>
 
1875
                      </widget>
 
1876
                      <packing>
 
1877
                        <property name="left_attach">1</property>
 
1878
                        <property name="right_attach">2</property>
 
1879
                        <property name="top_attach">1</property>
 
1880
                        <property name="bottom_attach">2</property>
 
1881
                        <property name="y_options"></property>
 
1882
                      </packing>
 
1883
                    </child>
 
1884
                    <child>
 
1885
                      <widget class="GtkLabel" id="label_info_missing_branch_label">
 
1886
                        <property name="xalign">0</property>
 
1887
                        <property name="label" translatable="yes">Missing revisions in branch: </property>
 
1888
                      </widget>
 
1889
                      <packing>
 
1890
                        <property name="top_attach">1</property>
 
1891
                        <property name="bottom_attach">2</property>
 
1892
                        <property name="x_options">GTK_FILL</property>
 
1893
                        <property name="y_options"></property>
 
1894
                      </packing>
 
1895
                    </child>
 
1896
                    <child>
1795
1897
                      <widget class="GtkLabel" id="label_info_missing_workingtree_label">
1796
1898
                        <property name="xalign">0</property>
1797
1899
                        <property name="label" translatable="yes">Missing revisions in working tree: </property>
1801
1903
                        <property name="y_options"></property>
1802
1904
                      </packing>
1803
1905
                    </child>
1804
 
                    <child>
1805
 
                      <widget class="GtkLabel" id="label_info_missing_branch_label">
1806
 
                        <property name="xalign">0</property>
1807
 
                        <property name="label" translatable="yes">Missing revisions in branch: </property>
1808
 
                      </widget>
1809
 
                      <packing>
1810
 
                        <property name="top_attach">1</property>
1811
 
                        <property name="bottom_attach">2</property>
1812
 
                        <property name="x_options">GTK_FILL</property>
1813
 
                        <property name="y_options"></property>
1814
 
                      </packing>
1815
 
                    </child>
1816
 
                    <child>
1817
 
                      <widget class="GtkLabel" id="label_info_missing_branch">
1818
 
                        <property name="xalign">0</property>
1819
 
                        <property name="label" translatable="yes">(none)</property>
1820
 
                      </widget>
1821
 
                      <packing>
1822
 
                        <property name="left_attach">1</property>
1823
 
                        <property name="right_attach">2</property>
1824
 
                        <property name="top_attach">1</property>
1825
 
                        <property name="bottom_attach">2</property>
1826
 
                        <property name="y_options"></property>
1827
 
                      </packing>
1828
 
                    </child>
1829
 
                    <child>
1830
 
                      <widget class="GtkLabel" id="label_info_missing_workingtree">
1831
 
                        <property name="xalign">0</property>
1832
 
                        <property name="label" translatable="yes">(none)</property>
1833
 
                      </widget>
1834
 
                      <packing>
1835
 
                        <property name="left_attach">1</property>
1836
 
                        <property name="right_attach">2</property>
1837
 
                        <property name="y_options"></property>
1838
 
                      </packing>
1839
 
                    </child>
1840
1906
                  </widget>
1841
1907
                </child>
1842
1908
              </widget>
1872
1938
                    <property name="n_columns">2</property>
1873
1939
                    <property name="column_spacing">12</property>
1874
1940
                    <child>
 
1941
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged">
 
1942
                        <property name="xalign">0</property>
 
1943
                        <property name="label" translatable="yes">(none)</property>
 
1944
                      </widget>
 
1945
                      <packing>
 
1946
                        <property name="left_attach">1</property>
 
1947
                        <property name="right_attach">2</property>
 
1948
                        <property name="y_options"></property>
 
1949
                      </packing>
 
1950
                    </child>
 
1951
                    <child>
 
1952
                      <widget class="GtkLabel" id="label_info_wtstats_modified">
 
1953
                        <property name="xalign">0</property>
 
1954
                        <property name="label" translatable="yes">(none)</property>
 
1955
                      </widget>
 
1956
                      <packing>
 
1957
                        <property name="left_attach">1</property>
 
1958
                        <property name="right_attach">2</property>
 
1959
                        <property name="top_attach">1</property>
 
1960
                        <property name="bottom_attach">2</property>
 
1961
                        <property name="y_options"></property>
 
1962
                      </packing>
 
1963
                    </child>
 
1964
                    <child>
 
1965
                      <widget class="GtkLabel" id="label_info_wtstats_added">
 
1966
                        <property name="xalign">0</property>
 
1967
                        <property name="label" translatable="yes">(none)</property>
 
1968
                      </widget>
 
1969
                      <packing>
 
1970
                        <property name="left_attach">1</property>
 
1971
                        <property name="right_attach">2</property>
 
1972
                        <property name="top_attach">2</property>
 
1973
                        <property name="bottom_attach">3</property>
 
1974
                        <property name="y_options"></property>
 
1975
                      </packing>
 
1976
                    </child>
 
1977
                    <child>
 
1978
                      <widget class="GtkLabel" id="label_info_wtstats_removed">
 
1979
                        <property name="xalign">0</property>
 
1980
                        <property name="label" translatable="yes">(none)</property>
 
1981
                      </widget>
 
1982
                      <packing>
 
1983
                        <property name="left_attach">1</property>
 
1984
                        <property name="right_attach">2</property>
 
1985
                        <property name="top_attach">3</property>
 
1986
                        <property name="bottom_attach">4</property>
 
1987
                        <property name="y_options"></property>
 
1988
                      </packing>
 
1989
                    </child>
 
1990
                    <child>
 
1991
                      <widget class="GtkLabel" id="label_info_wtstats_renamed">
 
1992
                        <property name="xalign">0</property>
 
1993
                        <property name="label" translatable="yes">(none)</property>
 
1994
                      </widget>
 
1995
                      <packing>
 
1996
                        <property name="left_attach">1</property>
 
1997
                        <property name="right_attach">2</property>
 
1998
                        <property name="top_attach">4</property>
 
1999
                        <property name="bottom_attach">5</property>
 
2000
                        <property name="y_options"></property>
 
2001
                      </packing>
 
2002
                    </child>
 
2003
                    <child>
 
2004
                      <widget class="GtkLabel" id="label_info_wtstats_unknown">
 
2005
                        <property name="xalign">0</property>
 
2006
                        <property name="label" translatable="yes">(none)</property>
 
2007
                      </widget>
 
2008
                      <packing>
 
2009
                        <property name="left_attach">1</property>
 
2010
                        <property name="right_attach">2</property>
 
2011
                        <property name="top_attach">5</property>
 
2012
                        <property name="bottom_attach">6</property>
 
2013
                        <property name="y_options"></property>
 
2014
                      </packing>
 
2015
                    </child>
 
2016
                    <child>
 
2017
                      <widget class="GtkLabel" id="label_info_wtstats_ignored">
 
2018
                        <property name="xalign">0</property>
 
2019
                        <property name="label" translatable="yes">(none)</property>
 
2020
                      </widget>
 
2021
                      <packing>
 
2022
                        <property name="left_attach">1</property>
 
2023
                        <property name="right_attach">2</property>
 
2024
                        <property name="top_attach">6</property>
 
2025
                        <property name="bottom_attach">7</property>
 
2026
                        <property name="y_options"></property>
 
2027
                      </packing>
 
2028
                    </child>
 
2029
                    <child>
 
2030
                      <widget class="GtkLabel" id="label_info_wtstats_subdirs">
 
2031
                        <property name="xalign">0</property>
 
2032
                        <property name="label" translatable="yes">(none)</property>
 
2033
                      </widget>
 
2034
                      <packing>
 
2035
                        <property name="left_attach">1</property>
 
2036
                        <property name="right_attach">2</property>
 
2037
                        <property name="top_attach">7</property>
 
2038
                        <property name="bottom_attach">8</property>
 
2039
                        <property name="y_options"></property>
 
2040
                      </packing>
 
2041
                    </child>
 
2042
                    <child>
 
2043
                      <widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
 
2044
                        <property name="xalign">0</property>
 
2045
                        <property name="label" translatable="yes">Versioned subdirectories: </property>
 
2046
                      </widget>
 
2047
                      <packing>
 
2048
                        <property name="top_attach">7</property>
 
2049
                        <property name="bottom_attach">8</property>
 
2050
                        <property name="x_options">GTK_FILL</property>
 
2051
                        <property name="y_options"></property>
 
2052
                      </packing>
 
2053
                    </child>
 
2054
                    <child>
 
2055
                      <widget class="GtkLabel" id="label_info_wtstats_ignored_label">
 
2056
                        <property name="xalign">0</property>
 
2057
                        <property name="label" translatable="yes">Ignored files: </property>
 
2058
                      </widget>
 
2059
                      <packing>
 
2060
                        <property name="top_attach">6</property>
 
2061
                        <property name="bottom_attach">7</property>
 
2062
                        <property name="x_options">GTK_FILL</property>
 
2063
                        <property name="y_options"></property>
 
2064
                      </packing>
 
2065
                    </child>
 
2066
                    <child>
 
2067
                      <widget class="GtkLabel" id="label_info_wtstats_unknown_label">
 
2068
                        <property name="xalign">0</property>
 
2069
                        <property name="label" translatable="yes">Unknown files: </property>
 
2070
                      </widget>
 
2071
                      <packing>
 
2072
                        <property name="top_attach">5</property>
 
2073
                        <property name="bottom_attach">6</property>
 
2074
                        <property name="x_options">GTK_FILL</property>
 
2075
                        <property name="y_options"></property>
 
2076
                      </packing>
 
2077
                    </child>
 
2078
                    <child>
 
2079
                      <widget class="GtkLabel" id="label_info_wtstats_renamed_label">
 
2080
                        <property name="xalign">0</property>
 
2081
                        <property name="label" translatable="yes">Renamed files: </property>
 
2082
                      </widget>
 
2083
                      <packing>
 
2084
                        <property name="top_attach">4</property>
 
2085
                        <property name="bottom_attach">5</property>
 
2086
                        <property name="x_options">GTK_FILL</property>
 
2087
                        <property name="y_options"></property>
 
2088
                      </packing>
 
2089
                    </child>
 
2090
                    <child>
 
2091
                      <widget class="GtkLabel" id="label_info_wtstats_removed_label">
 
2092
                        <property name="xalign">0</property>
 
2093
                        <property name="label" translatable="yes">Removed files: </property>
 
2094
                      </widget>
 
2095
                      <packing>
 
2096
                        <property name="top_attach">3</property>
 
2097
                        <property name="bottom_attach">4</property>
 
2098
                        <property name="x_options">GTK_FILL</property>
 
2099
                        <property name="y_options"></property>
 
2100
                      </packing>
 
2101
                    </child>
 
2102
                    <child>
 
2103
                      <widget class="GtkLabel" id="label_info_wtstats_added_label">
 
2104
                        <property name="xalign">0</property>
 
2105
                        <property name="label" translatable="yes">Added files: </property>
 
2106
                      </widget>
 
2107
                      <packing>
 
2108
                        <property name="top_attach">2</property>
 
2109
                        <property name="bottom_attach">3</property>
 
2110
                        <property name="x_options">GTK_FILL</property>
 
2111
                        <property name="y_options"></property>
 
2112
                      </packing>
 
2113
                    </child>
 
2114
                    <child>
 
2115
                      <widget class="GtkLabel" id="label_info_wtstats_modified_label">
 
2116
                        <property name="xalign">0</property>
 
2117
                        <property name="label" translatable="yes">Modified files: </property>
 
2118
                      </widget>
 
2119
                      <packing>
 
2120
                        <property name="top_attach">1</property>
 
2121
                        <property name="bottom_attach">2</property>
 
2122
                        <property name="x_options">GTK_FILL</property>
 
2123
                        <property name="y_options"></property>
 
2124
                      </packing>
 
2125
                    </child>
 
2126
                    <child>
1875
2127
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
1876
2128
                        <property name="xalign">0</property>
1877
2129
                        <property name="label" translatable="yes">Unchanged files: </property>
1881
2133
                        <property name="y_options"></property>
1882
2134
                      </packing>
1883
2135
                    </child>
1884
 
                    <child>
1885
 
                      <widget class="GtkLabel" id="label_info_wtstats_modified_label">
1886
 
                        <property name="xalign">0</property>
1887
 
                        <property name="label" translatable="yes">Modified files: </property>
1888
 
                      </widget>
1889
 
                      <packing>
1890
 
                        <property name="top_attach">1</property>
1891
 
                        <property name="bottom_attach">2</property>
1892
 
                        <property name="x_options">GTK_FILL</property>
1893
 
                        <property name="y_options"></property>
1894
 
                      </packing>
1895
 
                    </child>
1896
 
                    <child>
1897
 
                      <widget class="GtkLabel" id="label_info_wtstats_added_label">
1898
 
                        <property name="xalign">0</property>
1899
 
                        <property name="label" translatable="yes">Added files: </property>
1900
 
                      </widget>
1901
 
                      <packing>
1902
 
                        <property name="top_attach">2</property>
1903
 
                        <property name="bottom_attach">3</property>
1904
 
                        <property name="x_options">GTK_FILL</property>
1905
 
                        <property name="y_options"></property>
1906
 
                      </packing>
1907
 
                    </child>
1908
 
                    <child>
1909
 
                      <widget class="GtkLabel" id="label_info_wtstats_removed_label">
1910
 
                        <property name="xalign">0</property>
1911
 
                        <property name="label" translatable="yes">Removed files: </property>
1912
 
                      </widget>
1913
 
                      <packing>
1914
 
                        <property name="top_attach">3</property>
1915
 
                        <property name="bottom_attach">4</property>
1916
 
                        <property name="x_options">GTK_FILL</property>
1917
 
                        <property name="y_options"></property>
1918
 
                      </packing>
1919
 
                    </child>
1920
 
                    <child>
1921
 
                      <widget class="GtkLabel" id="label_info_wtstats_renamed_label">
1922
 
                        <property name="xalign">0</property>
1923
 
                        <property name="label" translatable="yes">Renamed files: </property>
1924
 
                      </widget>
1925
 
                      <packing>
1926
 
                        <property name="top_attach">4</property>
1927
 
                        <property name="bottom_attach">5</property>
1928
 
                        <property name="x_options">GTK_FILL</property>
1929
 
                        <property name="y_options"></property>
1930
 
                      </packing>
1931
 
                    </child>
1932
 
                    <child>
1933
 
                      <widget class="GtkLabel" id="label_info_wtstats_unknown_label">
1934
 
                        <property name="xalign">0</property>
1935
 
                        <property name="label" translatable="yes">Unknown files: </property>
1936
 
                      </widget>
1937
 
                      <packing>
1938
 
                        <property name="top_attach">5</property>
1939
 
                        <property name="bottom_attach">6</property>
1940
 
                        <property name="x_options">GTK_FILL</property>
1941
 
                        <property name="y_options"></property>
1942
 
                      </packing>
1943
 
                    </child>
1944
 
                    <child>
1945
 
                      <widget class="GtkLabel" id="label_info_wtstats_ignored_label">
1946
 
                        <property name="xalign">0</property>
1947
 
                        <property name="label" translatable="yes">Ignored files: </property>
1948
 
                      </widget>
1949
 
                      <packing>
1950
 
                        <property name="top_attach">6</property>
1951
 
                        <property name="bottom_attach">7</property>
1952
 
                        <property name="x_options">GTK_FILL</property>
1953
 
                        <property name="y_options"></property>
1954
 
                      </packing>
1955
 
                    </child>
1956
 
                    <child>
1957
 
                      <widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
1958
 
                        <property name="xalign">0</property>
1959
 
                        <property name="label" translatable="yes">Versioned subdirectories: </property>
1960
 
                      </widget>
1961
 
                      <packing>
1962
 
                        <property name="top_attach">7</property>
1963
 
                        <property name="bottom_attach">8</property>
1964
 
                        <property name="x_options">GTK_FILL</property>
1965
 
                        <property name="y_options"></property>
1966
 
                      </packing>
1967
 
                    </child>
1968
 
                    <child>
1969
 
                      <widget class="GtkLabel" id="label_info_wtstats_subdirs">
1970
 
                        <property name="xalign">0</property>
1971
 
                        <property name="label" translatable="yes">(none)</property>
1972
 
                      </widget>
1973
 
                      <packing>
1974
 
                        <property name="left_attach">1</property>
1975
 
                        <property name="right_attach">2</property>
1976
 
                        <property name="top_attach">7</property>
1977
 
                        <property name="bottom_attach">8</property>
1978
 
                        <property name="y_options"></property>
1979
 
                      </packing>
1980
 
                    </child>
1981
 
                    <child>
1982
 
                      <widget class="GtkLabel" id="label_info_wtstats_ignored">
1983
 
                        <property name="xalign">0</property>
1984
 
                        <property name="label" translatable="yes">(none)</property>
1985
 
                      </widget>
1986
 
                      <packing>
1987
 
                        <property name="left_attach">1</property>
1988
 
                        <property name="right_attach">2</property>
1989
 
                        <property name="top_attach">6</property>
1990
 
                        <property name="bottom_attach">7</property>
1991
 
                        <property name="y_options"></property>
1992
 
                      </packing>
1993
 
                    </child>
1994
 
                    <child>
1995
 
                      <widget class="GtkLabel" id="label_info_wtstats_unknown">
1996
 
                        <property name="xalign">0</property>
1997
 
                        <property name="label" translatable="yes">(none)</property>
1998
 
                      </widget>
1999
 
                      <packing>
2000
 
                        <property name="left_attach">1</property>
2001
 
                        <property name="right_attach">2</property>
2002
 
                        <property name="top_attach">5</property>
2003
 
                        <property name="bottom_attach">6</property>
2004
 
                        <property name="y_options"></property>
2005
 
                      </packing>
2006
 
                    </child>
2007
 
                    <child>
2008
 
                      <widget class="GtkLabel" id="label_info_wtstats_renamed">
2009
 
                        <property name="xalign">0</property>
2010
 
                        <property name="label" translatable="yes">(none)</property>
2011
 
                      </widget>
2012
 
                      <packing>
2013
 
                        <property name="left_attach">1</property>
2014
 
                        <property name="right_attach">2</property>
2015
 
                        <property name="top_attach">4</property>
2016
 
                        <property name="bottom_attach">5</property>
2017
 
                        <property name="y_options"></property>
2018
 
                      </packing>
2019
 
                    </child>
2020
 
                    <child>
2021
 
                      <widget class="GtkLabel" id="label_info_wtstats_removed">
2022
 
                        <property name="xalign">0</property>
2023
 
                        <property name="label" translatable="yes">(none)</property>
2024
 
                      </widget>
2025
 
                      <packing>
2026
 
                        <property name="left_attach">1</property>
2027
 
                        <property name="right_attach">2</property>
2028
 
                        <property name="top_attach">3</property>
2029
 
                        <property name="bottom_attach">4</property>
2030
 
                        <property name="y_options"></property>
2031
 
                      </packing>
2032
 
                    </child>
2033
 
                    <child>
2034
 
                      <widget class="GtkLabel" id="label_info_wtstats_added">
2035
 
                        <property name="xalign">0</property>
2036
 
                        <property name="label" translatable="yes">(none)</property>
2037
 
                      </widget>
2038
 
                      <packing>
2039
 
                        <property name="left_attach">1</property>
2040
 
                        <property name="right_attach">2</property>
2041
 
                        <property name="top_attach">2</property>
2042
 
                        <property name="bottom_attach">3</property>
2043
 
                        <property name="y_options"></property>
2044
 
                      </packing>
2045
 
                    </child>
2046
 
                    <child>
2047
 
                      <widget class="GtkLabel" id="label_info_wtstats_modified">
2048
 
                        <property name="xalign">0</property>
2049
 
                        <property name="label" translatable="yes">(none)</property>
2050
 
                      </widget>
2051
 
                      <packing>
2052
 
                        <property name="left_attach">1</property>
2053
 
                        <property name="right_attach">2</property>
2054
 
                        <property name="top_attach">1</property>
2055
 
                        <property name="bottom_attach">2</property>
2056
 
                        <property name="y_options"></property>
2057
 
                      </packing>
2058
 
                    </child>
2059
 
                    <child>
2060
 
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged">
2061
 
                        <property name="xalign">0</property>
2062
 
                        <property name="label" translatable="yes">(none)</property>
2063
 
                      </widget>
2064
 
                      <packing>
2065
 
                        <property name="left_attach">1</property>
2066
 
                        <property name="right_attach">2</property>
2067
 
                        <property name="y_options"></property>
2068
 
                      </packing>
2069
 
                    </child>
2070
2136
                  </widget>
2071
2137
                </child>
2072
2138
              </widget>
2102
2168
                    <property name="n_columns">2</property>
2103
2169
                    <property name="column_spacing">12</property>
2104
2170
                    <child>
 
2171
                      <widget class="GtkLabel" id="label_info_brstats_revno">
 
2172
                        <property name="xalign">0</property>
 
2173
                        <property name="label" translatable="yes">(none)</property>
 
2174
                      </widget>
 
2175
                      <packing>
 
2176
                        <property name="left_attach">1</property>
 
2177
                        <property name="right_attach">2</property>
 
2178
                        <property name="y_options"></property>
 
2179
                      </packing>
 
2180
                    </child>
 
2181
                    <child>
 
2182
                      <widget class="GtkLabel" id="label_info_brstats_commiters">
 
2183
                        <property name="xalign">0</property>
 
2184
                        <property name="label" translatable="yes">(none)</property>
 
2185
                      </widget>
 
2186
                      <packing>
 
2187
                        <property name="left_attach">1</property>
 
2188
                        <property name="right_attach">2</property>
 
2189
                        <property name="top_attach">1</property>
 
2190
                        <property name="bottom_attach">2</property>
 
2191
                        <property name="y_options"></property>
 
2192
                      </packing>
 
2193
                    </child>
 
2194
                    <child>
 
2195
                      <widget class="GtkLabel" id="label_info_brstats_age">
 
2196
                        <property name="xalign">0</property>
 
2197
                        <property name="label" translatable="yes">(none)</property>
 
2198
                      </widget>
 
2199
                      <packing>
 
2200
                        <property name="left_attach">1</property>
 
2201
                        <property name="right_attach">2</property>
 
2202
                        <property name="top_attach">2</property>
 
2203
                        <property name="bottom_attach">3</property>
 
2204
                        <property name="y_options"></property>
 
2205
                      </packing>
 
2206
                    </child>
 
2207
                    <child>
 
2208
                      <widget class="GtkLabel" id="label_info_brstats_firstrev">
 
2209
                        <property name="xalign">0</property>
 
2210
                        <property name="label" translatable="yes">(none)</property>
 
2211
                      </widget>
 
2212
                      <packing>
 
2213
                        <property name="left_attach">1</property>
 
2214
                        <property name="right_attach">2</property>
 
2215
                        <property name="top_attach">3</property>
 
2216
                        <property name="bottom_attach">4</property>
 
2217
                        <property name="y_options"></property>
 
2218
                      </packing>
 
2219
                    </child>
 
2220
                    <child>
 
2221
                      <widget class="GtkLabel" id="label_info_brstats_lastrev">
 
2222
                        <property name="xalign">0</property>
 
2223
                        <property name="label" translatable="yes">(none)</property>
 
2224
                      </widget>
 
2225
                      <packing>
 
2226
                        <property name="left_attach">1</property>
 
2227
                        <property name="right_attach">2</property>
 
2228
                        <property name="top_attach">4</property>
 
2229
                        <property name="bottom_attach">5</property>
 
2230
                        <property name="y_options"></property>
 
2231
                      </packing>
 
2232
                    </child>
 
2233
                    <child>
 
2234
                      <widget class="GtkLabel" id="label_info_brstats_lastrev_label">
 
2235
                        <property name="xalign">0</property>
 
2236
                        <property name="label" translatable="yes">Time of last revision: </property>
 
2237
                      </widget>
 
2238
                      <packing>
 
2239
                        <property name="top_attach">4</property>
 
2240
                        <property name="bottom_attach">5</property>
 
2241
                        <property name="x_options">GTK_FILL</property>
 
2242
                        <property name="y_options"></property>
 
2243
                      </packing>
 
2244
                    </child>
 
2245
                    <child>
 
2246
                      <widget class="GtkLabel" id="label_info_brstats_firstrev_label">
 
2247
                        <property name="xalign">0</property>
 
2248
                        <property name="label" translatable="yes">Time of first revision: </property>
 
2249
                      </widget>
 
2250
                      <packing>
 
2251
                        <property name="top_attach">3</property>
 
2252
                        <property name="bottom_attach">4</property>
 
2253
                        <property name="x_options">GTK_FILL</property>
 
2254
                        <property name="y_options"></property>
 
2255
                      </packing>
 
2256
                    </child>
 
2257
                    <child>
 
2258
                      <widget class="GtkLabel" id="label_info_brstats_age_label">
 
2259
                        <property name="xalign">0</property>
 
2260
                        <property name="label" translatable="yes">Age of branch in days: </property>
 
2261
                      </widget>
 
2262
                      <packing>
 
2263
                        <property name="top_attach">2</property>
 
2264
                        <property name="bottom_attach">3</property>
 
2265
                        <property name="x_options">GTK_FILL</property>
 
2266
                        <property name="y_options"></property>
 
2267
                      </packing>
 
2268
                    </child>
 
2269
                    <child>
 
2270
                      <widget class="GtkLabel" id="label_info_brstats_commiters_label">
 
2271
                        <property name="xalign">0</property>
 
2272
                        <property name="label" translatable="yes">Number of commiters: </property>
 
2273
                      </widget>
 
2274
                      <packing>
 
2275
                        <property name="top_attach">1</property>
 
2276
                        <property name="bottom_attach">2</property>
 
2277
                        <property name="x_options">GTK_FILL</property>
 
2278
                        <property name="y_options"></property>
 
2279
                      </packing>
 
2280
                    </child>
 
2281
                    <child>
2105
2282
                      <widget class="GtkLabel" id="label_info_brstats_revno_label">
2106
2283
                        <property name="xalign">0</property>
2107
2284
                        <property name="label" translatable="yes">Revisions in branch: </property>
2111
2288
                        <property name="y_options"></property>
2112
2289
                      </packing>
2113
2290
                    </child>
2114
 
                    <child>
2115
 
                      <widget class="GtkLabel" id="label_info_brstats_commiters_label">
2116
 
                        <property name="xalign">0</property>
2117
 
                        <property name="label" translatable="yes">Number of commiters: </property>
2118
 
                      </widget>
2119
 
                      <packing>
2120
 
                        <property name="top_attach">1</property>
2121
 
                        <property name="bottom_attach">2</property>
2122
 
                        <property name="x_options">GTK_FILL</property>
2123
 
                        <property name="y_options"></property>
2124
 
                      </packing>
2125
 
                    </child>
2126
 
                    <child>
2127
 
                      <widget class="GtkLabel" id="label_info_brstats_age_label">
2128
 
                        <property name="xalign">0</property>
2129
 
                        <property name="label" translatable="yes">Age of branch in days: </property>
2130
 
                      </widget>
2131
 
                      <packing>
2132
 
                        <property name="top_attach">2</property>
2133
 
                        <property name="bottom_attach">3</property>
2134
 
                        <property name="x_options">GTK_FILL</property>
2135
 
                        <property name="y_options"></property>
2136
 
                      </packing>
2137
 
                    </child>
2138
 
                    <child>
2139
 
                      <widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2140
 
                        <property name="xalign">0</property>
2141
 
                        <property name="label" translatable="yes">Time of first revision: </property>
2142
 
                      </widget>
2143
 
                      <packing>
2144
 
                        <property name="top_attach">3</property>
2145
 
                        <property name="bottom_attach">4</property>
2146
 
                        <property name="x_options">GTK_FILL</property>
2147
 
                        <property name="y_options"></property>
2148
 
                      </packing>
2149
 
                    </child>
2150
 
                    <child>
2151
 
                      <widget class="GtkLabel" id="label_info_brstats_lastrev_label">
2152
 
                        <property name="xalign">0</property>
2153
 
                        <property name="label" translatable="yes">Time of last revision: </property>
2154
 
                      </widget>
2155
 
                      <packing>
2156
 
                        <property name="top_attach">4</property>
2157
 
                        <property name="bottom_attach">5</property>
2158
 
                        <property name="x_options">GTK_FILL</property>
2159
 
                        <property name="y_options"></property>
2160
 
                      </packing>
2161
 
                    </child>
2162
 
                    <child>
2163
 
                      <widget class="GtkLabel" id="label_info_brstats_lastrev">
2164
 
                        <property name="xalign">0</property>
2165
 
                        <property name="label" translatable="yes">(none)</property>
2166
 
                      </widget>
2167
 
                      <packing>
2168
 
                        <property name="left_attach">1</property>
2169
 
                        <property name="right_attach">2</property>
2170
 
                        <property name="top_attach">4</property>
2171
 
                        <property name="bottom_attach">5</property>
2172
 
                        <property name="y_options"></property>
2173
 
                      </packing>
2174
 
                    </child>
2175
 
                    <child>
2176
 
                      <widget class="GtkLabel" id="label_info_brstats_firstrev">
2177
 
                        <property name="xalign">0</property>
2178
 
                        <property name="label" translatable="yes">(none)</property>
2179
 
                      </widget>
2180
 
                      <packing>
2181
 
                        <property name="left_attach">1</property>
2182
 
                        <property name="right_attach">2</property>
2183
 
                        <property name="top_attach">3</property>
2184
 
                        <property name="bottom_attach">4</property>
2185
 
                        <property name="y_options"></property>
2186
 
                      </packing>
2187
 
                    </child>
2188
 
                    <child>
2189
 
                      <widget class="GtkLabel" id="label_info_brstats_age">
2190
 
                        <property name="xalign">0</property>
2191
 
                        <property name="label" translatable="yes">(none)</property>
2192
 
                      </widget>
2193
 
                      <packing>
2194
 
                        <property name="left_attach">1</property>
2195
 
                        <property name="right_attach">2</property>
2196
 
                        <property name="top_attach">2</property>
2197
 
                        <property name="bottom_attach">3</property>
2198
 
                        <property name="y_options"></property>
2199
 
                      </packing>
2200
 
                    </child>
2201
 
                    <child>
2202
 
                      <widget class="GtkLabel" id="label_info_brstats_commiters">
2203
 
                        <property name="xalign">0</property>
2204
 
                        <property name="label" translatable="yes">(none)</property>
2205
 
                      </widget>
2206
 
                      <packing>
2207
 
                        <property name="left_attach">1</property>
2208
 
                        <property name="right_attach">2</property>
2209
 
                        <property name="top_attach">1</property>
2210
 
                        <property name="bottom_attach">2</property>
2211
 
                        <property name="y_options"></property>
2212
 
                      </packing>
2213
 
                    </child>
2214
 
                    <child>
2215
 
                      <widget class="GtkLabel" id="label_info_brstats_revno">
2216
 
                        <property name="xalign">0</property>
2217
 
                        <property name="label" translatable="yes">(none)</property>
2218
 
                      </widget>
2219
 
                      <packing>
2220
 
                        <property name="left_attach">1</property>
2221
 
                        <property name="right_attach">2</property>
2222
 
                        <property name="y_options"></property>
2223
 
                      </packing>
2224
 
                    </child>
2225
2291
                  </widget>
2226
2292
                </child>
2227
2293
              </widget>
2257
2323
                    <property name="n_columns">2</property>
2258
2324
                    <property name="column_spacing">12</property>
2259
2325
                    <child>
 
2326
                      <widget class="GtkLabel" id="label_info_repstats_revisions">
 
2327
                        <property name="xalign">0</property>
 
2328
                        <property name="label" translatable="yes">(none)</property>
 
2329
                      </widget>
 
2330
                      <packing>
 
2331
                        <property name="left_attach">1</property>
 
2332
                        <property name="right_attach">2</property>
 
2333
                        <property name="y_options"></property>
 
2334
                      </packing>
 
2335
                    </child>
 
2336
                    <child>
 
2337
                      <widget class="GtkLabel" id="label_info_repstats_size">
 
2338
                        <property name="xalign">0</property>
 
2339
                        <property name="label" translatable="yes">(none)</property>
 
2340
                      </widget>
 
2341
                      <packing>
 
2342
                        <property name="left_attach">1</property>
 
2343
                        <property name="right_attach">2</property>
 
2344
                        <property name="top_attach">1</property>
 
2345
                        <property name="bottom_attach">2</property>
 
2346
                        <property name="y_options"></property>
 
2347
                      </packing>
 
2348
                    </child>
 
2349
                    <child>
 
2350
                      <widget class="GtkLabel" id="label_info_repstats_size_label">
 
2351
                        <property name="xalign">0</property>
 
2352
                        <property name="label" translatable="yes">Size of repository: </property>
 
2353
                      </widget>
 
2354
                      <packing>
 
2355
                        <property name="top_attach">1</property>
 
2356
                        <property name="bottom_attach">2</property>
 
2357
                        <property name="x_options">GTK_FILL</property>
 
2358
                        <property name="y_options"></property>
 
2359
                      </packing>
 
2360
                    </child>
 
2361
                    <child>
2260
2362
                      <widget class="GtkLabel" id="label_info_repstats_revisions_label">
2261
2363
                        <property name="xalign">0</property>
2262
2364
                        <property name="label" translatable="yes">Revisions in repository: </property>
2266
2368
                        <property name="y_options"></property>
2267
2369
                      </packing>
2268
2370
                    </child>
2269
 
                    <child>
2270
 
                      <widget class="GtkLabel" id="label_info_repstats_size_label">
2271
 
                        <property name="xalign">0</property>
2272
 
                        <property name="label" translatable="yes">Size of repository: </property>
2273
 
                      </widget>
2274
 
                      <packing>
2275
 
                        <property name="top_attach">1</property>
2276
 
                        <property name="bottom_attach">2</property>
2277
 
                        <property name="x_options">GTK_FILL</property>
2278
 
                        <property name="y_options"></property>
2279
 
                      </packing>
2280
 
                    </child>
2281
 
                    <child>
2282
 
                      <widget class="GtkLabel" id="label_info_repstats_size">
2283
 
                        <property name="xalign">0</property>
2284
 
                        <property name="label" translatable="yes">(none)</property>
2285
 
                      </widget>
2286
 
                      <packing>
2287
 
                        <property name="left_attach">1</property>
2288
 
                        <property name="right_attach">2</property>
2289
 
                        <property name="top_attach">1</property>
2290
 
                        <property name="bottom_attach">2</property>
2291
 
                        <property name="y_options"></property>
2292
 
                      </packing>
2293
 
                    </child>
2294
 
                    <child>
2295
 
                      <widget class="GtkLabel" id="label_info_repstats_revisions">
2296
 
                        <property name="xalign">0</property>
2297
 
                        <property name="label" translatable="yes">(none)</property>
2298
 
                      </widget>
2299
 
                      <packing>
2300
 
                        <property name="left_attach">1</property>
2301
 
                        <property name="right_attach">2</property>
2302
 
                        <property name="y_options"></property>
2303
 
                      </packing>
2304
 
                    </child>
2305
2371
                  </widget>
2306
2372
                </child>
2307
2373
              </widget>
2336
2402
                <property name="has_default">True</property>
2337
2403
                <property name="label">gtk-close</property>
2338
2404
                <property name="use_stock">True</property>
 
2405
                <property name="response_id">0</property>
2339
2406
                <signal name="clicked" handler="on_button_info_close_clicked"/>
2340
2407
              </widget>
2341
2408
            </child>
2352
2419
  <widget class="GtkDialog" id="window_merge">
2353
2420
    <property name="visible">True</property>
2354
2421
    <property name="title" translatable="yes">Merge - Olive</property>
2355
 
    <property name="icon">oliveicon2.png</property>
 
2422
    <property name="icon">icons/oliveicon2.png</property>
2356
2423
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2357
2424
    <child internal-child="vbox">
2358
2425
      <widget class="GtkVBox" id="vbox_merge">
2385
2452
              <widget class="GtkButton" id="button_merge_open">
2386
2453
                <property name="visible">True</property>
2387
2454
                <property name="can_focus">True</property>
 
2455
                <property name="response_id">0</property>
2388
2456
                <signal name="clicked" handler="on_button_merge_open_clicked"/>
2389
2457
                <child>
2390
2458
                  <widget class="GtkImage" id="image240">
2417
2485
                <property name="can_default">True</property>
2418
2486
                <property name="label">gtk-cancel</property>
2419
2487
                <property name="use_stock">True</property>
 
2488
                <property name="response_id">0</property>
2420
2489
                <signal name="clicked" handler="on_button_merge_cancel_clicked"/>
2421
2490
              </widget>
2422
2491
            </child>
2426
2495
                <property name="can_focus">True</property>
2427
2496
                <property name="can_default">True</property>
2428
2497
                <property name="has_default">True</property>
 
2498
                <property name="response_id">0</property>
2429
2499
                <signal name="clicked" handler="on_button_merge_merge_clicked"/>
2430
2500
                <child>
2431
2501
                  <widget class="GtkAlignment" id="alignment19">