/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-16 00:16:46 UTC
  • mto: (195.1.7 trunk)
  • mto: This revision was merged to the branch mainline in revision 199.
  • Revision ID: szilveszter.farkas@gmail.com-20070516001646-tj5owhwdm36ys546
Implemented sortable columns, and there are also some new columns
 - size
 - last modification

Sorting is done by the TreeModel, not "by hand" (via list.sort()).

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>
529
488
              <widget class="GtkVBox" id="vbox_main_right">
530
489
                <property name="visible">True</property>
531
490
                <child>
 
491
                  <placeholder/>
 
492
                </child>
 
493
                <child>
532
494
                  <widget class="GtkHBox" id="hbox_location">
533
495
                    <property name="visible">True</property>
534
496
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
541
503
                        <property name="receives_default">True</property>
542
504
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
543
505
                        <property name="relief">GTK_RELIEF_NONE</property>
544
 
                        <property name="response_id">0</property>
545
506
                        <signal name="clicked" handler="on_button_location_up_clicked"/>
546
507
                        <child>
547
508
                          <widget class="GtkImage" id="image_location_up">
557
518
                      </packing>
558
519
                    </child>
559
520
                    <child>
560
 
                      <placeholder/>
561
 
                    </child>
562
 
                    <child>
563
521
                      <widget class="GtkEntry" id="entry_location">
564
522
                        <property name="visible">True</property>
565
523
                        <property name="can_focus">True</property>
567
525
                        <signal name="key_press_event" handler="on_entry_location_key_press_event"/>
568
526
                      </widget>
569
527
                      <packing>
570
 
                        <property name="position">2</property>
 
528
                        <property name="position">1</property>
571
529
                      </packing>
572
530
                    </child>
573
531
                    <child>
578
536
                      <packing>
579
537
                        <property name="expand">False</property>
580
538
                        <property name="fill">False</property>
581
 
                        <property name="position">3</property>
 
539
                        <property name="position">2</property>
582
540
                      </packing>
583
541
                    </child>
584
542
                    <child>
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>
597
554
                        <property name="expand">False</property>
598
555
                        <property name="fill">False</property>
599
 
                        <property name="position">4</property>
600
 
                      </packing>
601
 
                    </child>
602
 
                    <child>
603
 
                      <widget class="GtkVSeparator" id="vseparator">
604
 
                        <property name="visible">True</property>
605
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
606
 
                      </widget>
607
 
                      <packing>
608
 
                        <property name="expand">False</property>
609
 
                        <property name="fill">False</property>
610
 
                        <property name="position">5</property>
611
 
                      </packing>
612
 
                    </child>
613
 
                    <child>
614
 
                      <widget class="GtkCheckButton" id="checkbutton_history">
615
 
                        <property name="visible">True</property>
616
 
                        <property name="can_focus">True</property>
617
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
618
 
                        <property name="label" translatable="yes">H_istory Mode</property>
619
 
                        <property name="use_underline">True</property>
620
 
                        <property name="response_id">0</property>
621
 
                        <property name="draw_indicator">True</property>
622
 
                        <signal name="toggled" handler="on_checkbutton_history_toggled"/>
623
 
                      </widget>
624
 
                      <packing>
625
 
                        <property name="expand">False</property>
626
 
                        <property name="fill">False</property>
627
 
                        <property name="position">6</property>
628
 
                      </packing>
629
 
                    </child>
630
 
                    <child>
631
 
                      <widget class="GtkEntry" id="entry_history_revno">
632
 
                        <property name="width_request">75</property>
633
 
                        <property name="visible">True</property>
634
 
                        <property name="sensitive">False</property>
635
 
                        <property name="can_focus">True</property>
636
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
637
 
                        <signal name="key_press_event" handler="on_entry_history_revno_key_press_event"/>
638
 
                      </widget>
639
 
                      <packing>
640
 
                        <property name="expand">False</property>
641
 
                        <property name="fill">False</property>
642
 
                        <property name="position">7</property>
643
 
                      </packing>
644
 
                    </child>
645
 
                    <child>
646
 
                      <widget class="GtkButton" id="button_history_browse">
647
 
                        <property name="visible">True</property>
648
 
                        <property name="sensitive">False</property>
649
 
                        <property name="can_focus">True</property>
650
 
                        <property name="receives_default">True</property>
651
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
652
 
                        <property name="response_id">0</property>
653
 
                        <signal name="clicked" handler="on_button_history_browse_clicked"/>
654
 
                        <child>
655
 
                          <widget class="GtkImage" id="image_history_browse">
656
 
                            <property name="visible">True</property>
657
 
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
658
 
                            <property name="stock">gtk-open</property>
659
 
                          </widget>
660
 
                        </child>
661
 
                      </widget>
662
 
                      <packing>
663
 
                        <property name="expand">False</property>
664
 
                        <property name="fill">False</property>
665
 
                        <property name="position">8</property>
 
556
                        <property name="position">3</property>
666
557
                      </packing>
667
558
                    </child>
668
559
                  </widget>
669
560
                  <packing>
670
561
                    <property name="expand">False</property>
671
562
                    <property name="fill">False</property>
 
563
                    <property name="position">1</property>
672
564
                  </packing>
673
565
                </child>
674
566
                <child>
688
580
                    </child>
689
581
                  </widget>
690
582
                  <packing>
691
 
                    <property name="position">1</property>
 
583
                    <property name="position">2</property>
692
584
                  </packing>
693
585
                </child>
694
586
              </widget>
695
 
              <packing>
696
 
                <property name="resize">True</property>
697
 
                <property name="shrink">True</property>
698
 
              </packing>
699
587
            </child>
700
588
          </widget>
701
589
          <packing>
724
612
    <property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
725
613
    <property name="authors">Szilveszter Farkas (Phanatic) &lt;szilveszter.farkas@gmail.com&gt;</property>
726
614
    <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>
 
615
    <property name="logo">oliveicon2.png</property>
728
616
    <child internal-child="vbox">
729
617
      <widget class="GtkVBox" id="dialog-vbox1">
730
618
        <child internal-child="action_area">
742
630
    <property name="visible">True</property>
743
631
    <property name="title" translatable="yes">Olive - Add file(s)</property>
744
632
    <property name="resizable">False</property>
745
 
    <property name="icon">icons/oliveicon2.png</property>
 
633
    <property name="icon">oliveicon2.png</property>
746
634
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
747
635
    <child internal-child="vbox">
748
636
      <widget class="GtkVBox" id="vbox_add">
765
653
            <property name="can_focus">True</property>
766
654
            <property name="label" translatable="yes">Selected only</property>
767
655
            <property name="use_underline">True</property>
768
 
            <property name="response_id">0</property>
769
656
            <property name="draw_indicator">True</property>
770
657
          </widget>
771
658
          <packing>
780
667
            <property name="can_focus">True</property>
781
668
            <property name="label" translatable="yes">All unknowns recursively</property>
782
669
            <property name="use_underline">True</property>
783
 
            <property name="response_id">0</property>
784
670
            <property name="draw_indicator">True</property>
785
671
            <property name="group">radiobutton_add_selected</property>
786
672
          </widget>
801
687
                <property name="can_default">True</property>
802
688
                <property name="label">gtk-cancel</property>
803
689
                <property name="use_stock">True</property>
