/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: Szilveszter Farkas (Phanatic)
  • Date: 2007-05-18 11:09:31 UTC
  • mto: This revision was merged to the branch mainline in revision 201.
  • Revision ID: szilveszter.farkas@gmail.com-20070518110931-eo97taeu5l90hqto
Make the Revision Browser feel faster.

Show diffs side-by-side

added added

removed removed

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