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">icons/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="GtkCheckMenuItem" id="menuitem_view_show_ignored_files">
133
<property name="visible">True</property>
134
<property name="label" translatable="yes">Show _ignored files</property>
135
<property name="use_underline">True</property>
136
<signal name="activate" handler="on_menuitem_view_show_ignored_files_activate"/>
140
<widget class="GtkSeparatorMenuItem" id="separator_view1">
141
<property name="visible">True</property>
145
<widget class="GtkMenuItem" id="menuitem_view_refresh">
146
<property name="visible">True</property>
147
<property name="label" translatable="yes">_Refresh</property>
148
<property name="use_underline">True</property>
149
<signal name="activate" handler="on_menuitem_view_refresh_activate"/>
157
<widget class="GtkMenuItem" id="menuitem_branch">
158
<property name="visible">True</property>
159
<property name="label" translatable="yes">_Branch</property>
160
<property name="use_underline">True</property>
162
<widget class="GtkMenu" id="menuitem_branch_menu">
164
<widget class="GtkMenuItem" id="menuitem_branch_initialize">
165
<property name="visible">True</property>
166
<property name="label" translatable="yes">_Initialize...</property>
167
<property name="use_underline">True</property>
168
<signal name="activate" handler="on_menuitem_branch_initialize_activate"/>
172
<widget class="GtkMenuItem" id="menuitem_branch_get">
173
<property name="visible">True</property>
174
<property name="label" translatable="yes">_Get...</property>
175
<property name="use_underline">True</property>
176
<signal name="activate" handler="on_menuitem_branch_get_activate"/>
180
<widget class="GtkMenuItem" id="menuitem_branch_checkout">
181
<property name="visible">True</property>
182
<property name="label" translatable="yes">C_heckout...</property>
183
<property name="use_underline">True</property>
184
<signal name="activate" handler="on_menuitem_branch_checkout_activate"/>
188
<widget class="GtkSeparatorMenuItem" id="separator_branch1">
189
<property name="visible">True</property>
193
<widget class="GtkImageMenuItem" id="menuitem_branch_pull">
194
<property name="visible">True</property>
195
<property name="label" translatable="yes">Pu_ll</property>
196
<property name="use_underline">True</property>
197
<signal name="activate" handler="on_menuitem_branch_pull_activate"/>
198
<child internal-child="image">
199
<widget class="GtkImage" id="image243">
200
<property name="visible">True</property>
201
<property name="pixbuf">icons/pull16.png</property>
207
<widget class="GtkImageMenuItem" id="menuitem_branch_push">
208
<property name="visible">True</property>
209
<property name="label" translatable="yes">Pu_sh...</property>
210
<property name="use_underline">True</property>
211
<signal name="activate" handler="on_menuitem_branch_push_activate"/>
212
<child internal-child="image">
213
<widget class="GtkImage" id="image244">
214
<property name="visible">True</property>
215
<property name="pixbuf">icons/push16.png</property>
221
<widget class="GtkSeparatorMenuItem" id="separator_branch2">
222
<property name="visible">True</property>
226
<widget class="GtkMenuItem" id="menuitem_branch_revert">
227
<property name="visible">True</property>
228
<property name="label" translatable="yes">_Revert all changes</property>
229
<property name="use_underline">True</property>
230
<signal name="activate" handler="on_menuitem_branch_revert_activate"/>
234
<widget class="GtkMenuItem" id="menuitem_branch_merge">
235
<property name="visible">True</property>
236
<property name="label" translatable="yes">_Merge...</property>
237
<property name="use_underline">True</property>
238
<signal name="activate" handler="on_menuitem_branch_merge_activate"/>
242
<widget class="GtkImageMenuItem" id="menuitem_branch_commit">
243
<property name="visible">True</property>
244
<property name="label" translatable="yes">_Commit...</property>
245
<property name="use_underline">True</property>
246
<signal name="activate" handler="on_menuitem_branch_commit_activate"/>
247
<child internal-child="image">
248
<widget class="GtkImage" id="image245">
249
<property name="visible">True</property>
250
<property name="pixbuf">icons/commit16.png</property>
256
<widget class="GtkSeparatorMenuItem" id="separator_branch3">
257
<property name="visible">True</property>
261
<widget class="GtkMenuItem" id="menuitem_branch_tags">
262
<property name="visible">True</property>
263
<property name="label" translatable="yes">Ta_gs...</property>
264
<property name="use_underline">True</property>
265
<signal name="activate" handler="on_menuitem_branch_tags_activate"/>
269
<widget class="GtkMenuItem" id="menuitem_branch_status">
270
<property name="visible">True</property>
271
<property name="label" translatable="yes">S_tatus...</property>
272
<property name="use_underline">True</property>
273
<signal name="activate" handler="on_menuitem_branch_status_activate"/>
277
<widget class="GtkMenuItem" id="menuitem_branch_missing_revisions">
278
<property name="visible">True</property>
279
<property name="label" translatable="yes">Missing _revisions</property>
280
<property name="use_underline">True</property>
281
<signal name="activate" handler="on_menuitem_branch_missing_revisions_activate"/>
285
<widget class="GtkMenuItem" id="menuitem_branch_conflicts">
286
<property name="visible">True</property>
287
<property name="label" translatable="yes">Con_flicts...</property>
288
<property name="use_underline">True</property>
289
<signal name="activate" handler="on_menuitem_branch_conflicts_activate"/>
297
<widget class="GtkMenuItem" id="menuitem_stats">
298
<property name="visible">True</property>
299
<property name="label" translatable="yes">_Statistics</property>
300
<property name="use_underline">True</property>
302
<widget class="GtkMenu" id="menuitem_stats_menu">
304
<widget class="GtkImageMenuItem" id="menuitem_stats_diff">
305
<property name="visible">True</property>
306
<property name="label" translatable="yes">_Differences...</property>
307
<property name="use_underline">True</property>
308
<signal name="activate" handler="on_menuitem_stats_diff_activate"/>
309
<child internal-child="image">
310
<widget class="GtkImage" id="image246">
311
<property name="visible">True</property>
312
<property name="pixbuf">icons/diff16.png</property>
318
<widget class="GtkImageMenuItem" id="menuitem_stats_log">
319
<property name="visible">True</property>
320
<property name="label" translatable="yes">_Log...</property>
321
<property name="use_underline">True</property>
322
<signal name="activate" handler="on_menuitem_stats_log_activate"/>
323
<child internal-child="image">
324
<widget class="GtkImage" id="image247">
325
<property name="visible">True</property>
326
<property name="pixbuf">icons/log16.png</property>
332
<widget class="GtkMenuItem" id="menuitem_stats_infos">
333
<property name="visible">True</property>
334
<property name="label" translatable="yes">_Information...</property>
335
<property name="use_underline">True</property>
336
<signal name="activate" handler="on_menuitem_stats_infos_activate"/>
344
<widget class="GtkMenuItem" id="menuitem_help">
345
<property name="visible">True</property>
346
<property name="label" translatable="yes">_Help</property>
347
<property name="use_underline">True</property>
349
<widget class="GtkMenu" id="menuitem_help_menu">
351
<widget class="GtkImageMenuItem" id="menuitem_about">
352
<property name="visible">True</property>
353
<property name="label">gtk-about</property>
354
<property name="use_underline">True</property>
355
<property name="use_stock">True</property>
356
<signal name="activate" handler="on_about_activate"/>
365
<property name="expand">False</property>
366
<property name="fill">False</property>
370
<widget class="GtkToolbar" id="toolbar">
371
<property name="visible">True</property>
372
<property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
374
<widget class="GtkToolButton" id="toolbutton_refresh">
375
<property name="visible">True</property>
376
<property name="label">Refresh</property>
377
<property name="use_underline">True</property>
378
<property name="icon">icons/refresh.png</property>
379
<signal name="clicked" handler="on_toolbutton_refresh_clicked"/>
382
<property name="expand">False</property>
386
<widget class="GtkToolButton" id="toolbutton_diff">
387
<property name="visible">True</property>
388
<property name="label">Diff</property>
389
<property name="use_underline">True</property>
390
<property name="icon">icons/diff.png</property>
391
<signal name="clicked" handler="on_toolbutton_diff_clicked"/>
394
<property name="expand">False</property>
398
<widget class="GtkToolButton" id="toolbutton_log">
399
<property name="visible">True</property>
400
<property name="label">Log</property>
401
<property name="use_underline">True</property>
402
<property name="icon">icons/log.png</property>
403
<signal name="clicked" handler="on_toolbutton_log_clicked"/>
406
<property name="expand">False</property>
410
<widget class="GtkSeparatorToolItem" id="separatortoolitem1">
411
<property name="visible">True</property>
414
<property name="expand">False</property>
415
<property name="homogeneous">False</property>
419
<widget class="GtkToolButton" id="toolbutton_commit">
420
<property name="visible">True</property>
421
<property name="label">Commit</property>
422
<property name="use_underline">True</property>
423
<property name="icon">icons/commit.png</property>
424
<signal name="clicked" handler="on_toolbutton_commit_clicked"/>
427
<property name="expand">False</property>
431
<widget class="GtkSeparatorToolItem" id="separatortoolitem2">
432
<property name="visible">True</property>
435
<property name="expand">False</property>
436
<property name="homogeneous">False</property>
440
<widget class="GtkToolButton" id="toolbutton_pull">
441
<property name="visible">True</property>
442
<property name="label">Pull</property>
443
<property name="use_underline">True</property>
444
<property name="icon">icons/pull.png</property>
445
<signal name="clicked" handler="on_toolbutton_pull_clicked"/>
448
<property name="expand">False</property>
452
<widget class="GtkToolButton" id="toolbutton_push">
453
<property name="visible">True</property>
454
<property name="label">Push</property>
455
<property name="use_underline">True</property>
456
<property name="icon">icons/push.png</property>
457
<signal name="clicked" handler="on_toolbutton_push_clicked"/>
460
<property name="expand">False</property>
465
<property name="expand">False</property>
466
<property name="fill">False</property>
467
<property name="position">1</property>
471
<widget class="GtkHPaned" id="hpaned_main">
472
<property name="visible">True</property>
473
<property name="can_focus">True</property>
474
<property name="position">200</property>
476
<widget class="GtkScrolledWindow" id="scrolledwindow_left">
477
<property name="visible">True</property>
478
<property name="can_focus">True</property>
479
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
480
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
482
<widget class="GtkTreeView" id="treeview_left">
483
<property name="visible">True</property>
484
<property name="can_focus">True</property>
485
<property name="headers_visible">False</property>
486
<signal name="button_press_event" handler="on_treeview_left_button_press_event"/>
487
<signal name="row_activated" handler="on_treeview_left_row_activated"/>
492
<property name="resize">False</property>
496
<widget class="GtkVBox" id="vbox_main_right">
497
<property name="visible">True</property>
499
<widget class="GtkHBox" id="hbox_location">
500
<property name="visible">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="border_width">3</property>
503
<property name="spacing">3</property>
505
<widget class="GtkButton" id="button_location_up">
506
<property name="visible">True</property>
507
<property name="can_focus">True</property>
508
<property name="receives_default">True</property>
509
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
510
<property name="relief">GTK_RELIEF_NONE</property>
511
<signal name="clicked" handler="on_button_location_up_clicked"/>
513
<widget class="GtkImage" id="image_location_up">
514
<property name="visible">True</property>
515
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
516
<property name="stock">gtk-go-up</property>
521
<property name="expand">False</property>
522
<property name="fill">False</property>
529
<widget class="GtkEntry" id="entry_location">
530
<property name="visible">True</property>
531
<property name="can_focus">True</property>
532
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
533
<signal name="key_press_event" handler="on_entry_location_key_press_event"/>
536
<property name="position">2</property>
540
<widget class="GtkImage" id="image_location_error">
541
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
542
<property name="stock">gtk-dialog-error</property>
545
<property name="expand">False</property>
546
<property name="fill">False</property>
547
<property name="position">3</property>
551
<widget class="GtkButton" id="button_location_jump">
552
<property name="visible">True</property>
553
<property name="can_focus">True</property>
554
<property name="receives_default">True</property>
555
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
556
<property name="label" translatable="yes">gtk-jump-to</property>
557
<property name="relief">GTK_RELIEF_NONE</property>
558
<property name="use_stock">True</property>
559
<signal name="clicked" handler="on_button_location_jump_clicked"/>
562
<property name="expand">False</property>
563
<property name="fill">False</property>
564
<property name="position">4</property>
568
<widget class="GtkVSeparator" id="vseparator">
569
<property name="visible">True</property>
570
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
573
<property name="expand">False</property>
574
<property name="fill">False</property>
575
<property name="position">5</property>
579
<widget class="GtkCheckButton" id="checkbutton_history">
580
<property name="visible">True</property>
581
<property name="can_focus">True</property>
582
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
583
<property name="label" translatable="yes">H_istory Mode</property>
584
<property name="use_underline">True</property>
585
<property name="draw_indicator">True</property>
586
<signal name="toggled" handler="on_checkbutton_history_toggled"/>
589
<property name="expand">False</property>
590
<property name="fill">False</property>
591
<property name="position">6</property>
595
<widget class="GtkEntry" id="entry_history_revno">
596
<property name="width_request">75</property>
597
<property name="visible">True</property>
598
<property name="sensitive">False</property>
599
<property name="can_focus">True</property>
600
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
601
<signal name="key_press_event" handler="on_entry_history_revno_key_press_event"/>
604
<property name="expand">False</property>
605
<property name="fill">False</property>
606
<property name="position">7</property>
610
<widget class="GtkButton" id="button_history_browse">
611
<property name="visible">True</property>
612
<property name="sensitive">False</property>
613
<property name="can_focus">True</property>
614
<property name="receives_default">True</property>
615
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
616
<signal name="clicked" handler="on_button_history_browse_clicked"/>
618
<widget class="GtkImage" id="image_history_browse">
619
<property name="visible">True</property>
620
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
621
<property name="stock">gtk-open</property>
626
<property name="expand">False</property>
627
<property name="fill">False</property>
628
<property name="position">8</property>
633
<property name="expand">False</property>
634
<property name="fill">False</property>
638
<widget class="GtkScrolledWindow" id="scrolledwindow_right">
639
<property name="visible">True</property>
640
<property name="can_focus">True</property>
641
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
642
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
644
<widget class="GtkTreeView" id="treeview_right">
645
<property name="visible">True</property>
646
<property name="can_focus">True</property>
647
<property name="headers_visible">False</property>
648
<signal name="button_press_event" handler="on_treeview_right_button_press_event"/>
649
<signal name="row_activated" handler="on_treeview_right_row_activated"/>
654
<property name="position">1</property>
661
<property name="position">2</property>
665
<widget class="GtkStatusbar" id="statusbar">
666
<property name="visible">True</property>
669
<property name="expand">False</property>
670
<property name="fill">False</property>
671
<property name="position">3</property>
677
<widget class="GtkAboutDialog" id="aboutdialog">
678
<property name="visible">True</property>
679
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
680
<property name="name">Olive</property>
681
<property name="copyright" translatable="yes">Copyright (C) 2006 Szilveszter Farkas (Phanatic)</property>
682
<property name="website">https://launchpad.net/products/olive</property>
683
<property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
684
<property name="authors">Szilveszter Farkas (Phanatic) <szilveszter.farkas@gmail.com></property>
685
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
686
<property name="logo">icons/oliveicon2.png</property>
687
<child internal-child="vbox">
688
<widget class="GtkVBox" id="dialog-vbox1">
689
<child internal-child="action_area">
690
<widget class="GtkHButtonBox" id="dialog-action_area1">
693
<property name="expand">False</property>
694
<property name="pack_type">GTK_PACK_END</property>
700
<widget class="GtkDialog" id="window_add">
701
<property name="visible">True</property>
702
<property name="title" translatable="yes">Olive - Add file(s)</property>
703
<property name="resizable">False</property>
704
<property name="icon">icons/oliveicon2.png</property>
705
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
706
<child internal-child="vbox">
707
<widget class="GtkVBox" id="vbox_add">
708
<property name="visible">True</property>
709
<property name="spacing">3</property>
711
<widget class="GtkLabel" id="label_add_question">
712
<property name="visible">True</property>
713
<property name="label" translatable="yes">Which file(s) do you want to add?</property>
716
<property name="expand">False</property>
717
<property name="fill">False</property>
718
<property name="position">2</property>
722
<widget class="GtkRadioButton" id="radiobutton_add_selected">
723
<property name="visible">True</property>
724
<property name="can_focus">True</property>
725
<property name="label" translatable="yes">Selected only</property>
726
<property name="use_underline">True</property>
727
<property name="draw_indicator">True</property>
730
<property name="expand">False</property>
731
<property name="fill">False</property>
732
<property name="position">3</property>
736
<widget class="GtkRadioButton" id="radiobutton_add_unknown">
737
<property name="visible">True</property>
738
<property name="can_focus">True</property>
739
<property name="label" translatable="yes">All unknowns recursively</property>
740
<property name="use_underline">True</property>
741
<property name="draw_indicator">True</property>
742
<property name="group">radiobutton_add_selected</property>
745
<property name="expand">False</property>
746
<property name="fill">False</property>
747
<property name="position">4</property>
750
<child internal-child="action_area">
751
<widget class="GtkHButtonBox" id="hbuttonbox_add">
752
<property name="visible">True</property>
753
<property name="layout_style">GTK_BUTTONBOX_END</property>
755
<widget class="GtkButton" id="button_add_cancel">
756
<property name="visible">True</property>
757
<property name="can_focus">True</property>
758
<property name="can_default">True</property>
759
<property name="label">gtk-cancel</property>
760
<property name="use_stock">True</property>
761
<signal name="clicked" handler="on_button_add_cancel_clicked"/>
765
<widget class="GtkButton" id="button_add_add">
766
<property name="visible">True</property>
767
<property name="can_focus">True</property>
768
<property name="can_default">True</property>
769
<property name="has_default">True</property>
770
<signal name="clicked" handler="on_button_add_add_clicked"/>
772
<widget class="GtkAlignment" id="alignment3">
773
<property name="visible">True</property>
774
<property name="xscale">0</property>
775
<property name="yscale">0</property>
777
<widget class="GtkHBox" id="hbox5">
778
<property name="visible">True</property>
779
<property name="spacing">2</property>
781
<widget class="GtkImage" id="image13">
782
<property name="visible">True</property>
783
<property name="stock">gtk-add</property>
786
<property name="expand">False</property>
787
<property name="fill">False</property>
791
<widget class="GtkLabel" id="label8">
792
<property name="visible">True</property>
793
<property name="label" translatable="yes">_Add</property>
794
<property name="use_underline">True</property>
797
<property name="expand">False</property>
798
<property name="fill">False</property>
799
<property name="position">1</property>
808
<property name="position">1</property>
813
<property name="expand">False</property>
814
<property name="pack_type">GTK_PACK_END</property>
820
<widget class="GtkDialog" id="window_remove">
821
<property name="visible">True</property>
822
<property name="title" translatable="yes">Olive - Remove file(s)</property>
823
<property name="resizable">False</property>
824
<property name="icon">icons/oliveicon2.png</property>
825
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
826
<child internal-child="vbox">
827
<widget class="GtkVBox" id="vbox_remove">
828
<property name="visible">True</property>
829
<property name="spacing">3</property>
831
<widget class="GtkLabel" id="label_remove_question">
832
<property name="visible">True</property>
833
<property name="label" translatable="yes">Which file(s) do you want to remove?</property>
836
<property name="expand">False</property>
837
<property name="fill">False</property>
838
<property name="position">2</property>
842
<widget class="GtkRadioButton" id="radiobutton_remove_selected">
843
<property name="visible">True</property>
844
<property name="can_focus">True</property>
845
<property name="label" translatable="yes">Selected only</property>
846
<property name="use_underline">True</property>
847
<property name="draw_indicator">True</property>
850
<property name="expand">False</property>
851
<property name="fill">False</property>
852
<property name="position">3</property>
856
<widget class="GtkRadioButton" id="radiobutton_remove_new">
857
<property name="visible">True</property>
858
<property name="can_focus">True</property>
859
<property name="label" translatable="yes">All files with status 'added'</property>
860
<property name="use_underline">True</property>
861
<property name="draw_indicator">True</property>
862
<property name="group">radiobutton_remove_selected</property>
865
<property name="expand">False</property>
866
<property name="fill">False</property>
867
<property name="position">4</property>
870
<child internal-child="action_area">
871
<widget class="GtkHButtonBox" id="hbuttonbox_remove">
872
<property name="visible">True</property>
873
<property name="layout_style">GTK_BUTTONBOX_END</property>
875
<widget class="GtkButton" id="button_remove_cancel">
876
<property name="visible">True</property>
877
<property name="can_focus">True</property>
878
<property name="can_default">True</property>
879
<property name="label">gtk-cancel</property>
880
<property name="use_stock">True</property>
881
<signal name="clicked" handler="on_button_remove_cancel_clicked"/>
885
<widget class="GtkButton" id="button_remove_remove">
886
<property name="visible">True</property>
887
<property name="can_focus">True</property>
888
<property name="can_default">True</property>
889
<property name="has_default">True</property>
890
<signal name="clicked" handler="on_button_remove_remove_clicked"/>
892
<widget class="GtkAlignment" id="alignment4">
893
<property name="visible">True</property>
894
<property name="xscale">0</property>
895
<property name="yscale">0</property>
897
<widget class="GtkHBox" id="hbox6">
898
<property name="visible">True</property>
899
<property name="spacing">2</property>
901
<widget class="GtkImage" id="image39">
902
<property name="visible">True</property>
903
<property name="stock">gtk-remove</property>
906
<property name="expand">False</property>
907
<property name="fill">False</property>
911
<widget class="GtkLabel" id="label10">
912
<property name="visible">True</property>
913
<property name="label" translatable="yes">_Remove</property>
914
<property name="use_underline">True</property>
917
<property name="expand">False</property>
918
<property name="fill">False</property>
919
<property name="position">1</property>
928
<property name="position">1</property>
933
<property name="expand">False</property>
934
<property name="pack_type">GTK_PACK_END</property>
940
<widget class="GtkDialog" id="window_mkdir">
941
<property name="visible">True</property>
942
<property name="title" translatable="yes">Olive - Make directory</property>
943
<property name="icon">icons/oliveicon2.png</property>
944
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
945
<child internal-child="vbox">
946
<widget class="GtkVBox" id="vbox_mkdir">
947
<property name="visible">True</property>
948
<property name="spacing">3</property>
950
<widget class="GtkEntry" id="entry_mkdir">
951
<property name="visible">True</property>
952
<property name="can_focus">True</property>
953
<property name="has_focus">True</property>
956
<property name="expand">False</property>
957
<property name="fill">False</property>
958
<property name="position">2</property>
962
<widget class="GtkCheckButton" id="checkbutton_mkdir_versioned">
963
<property name="visible">True</property>
964
<property name="can_focus">True</property>
965
<property name="label" translatable="yes">_Versioned directory</property>
966
<property name="use_underline">True</property>
967
<property name="active">True</property>
968
<property name="draw_indicator">True</property>
971
<property name="expand">False</property>
972
<property name="fill">False</property>
973
<property name="position">3</property>
976
<child internal-child="action_area">
977
<widget class="GtkHButtonBox" id="hbuttonbox_mkdir">
978
<property name="visible">True</property>
979
<property name="layout_style">GTK_BUTTONBOX_END</property>
981
<widget class="GtkButton" id="button_mkdir_cancel">
982
<property name="visible">True</property>
983
<property name="can_focus">True</property>
984
<property name="can_default">True</property>
985
<property name="label">gtk-cancel</property>
986
<property name="use_stock">True</property>
987
<signal name="clicked" handler="on_button_mkdir_cancel_clicked"/>
991
<widget class="GtkButton" id="button_mkdir_mkdir">
992
<property name="visible">True</property>
993
<property name="can_focus">True</property>
994
<property name="can_default">True</property>
995
<property name="has_default">True</property>
996
<signal name="clicked" handler="on_button_mkdir_mkdir_clicked"/>
998
<widget class="GtkAlignment" id="alignment8">
999
<property name="visible">True</property>
1000
<property name="xscale">0</property>
1001
<property name="yscale">0</property>
1003
<widget class="GtkHBox" id="hbox10">
1004
<property name="visible">True</property>
1005
<property name="spacing">2</property>
1007
<widget class="GtkImage" id="image143">
1008
<property name="visible">True</property>
1009
<property name="stock">gtk-add</property>
1012
<property name="expand">False</property>
1013
<property name="fill">False</property>
1017
<widget class="GtkLabel" id="label17">
1018
<property name="visible">True</property>
1019
<property name="label" translatable="yes">_Make directory</property>
1020
<property name="use_underline">True</property>
1023
<property name="expand">False</property>
1024
<property name="fill">False</property>
1025
<property name="position">1</property>
1034
<property name="position">1</property>
1039
<property name="expand">False</property>
1040
<property name="fill">False</property>
1041
<property name="pack_type">GTK_PACK_END</property>
1047
<widget class="GtkDialog" id="window_move">
1048
<property name="width_request">250</property>
1049
<property name="title" translatable="yes">Olive - Move</property>
1050
<property name="icon">icons/oliveicon2.png</property>
1051
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1052
<child internal-child="vbox">
1053
<widget class="GtkVBox" id="vbox_move">
1054
<property name="visible">True</property>
1055
<property name="spacing">3</property>
1057
<widget class="GtkHBox" id="hbox_move">
1058
<property name="visible">True</property>
1059
<property name="spacing">5</property>
1061
<widget class="GtkLabel" id="label_move">
1062
<property name="visible">True</property>
1063
<property name="label" translatable="yes">Move to</property>
1066
<property name="expand">False</property>
1067
<property name="fill">False</property>
1071
<widget class="GtkFileChooserButton" id="filechooserbutton_move">
1072
<property name="visible">True</property>
1073
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
1074
<property name="title" translatable="yes">Select a directory</property>
1077
<property name="position">1</property>
1082
<property name="position">2</property>
1085
<child internal-child="action_area">
1086
<widget class="GtkHButtonBox" id="hbuttonbox_move">
1087
<property name="visible">True</property>
1088
<property name="layout_style">GTK_BUTTONBOX_END</property>
1090
<widget class="GtkButton" id="button_move_cancel">
1091
<property name="visible">True</property>
1092
<property name="can_focus">True</property>
1093
<property name="can_default">True</property>
1094
<property name="label">gtk-cancel</property>
1095
<property name="use_stock">True</property>
1096
<signal name="clicked" handler="on_button_move_cancel_clicked"/>
1100
<widget class="GtkButton" id="button_move_move">
1101
<property name="visible">True</property>
1102
<property name="can_focus">True</property>
1103
<property name="can_default">True</property>
1104
<property name="has_default">True</property>
1105
<signal name="clicked" handler="on_button_move_move_clicked"/>
1107
<widget class="GtkAlignment" id="alignment9">
1108
<property name="visible">True</property>
1109
<property name="xscale">0</property>
1110
<property name="yscale">0</property>
1112
<widget class="GtkHBox" id="hbox11">
1113
<property name="visible">True</property>
1114
<property name="spacing">2</property>
1116
<widget class="GtkImage" id="image151">
1117
<property name="visible">True</property>
1118
<property name="stock">gtk-apply</property>
1121
<property name="expand">False</property>
1122
<property name="fill">False</property>
1126
<widget class="GtkLabel" id="label18">
1127
<property name="visible">True</property>
1128
<property name="label" translatable="yes">_Move</property>
1129
<property name="use_underline">True</property>
1132
<property name="expand">False</property>
1133
<property name="fill">False</property>
1134
<property name="position">1</property>
1143
<property name="position">1</property>
1148
<property name="expand">False</property>
1149
<property name="pack_type">GTK_PACK_END</property>
1155
<widget class="GtkDialog" id="window_rename">
1156
<property name="title" translatable="yes">Olive - Rename</property>
1157
<property name="icon">icons/oliveicon2.png</property>
1158
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1159
<child internal-child="vbox">
1160
<widget class="GtkVBox" id="vbox_rename">
1161
<property name="visible">True</property>
1162
<property name="spacing">3</property>
1164
<widget class="GtkHBox" id="hbox_rename">
1165
<property name="visible">True</property>
1166
<property name="spacing">5</property>
1168
<widget class="GtkLabel" id="label_rename">
1169
<property name="visible">True</property>
1170
<property name="label" translatable="yes">Rename to</property>
1173
<property name="expand">False</property>
1174
<property name="fill">False</property>
1178
<widget class="GtkEntry" id="entry_rename">
1179
<property name="visible">True</property>
1180
<property name="can_focus">True</property>
1181
<property name="has_focus">True</property>
1184
<property name="position">1</property>
1189
<property name="position">2</property>
1192
<child internal-child="action_area">
1193
<widget class="GtkHButtonBox" id="hbuttonbox_rename">
1194
<property name="visible">True</property>
1195
<property name="layout_style">GTK_BUTTONBOX_END</property>
1197
<widget class="GtkButton" id="button_rename_cancel">
1198
<property name="visible">True</property>
1199
<property name="can_focus">True</property>
1200
<property name="can_default">True</property>
1201
<property name="label">gtk-cancel</property>
1202
<property name="use_stock">True</property>
1203
<signal name="clicked" handler="on_button_rename_cancel_clicked"/>
1207
<widget class="GtkButton" id="button_rename_rename">
1208
<property name="visible">True</property>
1209
<property name="can_focus">True</property>
1210
<property name="can_default">True</property>
1211
<property name="has_default">True</property>
1212
<signal name="clicked" handler="on_button_rename_rename_clicked"/>
1214
<widget class="GtkAlignment" id="alignment10">
1215
<property name="visible">True</property>
1216
<property name="xscale">0</property>
1217
<property name="yscale">0</property>
1219
<widget class="GtkHBox" id="hbox13">
1220
<property name="visible">True</property>
1221
<property name="spacing">2</property>
1223
<widget class="GtkImage" id="image159">
1224
<property name="visible">True</property>
1225
<property name="stock">gtk-apply</property>
1228
<property name="expand">False</property>
1229
<property name="fill">False</property>
1233
<widget class="GtkLabel" id="label20">
1234
<property name="visible">True</property>
1235
<property name="label" translatable="yes">_Rename</property>
1236
<property name="use_underline">True</property>
1239
<property name="expand">False</property>
1240
<property name="fill">False</property>
1241
<property name="position">1</property>
1250
<property name="position">1</property>
1255
<property name="expand">False</property>
1256
<property name="pack_type">GTK_PACK_END</property>
1262
<widget class="GtkDialog" id="window_info">
1263
<property name="title" translatable="yes">Olive - Information</property>
1264
<property name="icon">icons/oliveicon2.png</property>
1265
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1266
<child internal-child="vbox">
1267
<widget class="GtkVBox" id="vbox_info">
1268
<property name="visible">True</property>
1269
<property name="spacing">3</property>
1271
<widget class="GtkExpander" id="expander_info_location">
1272
<property name="can_focus">True</property>
1273
<signal name="activate" handler="on_expander_info_location_activate"/>
1275
<widget class="GtkAlignment" id="alignment11">
1276
<property name="visible">True</property>
1277
<property name="left_padding">24</property>
1279
<widget class="GtkTable" id="table_info_location">
1280
<property name="visible">True</property>
1281
<property name="n_rows">7</property>
1282
<property name="n_columns">2</property>
1283
<property name="column_spacing">12</property>
1285
<widget class="GtkLabel" id="label_info_location_repobranch">
1286
<property name="xalign">0</property>
1287
<property name="label" translatable="yes">(none)</property>
1290
<property name="left_attach">1</property>
1291
<property name="right_attach">2</property>
1292
<property name="top_attach">2</property>
1293
<property name="bottom_attach">3</property>
1294
<property name="y_options"></property>
1298
<widget class="GtkLabel" id="label_info_location_cobranch">
1299
<property name="xalign">0</property>
1300
<property name="label" translatable="yes">(none)</property>
1303
<property name="left_attach">1</property>
1304
<property name="right_attach">2</property>
1305
<property name="top_attach">3</property>
1306
<property name="bottom_attach">4</property>
1307
<property name="y_options"></property>
1311
<widget class="GtkLabel" id="label_info_location_repoco">
1312
<property name="xalign">0</property>
1313
<property name="label" translatable="yes">(none)</property>
1316
<property name="left_attach">1</property>
1317
<property name="right_attach">2</property>
1318
<property name="top_attach">4</property>
1319
<property name="bottom_attach">5</property>
1320
<property name="y_options"></property>
1324
<widget class="GtkLabel" id="label_info_location_coroot">
1325
<property name="xalign">0</property>
1326
<property name="label" translatable="yes">(none)</property>
1329
<property name="left_attach">1</property>
1330
<property name="right_attach">2</property>
1331
<property name="top_attach">5</property>
1332
<property name="bottom_attach">6</property>
1333
<property name="y_options"></property>
1337
<widget class="GtkLabel" id="label_info_location_branchroot">
1338
<property name="xalign">0</property>
1339
<property name="label" translatable="yes">(none)</property>
1342
<property name="left_attach">1</property>
1343
<property name="right_attach">2</property>
1344
<property name="top_attach">6</property>
1345
<property name="bottom_attach">7</property>
1346
<property name="y_options"></property>
1350
<widget class="GtkLabel" id="label_info_location_sharedrepo">
1351
<property name="xalign">0</property>
1352
<property name="label" translatable="yes">(none)</property>
1355
<property name="left_attach">1</property>
1356
<property name="right_attach">2</property>
1357
<property name="top_attach">1</property>
1358
<property name="bottom_attach">2</property>
1359
<property name="y_options"></property>
1363
<widget class="GtkLabel" id="label_info_location_lightcoroot">
1364
<property name="xalign">0</property>
1365
<property name="label" translatable="yes">(none)</property>
1368
<property name="left_attach">1</property>
1369
<property name="right_attach">2</property>
1370
<property name="y_options"></property>
1374
<widget class="GtkLabel" id="label_info_location_coroot_label">
1375
<property name="xalign">0</property>
1376
<property name="label" translatable="yes">Checkout root: </property>
1379
<property name="top_attach">5</property>
1380
<property name="bottom_attach">6</property>
1381
<property name="x_options">GTK_FILL</property>
1382
<property name="y_options"></property>
1386
<widget class="GtkLabel" id="label_info_location_branchroot_label">
1387
<property name="xalign">0</property>
1388
<property name="label" translatable="yes">Branch root: </property>
1391
<property name="top_attach">6</property>
1392
<property name="bottom_attach">7</property>
1393
<property name="x_options">GTK_FILL</property>
1394
<property name="y_options"></property>
1398
<widget class="GtkLabel" id="label_info_location_repoco_label">
1399
<property name="xalign">0</property>
1400
<property name="label" translatable="yes">Repository checkout: </property>
1403
<property name="top_attach">4</property>
1404
<property name="bottom_attach">5</property>
1405
<property name="x_options">GTK_FILL</property>
1406
<property name="y_options"></property>
1410
<widget class="GtkLabel" id="label_info_location_cobranch_label">
1411
<property name="xalign">0</property>
1412
<property name="label" translatable="yes">Checkout of branch: </property>
1415
<property name="top_attach">3</property>
1416
<property name="bottom_attach">4</property>
1417
<property name="x_options">GTK_FILL</property>
1418
<property name="y_options"></property>
1422
<widget class="GtkLabel" id="label_info_location_repobranch_label">
1423
<property name="xalign">0</property>
1424
<property name="label" translatable="yes">Repository branch: </property>
1427
<property name="top_attach">2</property>
1428
<property name="bottom_attach">3</property>
1429
<property name="x_options">GTK_FILL</property>
1430
<property name="y_options"></property>
1434
<widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1435
<property name="xalign">0</property>
1436
<property name="label" translatable="yes">Shared repository: </property>
1439
<property name="top_attach">1</property>
1440
<property name="bottom_attach">2</property>
1441
<property name="x_options">GTK_FILL</property>
1442
<property name="y_options"></property>
1446
<widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1447
<property name="xalign">0</property>
1448
<property name="label" translatable="yes">Light checkout root: </property>
1451
<property name="x_options">GTK_FILL</property>
1452
<property name="y_options"></property>
1460
<widget class="GtkLabel" id="label_info_location">
1461
<property name="visible">True</property>
1462
<property name="label" translatable="yes"><b>Location:</b></property>
1463
<property name="use_markup">True</property>
1466
<property name="type">label_item</property>
1471
<property name="expand">False</property>
1472
<property name="position">2</property>
1476
<widget class="GtkExpander" id="expander_info_related">
1477
<property name="can_focus">True</property>
1478
<signal name="activate" handler="on_expander_info_related_activate"/>
1480
<widget class="GtkAlignment" id="alignment12">
1481
<property name="visible">True</property>
1482
<property name="left_padding">24</property>
1484
<widget class="GtkTable" id="table_info_related">
1485
<property name="visible">True</property>
1486
<property name="n_rows">2</property>
1487
<property name="n_columns">2</property>
1488
<property name="column_spacing">12</property>
1490
<widget class="GtkLabel" id="label_info_related_parentbranch">
1491
<property name="xalign">0</property>
1492
<property name="label" translatable="yes">(none)</property>
1495
<property name="left_attach">1</property>
1496
<property name="right_attach">2</property>
1497
<property name="y_options"></property>
1501
<widget class="GtkLabel" id="label_info_related_publishbranch">
1502
<property name="xalign">0</property>
1503
<property name="label" translatable="yes">(none)</property>
1506
<property name="left_attach">1</property>
1507
<property name="right_attach">2</property>
1508
<property name="top_attach">1</property>
1509
<property name="bottom_attach">2</property>
1510
<property name="y_options"></property>
1514
<widget class="GtkLabel" id="label_info_related_publishbranch_label">
1515
<property name="xalign">0</property>
1516
<property name="label" translatable="yes">Publish to branch: </property>
1519
<property name="top_attach">1</property>
1520
<property name="bottom_attach">2</property>
1521
<property name="x_options">GTK_FILL</property>
1522
<property name="y_options"></property>
1526
<widget class="GtkLabel" id="label_info_related_parentbranch_label">
1527
<property name="xalign">0</property>
1528
<property name="label" translatable="yes">Parent branch: </property>
1531
<property name="x_options">GTK_FILL</property>
1532
<property name="y_options"></property>
1540
<widget class="GtkLabel" id="label_info_related">
1541
<property name="visible">True</property>
1542
<property name="label" translatable="yes"><b>Related branches:</b></property>
1543
<property name="use_markup">True</property>
1546
<property name="type">label_item</property>
1551
<property name="expand">False</property>
1552
<property name="position">3</property>
1556
<widget class="GtkExpander" id="expander_info_format">
1557
<property name="can_focus">True</property>
1558
<signal name="activate" handler="on_expander_info_format_activate"/>
1560
<widget class="GtkAlignment" id="alignment13">
1561
<property name="visible">True</property>
1562
<property name="left_padding">24</property>
1564
<widget class="GtkTable" id="table_info_format">
1565
<property name="visible">True</property>
1566
<property name="n_rows">4</property>
1567
<property name="n_columns">2</property>
1568
<property name="column_spacing">12</property>
1570
<widget class="GtkLabel" id="label_info_format_control">
1571
<property name="xalign">0</property>
1572
<property name="label" translatable="yes">(none)</property>
1575
<property name="left_attach">1</property>
1576
<property name="right_attach">2</property>
1577
<property name="y_options"></property>
1581
<widget class="GtkLabel" id="label_info_format_workingtree">
1582
<property name="xalign">0</property>
1583
<property name="label" translatable="yes">(none)</property>
1586
<property name="left_attach">1</property>
1587
<property name="right_attach">2</property>
1588
<property name="top_attach">1</property>
1589
<property name="bottom_attach">2</property>
1590
<property name="y_options"></property>
1594
<widget class="GtkLabel" id="label_info_format_branch">
1595
<property name="xalign">0</property>
1596
<property name="label" translatable="yes">(none)</property>
1599
<property name="left_attach">1</property>
1600
<property name="right_attach">2</property>
1601
<property name="top_attach">2</property>
1602
<property name="bottom_attach">3</property>
1603
<property name="y_options"></property>
1607
<widget class="GtkLabel" id="label_info_format_repository">
1608
<property name="xalign">0</property>
1609
<property name="label" translatable="yes">(none)</property>
1612
<property name="left_attach">1</property>
1613
<property name="right_attach">2</property>
1614
<property name="top_attach">3</property>
1615
<property name="bottom_attach">4</property>
1616
<property name="y_options"></property>
1620
<widget class="GtkLabel" id="label_info_format_repository_label">
1621
<property name="xalign">0</property>
1622
<property name="label" translatable="yes">Repository format: </property>
1625
<property name="top_attach">3</property>
1626
<property name="bottom_attach">4</property>
1627
<property name="x_options">GTK_FILL</property>
1628
<property name="y_options"></property>
1632
<widget class="GtkLabel" id="label_info_format_branch_label">
1633
<property name="xalign">0</property>
1634
<property name="label" translatable="yes">Branch format: </property>
1637
<property name="top_attach">2</property>
1638
<property name="bottom_attach">3</property>
1639
<property name="x_options">GTK_FILL</property>
1640
<property name="y_options"></property>
1644
<widget class="GtkLabel" id="label_info_format_workingtree_label">
1645
<property name="xalign">0</property>
1646
<property name="label" translatable="yes">Working tree format: </property>
1649
<property name="top_attach">1</property>
1650
<property name="bottom_attach">2</property>
1651
<property name="x_options">GTK_FILL</property>
1652
<property name="y_options"></property>
1656
<widget class="GtkLabel" id="label_info_format_control_label">
1657
<property name="xalign">0</property>
1658
<property name="label" translatable="yes">Control format: </property>
1661
<property name="x_options">GTK_FILL</property>
1662
<property name="y_options"></property>
1670
<widget class="GtkLabel" id="label_info_format">
1671
<property name="visible">True</property>
1672
<property name="label" translatable="yes"><b>Format:</b></property>
1673
<property name="use_markup">True</property>
1676
<property name="type">label_item</property>
1681
<property name="expand">False</property>
1682
<property name="position">4</property>
1686
<widget class="GtkExpander" id="expander_info_locking">
1687
<property name="can_focus">True</property>
1688
<signal name="activate" handler="on_expander_info_locking_activate"/>
1690
<widget class="GtkAlignment" id="alignment14">
1691
<property name="visible">True</property>
1692
<property name="left_padding">24</property>
1694
<widget class="GtkTable" id="table_info_locking">
1695
<property name="visible">True</property>
1696
<property name="n_rows">3</property>
1697
<property name="n_columns">2</property>
1698
<property name="column_spacing">12</property>
1700
<widget class="GtkLabel" id="label_info_locking_workingtree">
1701
<property name="xalign">0</property>
1702
<property name="label" translatable="yes">(none)</property>
1705
<property name="left_attach">1</property>
1706
<property name="right_attach">2</property>
1707
<property name="y_options"></property>
1711
<widget class="GtkLabel" id="label_info_locking_branch">
1712
<property name="xalign">0</property>
1713
<property name="label" translatable="yes">(none)</property>
1716
<property name="left_attach">1</property>
1717
<property name="right_attach">2</property>
1718
<property name="top_attach">1</property>
1719
<property name="bottom_attach">2</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_repository_label">
1738
<property name="xalign">0</property>
1739
<property name="label" translatable="yes">Repository lock status: </property>
1742
<property name="top_attach">2</property>
1743
<property name="bottom_attach">3</property>
1744
<property name="x_options">GTK_FILL</property>
1745
<property name="y_options"></property>
1749
<widget class="GtkLabel" id="label_info_locking_branch_label">
1750
<property name="xalign">0</property>
1751
<property name="label" translatable="yes">Branch lock status: </property>
1754
<property name="top_attach">1</property>
1755
<property name="bottom_attach">2</property>
1756
<property name="x_options">GTK_FILL</property>
1757
<property name="y_options"></property>
1761
<widget class="GtkLabel" id="label_info_locking_workingtree_label">
1762
<property name="xalign">0</property>
1763
<property name="label" translatable="yes">Working tree lock status: </property>
1766
<property name="x_options">GTK_FILL</property>
1767
<property name="y_options"></property>
1775
<widget class="GtkLabel" id="label_info_locking">
1776
<property name="visible">True</property>
1777
<property name="label" translatable="yes"><b>Lock status:</b></property>
1778
<property name="use_markup">True</property>
1781
<property name="type">label_item</property>
1786
<property name="expand">False</property>
1787
<property name="position">5</property>
1791
<widget class="GtkExpander" id="expander_info_missing">
1792
<property name="can_focus">True</property>
1793
<signal name="activate" handler="on_expander_info_missing_activate"/>
1795
<widget class="GtkAlignment" id="alignment15">
1796
<property name="visible">True</property>
1797
<property name="left_padding">24</property>
1799
<widget class="GtkTable" id="table_info_missing">
1800
<property name="visible">True</property>
1801
<property name="n_rows">2</property>
1802
<property name="n_columns">2</property>
1803
<property name="column_spacing">12</property>
1805
<widget class="GtkLabel" id="label_info_missing_workingtree">
1806
<property name="xalign">0</property>
1807
<property name="label" translatable="yes">(none)</property>
1810
<property name="left_attach">1</property>
1811
<property name="right_attach">2</property>
1812
<property name="y_options"></property>
1816
<widget class="GtkLabel" id="label_info_missing_branch">
1817
<property name="xalign">0</property>
1818
<property name="label" translatable="yes">(none)</property>
1821
<property name="left_attach">1</property>
1822
<property name="right_attach">2</property>
1823
<property name="top_attach">1</property>
1824
<property name="bottom_attach">2</property>
1825
<property name="y_options"></property>
1829
<widget class="GtkLabel" id="label_info_missing_branch_label">
1830
<property name="xalign">0</property>
1831
<property name="label" translatable="yes">Missing revisions in branch: </property>
1834
<property name="top_attach">1</property>
1835
<property name="bottom_attach">2</property>
1836
<property name="x_options">GTK_FILL</property>
1837
<property name="y_options"></property>
1841
<widget class="GtkLabel" id="label_info_missing_workingtree_label">
1842
<property name="xalign">0</property>
1843
<property name="label" translatable="yes">Missing revisions in working tree: </property>
1846
<property name="x_options">GTK_FILL</property>
1847
<property name="y_options"></property>
1855
<widget class="GtkLabel" id="label_info_missing">
1856
<property name="visible">True</property>
1857
<property name="label" translatable="yes"><b>Missing revisions:</b></property>
1858
<property name="use_markup">True</property>
1861
<property name="type">label_item</property>
1866
<property name="expand">False</property>
1867
<property name="position">6</property>
1871
<widget class="GtkExpander" id="expander_info_wtstats">
1872
<property name="can_focus">True</property>
1873
<signal name="activate" handler="on_expander_info_wtstats_activate"/>
1875
<widget class="GtkAlignment" id="alignment16">
1876
<property name="visible">True</property>
1877
<property name="left_padding">24</property>
1879
<widget class="GtkTable" id="table_info_wtstats">
1880
<property name="visible">True</property>
1881
<property name="n_rows">8</property>
1882
<property name="n_columns">2</property>
1883
<property name="column_spacing">12</property>
1885
<widget class="GtkLabel" id="label_info_wtstats_unchanged">
1886
<property name="xalign">0</property>
1887
<property name="label" translatable="yes">(none)</property>
1890
<property name="left_attach">1</property>
1891
<property name="right_attach">2</property>
1892
<property name="y_options"></property>
1896
<widget class="GtkLabel" id="label_info_wtstats_modified">
1897
<property name="xalign">0</property>
1898
<property name="label" translatable="yes">(none)</property>
1901
<property name="left_attach">1</property>
1902
<property name="right_attach">2</property>
1903
<property name="top_attach">1</property>
1904
<property name="bottom_attach">2</property>
1905
<property name="y_options"></property>
1909
<widget class="GtkLabel" id="label_info_wtstats_added">
1910
<property name="xalign">0</property>
1911
<property name="label" translatable="yes">(none)</property>
1914
<property name="left_attach">1</property>
1915
<property name="right_attach">2</property>
1916
<property name="top_attach">2</property>
1917
<property name="bottom_attach">3</property>
1918
<property name="y_options"></property>
1922
<widget class="GtkLabel" id="label_info_wtstats_removed">
1923
<property name="xalign">0</property>
1924
<property name="label" translatable="yes">(none)</property>
1927
<property name="left_attach">1</property>
1928
<property name="right_attach">2</property>
1929
<property name="top_attach">3</property>
1930
<property name="bottom_attach">4</property>
1931
<property name="y_options"></property>
1935
<widget class="GtkLabel" id="label_info_wtstats_renamed">
1936
<property name="xalign">0</property>
1937
<property name="label" translatable="yes">(none)</property>
1940
<property name="left_attach">1</property>
1941
<property name="right_attach">2</property>
1942
<property name="top_attach">4</property>
1943
<property name="bottom_attach">5</property>
1944
<property name="y_options"></property>
1948
<widget class="GtkLabel" id="label_info_wtstats_unknown">
1949
<property name="xalign">0</property>
1950
<property name="label" translatable="yes">(none)</property>
1953
<property name="left_attach">1</property>
1954
<property name="right_attach">2</property>
1955
<property name="top_attach">5</property>
1956
<property name="bottom_attach">6</property>
1957
<property name="y_options"></property>
1961
<widget class="GtkLabel" id="label_info_wtstats_ignored">
1962
<property name="xalign">0</property>
1963
<property name="label" translatable="yes">(none)</property>
1966
<property name="left_attach">1</property>
1967
<property name="right_attach">2</property>
1968
<property name="top_attach">6</property>
1969
<property name="bottom_attach">7</property>
1970
<property name="y_options"></property>
1974
<widget class="GtkLabel" id="label_info_wtstats_subdirs">
1975
<property name="xalign">0</property>
1976
<property name="label" translatable="yes">(none)</property>
1979
<property name="left_attach">1</property>
1980
<property name="right_attach">2</property>
1981
<property name="top_attach">7</property>
1982
<property name="bottom_attach">8</property>
1983
<property name="y_options"></property>
1987
<widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
1988
<property name="xalign">0</property>
1989
<property name="label" translatable="yes">Versioned subdirectories: </property>
1992
<property name="top_attach">7</property>
1993
<property name="bottom_attach">8</property>
1994
<property name="x_options">GTK_FILL</property>
1995
<property name="y_options"></property>
1999
<widget class="GtkLabel" id="label_info_wtstats_ignored_label">
2000
<property name="xalign">0</property>
2001
<property name="label" translatable="yes">Ignored files: </property>
2004
<property name="top_attach">6</property>
2005
<property name="bottom_attach">7</property>
2006
<property name="x_options">GTK_FILL</property>
2007
<property name="y_options"></property>
2011
<widget class="GtkLabel" id="label_info_wtstats_unknown_label">
2012
<property name="xalign">0</property>
2013
<property name="label" translatable="yes">Unknown files: </property>
2016
<property name="top_attach">5</property>
2017
<property name="bottom_attach">6</property>
2018
<property name="x_options">GTK_FILL</property>
2019
<property name="y_options"></property>
2023
<widget class="GtkLabel" id="label_info_wtstats_renamed_label">
2024
<property name="xalign">0</property>
2025
<property name="label" translatable="yes">Renamed files: </property>
2028
<property name="top_attach">4</property>
2029
<property name="bottom_attach">5</property>
2030
<property name="x_options">GTK_FILL</property>
2031
<property name="y_options"></property>
2035
<widget class="GtkLabel" id="label_info_wtstats_removed_label">
2036
<property name="xalign">0</property>
2037
<property name="label" translatable="yes">Removed files: </property>
2040
<property name="top_attach">3</property>
2041
<property name="bottom_attach">4</property>
2042
<property name="x_options">GTK_FILL</property>
2043
<property name="y_options"></property>
2047
<widget class="GtkLabel" id="label_info_wtstats_added_label">
2048
<property name="xalign">0</property>
2049
<property name="label" translatable="yes">Added files: </property>
2052
<property name="top_attach">2</property>
2053
<property name="bottom_attach">3</property>
2054
<property name="x_options">GTK_FILL</property>
2055
<property name="y_options"></property>
2059
<widget class="GtkLabel" id="label_info_wtstats_modified_label">
2060
<property name="xalign">0</property>
2061
<property name="label" translatable="yes">Modified files: </property>
2064
<property name="top_attach">1</property>
2065
<property name="bottom_attach">2</property>
2066
<property name="x_options">GTK_FILL</property>
2067
<property name="y_options"></property>
2071
<widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
2072
<property name="xalign">0</property>
2073
<property name="label" translatable="yes">Unchanged files: </property>
2076
<property name="x_options">GTK_FILL</property>
2077
<property name="y_options"></property>
2085
<widget class="GtkLabel" id="label_info_wtstats">
2086
<property name="visible">True</property>
2087
<property name="label" translatable="yes"><b>In the working tree:</b></property>
2088
<property name="use_markup">True</property>
2091
<property name="type">label_item</property>
2096
<property name="expand">False</property>
2097
<property name="position">7</property>
2101
<widget class="GtkExpander" id="expander_info_brstats">
2102
<property name="can_focus">True</property>
2103
<signal name="activate" handler="on_expander_info_brstats_activate"/>
2105
<widget class="GtkAlignment" id="alignment17">
2106
<property name="visible">True</property>
2107
<property name="left_padding">24</property>
2109
<widget class="GtkTable" id="table_info_brstats">
2110
<property name="visible">True</property>
2111
<property name="n_rows">5</property>
2112
<property name="n_columns">2</property>
2113
<property name="column_spacing">12</property>
2115
<widget class="GtkLabel" id="label_info_brstats_revno">
2116
<property name="xalign">0</property>
2117
<property name="label" translatable="yes">(none)</property>
2120
<property name="left_attach">1</property>
2121
<property name="right_attach">2</property>
2122
<property name="y_options"></property>
2126
<widget class="GtkLabel" id="label_info_brstats_commiters">
2127
<property name="xalign">0</property>
2128
<property name="label" translatable="yes">(none)</property>
2131
<property name="left_attach">1</property>
2132
<property name="right_attach">2</property>
2133
<property name="top_attach">1</property>
2134
<property name="bottom_attach">2</property>
2135
<property name="y_options"></property>
2139
<widget class="GtkLabel" id="label_info_brstats_age">
2140
<property name="xalign">0</property>
2141
<property name="label" translatable="yes">(none)</property>
2144
<property name="left_attach">1</property>
2145
<property name="right_attach">2</property>
2146
<property name="top_attach">2</property>
2147
<property name="bottom_attach">3</property>
2148
<property name="y_options"></property>
2152
<widget class="GtkLabel" id="label_info_brstats_firstrev">
2153
<property name="xalign">0</property>
2154
<property name="label" translatable="yes">(none)</property>
2157
<property name="left_attach">1</property>
2158
<property name="right_attach">2</property>
2159
<property name="top_attach">3</property>
2160
<property name="bottom_attach">4</property>
2161
<property name="y_options"></property>
2165
<widget class="GtkLabel" id="label_info_brstats_lastrev">
2166
<property name="xalign">0</property>
2167
<property name="label" translatable="yes">(none)</property>
2170
<property name="left_attach">1</property>
2171
<property name="right_attach">2</property>
2172
<property name="top_attach">4</property>
2173
<property name="bottom_attach">5</property>
2174
<property name="y_options"></property>
2178
<widget class="GtkLabel" id="label_info_brstats_lastrev_label">
2179
<property name="xalign">0</property>
2180
<property name="label" translatable="yes">Time of last revision: </property>
2183
<property name="top_attach">4</property>
2184
<property name="bottom_attach">5</property>
2185
<property name="x_options">GTK_FILL</property>
2186
<property name="y_options"></property>
2190
<widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2191
<property name="xalign">0</property>
2192
<property name="label" translatable="yes">Time of first revision: </property>
2195
<property name="top_attach">3</property>
2196
<property name="bottom_attach">4</property>
2197
<property name="x_options">GTK_FILL</property>
2198
<property name="y_options"></property>
2202
<widget class="GtkLabel" id="label_info_brstats_age_label">
2203
<property name="xalign">0</property>
2204
<property name="label" translatable="yes">Age of branch in days: </property>
2207
<property name="top_attach">2</property>
2208
<property name="bottom_attach">3</property>
2209
<property name="x_options">GTK_FILL</property>
2210
<property name="y_options"></property>
2214
<widget class="GtkLabel" id="label_info_brstats_commiters_label">
2215
<property name="xalign">0</property>
2216
<property name="label" translatable="yes">Number of commiters: </property>
2219
<property name="top_attach">1</property>
2220
<property name="bottom_attach">2</property>
2221
<property name="x_options">GTK_FILL</property>
2222
<property name="y_options"></property>
2226
<widget class="GtkLabel" id="label_info_brstats_revno_label">
2227
<property name="xalign">0</property>
2228
<property name="label" translatable="yes">Revisions in branch: </property>
2231
<property name="x_options">GTK_FILL</property>
2232
<property name="y_options"></property>
2240
<widget class="GtkLabel" id="label_info_brstats">
2241
<property name="visible">True</property>
2242
<property name="label" translatable="yes"><b>Branch history:</b></property>
2243
<property name="use_markup">True</property>
2246
<property name="type">label_item</property>
2251
<property name="expand">False</property>
2252
<property name="position">8</property>
2256
<widget class="GtkExpander" id="expander_info_repstats">
2257
<property name="can_focus">True</property>
2258
<signal name="activate" handler="on_expander_info_repstats_activate"/>
2260
<widget class="GtkAlignment" id="alignment18">
2261
<property name="visible">True</property>
2262
<property name="left_padding">24</property>
2264
<widget class="GtkTable" id="table_info_repstats">
2265
<property name="visible">True</property>
2266
<property name="n_rows">2</property>
2267
<property name="n_columns">2</property>
2268
<property name="column_spacing">12</property>
2270
<widget class="GtkLabel" id="label_info_repstats_revisions">
2271
<property name="xalign">0</property>
2272
<property name="label" translatable="yes">(none)</property>
2275
<property name="left_attach">1</property>
2276
<property name="right_attach">2</property>
2277
<property name="y_options"></property>
2281
<widget class="GtkLabel" id="label_info_repstats_size">
2282
<property name="xalign">0</property>
2283
<property name="label" translatable="yes">(none)</property>
2286
<property name="left_attach">1</property>
2287
<property name="right_attach">2</property>
2288
<property name="top_attach">1</property>
2289
<property name="bottom_attach">2</property>
2290
<property name="y_options"></property>
2294
<widget class="GtkLabel" id="label_info_repstats_size_label">
2295
<property name="xalign">0</property>
2296
<property name="label" translatable="yes">Size of repository: </property>
2299
<property name="top_attach">1</property>
2300
<property name="bottom_attach">2</property>
2301
<property name="x_options">GTK_FILL</property>
2302
<property name="y_options"></property>
2306
<widget class="GtkLabel" id="label_info_repstats_revisions_label">
2307
<property name="xalign">0</property>
2308
<property name="label" translatable="yes">Revisions in repository: </property>
2311
<property name="x_options">GTK_FILL</property>
2312
<property name="y_options"></property>
2320
<widget class="GtkLabel" id="label_info_repstats">
2321
<property name="visible">True</property>
2322
<property name="label" translatable="yes"><b>Revision store:</b></property>
2323
<property name="use_markup">True</property>
2326
<property name="type">label_item</property>
2331
<property name="expand">False</property>
2332
<property name="position">9</property>
2335
<child internal-child="action_area">
2336
<widget class="GtkHButtonBox" id="hbuttonbox_info">
2337
<property name="visible">True</property>
2338
<property name="can_default">True</property>
2339
<property name="has_default">True</property>
2340
<property name="layout_style">GTK_BUTTONBOX_END</property>
2342
<widget class="GtkButton" id="button_info_close">
2343
<property name="visible">True</property>
2344
<property name="can_focus">True</property>
2345
<property name="can_default">True</property>
2346
<property name="has_default">True</property>
2347
<property name="label">gtk-close</property>
2348
<property name="use_stock">True</property>
2349
<signal name="clicked" handler="on_button_info_close_clicked"/>
2354
<property name="expand">False</property>
2355
<property name="fill">False</property>
2356
<property name="pack_type">GTK_PACK_END</property>
2362
<widget class="GtkDialog" id="window_merge">
2363
<property name="visible">True</property>
2364
<property name="title" translatable="yes">Merge - Olive</property>
2365
<property name="icon">icons/oliveicon2.png</property>
2366
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2367
<child internal-child="vbox">
2368
<widget class="GtkVBox" id="vbox_merge">
2369
<property name="visible">True</property>
2370
<property name="spacing">3</property>
2372
<widget class="GtkHBox" id="hbox_merge">
2373
<property name="visible">True</property>
2374
<property name="spacing">3</property>
2376
<widget class="GtkLabel" id="label_merge">
2377
<property name="visible">True</property>
2378
<property name="label" translatable="yes">Merge from:</property>
2381
<property name="expand">False</property>
2382
<property name="fill">False</property>
2386
<widget class="GtkEntry" id="entry_merge">
2387
<property name="visible">True</property>
2388
<property name="can_focus">True</property>
2391
<property name="position">1</property>
2395
<widget class="GtkButton" id="button_merge_open">
2396
<property name="visible">True</property>
2397
<property name="can_focus">True</property>
2398
<signal name="clicked" handler="on_button_merge_open_clicked"/>
2400
<widget class="GtkImage" id="image240">
2401
<property name="visible">True</property>
2402
<property name="stock">gtk-open</property>
2407
<property name="expand">False</property>
2408
<property name="fill">False</property>
2409
<property name="position">2</property>
2414
<property name="expand">False</property>
2415
<property name="fill">False</property>
2416
<property name="position">2</property>
2419
<child internal-child="action_area">
2420
<widget class="GtkHButtonBox" id="hbuttonbox_merge">
2421
<property name="visible">True</property>
2422
<property name="layout_style">GTK_BUTTONBOX_END</property>
2424
<widget class="GtkButton" id="button_merge_cancel">
2425
<property name="visible">True</property>
2426
<property name="can_focus">True</property>
2427
<property name="can_default">True</property>
2428
<property name="label">gtk-cancel</property>
2429
<property name="use_stock">True</property>
2430
<signal name="clicked" handler="on_button_merge_cancel_clicked"/>
2434
<widget class="GtkButton" id="button_merge_merge">
2435
<property name="visible">True</property>
2436
<property name="can_focus">True</property>
2437
<property name="can_default">True</property>
2438
<property name="has_default">True</property>
2439
<signal name="clicked" handler="on_button_merge_merge_clicked"/>
2441
<widget class="GtkAlignment" id="alignment19">
2442
<property name="visible">True</property>
2443
<property name="xscale">0</property>
2444
<property name="yscale">0</property>
2446
<widget class="GtkHBox" id="hbox14">
2447
<property name="visible">True</property>
2448
<property name="spacing">2</property>
2450
<widget class="GtkImage" id="image239">
2451
<property name="visible">True</property>
2452
<property name="stock">gtk-apply</property>
2455
<property name="expand">False</property>
2456
<property name="fill">False</property>
2460
<widget class="GtkLabel" id="label21">
2461
<property name="visible">True</property>
2462
<property name="label" translatable="yes">_Merge</property>
2463
<property name="use_underline">True</property>
2466
<property name="expand">False</property>
2467
<property name="fill">False</property>
2468
<property name="position">1</property>
2477
<property name="position">1</property>
2482
<property name="expand">False</property>
2483
<property name="fill">False</property>
2484
<property name="pack_type">GTK_PACK_END</property>