804
 
                <property name="response_id">0</property>
805
690
                <signal name="clicked" handler="on_button_add_cancel_clicked"/>
806
691
              </widget>
807
692
            </child>
811
696
                <property name="can_focus">True</property>
812
697
                <property name="can_default">True</property>
813
698
                <property name="has_default">True</property>
814
 
                <property name="response_id">0</property>
815
699
                <signal name="clicked" handler="on_button_add_add_clicked"/>
816
700
                <child>
817
701
                  <widget class="GtkAlignment" id="alignment3">
866
750
    <property name="visible">True</property>
867
751
    <property name="title" translatable="yes">Olive - Remove file(s)</property>
868
752
    <property name="resizable">False</property>
869
 
    <property name="icon">icons/oliveicon2.png</property>
 
753
    <property name="icon">oliveicon2.png</property>
870
754
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
871
755
    <child internal-child="vbox">
872
756
      <widget class="GtkVBox" id="vbox_remove">
889
773
            <property name="can_focus">True</property>
890
774
            <property name="label" translatable="yes">Selected only</property>
891
775
            <property name="use_underline">True</property>
892
 
            <property name="response_id">0</property>
893
776
            <property name="draw_indicator">True</property>
894
777
          </widget>
895
778
          <packing>
904
787
            <property name="can_focus">True</property>
905
788
            <property name="label" translatable="yes">All files with status 'added'</property>
906
789
            <property name="use_underline">True</property>
907
 
            <property name="response_id">0</property>
908
790
            <property name="draw_indicator">True</property>
909
791
            <property name="group">radiobutton_remove_selected</property>
910
792
          </widget>
925
807
                <property name="can_default">True</property>
926
808
                <property name="label">gtk-cancel</property>
927
809
                <property name="use_stock">True</property>
928
 
                <property name="response_id">0</property>
929
810
                <signal name="clicked" handler="on_button_remove_cancel_clicked"/>
930
811
              </widget>
931
812
            </child>
935
816
                <property name="can_focus">True</property>
936
817
                <property name="can_default">True</property>
937
818
                <property name="has_default">True</property>
938
 
                <property name="response_id">0</property>
939
819
                <signal name="clicked" handler="on_button_remove_remove_clicked"/>
940
820
                <child>
941
821
                  <widget class="GtkAlignment" id="alignment4">
989
869
  <widget class="GtkDialog" id="window_mkdir">
990
870
    <property name="visible">True</property>
991
871
    <property name="title" translatable="yes">Olive - Make directory</property>
992
 
    <property name="icon">icons/oliveicon2.png</property>
 
872
    <property name="icon">oliveicon2.png</property>
993
873
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
994
874
    <child internal-child="vbox">
995
875
      <widget class="GtkVBox" id="vbox_mkdir">
1013
893
            <property name="can_focus">True</property>
1014
894
            <property name="label" translatable="yes">_Versioned directory</property>
1015
895
            <property name="use_underline">True</property>
1016
 
            <property name="response_id">0</property>
1017
896
            <property name="active">True</property>
1018
897
            <property name="draw_indicator">True</property>
1019
898
          </widget>
1034
913
                <property name="can_default">True</property>
1035
914
                <property name="label">gtk-cancel</property>
1036
915
                <property name="use_stock">True</property>
1037
 
                <property name="response_id">0</property>
1038
916
                <signal name="clicked" handler="on_button_mkdir_cancel_clicked"/>
1039
917
              </widget>
1040
918
            </child>
1044
922
                <property name="can_focus">True</property>
1045
923
                <property name="can_default">True</property>
1046
924
                <property name="has_default">True</property>
1047
 
                <property name="response_id">0</property>
1048
925
                <signal name="clicked" handler="on_button_mkdir_mkdir_clicked"/>
1049
926
                <child>
1050
927
                  <widget class="GtkAlignment" id="alignment8">
1099
976
  <widget class="GtkDialog" id="window_move">
1100
977
    <property name="width_request">250</property>
1101
978
    <property name="title" translatable="yes">Olive - Move</property>
1102
 
    <property name="icon">icons/oliveicon2.png</property>
 
979
    <property name="icon">oliveicon2.png</property>
1103
980
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1104
981
    <child internal-child="vbox">
1105
982
      <widget class="GtkVBox" id="vbox_move">
1145
1022
                <property name="can_default">True</property>
1146
1023
                <property name="label">gtk-cancel</property>
1147
1024
                <property name="use_stock">True</property>
1148
 
                <property name="response_id">0</property>
1149
1025
                <signal name="clicked" handler="on_button_move_cancel_clicked"/>
1150
1026
              </widget>
1151
1027
            </child>
1155
1031
                <property name="can_focus">True</property>
1156
1032
                <property name="can_default">True</property>
1157
1033
                <property name="has_default">True</property>
1158
 
                <property name="response_id">0</property>
1159
1034
                <signal name="clicked" handler="on_button_move_move_clicked"/>
1160
1035
                <child>
1161
1036
                  <widget class="GtkAlignment" id="alignment9">
1208
1083
  </widget>
1209
1084
  <widget class="GtkDialog" id="window_rename">
1210
1085
    <property name="title" translatable="yes">Olive - Rename</property>
1211
 
    <property name="icon">icons/oliveicon2.png</property>
 
1086
    <property name="icon">oliveicon2.png</property>
1212
1087
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1213
1088
    <child internal-child="vbox">
1214
1089
      <widget class="GtkVBox" id="vbox_rename">
1254
1129
                <property name="can_default">True</property>
1255
1130
                <property name="label">gtk-cancel</property>
1256
1131
                <property name="use_stock">True</property>
1257
 
                <property name="response_id">0</property>
1258
1132
                <signal name="clicked" handler="on_button_rename_cancel_clicked"/>
1259
1133
              </widget>
1260
1134
            </child>
1264
1138
                <property name="can_focus">True</property>
1265
1139
                <property name="can_default">True</property>
1266
1140
                <property name="has_default">True</property>
1267
 
                <property name="response_id">0</property>
1268
1141
                <signal name="clicked" handler="on_button_rename_rename_clicked"/>
1269
1142
                <child>
1270
1143
                  <widget class="GtkAlignment" id="alignment10">
1317
1190
  </widget>
1318
1191
  <widget class="GtkDialog" id="window_info">
1319
1192
    <property name="title" translatable="yes">Olive - Information</property>
1320
 
    <property name="icon">icons/oliveicon2.png</property>
 
1193
    <property name="icon">oliveicon2.png</property>
1321
1194
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1322
1195
    <child internal-child="vbox">
1323
1196
      <widget class="GtkVBox" id="vbox_info">
1338
1211
                    <property name="n_columns">2</property>
1339
1212
                    <property name="column_spacing">12</property>
1340
1213
                    <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>
 
1214
                      <widget class="GtkLabel" id="label_info_location_lightcoroot_label">
 
1215
                        <property name="xalign">0</property>
 
1216
                        <property name="label" translatable="yes">Light checkout root: </property>
 
1217
                      </widget>
 
1218
                      <packing>
 
1219
                        <property name="x_options">GTK_FILL</property>
 
1220
                        <property name="y_options"></property>
 
1221
                      </packing>
 
1222
                    </child>
 
1223
                    <child>
 
1224
                      <widget class="GtkLabel" id="label_info_location_sharedrepo_label">
 
