1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
5
<widget class="GtkWindow" id="window_main">
6
<property name="width_request">700</property>
7
<property name="height_request">400</property>
8
<property name="title" translatable="yes">Olive - Bazaar GUI</property>
9
<property name="icon">oliveicon2.png</property>
10
<signal name="destroy" handler="on_window_main_destroy"/>
11
<signal name="delete_event" handler="on_window_main_delete_event"/>
13
<widget class="GtkVBox" id="vbox_main">
14
<property name="visible">True</property>
16
<widget class="GtkMenuBar" id="menubar">
17
<property name="visible">True</property>
19
<widget class="GtkMenuItem" id="menuitem_file">
20
<property name="visible">True</property>
21
<property name="label" translatable="yes">_File</property>
22
<property name="use_underline">True</property>
24
<widget class="GtkMenu" id="menuitem_file_menu">
26
<widget class="GtkImageMenuItem" id="menuitem_add_files">
27
<property name="visible">True</property>
28
<property name="label" translatable="yes">_Add file(s)...</property>
29
<property name="use_underline">True</property>
30
<signal name="activate" handler="on_menuitem_add_files_activate"/>
31
<child internal-child="image">
32
<widget class="GtkImage" id="image241">
33
<property name="visible">True</property>
34
<property name="stock">gtk-add</property>
35
<property name="icon_size">1</property>
41
<widget class="GtkImageMenuItem" id="menuitem_remove_file">
42
<property name="visible">True</property>
43
<property name="label" translatable="yes">Remove file(s)...</property>
44
<property name="use_underline">True</property>
45
<signal name="activate" handler="on_menuitem_remove_file_activate"/>
46
<child internal-child="image">
47
<widget class="GtkImage" id="image242">
48
<property name="visible">True</property>
49
<property name="stock">gtk-remove</property>
50
<property name="icon_size">1</property>
56
<widget class="GtkSeparatorMenuItem" id="separator_file3">
57
<property name="visible">True</property>
61
<widget class="GtkMenuItem" id="menuitem_file_make_directory">
62
<property name="visible">True</property>
63
<property name="label" translatable="yes">Make _directory...</property>
64
<property name="use_underline">True</property>
65
<signal name="activate" handler="on_menuitem_file_make_directory_activate"/>
69
<widget class="GtkSeparatorMenuItem" id="separator_file1">
70
<property name="visible">True</property>
74
<widget class="GtkMenuItem" id="menuitem_file_rename">
75
<property name="visible">True</property>
76
<property name="label" translatable="yes">_Rename...</property>
77
<property name="use_underline">True</property>
78
<signal name="activate" handler="on_menuitem_file_rename_activate"/>
82
<widget class="GtkMenuItem" id="menuitem_file_move">
83
<property name="visible">True</property>
84
<property name="label" translatable="yes">_Move...</property>
85
<property name="use_underline">True</property>
86
<signal name="activate" handler="on_menuitem_file_move_activate"/>
90
<widget class="GtkMenuItem" id="menuitem_file_annotate">
91
<property name="visible">True</property>
92
<property name="label" translatable="yes">_Annotate...</property>
93
<property name="use_underline">True</property>
94
<signal name="activate" handler="on_menuitem_file_annotate_activate"/>
98
<widget class="GtkSeparatorMenuItem" id="separator_file2">
99
<property name="visible">True</property>
103
<widget class="GtkImageMenuItem" id="menuitem_quit">
104
<property name="visible">True</property>
105
<property name="label">gtk-quit</property>
106
<property name="use_underline">True</property>
107
<property name="use_stock">True</property>
108
<signal name="activate" handler="on_quit_activate"/>
116
<widget class="GtkMenuItem" id="menuitem_view">
117
<property name="visible">True</property>
118
<property name="label" translatable="yes">_View</property>
119
<property name="use_underline">True</property>
120
<signal name="activate" handler="on_menuitem_view_activate"/>
122
<widget class="GtkMenu" id="menuitem_view_menu">
124
<widget class="GtkCheckMenuItem" id="menuitem_view_show_hidden_files">
125
<property name="visible">True</property>
126
<property name="label" translatable="yes">Show _hidden files</property>
127
<property name="use_underline">True</property>
128
<signal name="activate" handler="on_menuitem_view_show_hidden_files_activate"/>
132
<widget class="GtkSeparatorMenuItem" id="separator_view1">
133
<property name="visible">True</property>
137
<widget class="GtkMenuItem" id="menuitem_view_refresh">
138
<property name="visible">True</property>
139
<property name="label" translatable="yes">_Refresh</property>
140
<property name="use_underline">True</property>
141
<signal name="activate" handler="on_menuitem_view_refresh_activate"/>
149
<widget class="GtkMenuItem" id="menuitem_branch">
150
<property name="visible">True</property>
151
<property name="label" translatable="yes">_Branch</property>
152
<property name="use_underline">True</property>
154
<widget class="GtkMenu" id="menuitem_branch_menu">
156
<widget class="GtkMenuItem" id="menuitem_branch_initialize">
157
<property name="visible">True</property>
158
<property name="label" translatable="yes">_Initialize...</property>
159
<property name="use_underline">True</property>
160
<signal name="activate" handler="on_menuitem_branch_initialize_activate"/>
164
<widget class="GtkMenuItem" id="menuitem_branch_get">
165
<property name="visible">True</property>
166
<property name="label" translatable="yes">_Get...</property>
167
<property name="use_underline">True</property>
168
<signal name="activate" handler="on_menuitem_branch_get_activate"/>
172
<widget class="GtkMenuItem" id="menuitem_branch_checkout">
173
<property name="visible">True</property>
174
<property name="label" translatable="yes">C_heckout...</property>
175
<property name="use_underline">True</property>
176
<signal name="activate" handler="on_menuitem_branch_checkout_activate"/>
180
<widget class="GtkSeparatorMenuItem" id="separator_branch1">
181
<property name="visible">True</property>
185
<widget class="GtkImageMenuItem" id="menuitem_branch_pull">
186
<property name="visible">True</property>
187
<property name="label" translatable="yes">Pu_ll</property>
188
<property name="use_underline">True</property>
189
<signal name="activate" handler="on_menuitem_branch_pull_activate"/>
190
<child internal-child="image">
191
<widget class="GtkImage" id="image243">
192
<property name="visible">True</property>
193
<property name="pixbuf">pull16.png</property>
199
<widget class="GtkImageMenuItem" id="menuitem_branch_push">
200
<property name="visible">True</property>
201
<property name="label" translatable="yes">Pu_sh...</property>
202
<property name="use_underline">True</property>
203
<signal name="activate" handler="on_menuitem_branch_push_activate"/>
204
<child internal-child="image">
205
<widget class="GtkImage" id="image244">
206
<property name="visible">True</property>
207
<property name="pixbuf">push16.png</property>
213
<widget class="GtkSeparatorMenuItem" id="separator_branch2">
214
<property name="visible">True</property>
218
<widget class="GtkMenuItem" id="menuitem_branch_revert">
219
<property name="visible">True</property>
220
<property name="label" translatable="yes">_Revert all changes</property>
221
<property name="use_underline">True</property>
222
<signal name="activate" handler="on_menuitem_branch_revert_activate"/>
226
<widget class="GtkMenuItem" id="menuitem_branch_merge">
227
<property name="visible">True</property>
228
<property name="label" translatable="yes">_Merge...</property>
229
<property name="use_underline">True</property>
230
<signal name="activate" handler="on_menuitem_branch_merge_activate"/>
234
<widget class="GtkImageMenuItem" id="menuitem_branch_commit">
235
<property name="visible">True</property>
236
<property name="label" translatable="yes">_Commit...</property>
237
<property name="use_underline">True</property>
238
<signal name="activate" handler="on_menuitem_branch_commit_activate"/>
239
<child internal-child="image">
240
<widget class="GtkImage" id="image245">
241
<property name="visible">True</property>
242
<property name="pixbuf">commit16.png</property>
248
<widget class="GtkSeparatorMenuItem" id="separator_branch3">
249
<property name="visible">True</property>
253
<widget class="GtkMenuItem" id="menuitem_branch_tags">
254
<property name="visible">True</property>
255
<property name="label" translatable="yes">Ta_gs...</property>
256
<property name="use_underline">True</property>
257
<signal name="activate" handler="on_menuitem_branch_tags_activate"/>
261
<widget class="GtkMenuItem" id="menuitem_branch_status">
262
<property name="visible">True</property>
263
<property name="label" translatable="yes">S_tatus...</property>
264
<property name="use_underline">True</property>
265
<signal name="activate" handler="on_menuitem_branch_status_activate"/>
269
<widget class="GtkMenuItem" id="menuitem_branch_missing_revisions">
270
<property name="visible">True</property>
271
<property name="label" translatable="yes">Missing _revisions</property>
272
<property name="use_underline">True</property>
273
<signal name="activate" handler="on_menuitem_branch_missing_revisions_activate"/>
277
<widget class="GtkMenuItem" id="menuitem_branch_conflicts">
278
<property name="visible">True</property>
279
<property name="label" translatable="yes">Con_flicts...</property>
280
<property name="use_underline">True</property>
281
<signal name="activate" handler="on_menuitem_branch_conflicts_activate"/>
289
<widget class="GtkMenuItem" id="menuitem_stats">
290
<property name="visible">True</property>
291
<property name="label" translatable="yes">_Statistics</property>
292
<property name="use_underline">True</property>
294
<widget class="GtkMenu" id="menuitem_stats_menu">
296
<widget class="GtkImageMenuItem" id="menuitem_stats_diff">
297
<property name="visible">True</property>
298
<property name="label" translatable="yes">_Differences...</property>
299
<property name="use_underline">True</property>
300
<signal name="activate" handler="on_menuitem_stats_diff_activate"/>
301
<child internal-child="image">
302
<widget class="GtkImage" id="image246">
303
<property name="visible">True</property>
304
<property name="pixbuf">diff16.png</property>
310
<widget class="GtkImageMenuItem" id="menuitem_stats_log">
311
<property name="visible">True</property>
312
<property name="label" translatable="yes">_Log...</property>
313
<property name="use_underline">True</property>
314
<signal name="activate" handler="on_menuitem_stats_log_activate"/>
315
<child internal-child="image">
316
<widget class="GtkImage" id="image247">
317
<property name="visible">True</property>
318
<property name="pixbuf">log16.png</property>
324
<widget class="GtkMenuItem" id="menuitem_stats_infos">
325
<property name="visible">True</property>
326
<property name="label" translatable="yes">_Information...</property>
327
<property name="use_underline">True</property>
328
<signal name="activate" handler="on_menuitem_stats_infos_activate"/>
336
<widget class="GtkMenuItem" id="menuitem_help">
337
<property name="visible">True</property>
338
<property name="label" translatable="yes">_Help</property>
339
<property name="use_underline">True</property>
341
<widget class="GtkMenu" id="menuitem_help_menu">
343
<widget class="GtkImageMenuItem" id="menuitem_about">
344
<property name="visible">True</property>
345
<property name="label">gtk-about</property>
346
<property name="use_underline">True</property>
347
<property name="use_stock">True</property>
348
<signal name="activate" handler="on_about_activate"/>
357
<property name="expand">False</property>
358
<property name="fill">False</property>
362
<widget class="GtkToolbar" id="toolbar">
363
<property name="visible">True</property>
364
<property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
366
<widget class="GtkToolButton" id="toolbutton_refresh">
367
<property name="visible">True</property>
368
<property name="label">Refresh</property>
369
<property name="use_underline">True</property>
370
<property name="icon">refresh.png</property>
371
<signal name="clicked" handler="on_toolbutton_refresh_clicked"/>
374
<property name="expand">False</property>
378
<widget class="GtkToolButton" id="toolbutton_diff">
379
<property name="visible">True</property>
380
<property name="label">Diff</property>
381
<property name="use_underline">True</property>
382
<property name="icon">diff.png</property>
383
<signal name="clicked" handler="on_toolbutton_diff_clicked"/>
386
<property name="expand">False</property>
390
<widget class="GtkToolButton" id="toolbutton_log">
391
<property name="visible">True</property>
392
<property name="label">Log</property>
393
<property name="use_underline">True</property>
394
<property name="icon">log.png</property>
395
<signal name="clicked" handler="on_toolbutton_log_clicked"/>
398
<property name="expand">False</property>
402
<widget class="GtkSeparatorToolItem" id="separatortoolitem1">
403
<property name="visible">True</property>
406
<property name="expand">False</property>
407
<property name="homogeneous">False</property>
411
<widget class="GtkToolButton" id="toolbutton_commit">
412
<property name="visible">True</property>
413
<property name="label">Commit</property>
414
<property name="use_underline">True</property>
415
<property name="icon">commit.png</property>
416
<signal name="clicked" handler="on_toolbutton_commit_clicked"/>
419
<property name="expand">False</property>
423
<widget class="GtkSeparatorToolItem" id="separatortoolitem2">
424
<property name="visible">True</property>
427
<property name="expand">False</property>
428
<property name="homogeneous">False</property>
432
<widget class="GtkToolButton" id="toolbutton_pull">
433
<property name="visible">True</property>
434
<property name="label">Pull</property>
435
<property name="use_underline">True</property>
436
<property name="icon">pull.png</property>
437
<signal name="clicked" handler="on_toolbutton_pull_clicked"/>
440
<property name="expand">False</property>
444
<widget class="GtkToolButton" id="toolbutton_push">
445
<property name="visible">True</property>
446
<property name="label">Push</property>
447
<property name="use_underline">True</property>
448
<property name="icon">push.png</property>
449
<signal name="clicked" handler="on_toolbutton_push_clicked"/>
452
<property name="expand">False</property>
457
<property name="expand">False</property>
458
<property name="fill">False</property>
459
<property name="position">1</property>
463
<widget class="GtkHPaned" id="hpaned_main">
464
<property name="visible">True</property>
465
<property name="can_focus">True</property>
466
<property name="position">200</property>
468
<widget class="GtkScrolledWindow" id="scrolledwindow_left">
469
<property name="visible">True</property>
470
<property name="can_focus">True</property>
471
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
472
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
474
<widget class="GtkTreeView" id="treeview_left">
475
<property name="visible">True</property>
476
<property name="can_focus">True</property>
477
<property name="headers_visible">False</property>
478
<signal name="button_press_event" handler="on_treeview_left_button_press_event"/>
479
<signal name="row_activated" handler="on_treeview_left_row_activated"/>
484
<property name="resize">False</property>
488
<widget class="GtkVBox" id="vbox_main_right">
489
<property name="visible">True</property>
491
<widget class="GtkHBox" id="hbox_location">
492
<property name="visible">True</property>
493
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
494
<property name="border_width">3</property>
495
<property name="spacing">3</property>
497
<widget class="GtkButton" id="button_location_up">
498
<property name="visible">True</property>
499
<property name="can_focus">True</property>
500
<property name="receives_default">True</property>
501
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
502
<property name="relief">GTK_RELIEF_NONE</property>
503
<signal name="clicked" handler="on_button_location_up_clicked"/>
505
<widget class="GtkImage" id="image_location_up">
506
<property name="visible">True</property>
507
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
508
<property name="stock">gtk-go-up</property>
513
<property name="expand">False</property>
514
<property name="fill">False</property>
521
<widget class="GtkEntry" id="entry_location">
522
<property name="visible">True</property>
523
<property name="can_focus">True</property>
524
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
525
<signal name="key_press_event" handler="on_entry_location_key_press_event"/>
528
<property name="position">2</property>
532
<widget class="GtkImage" id="image_location_error">
533
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
534
<property name="stock">gtk-dialog-error</property>
537
<property name="expand">False</property>
538
<property name="fill">False</property>
539
<property name="position">3</property>
543
<widget class="GtkButton" id="button_location_jump">
544
<property name="visible">True</property>
545
<property name="can_focus">True</property>
546
<property name="receives_default">True</property>
547
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
548
<property name="label" translatable="yes">gtk-jump-to</property>
549
<property name="relief">GTK_RELIEF_NONE</property>
550
<property name="use_stock">True</property>
551
<signal name="clicked" handler="on_button_location_jump_clicked"/>
554
<property name="expand">False</property>
555
<property name="fill">False</property>
556
<property name="position">4</property>
561
<property name="expand">False</property>
562
<property name="fill">False</property>
566
<widget class="GtkScrolledWindow" id="scrolledwindow_right">
567
<property name="visible">True</property>
568
<property name="can_focus">True</property>
569
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
570
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
572
<widget class="GtkTreeView" id="treeview_right">
573
<property name="visible">True</property>
574
<property name="can_focus">True</property>
575
<property name="headers_visible">False</property>
576
<signal name="button_press_event" handler="on_treeview_right_button_press_event"/>
577
<signal name="row_activated" handler="on_treeview_right_row_activated"/>
582
<property name="position">1</property>
589
<property name="position">2</property>
593
<widget class="GtkStatusbar" id="statusbar">
594
<property name="visible">True</property>
597
<property name="expand">False</property>
598
<property name="fill">False</property>
599
<property name="position">3</property>
605
<widget class="GtkAboutDialog" id="aboutdialog">
606
<property name="visible">True</property>
607
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
608
<property name="name">Olive</property>
609
<property name="copyright" translatable="yes">Copyright (C) 2006 Szilveszter Farkas (Phanatic)</property>
610
<property name="website">https://launchpad.net/products/olive</property>
611
<property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
612
<property name="authors">Szilveszter Farkas (Phanatic) <szilveszter.farkas@gmail.com></property>
613
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
614
<property name="logo">oliveicon2.png</property>
615
<child internal-child="vbox">
616
<widget class="GtkVBox" id="dialog-vbox1">
617
<child internal-child="action_area">
618
<widget class="GtkHButtonBox" id="dialog-action_area1">
621
<property name="expand">False</property>
622
<property name="pack_type">GTK_PACK_END</property>
628
<widget class="GtkDialog" id="window_add">
629
<property name="visible">True</property>
630
<property name="title" translatable="yes">Olive - Add file(s)</property>
631
<property name="resizable">False</property>
632
<property name="icon">oliveicon2.png</property>
633
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
634
<child internal-child="vbox">
635
<widget class="GtkVBox" id="vbox_add">
636
<property name="visible">True</property>
637
<property name="spacing">3</property>
639
<widget class="GtkLabel" id="label_add_question">
640
<property name="visible">True</property>
641
<property name="label" translatable="yes">Which file(s) do you want to add?</property>
644
<property name="expand">False</property>
645
<property name="fill">False</property>
646
<property name="position">2</property>
650
<widget class="GtkRadioButton" id="radiobutton_add_selected">
651
<property name="visible">True</property>
652
<property name="can_focus">True</property>
653
<property name="label" translatable="yes">Selected only</property>
654
<property name="use_underline">True</property>
655
<property name="draw_indicator">True</property>
658
<property name="expand">False</property>
659
<property name="fill">False</property>
660
<property name="position">3</property>
664
<widget class="GtkRadioButton" id="radiobutton_add_unknown">
665
<property name="visible">True</property>
666
<property name="can_focus">True</property>
667
<property name="label" translatable="yes">All unknowns recursively</property>
668
<property name="use_underline">True</property>
669
<property name="draw_indicator">True</property>
670
<property name="group">radiobutton_add_selected</property>
673
<property name="expand">False</property>
674
<property name="fill">False</property>
675
<property name="position">4</property>
678
<child internal-child="action_area">
679
<widget class="GtkHButtonBox" id="hbuttonbox_add">
680
<property name="visible">True</property>
681
<property name="layout_style">GTK_BUTTONBOX_END</property>
683
<widget class="GtkButton" id="button_add_cancel">
684
<property name="visible">True</property>
685
<property name="can_focus">True</property>
686
<property name="can_default">True</property>
687
<property name="label">gtk-cancel</property>
688
<property name="use_stock">True</property>
689
<signal name="clicked" handler="on_button_add_cancel_clicked"/>
693
<widget class="GtkButton" id="button_add_add">
694
<property name="visible">True</property>
695
<property name="can_focus">True</property>
696
<property name="can_default">True</property>
697
<property name="has_default">True</property>
698
<signal name="clicked" handler="on_button_add_add_clicked"/>
700
<widget class="GtkAlignment" id="alignment3">
701
<property name="visible">True</property>
702
<property name="xscale">0</property>
703
<property name="yscale">0</property>
705
<widget class="GtkHBox" id="hbox5">
706
<property name="visible">True</property>
707
<property name="spacing">2</property>
709
<widget class="GtkImage" id="image13">
710
<property name="visible">True</property>
711
<property name="stock">gtk-add</property>
714
<property name="expand">False</property>
715
<property name="fill">False</property>
719
<widget class="GtkLabel" id="label8">
720
<property name="visible">True</property>
721
<property name="label" translatable="yes">_Add</property>
722
<property name="use_underline">True</property>
725
<property name="expand">False</property>
726
<property name="fill">False</property>
727
<property name="position">1</property>
736
<property name="position">1</property>
741
<property name="expand">False</property>
742
<property name="pack_type">GTK_PACK_END</property>
748
<widget class="GtkDialog" id="window_remove">
749
<property name="visible">True</property>
750
<property name="title" translatable="yes">Olive - Remove file(s)</property>
751
<property name="resizable">False</property>
752
<property name="icon">oliveicon2.png</property>
753
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
754
<child internal-child="vbox">
755
<widget class="GtkVBox" id="vbox_remove">
756
<property name="visible">True</property>
757
<property name="spacing">3</property>
759
<widget class="GtkLabel" id="label_remove_question">
760
<property name="visible">True</property>
761
<property name="label" translatable="yes">Which file(s) do you want to remove?</property>
764
<property name="expand">False</property>
765
<property name="fill">False</property>
766
<property name="position">2</property>
770
<widget class="GtkRadioButton" id="radiobutton_remove_selected">
771
<property name="visible">True</property>
772
<property name="can_focus">True</property>
773
<property name="label" translatable="yes">Selected only</property>
774
<property name="use_underline">True</property>
775
<property name="draw_indicator">True</property>
778
<property name="expand">False</property>
779
<property name="fill">False</property>
780
<property name="position">3</property>
784
<widget class="GtkRadioButton" id="radiobutton_remove_new">
785
<property name="visible">True</property>
786
<property name="can_focus">True</property>
787
<property name="label" translatable="yes">All files with status 'added'</property>
788
<property name="use_underline">True</property>
789
<property name="draw_indicator">True</property>
790
<property name="group">radiobutton_remove_selected</property>
793
<property name="expand">False</property>
794
<property name="fill">False</property>
795
<property name="position">4</property>
798
<child internal-child="action_area">
799
<widget class="GtkHButtonBox" id="hbuttonbox_remove">
800
<property name="visible">True</property>
801
<property name="layout_style">GTK_BUTTONBOX_END</property>
803
<widget class="GtkButton" id="button_remove_cancel">
804
<property name="visible">True</property>
805
<property name="can_focus">True</property>
806
<property name="can_default">True</property>
807
<property name="label">gtk-cancel</property>
808
<property name="use_stock">True</property>
809
<signal name="clicked" handler="on_button_remove_cancel_clicked"/>
813
<widget class="GtkButton" id="button_remove_remove">
814
<property name="visible">True</property>
815
<property name="can_focus">True</property>
816
<property name="can_default">True</property>
817
<property name="has_default">True</property>
818
<signal name="clicked" handler="on_button_remove_remove_clicked"/>
820
<widget class="GtkAlignment" id="alignment4">
821
<property name="visible">True</property>
822
<property name="xscale">0</property>
823
<property name="yscale">0</property>
825
<widget class="GtkHBox" id="hbox6">
826
<property name="visible">True</property>
827
<property name="spacing">2</property>
829
<widget class="GtkImage" id="image39">
830
<property name="visible">True</property>
831
<property name="stock">gtk-remove</property>
834
<property name="expand">False</property>
835
<property name="fill">False</property>
839
<widget class="GtkLabel" id="label10">
840
<property name="visible">True</property>
841
<property name="label" translatable="yes">_Remove</property>
842
<property name="use_underline">True</property>
845
<property name="expand">False</property>
846
<property name="fill">False</property>
847
<property name="position">1</property>
856
<property name="position">1</property>
861
<property name="expand">False</property>
862
<property name="pack_type">GTK_PACK_END</property>
868
<widget class="GtkDialog" id="window_mkdir">
869
<property name="visible">True</property>
870
<property name="title" translatable="yes">Olive - Make directory</property>
871
<property name="icon">oliveicon2.png</property>
872
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
873
<child internal-child="vbox">
874
<widget class="GtkVBox" id="vbox_mkdir">
875
<property name="visible">True</property>
876
<property name="spacing">3</property>
878
<widget class="GtkEntry" id="entry_mkdir">
879
<property name="visible">True</property>
880
<property name="can_focus">True</property>
881
<property name="has_focus">True</property>
884
<property name="expand">False</property>
885
<property name="fill">False</property>
886
<property name="position">2</property>
890
<widget class="GtkCheckButton" id="checkbutton_mkdir_versioned">
891
<property name="visible">True</property>
892
<property name="can_focus">True</property>
893
<property name="label" translatable="yes">_Versioned directory</property>
894
<property name="use_underline">True</property>
895
<property name="active">True</property>
896
<property name="draw_indicator">True</property>
899
<property name="expand">False</property>
900
<property name="fill">False</property>
901
<property name="position">3</property>
904
<child internal-child="action_area">
905
<widget class="GtkHButtonBox" id="hbuttonbox_mkdir">
906
<property name="visible">True</property>
907
<property name="layout_style">GTK_BUTTONBOX_END</property>
909
<widget class="GtkButton" id="button_mkdir_cancel">
910
<property name="visible">True</property>
911
<property name="can_focus">True</property>
912
<property name="can_default">True</property>
913
<property name="label">gtk-cancel</property>
914
<property name="use_stock">True</property>
915
<signal name="clicked" handler="on_button_mkdir_cancel_clicked"/>
919
<widget class="GtkButton" id="button_mkdir_mkdir">
920
<property name="visible">True</property>
921
<property name="can_focus">True</property>
922
<property name="can_default">True</property>
923
<property name="has_default">True</property>
924
<signal name="clicked" handler="on_button_mkdir_mkdir_clicked"/>
926
<widget class="GtkAlignment" id="alignment8">
927
<property name="visible">True</property>
928
<property name="xscale">0</property>
929
<property name="yscale">0</property>
931
<widget class="GtkHBox" id="hbox10">
932
<property name="visible">True</property>
933
<property name="spacing">2</property>
935
<widget class="GtkImage" id="image143">
936
<property name="visible">True</property>
937
<property name="stock">gtk-add</property>
940
<property name="expand">False</property>
941
<property name="fill">False</property>
945
<widget class="GtkLabel" id="label17">
946
<property name="visible">True</property>
947
<property name="label" translatable="yes">_Make directory</property>
948
<property name="use_underline">True</property>
951
<property name="expand">False</property>
952
<property name="fill">False</property>
953
<property name="position">1</property>
962
<property name="position">1</property>
967
<property name="expand">False</property>
968
<property name="fill">False</property>
969
<property name="pack_type">GTK_PACK_END</property>
975
<widget class="GtkDialog" id="window_move">
976
<property name="width_request">250</property>
977
<property name="title" translatable="yes">Olive - Move</property>
978
<property name="icon">oliveicon2.png</property>
979
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
980
<child internal-child="vbox">
981
<widget class="GtkVBox" id="vbox_move">
982
<property name="visible">True</property>
983
<property name="spacing">3</property>
985
<widget class="GtkHBox" id="hbox_move">
986
<property name="visible">True</property>
987
<property name="spacing">5</property>
989
<widget class="GtkLabel" id="label_move">
990
<property name="visible">True</property>
991
<property name="label" translatable="yes">Move to</property>
994
<property name="expand">False</property>
995
<property name="fill">False</property>
999
<widget class="GtkFileChooserButton" id="filechooserbutton_move">
1000
<property name="visible">True</property>
1001
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
1002
<property name="title" translatable="yes">Select a directory</property>
1005
<property name="position">1</property>
1010
<property name="position">2</property>
1013
<child internal-child="action_area">
1014
<widget class="GtkHButtonBox" id="hbuttonbox_move">
1015
<property name="visible">True</property>
1016
<property name="layout_style">GTK_BUTTONBOX_END</property>
1018
<widget class="GtkButton" id="button_move_cancel">
1019
<property name="visible">True</property>
1020
<property name="can_focus">True</property>
1021
<property name="can_default">True</property>
1022
<property name="label">gtk-cancel</property>
1023
<property name="use_stock">True</property>
1024
<signal name="clicked" handler="on_button_move_cancel_clicked"/>
1028
<widget class="GtkButton" id="button_move_move">
1029
<property name="visible">True</property>
1030
<property name="can_focus">True</property>
1031
<property name="can_default">True</property>
1032
<property name="has_default">True</property>
1033
<signal name="clicked" handler="on_button_move_move_clicked"/>
1035
<widget class="GtkAlignment" id="alignment9">
1036
<property name="visible">True</property>
1037
<property name="xscale">0</property>
1038
<property name="yscale">0</property>
1040
<widget class="GtkHBox" id="hbox11">
1041
<property name="visible">True</property>
1042
<property name="spacing">2</property>
1044
<widget class="GtkImage" id="image151">
1045
<property name="visible">True</property>
1046
<property name="stock">gtk-apply</property>
1049
<property name="expand">False</property>
1050
<property name="fill">False</property>
1054
<widget class="GtkLabel" id="label18">
1055
<property name="visible">True</property>
1056
<property name="label" translatable="yes">_Move</property>
1057
<property name="use_underline">True</property>
1060
<property name="expand">False</property>
1061
<property name="fill">False</property>
1062
<property name="position">1</property>
1071
<property name="position">1</property>
1076
<property name="expand">False</property>
1077
<property name="pack_type">GTK_PACK_END</property>
1083
<widget class="GtkDialog" id="window_rename">
1084
<property name="title" translatable="yes">Olive - Rename</property>
1085
<property name="icon">oliveicon2.png</property>
1086
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1087
<child internal-child="vbox">
1088
<widget class="GtkVBox" id="vbox_rename">
1089
<property name="visible">True</property>
1090
<property name="spacing">3</property>
1092
<widget class="GtkHBox" id="hbox_rename">
1093
<property name="visible">True</property>
1094
<property name="spacing">5</property>
1096
<widget class="GtkLabel" id="label_rename">
1097
<property name="visible">True</property>
1098
<property name="label" translatable="yes">Rename to</property>
1101
<property name="expand">False</property>
1102
<property name="fill">False</property>
1106
<widget class="GtkEntry" id="entry_rename">
1107
<property name="visible">True</property>
1108
<property name="can_focus">True</property>
1109
<property name="has_focus">True</property>
1112
<property name="position">1</property>
1117
<property name="position">2</property>
1120
<child internal-child="action_area">
1121
<widget class="GtkHButtonBox" id="hbuttonbox_rename">
1122
<property name="visible">True</property>
1123
<property name="layout_style">GTK_BUTTONBOX_END</property>
1125
<widget class="GtkButton" id="button_rename_cancel">
1126
<property name="visible">True</property>
1127
<property name="can_focus">True</property>
1128
<property name="can_default">True</property>
1129
<property name="label">gtk-cancel</property>
1130
<property name="use_stock">True</property>
1131
<signal name="clicked" handler="on_button_rename_cancel_clicked"/>
1135
<widget class="GtkButton" id="button_rename_rename">
1136
<property name="visible">True</property>
1137
<property name="can_focus">True</property>
1138
<property name="can_default">True</property>
1139
<property name="has_default">True</property>
1140
<signal name="clicked" handler="on_button_rename_rename_clicked"/>
1142
<widget class="GtkAlignment" id="alignment10">
1143
<property name="visible">True</property>
1144
<property name="xscale">0</property>
1145
<property name="yscale">0</property>
1147
<widget class="GtkHBox" id="hbox13">
1148
<property name="visible">True</property>
1149
<property name="spacing">2</property>
1151
<widget class="GtkImage" id="image159">
1152
<property name="visible">True</property>
1153
<property name="stock">gtk-apply</property>
1156
<property name="expand">False</property>
1157
<property name="fill">False</property>
1161
<widget class="GtkLabel" id="label20">
1162
<property name="visible">True</property>
1163
<property name="label" translatable="yes">_Rename</property>
1164
<property name="use_underline">True</property>
1167
<property name="expand">False</property>
1168
<property name="fill">False</property>
1169
<property name="position">1</property>
1178
<property name="position">1</property>
1183
<property name="expand">False</property>
1184
<property name="pack_type">GTK_PACK_END</property>
1190
<widget class="GtkDialog" id="window_info">
1191
<property name="title" translatable="yes">Olive - Information</property>
1192
<property name="icon">oliveicon2.png</property>
1193
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1194
<child internal-child="vbox">
1195
<widget class="GtkVBox" id="vbox_info">
1196
<property name="visible">True</property>
1197
<property name="spacing">3</property>
1199
<widget class="GtkExpander" id="expander_info_location">
1200
<property name="can_focus">True</property>
1201
<signal name="activate" handler="on_expander_info_location_activate"/>
1203
<widget class="GtkAlignment" id="alignment11">
1204
<property name="visible">True</property>
1205
<property name="left_padding">24</property>
1207
<widget class="GtkTable" id="table_info_location">
1208
<property name="visible">True</property>
1209
<property name="n_rows">7</property>
1210
<property name="n_columns">2</property>
1211
<property name="column_spacing">12</property>
1213
<widget class="GtkLabel" id="label_info_location_repobranch">
1214
<property name="xalign">0</property>
1215
<property name="label" translatable="yes">(none)</property>
1218
<property name="left_attach">1</property>
1219
<property name="right_attach">2</property>
1220
<property name="top_attach">2</property>
1221
<property name="bottom_attach">3</property>
1222
<property name="y_options"></property>
1226
<widget class="GtkLabel" id="label_info_location_cobranch">
1227
<property name="xalign">0</property>
1228
<property name="label" translatable="yes">(none)</property>
1231
<property name="left_attach">1</property>
1232
<property name="right_attach">2</property>
1233
<property name="top_attach">3</property>
1234
<property name="bottom_attach">4</property>
1235
<property name="y_options"></property>
1239
<widget class="GtkLabel" id="label_info_location_repoco">
1240
<property name="xalign">0</property>
1241
<property name="label" translatable="yes">(none)</property>
1244
<property name="left_attach">1</property>
1245
<property name="right_attach">2</property>
1246
<property name="top_attach">4</property>
1247
<property name="bottom_attach">5</property>
1248
<property name="y_options"></property>
1252
<widget class="GtkLabel" id="label_info_location_coroot">
1253
<property name="xalign">0</property>
1254
<property name="label" translatable="yes">(none)</property>
1257
<property name="left_attach">1</property>
1258
<property name="right_attach">2</property>
1259
<property name="top_attach">5</property>
1260
<property name="bottom_attach">6</property>
1261
<property name="y_options"></property>
1265
<widget class="GtkLabel" id="label_info_location_branchroot">
1266
<property name="xalign">0</property>
1267
<property name="label" translatable="yes">(none)</property>
1270
<property name="left_attach">1</property>
1271
<property name="right_attach">2</property>
1272
<property name="top_attach">6</property>
1273
<property name="bottom_attach">7</property>
1274
<property name="y_options"></property>
1278
<widget class="GtkLabel" id="label_info_location_sharedrepo">
1279
<property name="xalign">0</property>
1280
<property name="label" translatable="yes">(none)</property>
1283
<property name="left_attach">1</property>
1284
<property name="right_attach">2</property>
1285
<property name="top_attach">1</property>
1286
<property name="bottom_attach">2</property>
1287
<property name="y_options"></property>
1291
<widget class="GtkLabel" id="label_info_location_lightcoroot">
1292
<property name="xalign">0</property>
1293
<property name="label" translatable="yes">(none)</property>
1296
<property name="left_attach">1</property>
1297
<property name="right_attach">2</property>
1298
<property name="y_options"></property>
1302
<widget class="GtkLabel" id="label_info_location_coroot_label">
1303
<property name="xalign">0</property>
1304
<property name="label" translatable="yes">Checkout root: </property>
1307
<property name="top_attach">5</property>
1308
<property name="bottom_attach">6</property>
1309
<property name="x_options">GTK_FILL</property>
1310
<property name="y_options"></property>
1314
<widget class="GtkLabel" id="label_info_location_branchroot_label">
1315
<property name="xalign">0</property>
1316
<property name="label" translatable="yes">Branch root: </property>
1319
<property name="top_attach">6</property>
1320
<property name="bottom_attach">7</property>
1321
<property name="x_options">GTK_FILL</property>
1322
<property name="y_options"></property>
1326
<widget class="GtkLabel" id="label_info_location_repoco_label">
1327
<property name="xalign">0</property>
1328
<property name="label" translatable="yes">Repository checkout: </property>
1331
<property name="top_attach">4</property>
1332
<property name="bottom_attach">5</property>
1333
<property name="x_options">GTK_FILL</property>
1334
<property name="y_options"></property>
1338
<widget class="GtkLabel" id="label_info_location_cobranch_label">
1339
<property name="xalign">0</property>
1340
<property name="label" translatable="yes">Checkout of branch: </property>
1343
<property name="top_attach">3</property>
1344
<property name="bottom_attach">4</property>
1345
<property name="x_options">GTK_FILL</property>
1346
<property name="y_options"></property>
1350
<widget class="GtkLabel" id="label_info_location_repobranch_label">
1351
<property name="xalign">0</property>
1352
<property name="label" translatable="yes">Repository branch: </property>
1355
<property name="top_attach">2</property>
1356
<property name="bottom_attach">3</property>
1357
<property name="x_options">GTK_FILL</property>
1358
<property name="y_options"></property>
1362
<widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1363
<property name="xalign">0</property>
1364
<property name="label" translatable="yes">Shared repository: </property>
1367
<property name="top_attach">1</property>
1368
<property name="bottom_attach">2</property>
1369
<property name="x_options">GTK_FILL</property>
1370
<property name="y_options"></property>
1374
<widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1375
<property name="xalign">0</property>
1376
<property name="label" translatable="yes">Light checkout root: </property>
1379
<property name="x_options">GTK_FILL</property>
1380
<property name="y_options"></property>
1388
<widget class="GtkLabel" id="label_info_location">
1389
<property name="visible">True</property>
1390
<property name="label" translatable="yes"><b>Location:</b></property>
1391
<property name="use_markup">True</property>
1394
<property name="type">label_item</property>
1399
<property name="expand">False</property>
1400
<property name="position">2</property>
1404
<widget class="GtkExpander" id="expander_info_related">
1405
<property name="can_focus">True</property>
1406
<signal name="activate" handler="on_expander_info_related_activate"/>
1408
<widget class="GtkAlignment" id="alignment12">
1409
<property name="visible">True</property>
1410
<property name="left_padding">24</property>
1412
<widget class="GtkTable" id="table_info_related">
1413
<property name="visible">True</property>
1414
<property name="n_rows">2</property>
1415
<property name="n_columns">2</property>
1416
<property name="column_spacing">12</property>
1418
<widget class="GtkLabel" id="label_info_related_parentbranch">
1419
<property name="xalign">0</property>
1420
<property name="label" translatable="yes">(none)</property>
1423
<property name="left_attach">1</property>
1424
<property name="right_attach">2</property>
1425
<property name="y_options"></property>
1429
<widget class="GtkLabel" id="label_info_related_publishbranch">
1430
<property name="xalign">0</property>
1431
<property name="label" translatable="yes">(none)</property>
1434
<property name="left_attach">1</property>
1435
<property name="right_attach">2</property>
1436
<property name="top_attach">1</property>
1437
<property name="bottom_attach">2</property>
1438
<property name="y_options"></property>
1442
<widget class="GtkLabel" id="label_info_related_publishbranch_label">
1443
<property name="xalign">0</property>
1444
<property name="label" translatable="yes">Publish to branch: </property>
1447
<property name="top_attach">1</property>
1448
<property name="bottom_attach">2</property>
1449
<property name="x_options">GTK_FILL</property>
1450
<property name="y_options"></property>
1454
<widget class="GtkLabel" id="label_info_related_parentbranch_label">
1455
<property name="xalign">0</property>
1456
<property name="label" translatable="yes">Parent branch: </property>
1459
<property name="x_options">GTK_FILL</property>
1460
<property name="y_options"></property>
1468
<widget class="GtkLabel" id="label_info_related">
1469
<property name="visible">True</property>
1470
<property name="label" translatable="yes"><b>Related branches:</b></property>
1471
<property name="use_markup">True</property>
1474
<property name="type">label_item</property>
1479
<property name="expand">False</property>
1480
<property name="position">3</property>
1484
<widget class="GtkExpander" id="expander_info_format">
1485
<property name="can_focus">True</property>
1486
<signal name="activate" handler="on_expander_info_format_activate"/>
1488
<widget class="GtkAlignment" id="alignment13">
1489
<property name="visible">True</property>
1490
<property name="left_padding">24</property>
1492
<widget class="GtkTable" id="table_info_format">
1493
<property name="visible">True</property>
1494
<property name="n_rows">4</property>
1495
<property name="n_columns">2</property>
1496
<property name="column_spacing">12</property>
1498
<widget class="GtkLabel" id="label_info_format_control">
1499
<property name="xalign">0</property>
1500
<property name="label" translatable="yes">(none)</property>
1503
<property name="left_attach">1</property>
1504
<property name="right_attach">2</property>
1505
<property name="y_options"></property>
1509
<widget class="GtkLabel" id="label_info_format_workingtree">
1510
<property name="xalign">0</property>
1511
<property name="label" translatable="yes">(none)</property>
1514
<property name="left_attach">1</property>
1515
<property name="right_attach">2</property>
1516
<property name="top_attach">1</property>
1517
<property name="bottom_attach">2</property>
1518
<property name="y_options"></property>
1522
<widget class="GtkLabel" id="label_info_format_branch">
1523
<property name="xalign">0</property>
1524
<property name="label" translatable="yes">(none)</property>
1527
<property name="left_attach">1</property>
1528
<property name="right_attach">2</property>
1529
<property name="top_attach">2</property>
1530
<property name="bottom_attach">3</property>
1531
<property name="y_options"></property>
1535
<widget class="GtkLabel" id="label_info_format_repository">
1536
<property name="xalign">0</property>
1537
<property name="label" translatable="yes">(none)</property>
1540
<property name="left_attach">1</property>
1541
<property name="right_attach">2</property>
1542
<property name="top_attach">3</property>
1543
<property name="bottom_attach">4</property>
1544
<property name="y_options"></property>
1548
<widget class="GtkLabel" id="label_info_format_repository_label">
1549
<property name="xalign">0</property>
1550
<property name="label" translatable="yes">Repository format: </property>
1553
<property name="top_attach">3</property>
1554
<property name="bottom_attach">4</property>
1555
<property name="x_options">GTK_FILL</property>
1556
<property name="y_options"></property>
1560
<widget class="GtkLabel" id="label_info_format_branch_label">
1561
<property name="xalign">0</property>
1562
<property name="label" translatable="yes">Branch format: </property>
1565
<property name="top_attach">2</property>
1566
<property name="bottom_attach">3</property>
1567
<property name="x_options">GTK_FILL</property>
1568
<property name="y_options"></property>
1572
<widget class="GtkLabel" id="label_info_format_workingtree_label">
1573
<property name="xalign">0</property>
1574
<property name="label" translatable="yes">Working tree format: </property>
1577
<property name="top_attach">1</property>
1578
<property name="bottom_attach">2</property>
1579
<property name="x_options">GTK_FILL</property>
1580
<property name="y_options"></property>
1584
<widget class="GtkLabel" id="label_info_format_control_label">
1585
<property name="xalign">0</property>
1586
<property name="label" translatable="yes">Control format: </property>
1589
<property name="x_options">GTK_FILL</property>
1590
<property name="y_options"></property>
1598
<widget class="GtkLabel" id="label_info_format">
1599
<property name="visible">True</property>
1600
<property name="label" translatable="yes"><b>Format:</b></property>
1601
<property name="use_markup">True</property>
1604
<property name="type">label_item</property>
1609
<property name="expand">False</property>
1610
<property name="position">4</property>
1614
<widget class="GtkExpander" id="expander_info_locking">
1615
<property name="can_focus">True</property>
1616
<signal name="activate" handler="on_expander_info_locking_activate"/>
1618
<widget class="GtkAlignment" id="alignment14">
1619
<property name="visible">True</property>
1620
<property name="left_padding">24</property>
1622
<widget class="GtkTable" id="table_info_locking">
1623
<property name="visible">True</property>
1624
<property name="n_rows">3</property>
1625
<property name="n_columns">2</property>
1626
<property name="column_spacing">12</property>
1628
<widget class="GtkLabel" id="label_info_locking_workingtree">
1629
<property name="xalign">0</property>
1630
<property name="label" translatable="yes">(none)</property>
1633
<property name="left_attach">1</property>
1634
<property name="right_attach">2</property>
1635
<property name="y_options"></property>
1639
<widget class="GtkLabel" id="label_info_locking_branch">
1640
<property name="xalign">0</property>
1641
<property name="label" translatable="yes">(none)</property>
1644
<property name="left_attach">1</property>
1645
<property name="right_attach">2</property>
1646
<property name="top_attach">1</property>
1647
<property name="bottom_attach">2</property>
1648
<property name="y_options"></property>
1652
<widget class="GtkLabel" id="label_info_locking_repository">
1653
<property name="xalign">0</property>
1654
<property name="label" translatable="yes">(none)</property>
1657
<property name="left_attach">1</property>
1658
<property name="right_attach">2</property>
1659
<property name="top_attach">2</property>
1660
<property name="bottom_attach">3</property>
1661
<property name="y_options"></property>
1665
<widget class="GtkLabel" id="label_info_locking_repository_label">
1666
<property name="xalign">0</property>
1667
<property name="label" translatable="yes">Repository lock status: </property>
1670
<property name="top_attach">2</property>
1671
<property name="bottom_attach">3</property>
1672
<property name="x_options">GTK_FILL</property>
1673
<property name="y_options"></property>
1677
<widget class="GtkLabel" id="label_info_locking_branch_label">
1678
<property name="xalign">0</property>
1679
<property name="label" translatable="yes">Branch lock status: </property>
1682
<property name="top_attach">1</property>
1683
<property name="bottom_attach">2</property>
1684
<property name="x_options">GTK_FILL</property>
1685
<property name="y_options"></property>
1689
<widget class="GtkLabel" id="label_info_locking_workingtree_label">
1690
<property name="xalign">0</property>
1691
<property name="label" translatable="yes">Working tree lock status: </property>
1694
<property name="x_options">GTK_FILL</property>
1695
<property name="y_options"></property>
1703
<widget class="GtkLabel" id="label_info_locking">
1704
<property name="visible">True</property>
1705
<property name="label" translatable="yes"><b>Lock status:</b></property>
1706
<property name="use_markup">True</property>
1709
<property name="type">label_item</property>
1714
<property name="expand">False</property>
1715
<property name="position">5</property>
1719
<widget class="GtkExpander" id="expander_info_missing">
1720
<property name="can_focus">True</property>
1721
<signal name="activate" handler="on_expander_info_missing_activate"/>
1723
<widget class="GtkAlignment" id="alignment15">
1724
<property name="visible">True</property>
1725
<property name="left_padding">24</property>
1727
<widget class="GtkTable" id="table_info_missing">
1728
<property name="visible">True</property>
1729
<property name="n_rows">2</property>
1730
<property name="n_columns">2</property>
1731
<property name="column_spacing">12</property>
1733
<widget class="GtkLabel" id="label_info_missing_workingtree">
1734
<property name="xalign">0</property>
1735
<property name="label" translatable="yes">(none)</property>
1738
<property name="left_attach">1</property>
1739
<property name="right_attach">2</property>
1740
<property name="y_options"></property>
1744
<widget class="GtkLabel" id="label_info_missing_branch">
1745
<property name="xalign">0</property>
1746
<property name="label" translatable="yes">(none)</property>
1749
<property name="left_attach">1</property>
1750
<property name="right_attach">2</property>
1751
<property name="top_attach">1</property>
1752
<property name="bottom_attach">2</property>
1753
<property name="y_options"></property>
1757
<widget class="GtkLabel" id="label_info_missing_branch_label">
1758
<property name="xalign">0</property>
1759
<property name="label" translatable="yes">Missing revisions in branch: </property>
1762
<property name="top_attach">1</property>
1763
<property name="bottom_attach">2</property>
1764
<property name="x_options">GTK_FILL</property>
1765
<property name="y_options"></property>
1769
<widget class="GtkLabel" id="label_info_missing_workingtree_label">
1770
<property name="xalign">0</property>
1771
<property name="label" translatable="yes">Missing revisions in working tree: </property>
1774
<property name="x_options">GTK_FILL</property>
1775
<property name="y_options"></property>
1783
<widget class="GtkLabel" id="label_info_missing">
1784
<property name="visible">True</property>
1785
<property name="label" translatable="yes"><b>Missing revisions:</b></property>
1786
<property name="use_markup">True</property>
1789
<property name="type">label_item</property>
1794
<property name="expand">False</property>
1795
<property name="position">6</property>
1799
<widget class="GtkExpander" id="expander_info_wtstats">
1800
<property name="can_focus">True</property>
1801
<signal name="activate" handler="on_expander_info_wtstats_activate"/>
1803
<widget class="GtkAlignment" id="alignment16">
1804
<property name="visible">True</property>
1805
<property name="left_padding">24</property>
1807
<widget class="GtkTable" id="table_info_wtstats">
1808
<property name="visible">True</property>
1809
<property name="n_rows">8</property>
1810
<property name="n_columns">2</property>
1811
<property name="column_spacing">12</property>
1813
<widget class="GtkLabel" id="label_info_wtstats_unchanged">
1814
<property name="xalign">0</property>
1815
<property name="label" translatable="yes">(none)</property>
1818
<property name="left_attach">1</property>
1819
<property name="right_attach">2</property>
1820
<property name="y_options"></property>
1824
<widget class="GtkLabel" id="label_info_wtstats_modified">
1825
<property name="xalign">0</property>
1826
<property name="label" translatable="yes">(none)</property>
1829
<property name="left_attach">1</property>
1830
<property name="right_attach">2</property>
1831
<property name="top_attach">1</property>
1832
<property name="bottom_attach">2</property>
1833
<property name="y_options"></property>
1837
<widget class="GtkLabel" id="label_info_wtstats_added">
1838
<property name="xalign">0</property>
1839
<property name="label" translatable="yes">(none)</property>
1842
<property name="left_attach">1</property>
1843
<property name="right_attach">2</property>
1844
<property name="top_attach">2</property>
1845
<property name="bottom_attach">3</property>
1846
<property name="y_options"></property>
1850
<widget class="GtkLabel" id="label_info_wtstats_removed">
1851
<property name="xalign">0</property>
1852
<property name="label" translatable="yes">(none)</property>
1855
<property name="left_attach">1</property>
1856
<property name="right_attach">2</property>
1857
<property name="top_attach">3</property>
1858
<property name="bottom_attach">4</property>
1859
<property name="y_options"></property>
1863
<widget class="GtkLabel" id="label_info_wtstats_renamed">
1864
<property name="xalign">0</property>
1865
<property name="label" translatable="yes">(none)</property>
1868
<property name="left_attach">1</property>
1869
<property name="right_attach">2</property>
1870
<property name="top_attach">4</property>
1871
<property name="bottom_attach">5</property>
1872
<property name="y_options"></property>
1876
<widget class="GtkLabel" id="label_info_wtstats_unknown">
1877
<property name="xalign">0</property>
1878
<property name="label" translatable="yes">(none)</property>
1881
<property name="left_attach">1</property>
1882
<property name="right_attach">2</property>
1883
<property name="top_attach">5</property>
1884
<property name="bottom_attach">6</property>
1885
<property name="y_options"></property>
1889
<widget class="GtkLabel" id="label_info_wtstats_ignored">
1890
<property name="xalign">0</property>
1891
<property name="label" translatable="yes">(none)</property>
1894
<property name="left_attach">1</property>
1895
<property name="right_attach">2</property>
1896
<property name="top_attach">6</property>
1897
<property name="bottom_attach">7</property>
1898
<property name="y_options"></property>
1902
<widget class="GtkLabel" id="label_info_wtstats_subdirs">
1903
<property name="xalign">0</property>
1904
<property name="label" translatable="yes">(none)</property>
1907
<property name="left_attach">1</property>
1908
<property name="right_attach">2</property>
1909
<property name="top_attach">7</property>
1910
<property name="bottom_attach">8</property>
1911
<property name="y_options"></property>
1915
<widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
1916
<property name="xalign">0</property>
1917
<property name="label" translatable="yes">Versioned subdirectories: </property>
1920
<property name="top_attach">7</property>
1921
<property name="bottom_attach">8</property>
1922
<property name="x_options">GTK_FILL</property>
1923
<property name="y_options"></property>
1927
<widget class="GtkLabel" id="label_info_wtstats_ignored_label">
1928
<property name="xalign">0</property>
1929
<property name="label" translatable="yes">Ignored files: </property>
1932
<property name="top_attach">6</property>
1933
<property name="bottom_attach">7</property>
1934
<property name="x_options">GTK_FILL</property>
1935
<property name="y_options"></property>
1939
<widget class="GtkLabel" id="label_info_wtstats_unknown_label">
1940
<property name="xalign">0</property>
1941
<property name="label" translatable="yes">Unknown files: </property>
1944
<property name="top_attach">5</property>
1945
<property name="bottom_attach">6</property>
1946
<property name="x_options">GTK_FILL</property>
1947
<property name="y_options"></property>
1951
<widget class="GtkLabel" id="label_info_wtstats_renamed_label">
1952
<property name="xalign">0</property>
1953
<property name="label" translatable="yes">Renamed files: </property>
1956
<property name="top_attach">4</property>
1957
<property name="bottom_attach">5</property>
1958
<property name="x_options">GTK_FILL</property>
1959
<property name="y_options"></property>
1963
<widget class="GtkLabel" id="label_info_wtstats_removed_label">
1964
<property name="xalign">0</property>
1965
<property name="label" translatable="yes">Removed files: </property>
1968
<property name="top_attach">3</property>
1969
<property name="bottom_attach">4</property>
1970
<property name="x_options">GTK_FILL</property>
1971
<property name="y_options"></property>
1975
<widget class="GtkLabel" id="label_info_wtstats_added_label">
1976
<property name="xalign">0</property>
1977
<property name="label" translatable="yes">Added files: </property>
1980
<property name="top_attach">2</property>
1981
<property name="bottom_attach">3</property>
1982
<property name="x_options">GTK_FILL</property>
1983
<property name="y_options"></property>
1987
<widget class="GtkLabel" id="label_info_wtstats_modified_label">
1988
<property name="xalign">0</property>
1989
<property name="label" translatable="yes">Modified files: </property>
1992
<property name="top_attach">1</property>
1993
<property name="bottom_attach">2</property>
1994
<property name="x_options">GTK_FILL</property>
1995
<property name="y_options"></property>
1999
<widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
2000
<property name="xalign">0</property>
2001
<property name="label" translatable="yes">Unchanged files: </property>
2004
<property name="x_options">GTK_FILL</property>
2005
<property name="y_options"></property>
2013
<widget class="GtkLabel" id="label_info_wtstats">
2014
<property name="visible">True</property>
2015
<property name="label" translatable="yes"><b>In the working tree:</b></property>
2016
<property name="use_markup">True</property>
2019
<property name="type">label_item</property>
2024
<property name="expand">False</property>
2025
<property name="position">7</property>
2029
<widget class="GtkExpander" id="expander_info_brstats">
2030
<property name="can_focus">True</property>
2031
<signal name="activate" handler="on_expander_info_brstats_activate"/>
2033
<widget class="GtkAlignment" id="alignment17">
2034
<property name="visible">True</property>
2035
<property name="left_padding">24</property>
2037
<widget class="GtkTable" id="table_info_brstats">
2038
<property name="visible">True</property>
2039
<property name="n_rows">5</property>
2040
<property name="n_columns">2</property>
2041
<property name="column_spacing">12</property>
2043
<widget class="GtkLabel" id="label_info_brstats_revno">
2044
<property name="xalign">0</property>
2045
<property name="label" translatable="yes">(none)</property>
2048
<property name="left_attach">1</property>
2049
<property name="right_attach">2</property>
2050
<property name="y_options"></property>
2054
<widget class="GtkLabel" id="label_info_brstats_commiters">
2055
<property name="xalign">0</property>
2056
<property name="label" translatable="yes">(none)</property>
2059
<property name="left_attach">1</property>
2060
<property name="right_attach">2</property>
2061
<property name="top_attach">1</property>
2062
<property name="bottom_attach">2</property>
2063
<property name="y_options"></property>
2067
<widget class="GtkLabel" id="label_info_brstats_age">
2068
<property name="xalign">0</property>
2069
<property name="label" translatable="yes">(none)</property>
2072
<property name="left_attach">1</property>
2073
<property name="right_attach">2</property>
2074
<property name="top_attach">2</property>
2075
<property name="bottom_attach">3</property>
2076
<property name="y_options"></property>
2080
<widget class="GtkLabel" id="label_info_brstats_firstrev">
2081
<property name="xalign">0</property>
2082
<property name="label" translatable="yes">(none)</property>
2085
<property name="left_attach">1</property>
2086
<property name="right_attach">2</property>
2087
<property name="top_attach">3</property>
2088
<property name="bottom_attach">4</property>
2089
<property name="y_options"></property>
2093
<widget class="GtkLabel" id="label_info_brstats_lastrev">
2094
<property name="xalign">0</property>
2095
<property name="label" translatable="yes">(none)</property>
2098
<property name="left_attach">1</property>
2099
<property name="right_attach">2</property>
2100
<property name="top_attach">4</property>
2101
<property name="bottom_attach">5</property>
2102
<property name="y_options"></property>
2106
<widget class="GtkLabel" id="label_info_brstats_lastrev_label">
2107
<property name="xalign">0</property>
2108
<property name="label" translatable="yes">Time of last revision: </property>
2111
<property name="top_attach">4</property>
2112
<property name="bottom_attach">5</property>
2113
<property name="x_options">GTK_FILL</property>
2114
<property name="y_options"></property>
2118
<widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2119
<property name="xalign">0</property>
2120
<property name="label" translatable="yes">Time of first revision: </property>
2123
<property name="top_attach">3</property>
2124
<property name="bottom_attach">4</property>
2125
<property name="x_options">GTK_FILL</property>
2126
<property name="y_options"></property>
2130
<widget class="GtkLabel" id="label_info_brstats_age_label">
2131
<property name="xalign">0</property>
2132
<property name="label" translatable="yes">Age of branch in days: </property>
2135
<property name="top_attach">2</property>
2136
<property name="bottom_attach">3</property>
2137
<property name="x_options">GTK_FILL</property>
2138
<property name="y_options"></property>
2142
<widget class="GtkLabel" id="label_info_brstats_commiters_label">
2143
<property name="xalign">0</property>
2144
<property name="label" translatable="yes">Number of commiters: </property>
2147
<property name="top_attach">1</property>
2148
<property name="bottom_attach">2</property>
2149
<property name="x_options">GTK_FILL</property>
2150
<property name="y_options"></property>
2154
<widget class="GtkLabel" id="label_info_brstats_revno_label">
2155
<property name="xalign">0</property>
2156
<property name="label" translatable="yes">Revisions in branch: </property>
2159
<property name="x_options">GTK_FILL</property>
2160
<property name="y_options"></property>
2168
<widget class="GtkLabel" id="label_info_brstats">
2169
<property name="visible">True</property>
2170
<property name="label" translatable="yes"><b>Branch history:</b></property>
2171
<property name="use_markup">True</property>
2174
<property name="type">label_item</property>
2179
<property name="expand">False</property>
2180
<property name="position">8</property>
2184
<widget class="GtkExpander" id="expander_info_repstats">
2185
<property name="can_focus">True</property>
2186
<signal name="activate" handler="on_expander_info_repstats_activate"/>
2188
<widget class="GtkAlignment" id="alignment18">
2189
<property name="visible">True</property>
2190
<property name="left_padding">24</property>
2192
<widget class="GtkTable" id="table_info_repstats">
2193
<property name="visible">True</property>
2194
<property name="n_rows">2</property>
2195
<property name="n_columns">2</property>
2196
<property name="column_spacing">12</property>
2198
<widget class="GtkLabel" id="label_info_repstats_revisions">
2199
<property name="xalign">0</property>
2200
<property name="label" translatable="yes">(none)</property>
2203
<property name="left_attach">1</property>
2204
<property name="right_attach">2</property>
2205
<property name="y_options"></property>
2209
<widget class="GtkLabel" id="label_info_repstats_size">
2210
<property name="xalign">0</property>
2211
<property name="label" translatable="yes">(none)</property>
2214
<property name="left_attach">1</property>
2215
<property name="right_attach">2</property>
2216
<property name="top_attach">1</property>
2217
<property name="bottom_attach">2</property>
2218
<property name="y_options"></property>
2222
<widget class="GtkLabel" id="label_info_repstats_size_label">
2223
<property name="xalign">0</property>
2224
<property name="label" translatable="yes">Size of repository: </property>
2227
<property name="top_attach">1</property>
2228
<property name="bottom_attach">2</property>
2229
<property name="x_options">GTK_FILL</property>
2230
<property name="y_options"></property>
2234
<widget class="GtkLabel" id="label_info_repstats_revisions_label">
2235
<property name="xalign">0</property>
2236
<property name="label" translatable="yes">Revisions in repository: </property>
2239
<property name="x_options">GTK_FILL</property>
2240
<property name="y_options"></property>
2248
<widget class="GtkLabel" id="label_info_repstats">
2249
<property name="visible">True</property>
2250
<property name="label" translatable="yes"><b>Revision store:</b></property>
2251
<property name="use_markup">True</property>
2254
<property name="type">label_item</property>
2259
<property name="expand">False</property>
2260
<property name="position">9</property>
2263
<child internal-child="action_area">
2264
<widget class="GtkHButtonBox" id="hbuttonbox_info">
2265
<property name="visible">True</property>
2266
<property name="can_default">True</property>
2267
<property name="has_default">True</property>
2268
<property name="layout_style">GTK_BUTTONBOX_END</property>
2270
<widget class="GtkButton" id="button_info_close">
2271
<property name="visible">True</property>
2272
<property name="can_focus">True</property>
2273
<property name="can_default">True</property>
2274
<property name="has_default">True</property>
2275
<property name="label">gtk-close</property>
2276
<property name="use_stock">True</property>
2277
<signal name="clicked" handler="on_button_info_close_clicked"/>
2282
<property name="expand">False</property>
2283
<property name="fill">False</property>
2284
<property name="pack_type">GTK_PACK_END</property>
2290
<widget class="GtkDialog" id="window_merge">
2291
<property name="visible">True</property>
2292
<property name="title" translatable="yes">Merge - Olive</property>
2293
<property name="icon">oliveicon2.png</property>
2294
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2295
<child internal-child="vbox">
2296
<widget class="GtkVBox" id="vbox_merge">
2297
<property name="visible">True</property>
2298
<property name="spacing">3</property>
2300
<widget class="GtkHBox" id="hbox_merge">
2301
<property name="visible">True</property>
2302
<property name="spacing">3</property>
2304
<widget class="GtkLabel" id="label_merge">
2305
<property name="visible">True</property>
2306
<property name="label" translatable="yes">Merge from:</property>
2309
<property name="expand">False</property>
2310
<property name="fill">False</property>
2314
<widget class="GtkEntry" id="entry_merge">
2315
<property name="visible">True</property>
2316
<property name="can_focus">True</property>
2319
<property name="position">1</property>
2323
<widget class="GtkButton" id="button_merge_open">
2324
<property name="visible">True</property>
2325
<property name="can_focus">True</property>
2326
<signal name="clicked" handler="on_button_merge_open_clicked"/>
2328
<widget class="GtkImage" id="image240">
2329
<property name="visible">True</property>
2330
<property name="stock">gtk-open</property>
2335
<property name="expand">False</property>
2336
<property name="fill">False</property>
2337
<property name="position">2</property>
2342
<property name="expand">False</property>
2343
<property name="fill">False</property>
2344
<property name="position">2</property>
2347
<child internal-child="action_area">
2348
<widget class="GtkHButtonBox" id="hbuttonbox_merge">
2349
<property name="visible">True</property>
2350
<property name="layout_style">GTK_BUTTONBOX_END</property>
2352
<widget class="GtkButton" id="button_merge_cancel">
2353
<property name="visible">True</property>
2354
<property name="can_focus">True</property>
2355
<property name="can_default">True</property>
2356
<property name="label">gtk-cancel</property>
2357
<property name="use_stock">True</property>
2358
<signal name="clicked" handler="on_button_merge_cancel_clicked"/>
2362
<widget class="GtkButton" id="button_merge_merge">
2363
<property name="visible">True</property>
2364
<property name="can_focus">True</property>
2365
<property name="can_default">True</property>
2366
<property name="has_default">True</property>
2367
<signal name="clicked" handler="on_button_merge_merge_clicked"/>
2369
<widget class="GtkAlignment" id="alignment19">
2370
<property name="visible">True</property>
2371
<property name="xscale">0</property>
2372
<property name="yscale">0</property>
2374
<widget class="GtkHBox" id="hbox14">
2375
<property name="visible">True</property>
2376
<property name="spacing">2</property>
2378
<widget class="GtkImage" id="image239">
2379
<property name="visible">True</property>
2380
<property name="stock">gtk-apply</property>
2383
<property name="expand">False</property>
2384
<property name="fill">False</property>
2388
<widget class="GtkLabel" id="label21">
2389
<property name="visible">True</property>
2390
<property name="label" translatable="yes">_Merge</property>
2391
<property name="use_underline">True</property>
2394
<property name="expand">False</property>
2395
<property name="fill">False</property>
2396
<property name="position">1</property>
2405
<property name="position">1</property>
2410
<property name="expand">False</property>
2411
<property name="fill">False</property>
2412
<property name="pack_type">GTK_PACK_END</property>