1
<?xml version="1.0" encoding="UTF-8"?>
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>
560
<widget class="GtkVSeparator" id="vseparator">
561
<property name="visible">True</property>
562
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
565
<property name="expand">False</property>
566
<property name="fill">False</property>
567
<property name="position">5</property>
571
<widget class="GtkCheckButton" id="checkbutton_history">
572
<property name="visible">True</property>
573
<property name="can_focus">True</property>
574
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
575
<property name="label" translatable="yes">H_istory Mode</property>
576
<property name="use_underline">True</property>
577
<property name="draw_indicator">True</property>
578
<signal name="toggled" handler="on_checkbutton_history_toggled"/>
581
<property name="expand">False</property>
582
<property name="fill">False</property>
583
<property name="position">6</property>
587
<widget class="GtkEntry" id="entry_history_revno">
588
<property name="width_request">75</property>
589
<property name="visible">True</property>
590
<property name="sensitive">False</property>
591
<property name="can_focus">True</property>
592
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
593
<signal name="key_press_event" handler="on_entry_history_revno_key_press_event"/>
596
<property name="expand">False</property>
597
<property name="fill">False</property>
598
<property name="position">7</property>
602
<widget class="GtkButton" id="button_history_browse">
603
<property name="visible">True</property>
604
<property name="sensitive">False</property>
605
<property name="can_focus">True</property>
606
<property name="receives_default">True</property>
607
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
608
<signal name="clicked" handler="on_button_history_browse_clicked"/>
610
<widget class="GtkImage" id="image_history_browse">
611
<property name="visible">True</property>
612
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
613
<property name="stock">gtk-open</property>
618
<property name="expand">False</property>
619
<property name="fill">False</property>
620
<property name="position">8</property>
625
<property name="expand">False</property>
626
<property name="fill">False</property>
630
<widget class="GtkScrolledWindow" id="scrolledwindow_right">
631
<property name="visible">True</property>
632
<property name="can_focus">True</property>
633
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
634
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
636
<widget class="GtkTreeView" id="treeview_right">
637
<property name="visible">True</property>
638
<property name="can_focus">True</property>
639
<property name="headers_visible">False</property>
640
<signal name="button_press_event" handler="on_treeview_right_button_press_event"/>
641
<signal name="row_activated" handler="on_treeview_right_row_activated"/>
646
<property name="position">1</property>
653
<property name="position">2</property>
657
<widget class="GtkStatusbar" id="statusbar">
658
<property name="visible">True</property>
661
<property name="expand">False</property>
662
<property name="fill">False</property>
663
<property name="position">3</property>
669
<widget class="GtkAboutDialog" id="aboutdialog">
670
<property name="visible">True</property>
671
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
672
<property name="name">Olive</property>
673
<property name="copyright" translatable="yes">Copyright (C) 2006 Szilveszter Farkas (Phanatic)</property>
674
<property name="website">https://launchpad.net/products/olive</property>
675
<property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
676
<property name="authors">Szilveszter Farkas (Phanatic) <szilveszter.farkas@gmail.com></property>
677
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
678
<property name="logo">oliveicon2.png</property>
679
<child internal-child="vbox">
680
<widget class="GtkVBox" id="dialog-vbox1">
681
<child internal-child="action_area">
682
<widget class="GtkHButtonBox" id="dialog-action_area1">
685
<property name="expand">False</property>
686
<property name="pack_type">GTK_PACK_END</property>
692
<widget class="GtkDialog" id="window_add">
693
<property name="visible">True</property>
694
<property name="title" translatable="yes">Olive - Add file(s)</property>
695
<property name="resizable">False</property>
696
<property name="icon">oliveicon2.png</property>
697
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
698
<child internal-child="vbox">
699
<widget class="GtkVBox" id="vbox_add">
700
<property name="visible">True</property>
701
<property name="spacing">3</property>
703
<widget class="GtkLabel" id="label_add_question">
704
<property name="visible">True</property>
705
<property name="label" translatable="yes">Which file(s) do you want to add?</property>
708
<property name="expand">False</property>
709
<property name="fill">False</property>
710
<property name="position">2</property>
714
<widget class="GtkRadioButton" id="radiobutton_add_selected">
715
<property name="visible">True</property>
716
<property name="can_focus">True</property>
717
<property name="label" translatable="yes">Selected only</property>
718
<property name="use_underline">True</property>
719
<property name="draw_indicator">True</property>
722
<property name="expand">False</property>
723
<property name="fill">False</property>
724
<property name="position">3</property>
728
<widget class="GtkRadioButton" id="radiobutton_add_unknown">
729
<property name="visible">True</property>
730
<property name="can_focus">True</property>
731
<property name="label" translatable="yes">All unknowns recursively</property>
732
<property name="use_underline">True</property>
733
<property name="draw_indicator">True</property>
734
<property name="group">radiobutton_add_selected</property>
737
<property name="expand">False</property>
738
<property name="fill">False</property>
739
<property name="position">4</property>
742
<child internal-child="action_area">
743
<widget class="GtkHButtonBox" id="hbuttonbox_add">
744
<property name="visible">True</property>
745
<property name="layout_style">GTK_BUTTONBOX_END</property>
747
<widget class="GtkButton" id="button_add_cancel">
748
<property name="visible">True</property>
749
<property name="can_focus">True</property>
750
<property name="can_default">True</property>
751
<property name="label">gtk-cancel</property>
752
<property name="use_stock">True</property>
753
<signal name="clicked" handler="on_button_add_cancel_clicked"/>
757
<widget class="GtkButton" id="button_add_add">
758
<property name="visible">True</property>
759
<property name="can_focus">True</property>
760
<property name="can_default">True</property>
761
<property name="has_default">True</property>
762
<signal name="clicked" handler="on_button_add_add_clicked"/>
764
<widget class="GtkAlignment" id="alignment3">
765
<property name="visible">True</property>
766
<property name="xscale">0</property>
767
<property name="yscale">0</property>
769
<widget class="GtkHBox" id="hbox5">
770
<property name="visible">True</property>
771
<property name="spacing">2</property>
773
<widget class="GtkImage" id="image13">
774
<property name="visible">True</property>
775
<property name="stock">gtk-add</property>
778
<property name="expand">False</property>
779
<property name="fill">False</property>
783
<widget class="GtkLabel" id="label8">
784
<property name="visible">True</property>
785
<property name="label" translatable="yes">_Add</property>
786
<property name="use_underline">True</property>
789
<property name="expand">False</property>
790
<property name="fill">False</property>
791
<property name="position">1</property>
800
<property name="position">1</property>
805
<property name="expand">False</property>
806
<property name="pack_type">GTK_PACK_END</property>
812
<widget class="GtkDialog" id="window_remove">
813
<property name="visible">True</property>
814
<property name="title" translatable="yes">Olive - Remove file(s)</property>
815
<property name="resizable">False</property>
816
<property name="icon">oliveicon2.png</property>
817
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
818
<child internal-child="vbox">
819
<widget class="GtkVBox" id="vbox_remove">
820
<property name="visible">True</property>
821
<property name="spacing">3</property>
823
<widget class="GtkLabel" id="label_remove_question">
824
<property name="visible">True</property>
825
<property name="label" translatable="yes">Which file(s) do you want to remove?</property>
828
<property name="expand">False</property>
829
<property name="fill">False</property>
830
<property name="position">2</property>
834
<widget class="GtkRadioButton" id="radiobutton_remove_selected">
835
<property name="visible">True</property>
836
<property name="can_focus">True</property>
837
<property name="label" translatable="yes">Selected only</property>
838
<property name="use_underline">True</property>
839
<property name="draw_indicator">True</property>
842
<property name="expand">False</property>
843
<property name="fill">False</property>
844
<property name="position">3</property>
848
<widget class="GtkRadioButton" id="radiobutton_remove_new">
849
<property name="visible">True</property>
850
<property name="can_focus">True</property>
851
<property name="label" translatable="yes">All files with status 'added'</property>
852
<property name="use_underline">True</property>
853
<property name="draw_indicator">True</property>
854
<property name="group">radiobutton_remove_selected</property>
857
<property name="expand">False</property>
858
<property name="fill">False</property>
859
<property name="position">4</property>
862
<child internal-child="action_area">
863
<widget class="GtkHButtonBox" id="hbuttonbox_remove">
864
<property name="visible">True</property>
865
<property name="layout_style">GTK_BUTTONBOX_END</property>
867
<widget class="GtkButton" id="button_remove_cancel">
868
<property name="visible">True</property>
869
<property name="can_focus">True</property>
870
<property name="can_default">True</property>
871
<property name="label">gtk-cancel</property>
872
<property name="use_stock">True</property>
873
<signal name="clicked" handler="on_button_remove_cancel_clicked"/>
877
<widget class="GtkButton" id="button_remove_remove">
878
<property name="visible">True</property>
879
<property name="can_focus">True</property>
880
<property name="can_default">True</property>
881
<property name="has_default">True</property>
882
<signal name="clicked" handler="on_button_remove_remove_clicked"/>
884
<widget class="GtkAlignment" id="alignment4">
885
<property name="visible">True</property>
886
<property name="xscale">0</property>
887
<property name="yscale">0</property>
889
<widget class="GtkHBox" id="hbox6">
890
<property name="visible">True</property>
891
<property name="spacing">2</property>
893
<widget class="GtkImage" id="image39">
894
<property name="visible">True</property>
895
<property name="stock">gtk-remove</property>
898
<property name="expand">False</property>
899
<property name="fill">False</property>
903
<widget class="GtkLabel" id="label10">
904
<property name="visible">True</property>
905
<property name="label" translatable="yes">_Remove</property>
906
<property name="use_underline">True</property>
909
<property name="expand">False</property>
910
<property name="fill">False</property>
911
<property name="position">1</property>
920
<property name="position">1</property>
925
<property name="expand">False</property>
926
<property name="pack_type">GTK_PACK_END</property>
932
<widget class="GtkDialog" id="window_mkdir">
933
<property name="visible">True</property>
934
<property name="title" translatable="yes">Olive - Make directory</property>
935
<property name="icon">oliveicon2.png</property>
936
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
937
<child internal-child="vbox">
938
<widget class="GtkVBox" id="vbox_mkdir">
939
<property name="visible">True</property>
940
<property name="spacing">3</property>
942
<widget class="GtkEntry" id="entry_mkdir">
943
<property name="visible">True</property>
944
<property name="can_focus">True</property>
945
<property name="has_focus">True</property>
948
<property name="expand">False</property>
949
<property name="fill">False</property>
950
<property name="position">2</property>
954
<widget class="GtkCheckButton" id="checkbutton_mkdir_versioned">
955
<property name="visible">True</property>
956
<property name="can_focus">True</property>
957
<property name="label" translatable="yes">_Versioned directory</property>
958
<property name="use_underline">True</property>
959
<property name="active">True</property>
960
<property name="draw_indicator">True</property>
963
<property name="expand">False</property>
964
<property name="fill">False</property>
965
<property name="position">3</property>
968
<child internal-child="action_area">
969
<widget class="GtkHButtonBox" id="hbuttonbox_mkdir">
970
<property name="visible">True</property>
971
<property name="layout_style">GTK_BUTTONBOX_END</property>
973
<widget class="GtkButton" id="button_mkdir_cancel">
974
<property name="visible">True</property>
975
<property name="can_focus">True</property>
976
<property name="can_default">True</property>
977
<property name="label">gtk-cancel</property>
978
<property name="use_stock">True</property>
979
<signal name="clicked" handler="on_button_mkdir_cancel_clicked"/>
983
<widget class="GtkButton" id="button_mkdir_mkdir">
984
<property name="visible">True</property>
985
<property name="can_focus">True</property>
986
<property name="can_default">True</property>
987
<property name="has_default">True</property>
988
<signal name="clicked" handler="on_button_mkdir_mkdir_clicked"/>
990
<widget class="GtkAlignment" id="alignment8">
991
<property name="visible">True</property>
992
<property name="xscale">0</property>
993
<property name="yscale">0</property>
995
<widget class="GtkHBox" id="hbox10">
996
<property name="visible">True</property>
997
<property name="spacing">2</property>
999
<widget class="GtkImage" id="image143">
1000
<property name="visible">True</property>
1001
<property name="stock">gtk-add</property>
1004
<property name="expand">False</property>
1005
<property name="fill">False</property>
1009
<widget class="GtkLabel" id="label17">
1010
<property name="visible">True</property>
1011
<property name="label" translatable="yes">_Make directory</property>
1012
<property name="use_underline">True</property>
1015
<property name="expand">False</property>
1016
<property name="fill">False</property>
1017
<property name="position">1</property>
1026
<property name="position">1</property>
1031
<property name="expand">False</property>
1032
<property name="fill">False</property>
1033
<property name="pack_type">GTK_PACK_END</property>
1039
<widget class="GtkDialog" id="window_move">
1040
<property name="width_request">250</property>
1041
<property name="title" translatable="yes">Olive - Move</property>
1042
<property name="icon">oliveicon2.png</property>
1043
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1044
<child internal-child="vbox">
1045
<widget class="GtkVBox" id="vbox_move">
1046
<property name="visible">True</property>
1047
<property name="spacing">3</property>
1049
<widget class="GtkHBox" id="hbox_move">
1050
<property name="visible">True</property>
1051
<property name="spacing">5</property>
1053
<widget class="GtkLabel" id="label_move">
1054
<property name="visible">True</property>
1055
<property name="label" translatable="yes">Move to</property>
1058
<property name="expand">False</property>
1059
<property name="fill">False</property>
1063
<widget class="GtkFileChooserButton" id="filechooserbutton_move">
1064
<property name="visible">True</property>
1065
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
1066
<property name="title" translatable="yes">Select a directory</property>
1069
<property name="position">1</property>
1074
<property name="position">2</property>
1077
<child internal-child="action_area">
1078
<widget class="GtkHButtonBox" id="hbuttonbox_move">
1079
<property name="visible">True</property>
1080
<property name="layout_style">GTK_BUTTONBOX_END</property>
1082
<widget class="GtkButton" id="button_move_cancel">
1083
<property name="visible">True</property>
1084
<property name="can_focus">True</property>
1085
<property name="can_default">True</property>
1086
<property name="label">gtk-cancel</property>
1087
<property name="use_stock">True</property>
1088
<signal name="clicked" handler="on_button_move_cancel_clicked"/>
1092
<widget class="GtkButton" id="button_move_move">
1093
<property name="visible">True</property>
1094
<property name="can_focus">True</property>
1095
<property name="can_default">True</property>
1096
<property name="has_default">True</property>
1097
<signal name="clicked" handler="on_button_move_move_clicked"/>
1099
<widget class="GtkAlignment" id="alignment9">
1100
<property name="visible">True</property>
1101
<property name="xscale">0</property>
1102
<property name="yscale">0</property>
1104
<widget class="GtkHBox" id="hbox11">
1105
<property name="visible">True</property>
1106
<property name="spacing">2</property>
1108
<widget class="GtkImage" id="image151">
1109
<property name="visible">True</property>
1110
<property name="stock">gtk-apply</property>
1113
<property name="expand">False</property>
1114
<property name="fill">False</property>
1118
<widget class="GtkLabel" id="label18">
1119
<property name="visible">True</property>
1120
<property name="label" translatable="yes">_Move</property>
1121
<property name="use_underline">True</property>
1124
<property name="expand">False</property>
1125
<property name="fill">False</property>
1126
<property name="position">1</property>
1135
<property name="position">1</property>
1140
<property name="expand">False</property>
1141
<property name="pack_type">GTK_PACK_END</property>
1147
<widget class="GtkDialog" id="window_rename">
1148
<property name="title" translatable="yes">Olive - Rename</property>
1149
<property name="icon">oliveicon2.png</property>
1150
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1151
<child internal-child="vbox">
1152
<widget class="GtkVBox" id="vbox_rename">
1153
<property name="visible">True</property>
1154
<property name="spacing">3</property>
1156
<widget class="GtkHBox" id="hbox_rename">
1157
<property name="visible">True</property>
1158
<property name="spacing">5</property>
1160
<widget class="GtkLabel" id="label_rename">
1161
<property name="visible">True</property>
1162
<property name="label" translatable="yes">Rename to</property>
1165
<property name="expand">False</property>
1166
<property name="fill">False</property>
1170
<widget class="GtkEntry" id="entry_rename">
1171
<property name="visible">True</property>
1172
<property name="can_focus">True</property>
1173
<property name="has_focus">True</property>
1176
<property name="position">1</property>
1181
<property name="position">2</property>
1184
<child internal-child="action_area">
1185
<widget class="GtkHButtonBox" id="hbuttonbox_rename">
1186
<property name="visible">True</property>
1187
<property name="layout_style">GTK_BUTTONBOX_END</property>
1189
<widget class="GtkButton" id="button_rename_cancel">
1190
<property name="visible">True</property>
1191
<property name="can_focus">True</property>
1192
<property name="can_default">True</property>
1193
<property name="label">gtk-cancel</property>
1194
<property name="use_stock">True</property>
1195
<signal name="clicked" handler="on_button_rename_cancel_clicked"/>
1199
<widget class="GtkButton" id="button_rename_rename">
1200
<property name="visible">True</property>
1201
<property name="can_focus">True</property>
1202
<property name="can_default">True</property>
1203
<property name="has_default">True</property>
1204
<signal name="clicked" handler="on_button_rename_rename_clicked"/>
1206
<widget class="GtkAlignment" id="alignment10">
1207
<property name="visible">True</property>
1208
<property name="xscale">0</property>
1209
<property name="yscale">0</property>
1211
<widget class="GtkHBox" id="hbox13">
1212
<property name="visible">True</property>
1213
<property name="spacing">2</property>
1215
<widget class="GtkImage" id="image159">
1216
<property name="visible">True</property>
1217
<property name="stock">gtk-apply</property>
1220
<property name="expand">False</property>
1221
<property name="fill">False</property>
1225
<widget class="GtkLabel" id="label20">
1226
<property name="visible">True</property>
1227
<property name="label" translatable="yes">_Rename</property>
1228
<property name="use_underline">True</property>
1231
<property name="expand">False</property>
1232
<property name="fill">False</property>
1233
<property name="position">1</property>
1242
<property name="position">1</property>
1247
<property name="expand">False</property>
1248
<property name="pack_type">GTK_PACK_END</property>
1254
<widget class="GtkDialog" id="window_info">
1255
<property name="title" translatable="yes">Olive - Information</property>
1256
<property name="icon">oliveicon2.png</property>
1257
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1258
<child internal-child="vbox">
1259
<widget class="GtkVBox" id="vbox_info">
1260
<property name="visible">True</property>
1261
<property name="spacing">3</property>
1263
<widget class="GtkExpander" id="expander_info_location">
1264
<property name="can_focus">True</property>
1265
<signal name="activate" handler="on_expander_info_location_activate"/>
1267
<widget class="GtkAlignment" id="alignment11">
1268
<property name="visible">True</property>
1269
<property name="left_padding">24</property>
1271
<widget class="GtkTable" id="table_info_location">
1272
<property name="visible">True</property>
1273
<property name="n_rows">7</property>
1274
<property name="n_columns">2</property>
1275
<property name="column_spacing">12</property>
1277
<widget class="GtkLabel" id="label_info_location_repobranch">
1278
<property name="xalign">0</property>
1279
<property name="label" translatable="yes">(none)</property>
1282
<property name="left_attach">1</property>
1283
<property name="right_attach">2</property>
1284
<property name="top_attach">2</property>
1285
<property name="bottom_attach">3</property>
1286
<property name="y_options"></property>
1290
<widget class="GtkLabel" id="label_info_location_cobranch">
1291
<property name="xalign">0</property>
1292
<property name="label" translatable="yes">(none)</property>
1295
<property name="left_attach">1</property>
1296
<property name="right_attach">2</property>
1297
<property name="top_attach">3</property>
1298
<property name="bottom_attach">4</property>
1299
<property name="y_options"></property>
1303
<widget class="GtkLabel" id="label_info_location_repoco">
1304
<property name="xalign">0</property>
1305
<property name="label" translatable="yes">(none)</property>
1308
<property name="left_attach">1</property>
1309
<property name="right_attach">2</property>
1310
<property name="top_attach">4</property>
1311
<property name="bottom_attach">5</property>
1312
<property name="y_options"></property>
1316
<widget class="GtkLabel" id="label_info_location_coroot">
1317
<property name="xalign">0</property>
1318
<property name="label" translatable="yes">(none)</property>
1321
<property name="left_attach">1</property>
1322
<property name="right_attach">2</property>
1323
<property name="top_attach">5</property>
1324
<property name="bottom_attach">6</property>
1325
<property name="y_options"></property>
1329
<widget class="GtkLabel" id="label_info_location_branchroot">
1330
<property name="xalign">0</property>
1331
<property name="label" translatable="yes">(none)</property>
1334
<property name="left_attach">1</property>
1335
<property name="right_attach">2</property>
1336
<property name="top_attach">6</property>
1337
<property name="bottom_attach">7</property>
1338
<property name="y_options"></property>
1342
<widget class="GtkLabel" id="label_info_location_sharedrepo">
1343
<property name="xalign">0</property>
1344
<property name="label" translatable="yes">(none)</property>
1347
<property name="left_attach">1</property>
1348
<property name="right_attach">2</property>
1349
<property name="top_attach">1</property>
1350
<property name="bottom_attach">2</property>
1351
<property name="y_options"></property>
1355
<widget class="GtkLabel" id="label_info_location_lightcoroot">
1356
<property name="xalign">0</property>
1357
<property name="label" translatable="yes">(none)</property>
1360
<property name="left_attach">1</property>
1361
<property name="right_attach">2</property>
1362
<property name="y_options"></property>
1366
<widget class="GtkLabel" id="label_info_location_coroot_label">
1367
<property name="xalign">0</property>
1368
<property name="label" translatable="yes">Checkout root: </property>
1371
<property name="top_attach">5</property>
1372
<property name="bottom_attach">6</property>
1373
<property name="x_options">GTK_FILL</property>
1374
<property name="y_options"></property>
1378
<widget class="GtkLabel" id="label_info_location_branchroot_label">
1379
<property name="xalign">0</property>
1380
<property name="label" translatable="yes">Branch root: </property>
1383
<property name="top_attach">6</property>
1384
<property name="bottom_attach">7</property>
1385
<property name="x_options">GTK_FILL</property>
1386
<property name="y_options"></property>
1390
<widget class="GtkLabel" id="label_info_location_repoco_label">
1391
<property name="xalign">0</property>
1392
<property name="label" translatable="yes">Repository checkout: </property>
1395
<property name="top_attach">4</property>
1396
<property name="bottom_attach">5</property>
1397
<property name="x_options">GTK_FILL</property>
1398
<property name="y_options"></property>
1402
<widget class="GtkLabel" id="label_info_location_cobranch_label">
1403
<property name="xalign">0</property>
1404
<property name="label" translatable="yes">Checkout of branch: </property>
1407
<property name="top_attach">3</property>
1408
<property name="bottom_attach">4</property>
1409
<property name="x_options">GTK_FILL</property>
1410
<property name="y_options"></property>
1414
<widget class="GtkLabel" id="label_info_location_repobranch_label">
1415
<property name="xalign">0</property>
1416
<property name="label" translatable="yes">Repository branch: </property>
1419
<property name="top_attach">2</property>
1420
<property name="bottom_attach">3</property>
1421
<property name="x_options">GTK_FILL</property>
1422
<property name="y_options"></property>
1426
<widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1427
<property name="xalign">0</property>
1428
<property name="label" translatable="yes">Shared repository: </property>
1431
<property name="top_attach">1</property>
1432
<property name="bottom_attach">2</property>
1433
<property name="x_options">GTK_FILL</property>
1434
<property name="y_options"></property>
1438
<widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1439
<property name="xalign">0</property>
1440
<property name="label" translatable="yes">Light checkout root: </property>
1443
<property name="x_options">GTK_FILL</property>
1444
<property name="y_options"></property>
1452
<widget class="GtkLabel" id="label_info_location">
1453
<property name="visible">True</property>
1454
<property name="label" translatable="yes"><b>Location:</b></property>
1455
<property name="use_markup">True</property>
1458
<property name="type">label_item</property>
1463
<property name="expand">False</property>
1464
<property name="position">2</property>
1468
<widget class="GtkExpander" id="expander_info_related">
1469
<property name="can_focus">True</property>
1470
<signal name="activate" handler="on_expander_info_related_activate"/>
1472
<widget class="GtkAlignment" id="alignment12">
1473
<property name="visible">True</property>
1474
<property name="left_padding">24</property>
1476
<widget class="GtkTable" id="table_info_related">
1477
<property name="visible">True</property>
1478
<property name="n_rows">2</property>
1479
<property name="n_columns">2</property>
1480
<property name="column_spacing">12</property>
1482
<widget class="GtkLabel" id="label_info_related_parentbranch">
1483
<property name="xalign">0</property>
1484
<property name="label" translatable="yes">(none)</property>
1487
<property name="left_attach">1</property>
1488
<property name="right_attach">2</property>
1489
<property name="y_options"></property>
1493
<widget class="GtkLabel" id="label_info_related_publishbranch">
1494
<property name="xalign">0</property>
1495
<property name="label" translatable="yes">(none)</property>
1498
<property name="left_attach">1</property>
1499
<property name="right_attach">2</property>
1500
<property name="top_attach">1</property>
1501
<property name="bottom_attach">2</property>
1502
<property name="y_options"></property>
1506
<widget class="GtkLabel" id="label_info_related_publishbranch_label">
1507
<property name="xalign">0</property>
1508
<property name="label" translatable="yes">Publish to branch: </property>
1511
<property name="top_attach">1</property>
1512
<property name="bottom_attach">2</property>
1513
<property name="x_options">GTK_FILL</property>
1514
<property name="y_options"></property>
1518
<widget class="GtkLabel" id="label_info_related_parentbranch_label">
1519
<property name="xalign">0</property>
1520
<property name="label" translatable="yes">Parent branch: </property>
1523
<property name="x_options">GTK_FILL</property>
1524
<property name="y_options"></property>
1532
<widget class="GtkLabel" id="label_info_related">
1533
<property name="visible">True</property>
1534
<property name="label" translatable="yes"><b>Related branches:</b></property>
1535
<property name="use_markup">True</property>
1538
<property name="type">label_item</property>
1543
<property name="expand">False</property>
1544
<property name="position">3</property>
1548
<widget class="GtkExpander" id="expander_info_format">
1549
<property name="can_focus">True</property>
1550
<signal name="activate" handler="on_expander_info_format_activate"/>
1552
<widget class="GtkAlignment" id="alignment13">
1553
<property name="visible">True</property>
1554
<property name="left_padding">24</property>
1556
<widget class="GtkTable" id="table_info_format">
1557
<property name="visible">True</property>
1558
<property name="n_rows">4</property>
1559
<property name="n_columns">2</property>
1560
<property name="column_spacing">12</property>
1562
<widget class="GtkLabel" id="label_info_format_control">
1563
<property name="xalign">0</property>
1564
<property name="label" translatable="yes">(none)</property>
1567
<property name="left_attach">1</property>
1568
<property name="right_attach">2</property>
1569
<property name="y_options"></property>
1573
<widget class="GtkLabel" id="label_info_format_workingtree">
1574
<property name="xalign">0</property>
1575
<property name="label" translatable="yes">(none)</property>
1578
<property name="left_attach">1</property>
1579
<property name="right_attach">2</property>
1580
<property name="top_attach">1</property>
1581
<property name="bottom_attach">2</property>
1582
<property name="y_options"></property>
1586
<widget class="GtkLabel" id="label_info_format_branch">
1587
<property name="xalign">0</property>
1588
<property name="label" translatable="yes">(none)</property>
1591
<property name="left_attach">1</property>
1592
<property name="right_attach">2</property>
1593
<property name="top_attach">2</property>
1594
<property name="bottom_attach">3</property>
1595
<property name="y_options"></property>
1599
<widget class="GtkLabel" id="label_info_format_repository">
1600
<property name="xalign">0</property>
1601
<property name="label" translatable="yes">(none)</property>
1604
<property name="left_attach">1</property>
1605
<property name="right_attach">2</property>
1606
<property name="top_attach">3</property>
1607
<property name="bottom_attach">4</property>
1608
<property name="y_options"></property>
1612
<widget class="GtkLabel" id="label_info_format_repository_label">
1613
<property name="xalign">0</property>
1614
<property name="label" translatable="yes">Repository format: </property>
1617
<property name="top_attach">3</property>
1618
<property name="bottom_attach">4</property>
1619
<property name="x_options">GTK_FILL</property>
1620
<property name="y_options"></property>
1624
<widget class="GtkLabel" id="label_info_format_branch_label">
1625
<property name="xalign">0</property>
1626
<property name="label" translatable="yes">Branch format: </property>
1629
<property name="top_attach">2</property>
1630
<property name="bottom_attach">3</property>
1631
<property name="x_options">GTK_FILL</property>
1632
<property name="y_options"></property>
1636
<widget class="GtkLabel" id="label_info_format_workingtree_label">
1637
<property name="xalign">0</property>
1638
<property name="label" translatable="yes">Working tree format: </property>
1641
<property name="top_attach">1</property>
1642
<property name="bottom_attach">2</property>
1643
<property name="x_options">GTK_FILL</property>
1644
<property name="y_options"></property>
1648
<widget class="GtkLabel" id="label_info_format_control_label">
1649
<property name="xalign">0</property>
1650
<property name="label" translatable="yes">Control format: </property>
1653
<property name="x_options">GTK_FILL</property>
1654
<property name="y_options"></property>
1662
<widget class="GtkLabel" id="label_info_format">
1663
<property name="visible">True</property>
1664
<property name="label" translatable="yes"><b>Format:</b></property>
1665
<property name="use_markup">True</property>
1668
<property name="type">label_item</property>
1673
<property name="expand">False</property>
1674
<property name="position">4</property>
1678
<widget class="GtkExpander" id="expander_info_locking">
1679
<property name="can_focus">True</property>
1680
<signal name="activate" handler="on_expander_info_locking_activate"/>
1682
<widget class="GtkAlignment" id="alignment14">
1683
<property name="visible">True</property>
1684
<property name="left_padding">24</property>
1686
<widget class="GtkTable" id="table_info_locking">
1687
<property name="visible">True</property>
1688
<property name="n_rows">3</property>
1689
<property name="n_columns">2</property>
1690
<property name="column_spacing">12</property>
1692
<widget class="GtkLabel" id="label_info_locking_workingtree">
1693
<property name="xalign">0</property>
1694
<property name="label" translatable="yes">(none)</property>
1697
<property name="left_attach">1</property>
1698
<property name="right_attach">2</property>
1699
<property name="y_options"></property>
1703
<widget class="GtkLabel" id="label_info_locking_branch">
1704
<property name="xalign">0</property>
1705
<property name="label" translatable="yes">(none)</property>
1708
<property name="left_attach">1</property>
1709
<property name="right_attach">2</property>
1710
<property name="top_attach">1</property>
1711
<property name="bottom_attach">2</property>
1712
<property name="y_options"></property>
1716
<widget class="GtkLabel" id="label_info_locking_repository">
1717
<property name="xalign">0</property>
1718
<property name="label" translatable="yes">(none)</property>
1721
<property name="left_attach">1</property>
1722
<property name="right_attach">2</property>
1723
<property name="top_attach">2</property>
1724
<property name="bottom_attach">3</property>
1725
<property name="y_options"></property>
1729
<widget class="GtkLabel" id="label_info_locking_repository_label">
1730
<property name="xalign">0</property>
1731
<property name="label" translatable="yes">Repository lock status: </property>
1734
<property name="top_attach">2</property>
1735
<property name="bottom_attach">3</property>
1736
<property name="x_options">GTK_FILL</property>
1737
<property name="y_options"></property>
1741
<widget class="GtkLabel" id="label_info_locking_branch_label">
1742
<property name="xalign">0</property>
1743
<property name="label" translatable="yes">Branch lock status: </property>
1746
<property name="top_attach">1</property>
1747
<property name="bottom_attach">2</property>
1748
<property name="x_options">GTK_FILL</property>
1749
<property name="y_options"></property>
1753
<widget class="GtkLabel" id="label_info_locking_workingtree_label">
1754
<property name="xalign">0</property>
1755
<property name="label" translatable="yes">Working tree lock status: </property>
1758
<property name="x_options">GTK_FILL</property>
1759
<property name="y_options"></property>
1767
<widget class="GtkLabel" id="label_info_locking">
1768
<property name="visible">True</property>
1769
<property name="label" translatable="yes"><b>Lock status:</b></property>
1770
<property name="use_markup">True</property>
1773
<property name="type">label_item</property>
1778
<property name="expand">False</property>
1779
<property name="position">5</property>
1783
<widget class="GtkExpander" id="expander_info_missing">
1784
<property name="can_focus">True</property>
1785
<signal name="activate" handler="on_expander_info_missing_activate"/>
1787
<widget class="GtkAlignment" id="alignment15">
1788
<property name="visible">True</property>
1789
<property name="left_padding">24</property>
1791
<widget class="GtkTable" id="table_info_missing">
1792
<property name="visible">True</property>
1793
<property name="n_rows">2</property>
1794
<property name="n_columns">2</property>
1795
<property name="column_spacing">12</property>
1797
<widget class="GtkLabel" id="label_info_missing_workingtree">
1798
<property name="xalign">0</property>
1799
<property name="label" translatable="yes">(none)</property>
1802
<property name="left_attach">1</property>
1803
<property name="right_attach">2</property>
1804
<property name="y_options"></property>
1808
<widget class="GtkLabel" id="label_info_missing_branch">
1809
<property name="xalign">0</property>
1810
<property name="label" translatable="yes">(none)</property>
1813
<property name="left_attach">1</property>
1814
<property name="right_attach">2</property>
1815
<property name="top_attach">1</property>
1816
<property name="bottom_attach">2</property>
1817
<property name="y_options"></property>
1821
<widget class="GtkLabel" id="label_info_missing_branch_label">
1822
<property name="xalign">0</property>
1823
<property name="label" translatable="yes">Missing revisions in branch: </property>
1826
<property name="top_attach">1</property>
1827
<property name="bottom_attach">2</property>
1828
<property name="x_options">GTK_FILL</property>
1829
<property name="y_options"></property>
1833
<widget class="GtkLabel" id="label_info_missing_workingtree_label">
1834
<property name="xalign">0</property>
1835
<property name="label" translatable="yes">Missing revisions in working tree: </property>
1838
<property name="x_options">GTK_FILL</property>
1839
<property name="y_options"></property>
1847
<widget class="GtkLabel" id="label_info_missing">
1848
<property name="visible">True</property>
1849
<property name="label" translatable="yes"><b>Missing revisions:</b></property>
1850
<property name="use_markup">True</property>
1853
<property name="type">label_item</property>
1858
<property name="expand">False</property>
1859
<property name="position">6</property>
1863
<widget class="GtkExpander" id="expander_info_wtstats">
1864
<property name="can_focus">True</property>
1865
<signal name="activate" handler="on_expander_info_wtstats_activate"/>
1867
<widget class="GtkAlignment" id="alignment16">
1868
<property name="visible">True</property>
1869
<property name="left_padding">24</property>
1871
<widget class="GtkTable" id="table_info_wtstats">
1872
<property name="visible">True</property>
1873
<property name="n_rows">8</property>
1874
<property name="n_columns">2</property>
1875
<property name="column_spacing">12</property>
1877
<widget class="GtkLabel" id="label_info_wtstats_unchanged">
1878
<property name="xalign">0</property>
1879
<property name="label" translatable="yes">(none)</property>
1882
<property name="left_attach">1</property>
1883
<property name="right_attach">2</property>
1884
<property name="y_options"></property>
1888
<widget class="GtkLabel" id="label_info_wtstats_modified">
1889
<property name="xalign">0</property>
1890
<property name="label" translatable="yes">(none)</property>
1893
<property name="left_attach">1</property>
1894
<property name="right_attach">2</property>
1895
<property name="top_attach">1</property>
1896
<property name="bottom_attach">2</property>
1897
<property name="y_options"></property>
1901
<widget class="GtkLabel" id="label_info_wtstats_added">
1902
<property name="xalign">0</property>
1903
<property name="label" translatable="yes">(none)</property>
1906
<property name="left_attach">1</property>
1907
<property name="right_attach">2</property>
1908
<property name="top_attach">2</property>
1909
<property name="bottom_attach">3</property>
1910
<property name="y_options"></property>
1914
<widget class="GtkLabel" id="label_info_wtstats_removed">
1915
<property name="xalign">0</property>
1916
<property name="label" translatable="yes">(none)</property>
1919
<property name="left_attach">1</property>
1920
<property name="right_attach">2</property>
1921
<property name="top_attach">3</property>
1922
<property name="bottom_attach">4</property>
1923
<property name="y_options"></property>
1927
<widget class="GtkLabel" id="label_info_wtstats_renamed">
1928
<property name="xalign">0</property>
1929
<property name="label" translatable="yes">(none)</property>
1932
<property name="left_attach">1</property>
1933
<property name="right_attach">2</property>
1934
<property name="top_attach">4</property>
1935
<property name="bottom_attach">5</property>
1936
<property name="y_options"></property>
1940
<widget class="GtkLabel" id="label_info_wtstats_unknown">
1941
<property name="xalign">0</property>
1942
<property name="label" translatable="yes">(none)</property>
1945
<property name="left_attach">1</property>
1946
<property name="right_attach">2</property>
1947
<property name="top_attach">5</property>
1948
<property name="bottom_attach">6</property>
1949
<property name="y_options"></property>
1953
<widget class="GtkLabel" id="label_info_wtstats_ignored">
1954
<property name="xalign">0</property>
1955
<property name="label" translatable="yes">(none)</property>
1958
<property name="left_attach">1</property>
1959
<property name="right_attach">2</property>
1960
<property name="top_attach">6</property>
1961
<property name="bottom_attach">7</property>
1962
<property name="y_options"></property>
1966
<widget class="GtkLabel" id="label_info_wtstats_subdirs">
1967
<property name="xalign">0</property>
1968
<property name="label" translatable="yes">(none)</property>
1971
<property name="left_attach">1</property>
1972
<property name="right_attach">2</property>
1973
<property name="top_attach">7</property>
1974
<property name="bottom_attach">8</property>
1975
<property name="y_options"></property>
1979
<widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
1980
<property name="xalign">0</property>
1981
<property name="label" translatable="yes">Versioned subdirectories: </property>
1984
<property name="top_attach">7</property>
1985
<property name="bottom_attach">8</property>
1986
<property name="x_options">GTK_FILL</property>
1987
<property name="y_options"></property>
1991
<widget class="GtkLabel" id="label_info_wtstats_ignored_label">
1992
<property name="xalign">0</property>
1993
<property name="label" translatable="yes">Ignored files: </property>
1996
<property name="top_attach">6</property>
1997
<property name="bottom_attach">7</property>
1998
<property name="x_options">GTK_FILL</property>
1999
<property name="y_options"></property>
2003
<widget class="GtkLabel" id="label_info_wtstats_unknown_label">
2004
<property name="xalign">0</property>
2005
<property name="label" translatable="yes">Unknown files: </property>
2008
<property name="top_attach">5</property>
2009
<property name="bottom_attach">6</property>
2010
<property name="x_options">GTK_FILL</property>
2011
<property name="y_options"></property>
2015
<widget class="GtkLabel" id="label_info_wtstats_renamed_label">
2016
<property name="xalign">0</property>
2017
<property name="label" translatable="yes">Renamed files: </property>
2020
<property name="top_attach">4</property>
2021
<property name="bottom_attach">5</property>
2022
<property name="x_options">GTK_FILL</property>
2023
<property name="y_options"></property>
2027
<widget class="GtkLabel" id="label_info_wtstats_removed_label">
2028
<property name="xalign">0</property>
2029
<property name="label" translatable="yes">Removed files: </property>
2032
<property name="top_attach">3</property>
2033
<property name="bottom_attach">4</property>
2034
<property name="x_options">GTK_FILL</property>
2035
<property name="y_options"></property>
2039
<widget class="GtkLabel" id="label_info_wtstats_added_label">
2040
<property name="xalign">0</property>
2041
<property name="label" translatable="yes">Added files: </property>
2044
<property name="top_attach">2</property>
2045
<property name="bottom_attach">3</property>
2046
<property name="x_options">GTK_FILL</property>
2047
<property name="y_options"></property>
2051
<widget class="GtkLabel" id="label_info_wtstats_modified_label">
2052
<property name="xalign">0</property>
2053
<property name="label" translatable="yes">Modified files: </property>
2056
<property name="top_attach">1</property>
2057
<property name="bottom_attach">2</property>
2058
<property name="x_options">GTK_FILL</property>
2059
<property name="y_options"></property>
2063
<widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
2064
<property name="xalign">0</property>
2065
<property name="label" translatable="yes">Unchanged files: </property>
2068
<property name="x_options">GTK_FILL</property>
2069
<property name="y_options"></property>
2077
<widget class="GtkLabel" id="label_info_wtstats">
2078
<property name="visible">True</property>
2079
<property name="label" translatable="yes"><b>In the working tree:</b></property>
2080
<property name="use_markup">True</property>
2083
<property name="type">label_item</property>
2088
<property name="expand">False</property>
2089
<property name="position">7</property>
2093
<widget class="GtkExpander" id="expander_info_brstats">
2094
<property name="can_focus">True</property>
2095
<signal name="activate" handler="on_expander_info_brstats_activate"/>
2097
<widget class="GtkAlignment" id="alignment17">
2098
<property name="visible">True</property>
2099
<property name="left_padding">24</property>
2101
<widget class="GtkTable" id="table_info_brstats">
2102
<property name="visible">True</property>
2103
<property name="n_rows">5</property>
2104
<property name="n_columns">2</property>
2105
<property name="column_spacing">12</property>
2107
<widget class="GtkLabel" id="label_info_brstats_revno">
2108
<property name="xalign">0</property>
2109
<property name="label" translatable="yes">(none)</property>
2112
<property name="left_attach">1</property>
2113
<property name="right_attach">2</property>
2114
<property name="y_options"></property>
2118
<widget class="GtkLabel" id="label_info_brstats_commiters">
2119
<property name="xalign">0</property>
2120
<property name="label" translatable="yes">(none)</property>
2123
<property name="left_attach">1</property>
2124
<property name="right_attach">2</property>
2125
<property name="top_attach">1</property>
2126
<property name="bottom_attach">2</property>
2127
<property name="y_options"></property>
2131
<widget class="GtkLabel" id="label_info_brstats_age">
2132
<property name="xalign">0</property>
2133
<property name="label" translatable="yes">(none)</property>
2136
<property name="left_attach">1</property>
2137
<property name="right_attach">2</property>
2138
<property name="top_attach">2</property>
2139
<property name="bottom_attach">3</property>
2140
<property name="y_options"></property>
2144
<widget class="GtkLabel" id="label_info_brstats_firstrev">
2145
<property name="xalign">0</property>
2146
<property name="label" translatable="yes">(none)</property>
2149
<property name="left_attach">1</property>
2150
<property name="right_attach">2</property>
2151
<property name="top_attach">3</property>
2152
<property name="bottom_attach">4</property>
2153
<property name="y_options"></property>
2157
<widget class="GtkLabel" id="label_info_brstats_lastrev">
2158
<property name="xalign">0</property>
2159
<property name="label" translatable="yes">(none)</property>
2162
<property name="left_attach">1</property>
2163
<property name="right_attach">2</property>
2164
<property name="top_attach">4</property>
2165
<property name="bottom_attach">5</property>
2166
<property name="y_options"></property>
2170
<widget class="GtkLabel" id="label_info_brstats_lastrev_label">
2171
<property name="xalign">0</property>
2172
<property name="label" translatable="yes">Time of last revision: </property>
2175
<property name="top_attach">4</property>
2176
<property name="bottom_attach">5</property>
2177
<property name="x_options">GTK_FILL</property>
2178
<property name="y_options"></property>
2182
<widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2183
<property name="xalign">0</property>
2184
<property name="label" translatable="yes">Time of first revision: </property>
2187
<property name="top_attach">3</property>
2188
<property name="bottom_attach">4</property>
2189
<property name="x_options">GTK_FILL</property>
2190
<property name="y_options"></property>
2194
<widget class="GtkLabel" id="label_info_brstats_age_label">
2195
<property name="xalign">0</property>
2196
<property name="label" translatable="yes">Age of branch in days: </property>
2199
<property name="top_attach">2</property>
2200
<property name="bottom_attach">3</property>
2201
<property name="x_options">GTK_FILL</property>
2202
<property name="y_options"></property>
2206
<widget class="GtkLabel" id="label_info_brstats_commiters_label">
2207
<property name="xalign">0</property>
2208
<property name="label" translatable="yes">Number of commiters: </property>
2211
<property name="top_attach">1</property>
2212
<property name="bottom_attach">2</property>
2213
<property name="x_options">GTK_FILL</property>
2214
<property name="y_options"></property>
2218
<widget class="GtkLabel" id="label_info_brstats_revno_label">
2219
<property name="xalign">0</property>
2220
<property name="label" translatable="yes">Revisions in branch: </property>
2223
<property name="x_options">GTK_FILL</property>
2224
<property name="y_options"></property>
2232
<widget class="GtkLabel" id="label_info_brstats">
2233
<property name="visible">True</property>
2234
<property name="label" translatable="yes"><b>Branch history:</b></property>
2235
<property name="use_markup">True</property>
2238
<property name="type">label_item</property>
2243
<property name="expand">False</property>
2244
<property name="position">8</property>
2248
<widget class="GtkExpander" id="expander_info_repstats">
2249
<property name="can_focus">True</property>
2250
<signal name="activate" handler="on_expander_info_repstats_activate"/>
2252
<widget class="GtkAlignment" id="alignment18">
2253
<property name="visible">True</property>
2254
<property name="left_padding">24</property>
2256
<widget class="GtkTable" id="table_info_repstats">
2257
<property name="visible">True</property>
2258
<property name="n_rows">2</property>
2259
<property name="n_columns">2</property>
2260
<property name="column_spacing">12</property>
2262
<widget class="GtkLabel" id="label_info_repstats_revisions">
2263
<property name="xalign">0</property>
2264
<property name="label" translatable="yes">(none)</property>
2267
<property name="left_attach">1</property>
2268
<property name="right_attach">2</property>
2269
<property name="y_options"></property>
2273
<widget class="GtkLabel" id="label_info_repstats_size">
2274
<property name="xalign">0</property>
2275
<property name="label" translatable="yes">(none)</property>
2278
<property name="left_attach">1</property>
2279
<property name="right_attach">2</property>
2280
<property name="top_attach">1</property>
2281
<property name="bottom_attach">2</property>
2282
<property name="y_options"></property>
2286
<widget class="GtkLabel" id="label_info_repstats_size_label">
2287
<property name="xalign">0</property>
2288
<property name="label" translatable="yes">Size of repository: </property>
2291
<property name="top_attach">1</property>
2292
<property name="bottom_attach">2</property>
2293
<property name="x_options">GTK_FILL</property>
2294
<property name="y_options"></property>
2298
<widget class="GtkLabel" id="label_info_repstats_revisions_label">
2299
<property name="xalign">0</property>
2300
<property name="label" translatable="yes">Revisions in repository: </property>
2303
<property name="x_options">GTK_FILL</property>
2304
<property name="y_options"></property>
2312
<widget class="GtkLabel" id="label_info_repstats">
2313
<property name="visible">True</property>
2314
<property name="label" translatable="yes"><b>Revision store:</b></property>
2315
<property name="use_markup">True</property>
2318
<property name="type">label_item</property>
2323
<property name="expand">False</property>
2324
<property name="position">9</property>
2327
<child internal-child="action_area">
2328
<widget class="GtkHButtonBox" id="hbuttonbox_info">
2329
<property name="visible">True</property>
2330
<property name="can_default">True</property>
2331
<property name="has_default">True</property>
2332
<property name="layout_style">GTK_BUTTONBOX_END</property>
2334
<widget class="GtkButton" id="button_info_close">
2335
<property name="visible">True</property>
2336
<property name="can_focus">True</property>
2337
<property name="can_default">True</property>
2338
<property name="has_default">True</property>
2339
<property name="label">gtk-close</property>
2340
<property name="use_stock">True</property>
2341
<signal name="clicked" handler="on_button_info_close_clicked"/>
2346
<property name="expand">False</property>
2347
<property name="fill">False</property>
2348
<property name="pack_type">GTK_PACK_END</property>
2354
<widget class="GtkDialog" id="window_merge">
2355
<property name="visible">True</property>
2356
<property name="title" translatable="yes">Merge - Olive</property>
2357
<property name="icon">oliveicon2.png</property>
2358
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2359
<child internal-child="vbox">
2360
<widget class="GtkVBox" id="vbox_merge">
2361
<property name="visible">True</property>
2362
<property name="spacing">3</property>
2364
<widget class="GtkHBox" id="hbox_merge">
2365
<property name="visible">True</property>
2366
<property name="spacing">3</property>
2368
<widget class="GtkLabel" id="label_merge">
2369
<property name="visible">True</property>
2370
<property name="label" translatable="yes">Merge from:</property>
2373
<property name="expand">False</property>
2374
<property name="fill">False</property>
2378
<widget class="GtkEntry" id="entry_merge">
2379
<property name="visible">True</property>
2380
<property name="can_focus">True</property>
2383
<property name="position">1</property>
2387
<widget class="GtkButton" id="button_merge_open">
2388
<property name="visible">True</property>
2389
<property name="can_focus">True</property>
2390
<signal name="clicked" handler="on_button_merge_open_clicked"/>
2392
<widget class="GtkImage" id="image240">
2393
<property name="visible">True</property>
2394
<property name="stock">gtk-open</property>
2399
<property name="expand">False</property>
2400
<property name="fill">False</property>
2401
<property name="position">2</property>
2406
<property name="expand">False</property>
2407
<property name="fill">False</property>
2408
<property name="position">2</property>
2411
<child internal-child="action_area">
2412
<widget class="GtkHButtonBox" id="hbuttonbox_merge">
2413
<property name="visible">True</property>
2414
<property name="layout_style">GTK_BUTTONBOX_END</property>
2416
<widget class="GtkButton" id="button_merge_cancel">
2417
<property name="visible">True</property>
2418
<property name="can_focus">True</property>
2419
<property name="can_default">True</property>
2420
<property name="label">gtk-cancel</property>
2421
<property name="use_stock">True</property>
2422
<signal name="clicked" handler="on_button_merge_cancel_clicked"/>
2426
<widget class="GtkButton" id="button_merge_merge">
2427
<property name="visible">True</property>
2428
<property name="can_focus">True</property>
2429
<property name="can_default">True</property>
2430
<property name="has_default">True</property>
2431
<signal name="clicked" handler="on_button_merge_merge_clicked"/>
2433
<widget class="GtkAlignment" id="alignment19">
2434
<property name="visible">True</property>
2435
<property name="xscale">0</property>
2436
<property name="yscale">0</property>
2438
<widget class="GtkHBox" id="hbox14">
2439
<property name="visible">True</property>
2440
<property name="spacing">2</property>
2442
<widget class="GtkImage" id="image239">
2443
<property name="visible">True</property>
2444
<property name="stock">gtk-apply</property>
2447
<property name="expand">False</property>
2448
<property name="fill">False</property>
2452
<widget class="GtkLabel" id="label21">
2453
<property name="visible">True</property>
2454
<property name="label" translatable="yes">_Merge</property>
2455
<property name="use_underline">True</property>
2458
<property name="expand">False</property>
2459
<property name="fill">False</property>
2460
<property name="position">1</property>
2469
<property name="position">1</property>
2474
<property name="expand">False</property>
2475
<property name="fill">False</property>
2476
<property name="pack_type">GTK_PACK_END</property>