1225
                        <property name="xalign">0</property>
 
1226
                        <property name="label" translatable="yes">Shared repository: </property>
 
1227
                      </widget>
 
1228
                      <packing>
 
1229
                        <property name="top_attach">1</property>
 
1230
                        <property name="bottom_attach">2</property>
 
1231
                        <property name="x_options">GTK_FILL</property>
 
1232
                        <property name="y_options"></property>
 
1233
                      </packing>
 
1234
                    </child>
 
1235
                    <child>
 
1236
                      <widget class="GtkLabel" id="label_info_location_repobranch_label">
 
1237
                        <property name="xalign">0</property>
 
1238
                        <property name="label" translatable="yes">Repository branch: </property>
 
1239
                      </widget>
 
1240
                      <packing>
1348
1241
                        <property name="top_attach">2</property>
1349
1242
                        <property name="bottom_attach">3</property>
 
1243
                        <property name="x_options">GTK_FILL</property>
1350
1244
                        <property name="y_options"></property>
1351
1245
                      </packing>
1352
1246
                    </child>
1353
1247
                    <child>
1354
 
                      <widget class="GtkLabel" id="label_info_location_cobranch">
 
1248
                      <widget class="GtkLabel" id="label_info_location_cobranch_label">
1355
1249
                        <property name="xalign">0</property>
1356
 
                        <property name="label" translatable="yes">(none)</property>
 
1250
                        <property name="label" translatable="yes">Checkout of branch: </property>
1357
1251
                      </widget>
1358
1252
                      <packing>
1359
 
                        <property name="left_attach">1</property>
1360
 
                        <property name="right_attach">2</property>
1361
1253
                        <property name="top_attach">3</property>
1362
1254
                        <property name="bottom_attach">4</property>
 
1255
                        <property name="x_options">GTK_FILL</property>
1363
1256
                        <property name="y_options"></property>
1364
1257
                      </packing>
1365
1258
                    </child>
1366
1259
                    <child>
1367
 
                      <widget class="GtkLabel" id="label_info_location_repoco">
 
1260
                      <widget class="GtkLabel" id="label_info_location_repoco_label">
1368
1261
                        <property name="xalign">0</property>
1369
 
                        <property name="label" translatable="yes">(none)</property>
 
1262
                        <property name="label" translatable="yes">Repository checkout: </property>
1370
1263
                      </widget>
1371
1264
                      <packing>
1372
 
                        <property name="left_attach">1</property>
1373
 
                        <property name="right_attach">2</property>
1374
1265
                        <property name="top_attach">4</property>
1375
1266
                        <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>
 
1267
                        <property name="x_options">GTK_FILL</property>
 
1268
                        <property name="y_options"></property>
 
1269
                      </packing>
 
1270
                    </child>
 
1271
                    <child>
 
1272
                      <widget class="GtkLabel" id="label_info_location_branchroot_label">
 
1273
                        <property name="xalign">0</property>
 
1274
                        <property name="label" translatable="yes">Branch root: </property>
 
1275
                      </widget>
 
1276
                      <packing>
1400
1277
                        <property name="top_attach">6</property>
1401
1278
                        <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>
 
1279
                        <property name="x_options">GTK_FILL</property>
1426
1280
                        <property name="y_options"></property>
1427
1281
                      </packing>
1428
1282
                    </child>
1439
1293
                      </packing>
1440
1294
                    </child>
1441
1295
                    <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>
 
1296
                      <widget class="GtkLabel" id="label_info_location_lightcoroot">
 
1297
                        <property name="xalign">0</property>
 
1298
                        <property name="label" translatable="yes">(none)</property>
 
1299
                      </widget>
 
1300
                      <packing>
 
1301
                        <property name="left_attach">1</property>
 
1302
                        <property name="right_attach">2</property>
 
1303
                        <property name="y_options"></property>
 
1304
                      </packing>
 
1305
                    </child>
 
1306
                    <child>
 
1307
                      <widget class="GtkLabel" id="label_info_location_sharedrepo">
 
1308
                        <property name="xalign">0</property>
 
1309
                        <property name="label" translatable="yes">(none)</property>
 
1310
                      </widget>
 
1311
                      <packing>
 
1312
                        <property name="left_attach">1</property>
 
1313
                        <property name="right_attach">2</property>
 
1314
                        <property name="top_attach">1</property>
 
1315
                        <property name="bottom_attach">2</property>
 
1316
                        <property name="y_options"></property>
 
1317
                      </packing>
 
1318
                    </child>
 
1319
                    <child>
 
1320
                      <widget class="GtkLabel" id="label_info_location_branchroot">
 
1321
                        <property name="xalign">0</property>
 
1322
                        <property name="label" translatable="yes">(none)</property>
 
1323
                      </widget>
 
1324
                      <packing>
 
1325
                        <property name="left_attach">1</property>
 
1326
                        <property name="right_attach">2</property>
1447
1327
                        <property name="top_attach">6</property>
1448
1328
                        <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>
 
1329
                        <property name="y_options"></property>
 
1330
                      </packing>
 
1331
                    </child>
 
1332
                    <child>
 
1333
                      <widget class="GtkLabel" id="label_info_location_coroot">
 
1334
                        <property name="xalign">0</property>
 
1335
                        <property name="label" translatable="yes">(none)</property>
 
1336
                      </widget>
 
1337
                      <packing>
 
1338
                        <property name="left_attach">1</property>
 
1339
                        <property name="right_attach">2</property>
 
1340
                        <property name="top_attach">5</property>
 
1341
                        <property name="bottom_attach">6</property>
 
1342
                        <property name="y_options"></property>
 
1343
                      </packing>
 
1344
                    </child>
 
1345
                    <child>
 
1346
                      <widget class="GtkLabel" id="label_info_location_repoco">
 
1347
                        <property name="xalign">0</property>
 
1348
                        <property name="label" translatable="yes">(none)</property>
 
1349
                      </widget>
 
1350
                      <packing>
 
1351
                        <property name="left_attach">1</property>
 
1352
                        <property name="right_attach">2</property>
1459
1353
                        <property name="top_attach">4</property>
1460
1354
                        <property name="bottom_attach">5</property>
1461
 
                        <property name="x_options">GTK_FILL</property>
1462
1355
                        <property name="y_options"></property>
1463
1356
                      </packing>
1464
1357
                    </child>
1465
1358
                    <child>
1466
 
                      <widget class="GtkLabel" id="label_info_location_cobranch_label">
 
1359
                      <widget class="GtkLabel" id="label_info_location_cobranch">
1467
1360
                        <property name="xalign">0</property>
1468
 
                        <property name="label" translatable="yes">Checkout of branch: </property>
 
1361
                        <property name="label" translatable="yes">(none)</property>
1469
1362
                      </widget>
1470
1363
                      <packing>
 
1364
                        <property name="left_attach">1</property>
 
1365
                        <property name="right_attach">2</property>
1471
1366
                        <property name="top_attach">3</property>
1472
1367
                        <property name="bottom_attach">4</property>
1473
 
                        <property name="x_options">GTK_FILL</property>
1474
1368
                        <property name="y_options"></property>
1475
1369
                      </packing>
1476
1370
                    </child>
1477
1371
                    <child>
