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>
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>
580
<property name="expand">False</property>
581
<property name="fill">False</property>
582
<property name="position">6</property>
586
<widget class="GtkEntry" id="entry_history_revno">
587
<property name="width_request">75</property>
588
<property name="visible">True</property>
589
<property name="sensitive">False</property>
590
<property name="can_focus">True</property>
591
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
594
<property name="expand">False</property>
595
<property name="fill">False</property>
596
<property name="position">7</property>
600
<widget class="GtkButton" id="button_history_browse">
601
<property name="visible">True</property>
602
<property name="sensitive">False</property>
603
<property name="can_focus">True</property>
604
<property name="receives_default">True</property>
605
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
606
<signal name="clicked" handler="on_button_history_browse_clicked"/>
608
<widget class="GtkImage" id="image_history_browse">
609
<property name="visible">True</property>
610
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
611
<property name="stock">gtk-open</property>
616
<property name="expand">False</property>
617
<property name="fill">False</property>
618
<property name="position">8</property>
623
<property name="expand">False</property>
624
<property name="fill">False</property>
628
<widget class="GtkScrolledWindow" id="scrolledwindow_right">
629
<property name="visible">True</property>
630
<property name="can_focus">True</property>
631
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
632
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
634
<widget class="GtkTreeView" id="treeview_right">
635
<property name="visible">True</property>
636
<property name="can_focus">True</property>
637
<property name="headers_visible">False</property>
638
<signal name="button_press_event" handler="on_treeview_right_button_press_event"/>
639
<signal name="row_activated" handler="on_treeview_right_row_activated"/>
644
<property name="position">1</property>
651
<property name="position">2</property>
655
<widget class="GtkStatusbar" id="statusbar">
656
<property name="visible">True</property>
659
<property name="expand">False</property>
660
<property name="fill">False</property>
661
<property name="position">3</property>
667
<widget class="GtkAboutDialog" id="aboutdialog">
668
<property name="visible">True</property>
669
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
670
<property name="name">Olive</property>
671
<property name="copyright" translatable="yes">Copyright (C) 2006 Szilveszter Farkas (Phanatic)</property>
672
<property name="website">https://launchpad.net/products/olive</property>
673
<property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
674
<property name="authors">Szilveszter Farkas (Phanatic) <szilveszter.farkas@gmail.com></property>
675
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
676
<property name="logo">oliveicon2.png</property>
677
<child internal-child="vbox">
678
<widget class="GtkVBox" id="dialog-vbox1">
679
<child internal-child="action_area">
680
<widget class="GtkHButtonBox" id="dialog-action_area1">
683
<property name="expand">False</property>
684
<property name="pack_type">GTK_PACK_END</property>
690
<widget class="GtkDialog" id="window_add">
691
<property name="visible">True</property>
692
<property name="title" translatable="yes">Olive - Add file(s)</property>
693
<property name="resizable">False</property>
694
<property name="icon">oliveicon2.png</property>
695
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
696
<child internal-child="vbox">
697
<widget class="GtkVBox" id="vbox_add">
698
<property name="visible">True</property>
699
<property name="spacing">3</property>
701
<widget class="GtkLabel" id="label_add_question">
702
<property name="visible">True</property>
703
<property name="label" translatable="yes">Which file(s) do you want to add?</property>
706
<property name="expand">False</property>
707
<property name="fill">False</property>
708
<property name="position">2</property>
712
<widget class="GtkRadioButton" id="radiobutton_add_selected">
713
<property name="visible">True</property>
714
<property name="can_focus">True</property>
715
<property name="label" translatable="yes">Selected only</property>
716
<property name="use_underline">True</property>
717
<property name="draw_indicator">True</property>
720
<property name="expand">False</property>
721
<property name="fill">False</property>
722
<property name="position">3</property>
726
<widget class="GtkRadioButton" id="radiobutton_add_unknown">
727
<property name="visible">True</property>
728
<property name="can_focus">True</property>
729
<property name="label" translatable="yes">All unknowns recursively</property>
730
<property name="use_underline">True</property>
731
<property name="draw_indicator">True</property>
732
<property name="group">radiobutton_add_selected</property>
735
<property name="expand">False</property>
736
<property name="fill">False</property>
737
<property name="position">4</property>
740
<child internal-child="action_area">
741
<widget class="GtkHButtonBox" id="hbuttonbox_add">
742
<property name="visible">True</property>
743
<property name="layout_style">GTK_BUTTONBOX_END</property>
745
<widget class="GtkButton" id="button_add_cancel">
746
<property name="visible">True</property>
747
<property name="can_focus">True</property>
748
<property name="can_default">True</property>
749
<property name="label">gtk-cancel</property>
750
<property name="use_stock">True</property>
751
<signal name="clicked" handler="on_button_add_cancel_clicked"/>
755
<widget class="GtkButton" id="button_add_add">
756
<property name="visible">True</property>
757
<property name="can_focus">True</property>
758
<property name="can_default">True</property>
759
<property name="has_default">True</property>
760
<signal name="clicked" handler="on_button_add_add_clicked"/>
762
<widget class="GtkAlignment" id="alignment3">
763
<property name="visible">True</property>
764
<property name="xscale">0</property>
765
<property name="yscale">0</property>
767
<widget class="GtkHBox" id="hbox5">
768
<property name="visible">True</property>
769
<property name="spacing">2</property>
771
<widget class="GtkImage" id="image13">
772
<property name="visible">True</property>
773
<property name="stock">gtk-add</property>
776
<property name="expand">False</property>
777
<property name="fill">False</property>
781
<widget class="GtkLabel" id="label8">
782
<property name="visible">True</property>
783
<property name="label" translatable="yes">_Add</property>
784
<property name="use_underline">True</property>
787
<property name="expand">False</property>
788
<property name="fill">False</property>
789
<property name="position">1</property>
798
<property name="position">1</property>
803
<property name="expand">False</property>
804
<property name="pack_type">GTK_PACK_END</property>
810
<widget class="GtkDialog" id="window_remove">
811
<property name="visible">True</property>
812
<property name="title" translatable="yes">Olive - Remove file(s)</property>
813
<property name="resizable">False</property>
814
<property name="icon">oliveicon2.png</property>
815
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
816
<child internal-child="vbox">
817
<widget class="GtkVBox" id="vbox_remove">
818
<property name="visible">True</property>
819
<property name="spacing">3</property>
821
<widget class="GtkLabel" id="label_remove_question">
822
<property name="visible">True</property>
823
<property name="label" translatable="yes">Which file(s) do you want to remove?</property>
826
<property name="expand">False</property>
827
<property name="fill">False</property>
828
<property name="position">2</property>
832
<widget class="GtkRadioButton" id="radiobutton_remove_selected">
833
<property name="visible">True</property>
834
<property name="can_focus">True</property>
835
<property name="label" translatable="yes">Selected only</property>
836
<property name="use_underline">True</property>
837
<property name="draw_indicator">True</property>
840
<property name="expand">False</property>
841
<property name="fill">False</property>
842
<property name="position">3</property>
846
<widget class="GtkRadioButton" id="radiobutton_remove_new">
847
<property name="visible">True</property>
848
<property name="can_focus">True</property>
849
<property name="label" translatable="yes">All files with status 'added'</property>
850
<property name="use_underline">True</property>
851
<property name="draw_indicator">True</property>
852
<property name="group">radiobutton_remove_selected</property>
855
<property name="expand">False</property>
856
<property name="fill">False</property>
857
<property name="position">4</property>
860
<child internal-child="action_area">
861
<widget class="GtkHButtonBox" id="hbuttonbox_remove">
862
<property name="visible">True</property>
863
<property name="layout_style">GTK_BUTTONBOX_END</property>
865
<widget class="GtkButton" id="button_remove_cancel">
866
<property name="visible">True</property>
867
<property name="can_focus">True</property>
868
<property name="can_default">True</property>
869
<property name="label">gtk-cancel</property>
870
<property name="use_stock">True</property>
871
<signal name="clicked" handler="on_button_remove_cancel_clicked"/>
875
<widget class="GtkButton" id="button_remove_remove">
876
<property name="visible">True</property>
877
<property name="can_focus">True</property>
878
<property name="can_default">True</property>
879
<property name="has_default">True</property>
880
<signal name="clicked" handler="on_button_remove_remove_clicked"/>
882
<widget class="GtkAlignment" id="alignment4">
883
<property name="visible">True</property>
884
<property name="xscale">0</property>
885
<property name="yscale">0</property>
887
<widget class="GtkHBox" id="hbox6">
888
<property name="visible">True</property>
889
<property name="spacing">2</property>
891
<widget class="GtkImage" id="image39">
892
<property name="visible">True</property>
893
<property name="stock">gtk-remove</property>
896
<property name="expand">False</property>
897
<property name="fill">False</property>
901
<widget class="GtkLabel" id="label10">
902
<property name="visible">True</property>
903
<property name="label" translatable="yes">_Remove</property>
904
<property name="use_underline">True</property>
907
<property name="expand">False</property>
908
<property name="fill">False</property>
909
<property name="position">1</property>
918
<property name="position">1</property>
923
<property name="expand">False</property>
924
<property name="pack_type">GTK_PACK_END</property>
930
<widget class="GtkDialog" id="window_mkdir">
931
<property name="visible">True</property>
932
<property name="title" translatable="yes">Olive - Make directory</property>
933
<property name="icon">oliveicon2.png</property>
934
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
935
<child internal-child="vbox">
936
<widget class="GtkVBox" id="vbox_mkdir">
937
<property name="visible">True</property>
938
<property name="spacing">3</property>
940
<widget class="GtkEntry" id="entry_mkdir">
941
<property name="visible">True</property>
942
<property name="can_focus">True</property>
943
<property name="has_focus">True</property>
946
<property name="expand">False</property>
947
<property name="fill">False</property>
948
<property name="position">2</property>
952
<widget class="GtkCheckButton" id="checkbutton_mkdir_versioned">
953
<property name="visible">True</property>
954
<property name="can_focus">True</property>
955
<property name="label" translatable="yes">_Versioned directory</property>
956
<property name="use_underline">True</property>
957
<property name="active">True</property>
958
<property name="draw_indicator">True</property>
961
<property name="expand">False</property>
962
<property name="fill">False</property>
963
<property name="position">3</property>
966
<child internal-child="action_area">
967
<widget class="GtkHButtonBox" id="hbuttonbox_mkdir">
968
<property name="visible">True</property>
969
<property name="layout_style">GTK_BUTTONBOX_END</property>
971
<widget class="GtkButton" id="button_mkdir_cancel">
972
<property name="visible">True</property>
973
<property name="can_focus">True</property>
974
<property name="can_default">True</property>
975
<property name="label">gtk-cancel</property>
976
<property name="use_stock">True</property>
977
<signal name="clicked" handler="on_button_mkdir_cancel_clicked"/>
981
<widget class="GtkButton" id="button_mkdir_mkdir">
982
<property name="visible">True</property>
983
<property name="can_focus">True</property>
984
<property name="can_default">True</property>
985
<property name="has_default">True</property>
986
<signal name="clicked" handler="on_button_mkdir_mkdir_clicked"/>
988
<widget class="GtkAlignment" id="alignment8">
989
<property name="visible">True</property>
990
<property name="xscale">0</property>
991
<property name="yscale">0</property>
993
<widget class="GtkHBox" id="hbox10">
994
<property name="visible">True</property>
995
<property name="spacing">2</property>
997
<widget class="GtkImage" id="image143">
998
<property name="visible">True</property>
999
<property name="stock">gtk-add</property>
1002
<property name="expand">False</property>
1003
<property name="fill">False</property>
1007
<widget class="GtkLabel" id="label17">
1008
<property name="visible">True</property>
1009
<property name="label" translatable="yes">_Make directory</property>
1010
<property name="use_underline">True</property>
1013
<property name="expand">False</property>
1014
<property name="fill">False</property>
1015
<property name="position">1</property>
1024
<property name="position">1</property>
1029
<property name="expand">False</property>
1030
<property name="fill">False</property>
1031
<property name="pack_type">GTK_PACK_END</property>
1037
<widget class="GtkDialog" id="window_move">
1038
<property name="width_request">250</property>
1039
<property name="title" translatable="yes">Olive - Move</property>
1040
<property name="icon">oliveicon2.png</property>
1041
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1042
<child internal-child="vbox">
1043
<widget class="GtkVBox" id="vbox_move">
1044
<property name="visible">True</property>
1045
<property name="spacing">3</property>
1047
<widget class="GtkHBox" id="hbox_move">
1048
<property name="visible">True</property>
1049
<property name="spacing">5</property>
1051
<widget class="GtkLabel" id="label_move">
1052
<property name="visible">True</property>
1053
<property name="label" translatable="yes">Move to</property>
1056
<property name="expand">False</property>
1057
<property name="fill">False</property>
1061
<widget class="GtkFileChooserButton" id="filechooserbutton_move">
1062
<property name="visible">True</property>
1063
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
1064
<property name="title" translatable="yes">Select a directory</property>
1067
<property name="position">1</property>
1072
<property name="position">2</property>
1075
<child internal-child="action_area">
1076
<widget class="GtkHButtonBox" id="hbuttonbox_move">
1077
<property name="visible">True</property>
1078
<property name="layout_style">GTK_BUTTONBOX_END</property>
1080
<widget class="GtkButton" id="button_move_cancel">
1081
<property name="visible">True</property>
1082
<property name="can_focus">True</property>
1083
<property name="can_default">True</property>
1084
<property name="label">gtk-cancel</property>
1085
<property name="use_stock">True</property>
1086
<signal name="clicked" handler="on_button_move_cancel_clicked"/>
1090
<widget class="GtkButton" id="button_move_move">
1091
<property name="visible">True</property>
1092
<property name="can_focus">True</property>
1093
<property name="can_default">True</property>
1094
<property name="has_default">True</property>
1095
<signal name="clicked" handler="on_button_move_move_clicked"/>
1097
<widget class="GtkAlignment" id="alignment9">
1098
<property name="visible">True</property>
1099
<property name="xscale">0</property>
1100
<property name="yscale">0</property>
1102
<widget class="GtkHBox" id="hbox11">
1103
<property name="visible">True</property>
1104
<property name="spacing">2</property>
1106
<widget class="GtkImage" id="image151">
1107
<property name="visible">True</property>
1108
<property name="stock">gtk-apply</property>
1111
<property name="expand">False</property>
1112
<property name="fill">False</property>
1116
<widget class="GtkLabel" id="label18">
1117
<property name="visible">True</property>
1118
<property name="label" translatable="yes">_Move</property>
1119
<property name="use_underline">True</property>
1122
<property name="expand">False</property>
1123
<property name="fill">False</property>
1124
<property name="position">1</property>
1133
<property name="position">1</property>
1138
<property name="expand">False</property>
1139
<property name="pack_type">GTK_PACK_END</property>
1145
<widget class="GtkDialog" id="window_rename">
1146
<property name="title" translatable="yes">Olive - Rename</property>
1147
<property name="icon">oliveicon2.png</property>
1148
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1149
<child internal-child="vbox">
1150
<widget class="GtkVBox" id="vbox_rename">
1151
<property name="visible">True</property>
1152
<property name="spacing">3</property>
1154
<widget class="GtkHBox" id="hbox_rename">
1155
<property name="visible">True</property>
1156
<property name="spacing">5</property>
1158
<widget class="GtkLabel" id="label_rename">
1159
<property name="visible">True</property>
1160
<property name="label" translatable="yes">Rename to</property>
1163
<property name="expand">False</property>
1164
<property name="fill">False</property>
1168
<widget class="GtkEntry" id="entry_rename">
1169
<property name="visible">True</property>
1170
<property name="can_focus">True</property>
1171
<property name="has_focus">True</property>
1174
<property name="position">1</property>
1179
<property name="position">2</property>
1182
<child internal-child="action_area">
1183
<widget class="GtkHButtonBox" id="hbuttonbox_rename">
1184
<property name="visible">True</property>
1185
<property name="layout_style">GTK_BUTTONBOX_END</property>
1187
<widget class="GtkButton" id="button_rename_cancel">
1188
<property name="visible">True</property>
1189
<property name="can_focus">True</property>
1190
<property name="can_default">True</property>
1191
<property name="label">gtk-cancel</property>
1192
<property name="use_stock">True</property>
1193
<signal name="clicked" handler="on_button_rename_cancel_clicked"/>
1197
<widget class="GtkButton" id="button_rename_rename">
1198
<property name="visible">True</property>
1199
<property name="can_focus">True</property>
1200
<property name="can_default">True</property>
1201
<property name="has_default">True</property>
1202
<signal name="clicked" handler="on_button_rename_rename_clicked"/>
1204
<widget class="GtkAlignment" id="alignment10">
1205
<property name="visible">True</property>
1206
<property name="xscale">0</property>
1207
<property name="yscale">0</property>
1209
<widget class="GtkHBox" id="hbox13">
1210
<property name="visible">True</property>
1211
<property name="spacing">2</property>
1213
<widget class="GtkImage" id="image159">
1214
<property name="visible">True</property>
1215
<property name="stock">gtk-apply</property>
1218
<property name="expand">False</property>
1219
<property name="fill">False</property>
1223
<widget class="GtkLabel" id="label20">
1224
<property name="visible">True</property>
1225
<property name="label" translatable="yes">_Rename</property>
1226
<property name="use_underline">True</property>
1229
<property name="expand">False</property>
1230
<property name="fill">False</property>
1231
<property name="position">1</property>
1240
<property name="position">1</property>
1245
<property name="expand">False</property>
1246
<property name="pack_type">GTK_PACK_END</property>
1252
<widget class="GtkDialog" id="window_info">
1253
<property name="title" translatable="yes">Olive - Information</property>
1254
<property name="icon">oliveicon2.png</property>
1255
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1256
<child internal-child="vbox">
1257
<widget class="GtkVBox" id="vbox_info">
1258
<property name="visible">True</property>
1259
<property name="spacing">3</property>
1261
<widget class="GtkExpander" id="expander_info_location">
1262
<property name="can_focus">True</property>
1263
<signal name="activate" handler="on_expander_info_location_activate"/>
1265
<widget class="GtkAlignment" id="alignment11">
1266
<property name="visible">True</property>
1267
<property name="left_padding">24</property>
1269
<widget class="GtkTable" id="table_info_location">
1270
<property name="visible">True</property>
1271
<property name="n_rows">7</property>
1272
<property name="n_columns">2</property>
1273
<property name="column_spacing">12</property>
1275
<widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1276
<property name="xalign">0</property>
1277
<property name="label" translatable="yes">Light checkout root: </property>
1280
<property name="x_options">GTK_FILL</property>
1281
<property name="y_options"></property>
1285
<widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1286
<property name="xalign">0</property>
1287
<property name="label" translatable="yes">Shared repository: </property>
1290
<property name="top_attach">1</property>
1291
<property name="bottom_attach">2</property>
1292
<property name="x_options">GTK_FILL</property>
1293
<property name="y_options"></property>
1297
<widget class="GtkLabel" id="label_info_location_repobranch_label">
1298
<property name="xalign">0</property>
1299
<property name="label" translatable="yes">Repository branch: </property>
1302
<property name="top_attach">2</property>
1303
<property name="bottom_attach">3</property>
1304
<property name="x_options">GTK_FILL</property>
1305
<property name="y_options"></property>
1309
<widget class="GtkLabel" id="label_info_location_cobranch_label">
1310
<property name="xalign">0</property>
1311
<property name="label" translatable="yes">Checkout of branch: </property>
1314
<property name="top_attach">3</property>
1315
<property name="bottom_attach">4</property>
1316
<property name="x_options">GTK_FILL</property>
1317
<property name="y_options"></property>
1321
<widget class="GtkLabel" id="label_info_location_repoco_label">
1322
<property name="xalign">0</property>
1323
<property name="label" translatable="yes">Repository checkout: </property>
1326
<property name="top_attach">4</property>
1327
<property name="bottom_attach">5</property>
1328
<property name="x_options">GTK_FILL</property>
1329
<property name="y_options"></property>
1333
<widget class="GtkLabel" id="label_info_location_branchroot_label">
1334
<property name="xalign">0</property>
1335
<property name="label" translatable="yes">Branch root: </property>
1338
<property name="top_attach">6</property>
1339
<property name="bottom_attach">7</property>
1340
<property name="x_options">GTK_FILL</property>
1341
<property name="y_options"></property>
1345
<widget class="GtkLabel" id="label_info_location_coroot_label">
1346
<property name="xalign">0</property>
1347
<property name="label" translatable="yes">Checkout root: </property>
1350
<property name="top_attach">5</property>
1351
<property name="bottom_attach">6</property>
1352
<property name="x_options">GTK_FILL</property>
1353
<property name="y_options"></property>
1357
<widget class="GtkLabel" id="label_info_location_lightcoroot">
1358
<property name="xalign">0</property>
1359
<property name="label" translatable="yes">(none)</property>
1362
<property name="left_attach">1</property>
1363
<property name="right_attach">2</property>
1364
<property name="y_options"></property>
1368
<widget class="GtkLabel" id="label_info_location_sharedrepo">
1369
<property name="xalign">0</property>
1370
<property name="label" translatable="yes">(none)</property>
1373
<property name="left_attach">1</property>
1374
<property name="right_attach">2</property>
1375
<property name="top_attach">1</property>
1376
<property name="bottom_attach">2</property>
1377
<property name="y_options"></property>
1381
<widget class="GtkLabel" id="label_info_location_branchroot">
1382
<property name="xalign">0</property>
1383
<property name="label" translatable="yes">(none)</property>
1386
<property name="left_attach">1</property>
1387
<property name="right_attach">2</property>
1388
<property name="top_attach">6</property>
1389
<property name="bottom_attach">7</property>
1390
<property name="y_options"></property>
1394
<widget class="GtkLabel" id="label_info_location_coroot">
1395
<property name="xalign">0</property>
1396
<property name="label" translatable="yes">(none)</property>
1399
<property name="left_attach">1</property>
1400
<property name="right_attach">2</property>
1401
<property name="top_attach">5</property>
1402
<property name="bottom_attach">6</property>
1403
<property name="y_options"></property>
1407
<widget class="GtkLabel" id="label_info_location_repoco">
1408
<property name="xalign">0</property>
1409
<property name="label" translatable="yes">(none)</property>
1412
<property name="left_attach">1</property>
1413
<property name="right_attach">2</property>
1414
<property name="top_attach">4</property>
1415
<property name="bottom_attach">5</property>
1416
<property name="y_options"></property>
1420
<widget class="GtkLabel" id="label_info_location_cobranch">
1421
<property name="xalign">0</property>
1422
<property name="label" translatable="yes">(none)</property>
1425
<property name="left_attach">1</property>
1426
<property name="right_attach">2</property>
1427
<property name="top_attach">3</property>
1428
<property name="bottom_attach">4</property>
1429
<property name="y_options"></property>
1433
<widget class="GtkLabel" id="label_info_location_repobranch">
1434
<property name="xalign">0</property>
1435
<property name="label" translatable="yes">(none)</property>
1438
<property name="left_attach">1</property>
1439
<property name="right_attach">2</property>
1440
<property name="top_attach">2</property>
1441
<property name="bottom_attach">3</property>
1442
<property name="y_options"></property>
1450
<widget class="GtkLabel" id="label_info_location">
1451
<property name="visible">True</property>
1452
<property name="label" translatable="yes"><b>Location:</b></property>
1453
<property name="use_markup">True</property>
1456
<property name="type">label_item</property>
1461
<property name="expand">False</property>
1462
<property name="position">2</property>
1466
<widget class="GtkExpander" id="expander_info_related">
1467
<property name="can_focus">True</property>
1468
<signal name="activate" handler="on_expander_info_related_activate"/>
1470
<widget class="GtkAlignment" id="alignment12">
1471
<property name="visible">True</property>
1472
<property name="left_padding">24</property>
1474
<widget class="GtkTable" id="table_info_related">
1475
<property name="visible">True</property>
1476
<property name="n_rows">2</property>
1477
<property name="n_columns">2</property>
1478
<property name="column_spacing">12</property>
1480
<widget class="GtkLabel" id="label_info_related_parentbranch_label">
1481
<property name="xalign">0</property>
1482
<property name="label" translatable="yes">Parent branch: </property>
1485
<property name="x_options">GTK_FILL</property>
1486
<property name="y_options"></property>
1490
<widget class="GtkLabel" id="label_info_related_publishbranch_label">
1491
<property name="xalign">0</property>
1492
<property name="label" translatable="yes">Publish to branch: </property>
1495
<property name="top_attach">1</property>
1496
<property name="bottom_attach">2</property>
1497
<property name="x_options">GTK_FILL</property>
1498
<property name="y_options"></property>
1502
<widget class="GtkLabel" id="label_info_related_publishbranch">
1503
<property name="xalign">0</property>
1504
<property name="label" translatable="yes">(none)</property>
1507
<property name="left_attach">1</property>
1508
<property name="right_attach">2</property>
1509
<property name="top_attach">1</property>
1510
<property name="bottom_attach">2</property>
1511
<property name="y_options"></property>
1515
<widget class="GtkLabel" id="label_info_related_parentbranch">
1516
<property name="xalign">0</property>
1517
<property name="label" translatable="yes">(none)</property>
1520
<property name="left_attach">1</property>
1521
<property name="right_attach">2</property>
1522
<property name="y_options"></property>
1530
<widget class="GtkLabel" id="label_info_related">
1531
<property name="visible">True</property>
1532
<property name="label" translatable="yes"><b>Related branches:</b></property>
1533
<property name="use_markup">True</property>
1536
<property name="type">label_item</property>
1541
<property name="expand">False</property>
1542
<property name="position">3</property>
1546
<widget class="GtkExpander" id="expander_info_format">
1547
<property name="can_focus">True</property>
1548
<signal name="activate" handler="on_expander_info_format_activate"/>
1550
<widget class="GtkAlignment" id="alignment13">
1551
<property name="visible">True</property>
1552
<property name="left_padding">24</property>
1554
<widget class="GtkTable" id="table_info_format">
1555
<property name="visible">True</property>
1556
<property name="n_rows">4</property>
1557
<property name="n_columns">2</property>
1558
<property name="column_spacing">12</property>
1560
<widget class="GtkLabel" id="label_info_format_control_label">
1561
<property name="xalign">0</property>
1562
<property name="label" translatable="yes">Control format: </property>
1565
<property name="x_options">GTK_FILL</property>
1566
<property name="y_options"></property>
1570
<widget class="GtkLabel" id="label_info_format_workingtree_label">
1571
<property name="xalign">0</property>
1572
<property name="label" translatable="yes">Working tree format: </property>
1575
<property name="top_attach">1</property>
1576
<property name="bottom_attach">2</property>
1577
<property name="x_options">GTK_FILL</property>
1578
<property name="y_options"></property>
1582
<widget class="GtkLabel" id="label_info_format_branch_label">
1583
<property name="xalign">0</property>
1584
<property name="label" translatable="yes">Branch format: </property>
1587
<property name="top_attach">2</property>
1588
<property name="bottom_attach">3</property>
1589
<property name="x_options">GTK_FILL</property>
1590
<property name="y_options"></property>
1594
<widget class="GtkLabel" id="label_info_format_repository_label">
1595
<property name="xalign">0</property>
1596
<property name="label" translatable="yes">Repository format: </property>
1599
<property name="top_attach">3</property>
1600
<property name="bottom_attach">4</property>
1601
<property name="x_options">GTK_FILL</property>
1602
<property name="y_options"></property>
1606
<widget class="GtkLabel" id="label_info_format_repository">
1607
<property name="xalign">0</property>
1608
<property name="label" translatable="yes">(none)</property>
1611
<property name="left_attach">1</property>
1612
<property name="right_attach">2</property>
1613
<property name="top_attach">3</property>
1614
<property name="bottom_attach">4</property>
1615
<property name="y_options"></property>
1619
<widget class="GtkLabel" id="label_info_format_branch">
1620
<property name="xalign">0</property>
1621
<property name="label" translatable="yes">(none)</property>
1624
<property name="left_attach">1</property>
1625
<property name="right_attach">2</property>
1626
<property name="top_attach">2</property>
1627
<property name="bottom_attach">3</property>
1628
<property name="y_options"></property>
1632
<widget class="GtkLabel" id="label_info_format_workingtree">
1633
<property name="xalign">0</property>
1634
<property name="label" translatable="yes">(none)</property>
1637
<property name="left_attach">1</property>
1638
<property name="right_attach">2</property>
1639
<property name="top_attach">1</property>
1640
<property name="bottom_attach">2</property>
1641
<property name="y_options"></property>
1645
<widget class="GtkLabel" id="label_info_format_control">
1646
<property name="xalign">0</property>
1647
<property name="label" translatable="yes">(none)</property>
1650
<property name="left_attach">1</property>
1651
<property name="right_attach">2</property>
1652
<property name="y_options"></property>
1660
<widget class="GtkLabel" id="label_info_format">
1661
<property name="visible">True</property>
1662
<property name="label" translatable="yes"><b>Format:</b></property>
1663
<property name="use_markup">True</property>
1666
<property name="type">label_item</property>
1671
<property name="expand">False</property>
1672
<property name="position">4</property>
1676
<widget class="GtkExpander" id="expander_info_locking">
1677
<property name="can_focus">True</property>
1678
<signal name="activate" handler="on_expander_info_locking_activate"/>
1680
<widget class="GtkAlignment" id="alignment14">
1681
<property name="visible">True</property>
1682
<property name="left_padding">24</property>
1684
<widget class="GtkTable" id="table_info_locking">
1685
<property name="visible">True</property>
1686
<property name="n_rows">3</property>
1687
<property name="n_columns">2</property>
1688
<property name="column_spacing">12</property>
1690
<widget class="GtkLabel" id="label_info_locking_workingtree_label">
1691
<property name="xalign">0</property>
1692
<property name="label" translatable="yes">Working tree lock status: </property>
1695
<property name="x_options">GTK_FILL</property>
1696
<property name="y_options"></property>
1700
<widget class="GtkLabel" id="label_info_locking_branch_label">
1701
<property name="xalign">0</property>
1702
<property name="label" translatable="yes">Branch lock status: </property>
1705
<property name="top_attach">1</property>
1706
<property name="bottom_attach">2</property>
1707
<property name="x_options">GTK_FILL</property>
1708
<property name="y_options"></property>
1712
<widget class="GtkLabel" id="label_info_locking_repository_label">
1713
<property name="xalign">0</property>
1714
<property name="label" translatable="yes">Repository lock status: </property>
1717
<property name="top_attach">2</property>
1718
<property name="bottom_attach">3</property>
1719
<property name="x_options">GTK_FILL</property>
1720
<property name="y_options"></property>
1724
<widget class="GtkLabel" id="label_info_locking_repository">
1725
<property name="xalign">0</property>
1726
<property name="label" translatable="yes">(none)</property>
1729
<property name="left_attach">1</property>
1730
<property name="right_attach">2</property>
1731
<property name="top_attach">2</property>
1732
<property name="bottom_attach">3</property>
1733
<property name="y_options"></property>
1737
<widget class="GtkLabel" id="label_info_locking_branch">
1738
<property name="xalign">0</property>
1739
<property name="label" translatable="yes">(none)</property>
1742
<property name="left_attach">1</property>
1743
<property name="right_attach">2</property>
1744
<property name="top_attach">1</property>
1745
<property name="bottom_attach">2</property>
1746
<property name="y_options"></property>
1750
<widget class="GtkLabel" id="label_info_locking_workingtree">
1751
<property name="xalign">0</property>
1752
<property name="label" translatable="yes">(none)</property>
1755
<property name="left_attach">1</property>
1756
<property name="right_attach">2</property>
1757
<property name="y_options"></property>
1765
<widget class="GtkLabel" id="label_info_locking">
1766
<property name="visible">True</property>
1767
<property name="label" translatable="yes"><b>Lock status:</b></property>
1768
<property name="use_markup">True</property>
1771
<property name="type">label_item</property>
1776
<property name="expand">False</property>
1777
<property name="position">5</property>
1781
<widget class="GtkExpander" id="expander_info_missing">
1782
<property name="can_focus">True</property>
1783
<signal name="activate" handler="on_expander_info_missing_activate"/>
1785
<widget class="GtkAlignment" id="alignment15">
1786
<property name="visible">True</property>
1787
<property name="left_padding">24</property>
1789
<widget class="GtkTable" id="table_info_missing">
1790
<property name="visible">True</property>
1791
<property name="n_rows">2</property>
1792
<property name="n_columns">2</property>
1793
<property name="column_spacing">12</property>
1795
<widget class="GtkLabel" id="label_info_missing_workingtree_label">
1796
<property name="xalign">0</property>
1797
<property name="label" translatable="yes">Missing revisions in working tree: </property>
1800
<property name="x_options">GTK_FILL</property>
1801
<property name="y_options"></property>
1805
<widget class="GtkLabel" id="label_info_missing_branch_label">
1806
<property name="xalign">0</property>
1807
<property name="label" translatable="yes">Missing revisions in branch: </property>
1810
<property name="top_attach">1</property>
1811
<property name="bottom_attach">2</property>
1812
<property name="x_options">GTK_FILL</property>
1813
<property name="y_options"></property>
1817
<widget class="GtkLabel" id="label_info_missing_branch">
1818
<property name="xalign">0</property>
1819
<property name="label" translatable="yes">(none)</property>
1822
<property name="left_attach">1</property>
1823
<property name="right_attach">2</property>
1824
<property name="top_attach">1</property>
1825
<property name="bottom_attach">2</property>
1826
<property name="y_options"></property>
1830
<widget class="GtkLabel" id="label_info_missing_workingtree">
1831
<property name="xalign">0</property>
1832
<property name="label" translatable="yes">(none)</property>
1835
<property name="left_attach">1</property>
1836
<property name="right_attach">2</property>
1837
<property name="y_options"></property>
1845
<widget class="GtkLabel" id="label_info_missing">
1846
<property name="visible">True</property>
1847
<property name="label" translatable="yes"><b>Missing revisions:</b></property>
1848
<property name="use_markup">True</property>
1851
<property name="type">label_item</property>
1856
<property name="expand">False</property>
1857
<property name="position">6</property>
1861
<widget class="GtkExpander" id="expander_info_wtstats">
1862
<property name="can_focus">True</property>
1863
<signal name="activate" handler="on_expander_info_wtstats_activate"/>
1865
<widget class="GtkAlignment" id="alignment16">
1866
<property name="visible">True</property>
1867
<property name="left_padding">24</property>
1869
<widget class="GtkTable" id="table_info_wtstats">
1870
<property name="visible">True</property>
1871
<property name="n_rows">8</property>
1872
<property name="n_columns">2</property>
1873
<property name="column_spacing">12</property>
1875
<widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
1876
<property name="xalign">0</property>
1877
<property name="label" translatable="yes">Unchanged files: </property>
1880
<property name="x_options">GTK_FILL</property>
1881
<property name="y_options"></property>
1885
<widget class="GtkLabel" id="label_info_wtstats_modified_label">
1886
<property name="xalign">0</property>
1887
<property name="label" translatable="yes">Modified files: </property>
1890
<property name="top_attach">1</property>
1891
<property name="bottom_attach">2</property>
1892
<property name="x_options">GTK_FILL</property>
1893
<property name="y_options"></property>
1897
<widget class="GtkLabel" id="label_info_wtstats_added_label">
1898
<property name="xalign">0</property>
1899
<property name="label" translatable="yes">Added files: </property>
1902
<property name="top_attach">2</property>
1903
<property name="bottom_attach">3</property>
1904
<property name="x_options">GTK_FILL</property>
1905
<property name="y_options"></property>
1909
<widget class="GtkLabel" id="label_info_wtstats_removed_label">
1910
<property name="xalign">0</property>
1911
<property name="label" translatable="yes">Removed files: </property>
1914
<property name="top_attach">3</property>
1915
<property name="bottom_attach">4</property>
1916
<property name="x_options">GTK_FILL</property>
1917
<property name="y_options"></property>
1921
<widget class="GtkLabel" id="label_info_wtstats_renamed_label">
1922
<property name="xalign">0</property>
1923
<property name="label" translatable="yes">Renamed files: </property>
1926
<property name="top_attach">4</property>
1927
<property name="bottom_attach">5</property>
1928
<property name="x_options">GTK_FILL</property>
1929
<property name="y_options"></property>
1933
<widget class="GtkLabel" id="label_info_wtstats_unknown_label">
1934
<property name="xalign">0</property>
1935
<property name="label" translatable="yes">Unknown files: </property>
1938
<property name="top_attach">5</property>
1939
<property name="bottom_attach">6</property>
1940
<property name="x_options">GTK_FILL</property>
1941
<property name="y_options"></property>
1945
<widget class="GtkLabel" id="label_info_wtstats_ignored_label">
1946
<property name="xalign">0</property>
1947
<property name="label" translatable="yes">Ignored files: </property>
1950
<property name="top_attach">6</property>
1951
<property name="bottom_attach">7</property>
1952
<property name="x_options">GTK_FILL</property>
1953
<property name="y_options"></property>
1957
<widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
1958
<property name="xalign">0</property>
1959
<property name="label" translatable="yes">Versioned subdirectories: </property>
1962
<property name="top_attach">7</property>
1963
<property name="bottom_attach">8</property>
1964
<property name="x_options">GTK_FILL</property>
1965
<property name="y_options"></property>
1969
<widget class="GtkLabel" id="label_info_wtstats_subdirs">
1970
<property name="xalign">0</property>
1971
<property name="label" translatable="yes">(none)</property>
1974
<property name="left_attach">1</property>
1975
<property name="right_attach">2</property>
1976
<property name="top_attach">7</property>
1977
<property name="bottom_attach">8</property>
1978
<property name="y_options"></property>
1982
<widget class="GtkLabel" id="label_info_wtstats_ignored">
1983
<property name="xalign">0</property>
1984
<property name="label" translatable="yes">(none)</property>
1987
<property name="left_attach">1</property>
1988
<property name="right_attach">2</property>
1989
<property name="top_attach">6</property>
1990
<property name="bottom_attach">7</property>
1991
<property name="y_options"></property>
1995
<widget class="GtkLabel" id="label_info_wtstats_unknown">
1996
<property name="xalign">0</property>
1997
<property name="label" translatable="yes">(none)</property>
2000
<property name="left_attach">1</property>
2001
<property name="right_attach">2</property>
2002
<property name="top_attach">5</property>
2003
<property name="bottom_attach">6</property>
2004
<property name="y_options"></property>
2008
<widget class="GtkLabel" id="label_info_wtstats_renamed">
2009
<property name="xalign">0</property>
2010
<property name="label" translatable="yes">(none)</property>
2013
<property name="left_attach">1</property>
2014
<property name="right_attach">2</property>
2015
<property name="top_attach">4</property>
2016
<property name="bottom_attach">5</property>
2017
<property name="y_options"></property>
2021
<widget class="GtkLabel" id="label_info_wtstats_removed">
2022
<property name="xalign">0</property>
2023
<property name="label" translatable="yes">(none)</property>
2026
<property name="left_attach">1</property>
2027
<property name="right_attach">2</property>
2028
<property name="top_attach">3</property>
2029
<property name="bottom_attach">4</property>
2030
<property name="y_options"></property>
2034
<widget class="GtkLabel" id="label_info_wtstats_added">
2035
<property name="xalign">0</property>
2036
<property name="label" translatable="yes">(none)</property>
2039
<property name="left_attach">1</property>
2040
<property name="right_attach">2</property>
2041
<property name="top_attach">2</property>
2042
<property name="bottom_attach">3</property>
2043
<property name="y_options"></property>
2047
<widget class="GtkLabel" id="label_info_wtstats_modified">
2048
<property name="xalign">0</property>
2049
<property name="label" translatable="yes">(none)</property>
2052
<property name="left_attach">1</property>
2053
<property name="right_attach">2</property>
2054
<property name="top_attach">1</property>
2055
<property name="bottom_attach">2</property>
2056
<property name="y_options"></property>
2060
<widget class="GtkLabel" id="label_info_wtstats_unchanged">
2061
<property name="xalign">0</property>
2062
<property name="label" translatable="yes">(none)</property>
2065
<property name="left_attach">1</property>
2066
<property name="right_attach">2</property>
2067
<property name="y_options"></property>
2075
<widget class="GtkLabel" id="label_info_wtstats">
2076
<property name="visible">True</property>
2077
<property name="label" translatable="yes"><b>In the working tree:</b></property>
2078
<property name="use_markup">True</property>
2081
<property name="type">label_item</property>
2086
<property name="expand">False</property>
2087
<property name="position">7</property>
2091
<widget class="GtkExpander" id="expander_info_brstats">
2092
<property name="can_focus">True</property>
2093
<signal name="activate" handler="on_expander_info_brstats_activate"/>
2095
<widget class="GtkAlignment" id="alignment17">
2096
<property name="visible">True</property>
2097
<property name="left_padding">24</property>
2099
<widget class="GtkTable" id="table_info_brstats">
2100
<property name="visible">True</property>
2101
<property name="n_rows">5</property>
2102
<property name="n_columns">2</property>
2103
<property name="column_spacing">12</property>
2105
<widget class="GtkLabel" id="label_info_brstats_revno_label">
2106
<property name="xalign">0</property>
2107
<property name="label" translatable="yes">Revisions in branch: </property>
2110
<property name="x_options">GTK_FILL</property>
2111
<property name="y_options"></property>
2115
<widget class="GtkLabel" id="label_info_brstats_commiters_label">
2116
<property name="xalign">0</property>
2117
<property name="label" translatable="yes">Number of commiters: </property>
2120
<property name="top_attach">1</property>
2121
<property name="bottom_attach">2</property>
2122
<property name="x_options">GTK_FILL</property>
2123
<property name="y_options"></property>
2127
<widget class="GtkLabel" id="label_info_brstats_age_label">
2128
<property name="xalign">0</property>
2129
<property name="label" translatable="yes">Age of branch in days: </property>
2132
<property name="top_attach">2</property>
2133
<property name="bottom_attach">3</property>
2134
<property name="x_options">GTK_FILL</property>
2135
<property name="y_options"></property>
2139
<widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2140
<property name="xalign">0</property>
2141
<property name="label" translatable="yes">Time of first revision: </property>
2144
<property name="top_attach">3</property>
2145
<property name="bottom_attach">4</property>
2146
<property name="x_options">GTK_FILL</property>
2147
<property name="y_options"></property>
2151
<widget class="GtkLabel" id="label_info_brstats_lastrev_label">
2152
<property name="xalign">0</property>
2153
<property name="label" translatable="yes">Time of last revision: </property>
2156
<property name="top_attach">4</property>
2157
<property name="bottom_attach">5</property>
2158
<property name="x_options">GTK_FILL</property>
2159
<property name="y_options"></property>
2163
<widget class="GtkLabel" id="label_info_brstats_lastrev">
2164
<property name="xalign">0</property>
2165
<property name="label" translatable="yes">(none)</property>
2168
<property name="left_attach">1</property>
2169
<property name="right_attach">2</property>
2170
<property name="top_attach">4</property>
2171
<property name="bottom_attach">5</property>
2172
<property name="y_options"></property>
2176
<widget class="GtkLabel" id="label_info_brstats_firstrev">
2177
<property name="xalign">0</property>
2178
<property name="label" translatable="yes">(none)</property>
2181
<property name="left_attach">1</property>
2182
<property name="right_attach">2</property>
2183
<property name="top_attach">3</property>
2184
<property name="bottom_attach">4</property>
2185
<property name="y_options"></property>
2189
<widget class="GtkLabel" id="label_info_brstats_age">
2190
<property name="xalign">0</property>
2191
<property name="label" translatable="yes">(none)</property>
2194
<property name="left_attach">1</property>
2195
<property name="right_attach">2</property>
2196
<property name="top_attach">2</property>
2197
<property name="bottom_attach">3</property>
2198
<property name="y_options"></property>
2202
<widget class="GtkLabel" id="label_info_brstats_commiters">
2203
<property name="xalign">0</property>
2204
<property name="label" translatable="yes">(none)</property>
2207
<property name="left_attach">1</property>
2208
<property name="right_attach">2</property>
2209
<property name="top_attach">1</property>
2210
<property name="bottom_attach">2</property>
2211
<property name="y_options"></property>
2215
<widget class="GtkLabel" id="label_info_brstats_revno">
2216
<property name="xalign">0</property>
2217
<property name="label" translatable="yes">(none)</property>
2220
<property name="left_attach">1</property>
2221
<property name="right_attach">2</property>
2222
<property name="y_options"></property>
2230
<widget class="GtkLabel" id="label_info_brstats">
2231
<property name="visible">True</property>
2232
<property name="label" translatable="yes"><b>Branch history:</b></property>
2233
<property name="use_markup">True</property>
2236
<property name="type">label_item</property>
2241
<property name="expand">False</property>
2242
<property name="position">8</property>
2246
<widget class="GtkExpander" id="expander_info_repstats">
2247
<property name="can_focus">True</property>
2248
<signal name="activate" handler="on_expander_info_repstats_activate"/>
2250
<widget class="GtkAlignment" id="alignment18">
2251
<property name="visible">True</property>
2252
<property name="left_padding">24</property>
2254
<widget class="GtkTable" id="table_info_repstats">
2255
<property name="visible">True</property>
2256
<property name="n_rows">2</property>
2257
<property name="n_columns">2</property>
2258
<property name="column_spacing">12</property>
2260
<widget class="GtkLabel" id="label_info_repstats_revisions_label">
2261
<property name="xalign">0</property>
2262
<property name="label" translatable="yes">Revisions in repository: </property>
2265
<property name="x_options">GTK_FILL</property>
2266
<property name="y_options"></property>
2270
<widget class="GtkLabel" id="label_info_repstats_size_label">
2271
<property name="xalign">0</property>
2272
<property name="label" translatable="yes">Size of repository: </property>
2275
<property name="top_attach">1</property>
2276
<property name="bottom_attach">2</property>
2277
<property name="x_options">GTK_FILL</property>
2278
<property name="y_options"></property>
2282
<widget class="GtkLabel" id="label_info_repstats_size">
2283
<property name="xalign">0</property>
2284
<property name="label" translatable="yes">(none)</property>
2287
<property name="left_attach">1</property>
2288
<property name="right_attach">2</property>
2289
<property name="top_attach">1</property>
2290
<property name="bottom_attach">2</property>
2291
<property name="y_options"></property>
2295
<widget class="GtkLabel" id="label_info_repstats_revisions">
2296
<property name="xalign">0</property>
2297
<property name="label" translatable="yes">(none)</property>
2300
<property name="left_attach">1</property>
2301
<property name="right_attach">2</property>
2302
<property name="y_options"></property>
2310
<widget class="GtkLabel" id="label_info_repstats">
2311
<property name="visible">True</property>
2312
<property name="label" translatable="yes"><b>Revision store:</b></property>
2313
<property name="use_markup">True</property>
2316
<property name="type">label_item</property>
2321
<property name="expand">False</property>
2322
<property name="position">9</property>
2325
<child internal-child="action_area">
2326
<widget class="GtkHButtonBox" id="hbuttonbox_info">
2327
<property name="visible">True</property>
2328
<property name="can_default">True</property>
2329
<property name="has_default">True</property>
2330
<property name="layout_style">GTK_BUTTONBOX_END</property>
2332
<widget class="GtkButton" id="button_info_close">
2333
<property name="visible">True</property>
2334
<property name="can_focus">True</property>
2335
<property name="can_default">True</property>
2336
<property name="has_default">True</property>
2337
<property name="label">gtk-close</property>
2338
<property name="use_stock">True</property>
2339
<signal name="clicked" handler="on_button_info_close_clicked"/>
2344
<property name="expand">False</property>
2345
<property name="fill">False</property>
2346
<property name="pack_type">GTK_PACK_END</property>
2352
<widget class="GtkDialog" id="window_merge">
2353
<property name="visible">True</property>
2354
<property name="title" translatable="yes">Merge - Olive</property>
2355
<property name="icon">oliveicon2.png</property>
2356
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2357
<child internal-child="vbox">
2358
<widget class="GtkVBox" id="vbox_merge">
2359
<property name="visible">True</property>
2360
<property name="spacing">3</property>
2362
<widget class="GtkHBox" id="hbox_merge">
2363
<property name="visible">True</property>
2364
<property name="spacing">3</property>
2366
<widget class="GtkLabel" id="label_merge">
2367
<property name="visible">True</property>
2368
<property name="label" translatable="yes">Merge from:</property>
2371
<property name="expand">False</property>
2372
<property name="fill">False</property>
2376
<widget class="GtkEntry" id="entry_merge">
2377
<property name="visible">True</property>
2378
<property name="can_focus">True</property>
2381
<property name="position">1</property>
2385
<widget class="GtkButton" id="button_merge_open">
2386
<property name="visible">True</property>
2387
<property name="can_focus">True</property>
2388
<signal name="clicked" handler="on_button_merge_open_clicked"/>
2390
<widget class="GtkImage" id="image240">
2391
<property name="visible">True</property>
2392
<property name="stock">gtk-open</property>
2397
<property name="expand">False</property>
2398
<property name="fill">False</property>
2399
<property name="position">2</property>
2404
<property name="expand">False</property>
2405
<property name="fill">False</property>
2406
<property name="position">2</property>
2409
<child internal-child="action_area">
2410
<widget class="GtkHButtonBox" id="hbuttonbox_merge">
2411
<property name="visible">True</property>
2412
<property name="layout_style">GTK_BUTTONBOX_END</property>
2414
<widget class="GtkButton" id="button_merge_cancel">
2415
<property name="visible">True</property>
2416
<property name="can_focus">True</property>
2417
<property name="can_default">True</property>
2418
<property name="label">gtk-cancel</property>
2419
<property name="use_stock">True</property>
2420
<signal name="clicked" handler="on_button_merge_cancel_clicked"/>
2424
<widget class="GtkButton" id="button_merge_merge">
2425
<property name="visible">True</property>
2426
<property name="can_focus">True</property>
2427
<property name="can_default">True</property>
2428
<property name="has_default">True</property>
2429
<signal name="clicked" handler="on_button_merge_merge_clicked"/>
2431
<widget class="GtkAlignment" id="alignment19">
2432
<property name="visible">True</property>
2433
<property name="xscale">0</property>
2434
<property name="yscale">0</property>
2436
<widget class="GtkHBox" id="hbox14">
2437
<property name="visible">True</property>
2438
<property name="spacing">2</property>
2440
<widget class="GtkImage" id="image239">
2441
<property name="visible">True</property>
2442
<property name="stock">gtk-apply</property>
2445
<property name="expand">False</property>
2446
<property name="fill">False</property>
2450
<widget class="GtkLabel" id="label21">
2451
<property name="visible">True</property>
2452
<property name="label" translatable="yes">_Merge</property>
2453
<property name="use_underline">True</property>
2456
<property name="expand">False</property>
2457
<property name="fill">False</property>
2458
<property name="position">1</property>
2467
<property name="position">1</property>
2472
<property name="expand">False</property>
2473
<property name="fill">False</property>
2474
<property name="pack_type">GTK_PACK_END</property>