1478
 
                      <widget class="GtkLabel" id="label_info_location_repobranch_label">
 
1372
                      <widget class="GtkLabel" id="label_info_location_repobranch">
1479
1373
                        <property name="xalign">0</property>
1480
 
                        <property name="label" translatable="yes">Repository branch: </property>
 
1374
                        <property name="label" translatable="yes">(none)</property>
1481
1375
                      </widget>
1482
1376
                      <packing>
 
1377
                        <property name="left_attach">1</property>
 
1378
                        <property name="right_attach">2</property>
1483
1379
                        <property name="top_attach">2</property>
1484
1380
                        <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
1381
                        <property name="y_options"></property>
1509
1382
                      </packing>
1510
1383
                    </child>
1543
1416
                    <property name="n_columns">2</property>
1544
1417
                    <property name="column_spacing">12</property>
1545
1418
                    <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>
 
1419
                      <widget class="GtkLabel" id="label_info_related_parentbranch_label">
 
1420
                        <property name="xalign">0</property>
 
1421
                        <property name="label" translatable="yes">Parent branch: </property>
 
1422
                      </widget>
 
1423
                      <packing>
 
1424
                        <property name="x_options">GTK_FILL</property>
1566
1425
                        <property name="y_options"></property>
1567
1426
                      </packing>
1568
1427
                    </child>
1579
1438
                      </packing>
1580
1439
                    </child>
1581
1440
                    <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>
 
1441
                      <widget class="GtkLabel" id="label_info_related_publishbranch">
 
1442
                        <property name="xalign">0</property>
 
1443
                        <property name="label" translatable="yes">(none)</property>
 
1444
                      </widget>
 
1445
                      <packing>
 
1446
                        <property name="left_attach">1</property>
 
1447
                        <property name="right_attach">2</property>
 
1448
                        <property name="top_attach">1</property>
 
1449
                        <property name="bottom_attach">2</property>
 
1450
                        <property name="y_options"></property>
 
1451
                      </packing>
 
1452
                    </child>
 
1453
                    <child>
 
1454
                      <widget class="GtkLabel" id="label_info_related_parentbranch">
 
1455
                        <property name="xalign">0</property>
 
1456
                        <property name="label" translatable="yes">(none)</property>
 
1457
                      </widget>
 
1458
                      <packing>
 
1459
                        <property name="left_attach">1</property>
 
1460
                        <property name="right_attach">2</property>
1588
1461
                        <property name="y_options"></property>
1589
1462
                      </packing>
1590
1463
                    </child>
1623
1496
                    <property name="n_columns">2</property>
1624
1497
                    <property name="column_spacing">12</property>
1625
1498
                    <child>
1626
 
                      <widget class="GtkLabel" id="label_info_format_control">
 
1499
                      <widget class="GtkLabel" id="label_info_format_control_label">
1627
1500
                        <property name="xalign">0</property>
1628
 
                        <property name="label" translatable="yes">(none)</property>
 
1501
                        <property name="label" translatable="yes">Control format: </property>
1629
1502
                      </widget>
1630
1503
                      <packing>
1631
 
                        <property name="left_attach">1</property>
1632
 
                        <property name="right_attach">2</property>
 
1504
                        <property name="x_options">GTK_FILL</property>
1633
1505
                        <property name="y_options"></property>
1634
1506
                      </packing>
1635
1507
                    </child>
1636
1508
                    <child>
1637
 
                      <widget class="GtkLabel" id="label_info_format_workingtree">
 
1509
                      <widget class="GtkLabel" id="label_info_format_workingtree_label">
1638
1510
                        <property name="xalign">0</property>
1639
 
                        <property name="label" translatable="yes">(none)</property>
 
1511
                        <property name="label" translatable="yes">Working tree format: </property>
1640
1512
                      </widget>
1641
1513
                      <packing>
1642
 
                        <property name="left_attach">1</property>
1643
 
                        <property name="right_attach">2</property>
1644
1514
                        <property name="top_attach">1</property>
1645
1515
                        <property name="bottom_attach">2</property>
 
1516
                        <property name="x_options">GTK_FILL</property>
1646
1517
                        <property name="y_options"></property>
1647
1518
                      </packing>
1648
1519
                    </child>
1649
1520
                    <child>
1650
 
                      <widget class="GtkLabel" id="label_info_format_branch">
 
1521
                      <widget class="GtkLabel" id="label_info_format_branch_label">
1651
1522
                        <property name="xalign">0</property>
1652
 
                        <property name="label" translatable="yes">(none)</property>
 
1523
                        <property name="label" translatable="yes">Branch format: </property>
1653
1524
                      </widget>
1654
1525
                      <packing>
1655
 
                        <property name="left_attach">1</property>
1656
 
                        <property name="right_attach">2</property>
1657
1526
                        <property name="top_attach">2</property>
1658
1527
                        <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>
 
1528
                        <property name="x_options">GTK_FILL</property>
1672
1529
                        <property name="y_options"></property>
1673
1530
                      </packing>
1674
1531
                    </child>
1685
1542
                      </packing>
1686
1543
                    </child>
1687
1544
                    <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>
 
1545
                      <widget class="GtkLabel" id="label_info_format_repository">
 
1546
                        <property name="xalign">0</property>
 
1547
                        <property name="label" translatable="yes">(none)</property>
 
1548
                      </widget>
 
1549
                      <packing>
 
1550
                        <property name="left_attach">1</property>
 
1551
                        <property name="right_attach">2</property>
 
1552
                        <property name="top_attach">3</property>
 
1553
                        <property name="bottom_attach">4</property>
 
1554
                        <property name="y_options"></property>
 
1555
                      </packing>
 
1556
                    </child>
 
1557
                    <child>
 
1558
                      <widget class="GtkLabel" id="label_info_format_branch">
 
1559
                        <property name="xalign">0</property>
 
1560
                        <property name="label" translatable="yes">(none)</property>
 
1561
                      </widget>
 
1562
                      <packing>
 
1563
                        <property name="left_attach">1</property>
 
1564
                        <property name="right_attach">2</property>
1693
1565
                        <property name="top_attach">2</property>
1694
1566
                        <property name="bottom_attach">3</property>
1695
 
                        <property name="x_options">GTK_FILL</property>
1696
1567
                        <property name="y_options"></property>
1697
1568
                      </packing>
1698
1569
                    </child>
1699
1570
                    <child>
1700
 
                      <widget class="GtkLabel" id="label_info_format_workingtree_label">
 
1571
                      <widget class="GtkLabel" id="label_info_format_workingtree">
1701
1572
                        <property name="xalign">0</property>
1702
 
                        <property name="label" translatable="yes">Working tree format: </property>
 
1573
                        <property name="label" translatable="yes">(none)</property>
1703
1574
                      </widget>
1704
1575
                      <packing>
 
1576
                        <property name="left_attach">1</property>
 
1577
                        <property name="right_attach">2</property>
1705
1578
                        <property name="top_attach">1</property>
1706
1579
                        <property name="bottom_attach">2</property>
1707
 
                        <property name="x_options">GTK_FILL</property>
1708
1580
                        <property name="y_options"></property>
1709
1581
                      </packing>
1710
1582
                    </child>
1711
1583
                    <child>
1712
 
                      <widget class="GtkLabel" id="label_info_format_control_label">
 
1584
                      <widget class="GtkLabel" id="label_info_format_control">
1713
1585
                        <property name="xalign">0</property>
1714
 
                        <property name="label" translatable="yes">Control format: </property>
 
1586
                        <property name="label" translatable="yes">(none)</property>
1715
1587
                      </widget>
1716
1588
                      <packing>
1717
 
                        <property name="x_options">GTK_FILL</property>
 
1589
                        <property name="left_attach">1</property>
 
1590
                        <property name="right_attach">2</property>
1718
1591
                        <property name="y_options"></property>
1719
1592
                      </packing>
1720
1593
                    </child>
1753
1626
                    <property name="n_columns">2</property>
1754
1627
                    <property name="column_spacing">12</property>
1755
1628
                    <child>
1756
 
                      <widget class="GtkLabel" id="label_info_locking_workingtree">
 
1629
                      <widget class="GtkLabel" id="label_info_locking_workingtree_label">
1757
1630
                        <property name="xalign">0</property>
1758
 
                        <property name="label" translatable="yes">(none)</property>
 
1631
                        <property name="label" translatable="yes">Working tree lock status: </property>
1759
1632
                      </widget>
1760
1633
                      <packing>
1761
 
                        <property name="left_attach">1</property>
1762
 
                        <property name="right_attach">2</property>
 
1634
                        <property name="x_options">GTK_FILL</property>
1763
1635
                        <property name="y_options"></property>
1764
1636
                      </packing>
1765
1637
                    </child>
1766
1638
                    <child>
1767
 
                      <widget class="GtkLabel" id="label_info_locking_branch">
 
1639
                      <widget class="GtkLabel" id="label_info_locking_branch_label">
1768
1640
                        <property name="xalign">0</property>
1769
 
                        <property name="label" translatable="yes">(none)</property>
 
1641
                        <property name="label" translatable="yes">Branch lock status: </property>
1770
1642
                      </widget>
1771
1643
                      <packing>
1772
 
                        <property name="left_attach">1</property>
1773
 
                        <property name="right_attach">2</property>
1774
1644
                        <property name="top_attach">1</property>
1775
1645
                        <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>
 
1646
                        <property name="x_options">GTK_FILL</property>
1789
1647
                        <property name="y_options"></property>
1790
1648
                      </packing>
1791
1649
                    </child>
1802
1660
                      </packing>
1803
1661
                    </child>
1804
1662
                    <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>
 
1663
                      <widget class="GtkLabel" id="label_info_locking_repository">
 
1664
                        <property name="xalign">0</property>
 
1665
                        <property name="label" translatable="yes">(none)</property>
 
1666
                      </widget>
 
1667
                      <packing>
 
1668
                        <property name="left_attach">1</property>
 
1669
                        <property name="right_attach">2</property>
 
1670
                        <property name="top_attach">2</property>
 
1671
                        <property name="bottom_attach">3</property>
 
1672
                        <property name="y_options"></property>
 
1673
                      </packing>
 
1674
                    </child>
 
1675
                    <child>
 
1676
                      <widget class="GtkLabel" id="label_info_locking_branch">
 
1677
                        <property name="xalign">0</property>
 
1678
                        <property name="label" translatable="yes">(none)</property>
 
1679
                      </widget>
 
1680
                      <packing>
 
1681
                        <property name="left_attach">1</property>
 
1682
                        <property name="right_attach">2</property>
1810
1683
                        <property name="top_attach">1</property>
1811
1684
                        <property name="bottom_attach">2</property>
1812
 
                        <property name="x_options">GTK_FILL</property>
1813
1685
                        <property name="y_options"></property>
1814
1686
                      </packing>
1815
1687
                    </child>
1816
1688
                    <child>
1817
 
                      <widget class="GtkLabel" id="label_info_locking_workingtree_label">
 
1689
                      <widget class="GtkLabel" id="label_info_locking_workingtree">
1818
1690
                        <property name="xalign">0</property>
1819
 
                        <property name="label" translatable="yes">Working tree lock status: </property>
 
1691
                        <property name="label" translatable="yes">(none)</property>
1820
1692
                      </widget>
1821
1693
                      <packing>
1822
 
                        <property name="x_options">GTK_FILL</property>
 
1694
                        <property name="left_attach">1</property>
 
1695
                        <property name="right_attach">2</property>
1823
1696
                        <property name="y_options"></property>
1824
1697
                      </packing>
1825
1698
                    </child>
1858
1731
                    <property name="n_columns">2</property>
1859
1732
                    <property name="column_spacing">12</property>
1860
1733
                    <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>
 
1734
                      <widget class="GtkLabel" id="label_info_missing_workingtree_label">
 
1735
                        <property name="xalign">0</property>
 
1736
                        <property name="label" translatable="yes">Missing revisions in working tree: </property>
 
1737
                      </widget>
 
1738
                      <packing>
 
1739
                        <property name="x_options">GTK_FILL</property>
1881
1740
                        <property name="y_options"></property>
1882
1741
                      </packing>
1883
1742
                    </child>
1894
1753
                      </packing>
1895
1754
                    </child>
1896
1755
                    <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>
 
1756
                      <widget class="GtkLabel" id="label_info_missing_branch">
 
1757
                        <property name="xalign">0</property>
 
1758
                        <property name="label" translatable="yes">(none)</property>
 
1759
                      </widget>
 
1760
                      <packing>
 
1761
                        <property name="left_attach">1</property>
 
1762
                        <property name="right_attach">2</property>
 
1763
                        <property name="top_attach">1</property>
 
1764
                        <property name="bottom_attach">2</property>
 
1765
                        <property name="y_options"></property>
 
1766
                      </packing>
 
1767
                    </child>
 
1768
                    <child>
 
1769
                      <widget class="GtkLabel" id="label_info_missing_workingtree">
 
1770
                        <property name="xalign">0</property>
 
1771
                        <property name="label" translatable="yes">(none)</property>
 
1772
                      </widget>
 
1773
                      <packing>
 
1774
                        <property name="left_attach">1</property>
 
1775
                        <property name="right_attach">2</property>
1903
1776
                        <property name="y_options"></property>
1904
1777
                      </packing>
1905
1778
                    </child>
1938
1811
                    <property name="n_columns">2</property>
1939
1812
                    <property name="column_spacing">12</property>
1940
1813
                    <child>
1941
 
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged">
 
1814
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
1942
1815
                        <property name="xalign">0</property>
1943
 
                        <property name="label" translatable="yes">(none)</property>
 
1816
                        <property name="label" translatable="yes">Unchanged files: </property>
1944
1817
                      </widget>
1945
1818
                      <packing>
1946
 
                        <property name="left_attach">1</property>
1947
 
                        <property name="right_attach">2</property>
 
1819
                        <property name="x_options">GTK_FILL</property>
1948
1820
                        <property name="y_options"></property>
1949
1821
                      </packing>
1950
1822
                    </child>
1951
1823
                    <child>
1952
 
                      <widget class="GtkLabel" id="label_info_wtstats_modified">
 
1824
                      <widget class="GtkLabel" id="label_info_wtstats_modified_label">
1953
1825
                        <property name="xalign">0</property>
1954
 
                        <property name="label" translatable="yes">(none)</property>
 
1826
                        <property name="label" translatable="yes">Modified files: </property>
1955
1827
                      </widget>
1956
1828
                      <packing>
1957
 
                        <property name="left_attach">1</property>
1958
 
                        <property name="right_attach">2</property>
1959
1829
                        <property name="top_attach">1</property>
1960
1830
                        <property name="bottom_attach">2</property>
 
1831
                        <property name="x_options">GTK_FILL</property>
1961
1832
                        <property name="y_options"></property>
1962
1833
                      </packing>
1963
1834
                    </child>
1964
1835
                    <child>
1965
 
                      <widget class="GtkLabel" id="label_info_wtstats_added">
 
1836
                      <widget class="GtkLabel" id="label_info_wtstats_added_label">
1966
1837
                        <property name="xalign">0</property>
1967
 
                        <property name="label" translatable="yes">(none)</property>
 
1838
                        <property name="label" translatable="yes">Added files: </property>
1968
1839
                      </widget>
1969
1840
                      <packing>
1970
 
                        <property name="left_attach">1</property>
1971
 
                        <property name="right_attach">2</property>
1972
1841
                        <property name="top_attach">2</property>
1973
1842
                        <property name="bottom_attach">3</property>
 
1843
                        <property name="x_options">GTK_FILL</property>
1974
1844
                        <property name="y_options"></property>
1975
1845
                      </packing>
1976
1846
                    </child>
1977
1847
                    <child>
1978
 
                      <widget class="GtkLabel" id="label_info_wtstats_removed">
 
1848
                      <widget class="GtkLabel" id="label_info_wtstats_removed_label">
1979
1849
                        <property name="xalign">0</property>
1980
 
                        <property name="label" translatable="yes">(none)</property>
 
1850
                        <property name="label" translatable="yes">Removed files: </property>
1981
1851
                      </widget>
1982
1852
                      <packing>
1983
 
                        <property name="left_attach">1</property>
1984
 
                        <property name="right_attach">2</property>
1985
1853
                        <property name="top_attach">3</property>
1986
1854
                        <property name="bottom_attach">4</property>
 
1855
                        <property name="x_options">GTK_FILL</property>
1987
1856
                        <property name="y_options"></property>
1988
1857
                      </packing>
1989
1858
                    </child>
1990
1859
                    <child>
1991
 
                      <widget class="GtkLabel" id="label_info_wtstats_renamed">
 
1860
                      <widget class="GtkLabel" id="label_info_wtstats_renamed_label">
1992
1861
                        <property name="xalign">0</property>
1993
 
                        <property name="label" translatable="yes">(none)</property>
 
1862
                        <property name="label" translatable="yes">Renamed files: </property>
1994
1863
                      </widget>
1995
1864
                      <packing>
1996
 
                        <property name="left_attach">1</property>
1997
 
                        <property name="right_attach">2</property>
1998
1865
                        <property name="top_attach">4</property>
1999
1866
                        <property name="bottom_attach">5</property>
 
1867
                        <property name="x_options">GTK_FILL</property>
2000
1868
                        <property name="y_options"></property>
2001
1869
                      </packing>
2002
1870
                    </child>
2003
1871
                    <child>
2004
 
                      <widget class="GtkLabel" id="label_info_wtstats_unknown">
 
1872
                      <widget class="GtkLabel" id="label_info_wtstats_unknown_label">
2005
1873
                        <property name="xalign">0</property>
2006
 
                        <property name="label" translatable="yes">(none)</property>
 
1874
                        <property name="label" translatable="yes">Unknown files: </property>
2007
1875
                      </widget>
2008
1876
                      <packing>
2009
 
                        <property name="left_attach">1</property>
2010
 
                        <property name="right_attach">2</property>
2011
1877
                        <property name="top_attach">5</property>
2012
1878
                        <property name="bottom_attach">6</property>
 
1879
                        <property name="x_options">GTK_FILL</property>
2013
1880
                        <property name="y_options"></property>
2014
1881
                      </packing>
2015
1882
                    </child>
2016
1883
                    <child>
2017
 
                      <widget class="GtkLabel" id="label_info_wtstats_ignored">
 
1884
                      <widget class="GtkLabel" id="label_info_wtstats_ignored_label">
2018
1885
                        <property name="xalign">0</property>
2019
 
                        <property name="label" translatable="yes">(none)</property>
 
1886
                        <property name="label" translatable="yes">Ignored files: </property>
2020
1887
                      </widget>
2021
1888
                      <packing>
2022
 
                        <property name="left_attach">1</property>
2023
 
                        <property name="right_attach">2</property>
2024
1889
                        <property name="top_attach">6</property>
2025
1890
                        <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>
 
1891
                        <property name="x_options">GTK_FILL</property>
2039
1892
                        <property name="y_options"></property>
2040
1893
                      </packing>
2041
1894
                    </child>
2052
1905
                      </packing>
2053
1906
                    </child>
2054
1907
                    <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>
 
1908
                      <widget class="GtkLabel" id="label_info_wtstats_subdirs">
 
1909
                        <property name="xalign">0</property>
 
1910
                        <property name="label" translatable="yes">(none)</property>
 
1911
                      </widget>
 
1912
                      <packing>
 
1913
                        <property name="left_attach">1</property>
 
1914
                        <property name="right_attach">2</property>
 
1915
                        <property name="top_attach">7</property>
 
1916
                        <property name="bottom_attach">8</property>
 
1917
                        <property name="y_options"></property>
 
1918
                      </packing>
 
1919
                    </child>
 
1920
                    <child>
 
1921
                      <widget class="GtkLabel" id="label_info_wtstats_ignored">
 
1922
                        <property name="xalign">0</property>
 
1923
                        <property name="label" translatable="yes">(none)</property>
 
1924
                      </widget>
 
1925
                      <packing>
 
1926
                        <property name="left_attach">1</property>
 
1927
                        <property name="right_attach">2</property>
2060
1928
                        <property name="top_attach">6</property>
2061
1929
                        <property name="bottom_attach">7</property>
2062
 
                        <property name="x_options">GTK_FILL</property>
2063
1930
                        <property name="y_options"></property>
2064
1931
                      </packing>
2065
1932
                    </child>
2066
1933
                    <child>
2067
 
                      <widget class="GtkLabel" id="label_info_wtstats_unknown_label">
 
1934
                      <widget class="GtkLabel" id="label_info_wtstats_unknown">
2068
1935
                        <property name="xalign">0</property>
2069
 
                        <property name="label" translatable="yes">Unknown files: </property>
 
1936
                        <property name="label" translatable="yes">(none)</property>
2070
1937
                      </widget>
2071
1938
                      <packing>
 
1939
                        <property name="left_attach">1</property>
 
1940
                        <property name="right_attach">2</property>
2072
1941
                        <property name="top_attach">5</property>
2073
1942
                        <property name="bottom_attach">6</property>
2074
 
                        <property name="x_options">GTK_FILL</property>
2075
1943
                        <property name="y_options"></property>
2076
1944
                      </packing>
2077
1945
                    </child>
2078
1946
                    <child>
2079
 
                      <widget class="GtkLabel" id="label_info_wtstats_renamed_label">
 
1947
                      <widget class="GtkLabel" id="label_info_wtstats_renamed">
2080
1948
                        <property name="xalign">0</property>
2081
 
                        <property name="label" translatable="yes">Renamed files: </property>
 
1949
                        <property name="label" translatable="yes">(none)</property>
2082
1950
                      </widget>
2083
1951
                      <packing>
 
1952
                        <property name="left_attach">1</property>
 
1953
                        <property name="right_attach">2</property>
2084
1954
                        <property name="top_attach">4</property>
2085
1955
                        <property name="bottom_attach">5</property>
2086
 
                        <property name="x_options">GTK_FILL</property>
2087
1956
                        <property name="y_options"></property>
2088
1957
                      </packing>
2089
1958
                    </child>
2090
1959
                    <child>
2091
 
                      <widget class="GtkLabel" id="label_info_wtstats_removed_label">
 
1960
                      <widget class="GtkLabel" id="label_info_wtstats_removed">
2092
1961
                        <property name="xalign">0</property>
2093
 
                        <property name="label" translatable="yes">Removed files: </property>
 
1962
                        <property name="label" translatable="yes">(none)</property>
2094
1963
                      </widget>
2095
1964
                      <packing>
 
1965
                        <property name="left_attach">1</property>
 
1966
                        <property name="right_attach">2</property>
2096
1967
                        <property name="top_attach">3</property>
2097
1968
                        <property name="bottom_attach">4</property>
2098
 
                        <property name="x_options">GTK_FILL</property>
2099
1969
                        <property name="y_options"></property>
2100
1970
                      </packing>
2101
1971
                    </child>
2102
1972
                    <child>
2103
 
                      <widget class="GtkLabel" id="label_info_wtstats_added_label">
 
1973
                      <widget class="GtkLabel" id="label_info_wtstats_added">
2104
1974
                        <property name="xalign">0</property>
2105
 
                        <property name="label" translatable="yes">Added files: </property>
 
1975
                        <property name="label" translatable="yes">(none)</property>
2106
1976
                      </widget>
2107
1977
                      <packing>
 
1978
                        <property name="left_attach">1</property>
 
1979
                        <property name="right_attach">2</property>
2108
1980
                        <property name="top_attach">2</property>
2109
1981
                        <property name="bottom_attach">3</property>
2110
 
                        <property name="x_options">GTK_FILL</property>
2111
1982
                        <property name="y_options"></property>
2112
1983
                      </packing>
2113
1984
                    </child>
2114
1985
                    <child>
2115
 
                      <widget class="GtkLabel" id="label_info_wtstats_modified_label">
 
1986
                      <widget class="GtkLabel" id="label_info_wtstats_modified">
2116
1987
                        <property name="xalign">0</property>
2117
 
                        <property name="label" translatable="yes">Modified files: </property>
 
1988
                        <property name="label" translatable="yes">(none)</property>
2118
1989
                      </widget>
2119
1990
                      <packing>
 
1991
                        <property name="left_attach">1</property>
 
1992
                        <property name="right_attach">2</property>
2120
1993
                        <property name="top_attach">1</property>
2121
1994
                        <property name="bottom_attach">2</property>
2122
 
                        <property name="x_options">GTK_FILL</property>
2123
1995
                        <property name="y_options"></property>
2124
1996
                      </packing>
2125
1997
                    </child>
2126
1998
                    <child>
2127
 
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
 
1999
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged">
2128
2000
                        <property name="xalign">0</property>
2129
 
                        <property name="label" translatable="yes">Unchanged files: </property>
 
2001
                        <property name="label" translatable="yes">(none)</property>
2130
2002
                      </widget>
2131
2003
                      <packing>
2132
 
                        <property name="x_options">GTK_FILL</property>
 
2004
                        <property name="left_attach">1</property>
 
2005
                        <property name="right_attach">2</property>
2133
2006
                        <property name="y_options"></property>
2134
2007
                      </packing>
2135
2008
                    </child>
2168
2041
                    <property name="n_columns">2</property>
2169
2042
                    <property name="column_spacing">12</property>
2170
2043
                    <child>
2171
 
                      <widget class="GtkLabel" id="label_info_brstats_revno">
 
2044
                      <widget class="GtkLabel" id="label_info_brstats_revno_label">
2172
2045
                        <property name="xalign">0</property>
2173
 
                        <property name="label" translatable="yes">(none)</property>
 
2046
                        <property name="label" translatable="yes">Revisions in branch: </property>
2174
2047
                      </widget>
2175
2048
                      <packing>
2176
 
                        <property name="left_attach">1</property>
2177
 
                        <property name="right_attach">2</property>
 
2049
                        <property name="x_options">GTK_FILL</property>
2178
2050
                        <property name="y_options"></property>
2179
2051
                      </packing>
2180
2052
                    </child>
2181
2053
                    <child>
2182
 
                      <widget class="GtkLabel" id="label_info_brstats_commiters">
 
2054
                      <widget class="GtkLabel" id="label_info_brstats_commiters_label">
2183
2055
                        <property name="xalign">0</property>
2184
 
                        <property name="label" translatable="yes">(none)</property>
 
2056
                        <property name="label" translatable="yes">Number of commiters: </property>
2185
2057
                      </widget>
2186
2058
                      <packing>
2187
 
                        <property name="left_attach">1</property>
2188
 
                        <property name="right_attach">2</property>
2189
2059
                        <property name="top_attach">1</property>
2190
2060
                        <property name="bottom_attach">2</property>
 
2061
                        <property name="x_options">GTK_FILL</property>
2191
2062
                        <property name="y_options"></property>
2192
2063
                      </packing>
2193
2064
                    </child>
2194
2065
                    <child>
2195
 
                      <widget class="GtkLabel" id="label_info_brstats_age">
 
2066
                      <widget class="GtkLabel" id="label_info_brstats_age_label">
2196
2067
                        <property name="xalign">0</property>
2197
 
                        <property name="label" translatable="yes">(none)</property>
 
2068
                        <property name="label" translatable="yes">Age of branch in days: </property>
2198
2069
                      </widget>
2199
2070
                      <packing>
2200
 
                        <property name="left_attach">1</property>
2201
 
                        <property name="right_attach">2</property>
2202
2071
                        <property name="top_attach">2</property>
2203
2072
                        <property name="bottom_attach">3</property>
 
2073
                        <property name="x_options">GTK_FILL</property>
2204
2074
                        <property name="y_options"></property>
2205
2075
                      </packing>
2206
2076
                    </child>
2207
2077
                    <child>
2208
 
                      <widget class="GtkLabel" id="label_info_brstats_firstrev">
 
2078
                      <widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2209
2079
                        <property name="xalign">0</property>
2210
 
                        <property name="label" translatable="yes">(none)</property>
 
2080
                        <property name="label" translatable="yes">Time of first revision: </property>
2211
2081
                      </widget>
2212
2082
                      <packing>
2213
 
                        <property name="left_attach">1</property>
2214
 
                        <property name="right_attach">2</property>
2215
2083
                        <property name="top_attach">3</property>
2216
2084
                        <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>
 
2085
                        <property name="x_options">GTK_FILL</property>
2230
2086
                        <property name="y_options"></property>
2231
2087
                      </packing>
2232
2088
                    </child>
2243
2099
                      </packing>
2244
2100
                    </child>
2245
2101
                    <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>
 
2102
                      <widget class="GtkLabel" id="label_info_brstats_lastrev">
 
2103
                        <property name="xalign">0</property>
 
2104
                        <property name="label" translatable="yes">(none)</property>
 
2105
                      </widget>
 
2106
                      <packing>
 
2107
                        <property name="left_attach">1</property>
 
2108
                        <property name="right_attach">2</property>
 
2109
                        <property name="top_attach">4</property>
 
2110
                        <property name="bottom_attach">5</property>
 
2111
                        <property name="y_options"></property>
 
2112
                      </packing>
 
2113
                    </child>
 
2114
                    <child>
 
2115
                      <widget class="GtkLabel" id="label_info_brstats_firstrev">
 
2116
                        <property name="xalign">0</property>
 
2117
                        <property name="label" translatable="yes">(none)</property>
 
2118
                      </widget>
 
2119
                      <packing>
 
2120
                        <property name="left_attach">1</property>
 
2121
                        <property name="right_attach">2</property>
2251
2122
                        <property name="top_attach">3</property>
2252
2123
                        <property name="bottom_attach">4</property>
2253
 
                        <property name="x_options">GTK_FILL</property>
2254
2124
                        <property name="y_options"></property>
2255
2125
                      </packing>
2256
2126
                    </child>
2257
2127
                    <child>
2258
 
                      <widget class="GtkLabel" id="label_info_brstats_age_label">
 
2128
                      <widget class="GtkLabel" id="label_info_brstats_age">
2259
2129
                        <property name="xalign">0</property>
2260
 
                        <property name="label" translatable="yes">Age of branch in days: </property>
 
2130
                        <property name="label" translatable="yes">(none)</property>
2261
2131
                      </widget>
2262
2132
                      <packing>
 
2133
                        <property name="left_attach">1</property>
 
2134
                        <property name="right_attach">2</property>
2263
2135
                        <property name="top_attach">2</property>
2264
2136
                        <property name="bottom_attach">3</property>
2265
 
                        <property name="x_options">GTK_FILL</property>
2266
2137
                        <property name="y_options"></property>
2267
2138
                      </packing>
2268
2139
                    </child>
2269
2140
                    <child>
2270
 
                      <widget class="GtkLabel" id="label_info_brstats_commiters_label">
 
2141
                      <widget class="GtkLabel" id="label_info_brstats_commiters">
2271
2142
                        <property name="xalign">0</property>
2272
 
                        <property name="label" translatable="yes">Number of commiters: </property>
 
2143
                        <property name="label" translatable="yes">(none)</property>
2273
2144
                      </widget>
2274
2145
                      <packing>
 
2146
                        <property name="left_attach">1</property>
 
2147
                        <property name="right_attach">2</property>
2275
2148
                        <property name="top_attach">1</property>
2276
2149
                        <property name="bottom_attach">2</property>
2277
 
                        <property name="x_options">GTK_FILL</property>
2278
2150
                        <property name="y_options"></property>
2279
2151
                      </packing>
2280
2152
                    </child>
2281
2153
                    <child>
2282
 
                      <widget class="GtkLabel" id="label_info_brstats_revno_label">
 
2154
                      <widget class="GtkLabel" id="label_info_brstats_revno">
2283
2155
                        <property name="xalign">0</property>
2284
 
                        <property name="label" translatable="yes">Revisions in branch: </property>
 
2156
                        <property name="label" translatable="yes">(none)</property>
2285
2157
                      </widget>
2286
2158
                      <packing>
2287
 
                        <property name="x_options">GTK_FILL</property>
 
2159
                        <property name="left_attach">1</property>
 
2160
                        <property name="right_attach">2</property>
2288
2161
                        <property name="y_options"></property>
2289
2162
                      </packing>
2290
2163
                    </child>
2323
2196
                    <property name="n_columns">2</property>
2324
2197
                    <property name="column_spacing">12</property>
2325
2198
                    <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>
 
2199
                      <widget class="GtkLabel" id="label_info_repstats_revisions_label">
 
2200
                        <property name="xalign">0</property>
 
2201
                        <property name="label" translatable="yes">Revisions in repository: </property>
 
2202
                      </widget>
 
2203
                      <packing>
 
2204
                        <property name="x_options">GTK_FILL</property>
2346
2205
                        <property name="y_options"></property>
2347
2206
                      </packing>
2348
2207
                    </child>
2359
2218
                      </packing>
2360
2219
                    </child>
2361
2220
                    <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>
 
2221
                      <widget class="GtkLabel" id="label_info_repstats_size">
 
2222
                        <property name="xalign">0</property>
 
2223
                        <property name="label" translatable="yes">(none)</property>
 
2224
                      </widget>
 
2225
                      <packing>
 
2226
                        <property name="left_attach">1</property>
 
2227
                        <property name="right_attach">2</property>
 
2228
                        <property name="top_attach">1</property>
 
2229
                        <property name="bottom_attach">2</property>
 
2230
                        <property name="y_options"></property>
 
2231
                      </packing>
 
2232
                    </child>
 
2233
                    <child>
 
2234
                      <widget class="GtkLabel" id="label_info_repstats_revisions">
 
2235
                        <property name="xalign">0</property>
 
2236
                        <property name="label" translatable="yes">(none)</property>
 
2237
                      </widget>
 
2238
                      <packing>
 
2239
                        <property name="left_attach">1</property>
 
2240
                        <property name="right_attach">2</property>
2368
2241
                        <property name="y_options"></property>
2369
2242
                      </packing>
2370
2243
                    </child>
2402
2275
                <property name="has_default">True</property>
2403
2276
                <property name="label">gtk-close</property>
2404
2277
                <property name="use_stock">True</property>
2405
 
                <property name="response_id">0</property>
2406
2278
                <signal name="clicked" handler="on_button_info_close_clicked"/>
2407
2279
              </widget>
2408
2280
            </child>
2419
2291
  <widget class="GtkDialog" id="window_merge">
2420
2292
    <property name="visible">True</property>
2421
2293
    <property name="title" translatable="yes">Merge - Olive</property>
2422
 
    <property name="icon">icons/oliveicon2.png</property>
 
2294
    <property name="icon">oliveicon2.png</property>
2423
2295
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2424
2296
    <child internal-child="vbox">
2425
2297
      <widget class="GtkVBox" id="vbox_merge">
2452
2324
              <widget class="GtkButton" id="button_merge_open">
2453
2325
                <property name="visible">True</property>
2454
2326
                <property name="can_focus">True</property>
2455
 
                <property name="response_id">0</property>
2456
2327
                <signal name="clicked" handler="on_button_merge_open_clicked"/>
2457
2328
                <child>
2458
2329
                  <widget class="GtkImage" id="image240">
2485
2356
                <property name="can_default">True</property>
2486
2357
                <property name="label">gtk-cancel</property>
2487
2358
                <property name="use_stock">True</property>
2488
 
                <property name="response_id">0</property>
2489
2359
                <signal name="clicked" handler="on_button_merge_cancel_clicked"/>
2490
2360
              </widget>
2491
2361
            </child>
2495
2365
                <property name="can_focus">True</property>
2496
2366
                <property name="can_default">True</property>
2497
2367
                <property name="has_default">True</property>
2498
 
                <property name="response_id">0</property>
2499
2368
                <signal name="clicked" handler="on_button_merge_merge_clicked"/>
2500
2369
                <child>
2501
2370
                  <widget class="GtkAlignment" id="alignment19">