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="GtkMenuItem" id="menuitem_branch_update">
222
<property name="visible">True</property>
223
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
224
<property name="label" translatable="yes">Update</property>
225
<property name="use_underline">True</property>
226
<signal name="activate" handler="on_menuitem_branch_update_activate"/>
230
<widget class="GtkSeparatorMenuItem" id="separator_branch2">
231
<property name="visible">True</property>
235
<widget class="GtkMenuItem" id="menuitem_branch_revert">
236
<property name="visible">True</property>
237
<property name="label" translatable="yes">_Revert all changes</property>
238
<property name="use_underline">True</property>
239
<signal name="activate" handler="on_menuitem_branch_revert_activate"/>
243
<widget class="GtkMenuItem" id="menuitem_branch_merge">
244
<property name="visible">True</property>
245
<property name="label" translatable="yes">_Merge...</property>
246
<property name="use_underline">True</property>
247
<signal name="activate" handler="on_menuitem_branch_merge_activate"/>
251
<widget class="GtkImageMenuItem" id="menuitem_branch_commit">
252
<property name="visible">True</property>
253
<property name="label" translatable="yes">_Commit...</property>
254
<property name="use_underline">True</property>
255
<signal name="activate" handler="on_menuitem_branch_commit_activate"/>
256
<child internal-child="image">
257
<widget class="GtkImage" id="image245">
258
<property name="visible">True</property>
259
<property name="pixbuf">icons/commit16.png</property>
265
<widget class="GtkSeparatorMenuItem" id="separator_branch3">
266
<property name="visible">True</property>
270
<widget class="GtkMenuItem" id="menuitem_branch_tags">
271
<property name="visible">True</property>
272
<property name="label" translatable="yes">Ta_gs...</property>
273
<property name="use_underline">True</property>
274
<signal name="activate" handler="on_menuitem_branch_tags_activate"/>
278
<widget class="GtkMenuItem" id="menuitem_branch_status">
279
<property name="visible">True</property>
280
<property name="label" translatable="yes">S_tatus...</property>
281
<property name="use_underline">True</property>
282
<signal name="activate" handler="on_menuitem_branch_status_activate"/>
286
<widget class="GtkMenuItem" id="menuitem_branch_missing_revisions">
287
<property name="visible">True</property>
288
<property name="label" translatable="yes">Missing _revisions</property>
289
<property name="use_underline">True</property>
290
<signal name="activate" handler="on_menuitem_branch_missing_revisions_activate"/>
294
<widget class="GtkMenuItem" id="menuitem_branch_conflicts">
295
<property name="visible">True</property>
296
<property name="label" translatable="yes">Con_flicts...</property>
297
<property name="use_underline">True</property>
298
<signal name="activate" handler="on_menuitem_branch_conflicts_activate"/>
306
<widget class="GtkMenuItem" id="menuitem_stats">
307
<property name="visible">True</property>
308
<property name="label" translatable="yes">_Statistics</property>
309
<property name="use_underline">True</property>
311
<widget class="GtkMenu" id="menuitem_stats_menu">
313
<widget class="GtkImageMenuItem" id="menuitem_stats_diff">
314
<property name="visible">True</property>
315
<property name="label" translatable="yes">_Differences...</property>
316
<property name="use_underline">True</property>
317
<signal name="activate" handler="on_menuitem_stats_diff_activate"/>
318
<child internal-child="image">
319
<widget class="GtkImage" id="image246">
320
<property name="visible">True</property>
321
<property name="pixbuf">icons/diff16.png</property>
327
<widget class="GtkImageMenuItem" id="menuitem_stats_log">
328
<property name="visible">True</property>
329
<property name="label" translatable="yes">_Log...</property>
330
<property name="use_underline">True</property>
331
<signal name="activate" handler="on_menuitem_stats_log_activate"/>
332
<child internal-child="image">
333
<widget class="GtkImage" id="image247">
334
<property name="visible">True</property>
335
<property name="pixbuf">icons/log16.png</property>
341
<widget class="GtkMenuItem" id="menuitem_stats_infos">
342
<property name="visible">True</property>
343
<property name="label" translatable="yes">_Information...</property>
344
<property name="use_underline">True</property>
345
<signal name="activate" handler="on_menuitem_stats_infos_activate"/>
353
<widget class="GtkMenuItem" id="menuitem_help">
354
<property name="visible">True</property>
355
<property name="label" translatable="yes">_Help</property>
356
<property name="use_underline">True</property>
358
<widget class="GtkMenu" id="menuitem_help_menu">
360
<widget class="GtkImageMenuItem" id="menuitem_about">
361
<property name="visible">True</property>
362
<property name="label">gtk-about</property>
363
<property name="use_underline">True</property>
364
<property name="use_stock">True</property>
365
<signal name="activate" handler="on_about_activate"/>
374
<property name="expand">False</property>
375
<property name="fill">False</property>
379
<widget class="GtkToolbar" id="toolbar">
380
<property name="visible">True</property>
382
<widget class="GtkToolButton" id="toolbutton_refresh">
383
<property name="visible">True</property>
384
<property name="label">Refresh</property>
385
<property name="use_underline">True</property>
386
<property name="icon">icons/refresh.png</property>
387
<signal name="clicked" handler="on_toolbutton_refresh_clicked"/>
390
<property name="expand">False</property>
394
<widget class="GtkToolButton" id="toolbutton_diff">
395
<property name="visible">True</property>
396
<property name="label">Diff</property>
397
<property name="use_underline">True</property>
398
<property name="icon">icons/diff.png</property>
399
<signal name="clicked" handler="on_toolbutton_diff_clicked"/>
402
<property name="expand">False</property>
406
<widget class="GtkToolButton" id="toolbutton_log">
407
<property name="visible">True</property>
408
<property name="label">Log</property>
409
<property name="use_underline">True</property>
410
<property name="icon">icons/log.png</property>
411
<signal name="clicked" handler="on_toolbutton_log_clicked"/>
414
<property name="expand">False</property>
418
<widget class="GtkSeparatorToolItem" id="separatortoolitem1">
419
<property name="visible">True</property>
422
<property name="expand">False</property>
423
<property name="homogeneous">False</property>
427
<widget class="GtkToolButton" id="toolbutton_commit">
428
<property name="visible">True</property>
429
<property name="is_important">True</property>
430
<property name="label">Commit</property>
431
<property name="use_underline">True</property>
432
<property name="icon">icons/commit.png</property>
433
<signal name="clicked" handler="on_toolbutton_commit_clicked"/>
436
<property name="expand">False</property>
440
<widget class="GtkSeparatorToolItem" id="separatortoolitem2">
441
<property name="visible">True</property>
444
<property name="expand">False</property>
445
<property name="homogeneous">False</property>
449
<widget class="GtkToolButton" id="toolbutton_pull">
450
<property name="visible">True</property>
451
<property name="is_important">True</property>
452
<property name="label">Pull</property>
453
<property name="use_underline">True</property>
454
<property name="icon">icons/pull.png</property>
455
<signal name="clicked" handler="on_toolbutton_pull_clicked"/>
458
<property name="expand">False</property>
462
<widget class="GtkToolButton" id="toolbutton_push">
463
<property name="visible">True</property>
464
<property name="is_important">True</property>
465
<property name="label">Push</property>
466
<property name="use_underline">True</property>
467
<property name="icon">icons/push.png</property>
468
<signal name="clicked" handler="on_toolbutton_push_clicked"/>
471
<property name="expand">False</property>
475
<widget class="GtkToolButton" id="toolbutton_update">
476
<property name="visible">True</property>
477
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
478
<property name="label" translatable="yes">Update</property>
479
<property name="icon">icons/pull.png</property>
480
<signal name="clicked" handler="on_toolbutton_update_clicked"/>
483
<property name="expand">False</property>
488
<property name="expand">False</property>
489
<property name="fill">False</property>
490
<property name="position">1</property>
494
<widget class="GtkHPaned" id="hpaned_main">
495
<property name="visible">True</property>
496
<property name="can_focus">True</property>
497
<property name="position">200</property>
499
<widget class="GtkScrolledWindow" id="scrolledwindow_left">
500
<property name="visible">True</property>
501
<property name="can_focus">True</property>
502
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
503
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
505
<widget class="GtkTreeView" id="treeview_left">
506
<property name="visible">True</property>
507
<property name="can_focus">True</property>
508
<property name="headers_visible">False</property>
509
<signal name="button_press_event" handler="on_treeview_left_button_press_event"/>
510
<signal name="row_activated" handler="on_treeview_left_row_activated"/>
515
<property name="resize">False</property>
516
<property name="shrink">True</property>
520
<widget class="GtkVBox" id="vbox_main_right">
521
<property name="visible">True</property>
523
<widget class="GtkHBox" id="hbox_location">
524
<property name="visible">True</property>
525
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
526
<property name="border_width">3</property>
527
<property name="spacing">3</property>
529
<widget class="GtkButton" id="button_location_up">
530
<property name="visible">True</property>
531
<property name="can_focus">True</property>
532
<property name="receives_default">True</property>
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="relief">GTK_RELIEF_NONE</property>
535
<property name="response_id">0</property>
536
<signal name="clicked" handler="on_button_location_up_clicked"/>
538
<widget class="GtkImage" id="image_location_up">
539
<property name="visible">True</property>
540
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
541
<property name="stock">gtk-go-up</property>
546
<property name="expand">False</property>
547
<property name="fill">False</property>
554
<widget class="GtkEntry" id="entry_location">
555
<property name="visible">True</property>
556
<property name="can_focus">True</property>
557
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
558
<signal name="key_press_event" handler="on_entry_location_key_press_event"/>
561
<property name="position">2</property>
565
<widget class="GtkImage" id="image_location_error">
566
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
567
<property name="stock">gtk-dialog-error</property>
570
<property name="expand">False</property>
571
<property name="fill">False</property>
572
<property name="position">3</property>
576
<widget class="GtkButton" id="button_location_jump">
577
<property name="visible">True</property>
578
<property name="can_focus">True</property>
579
<property name="receives_default">True</property>
580
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
581
<property name="label" translatable="yes">gtk-jump-to</property>
582
<property name="relief">GTK_RELIEF_NONE</property>
583
<property name="use_stock">True</property>
584
<property name="response_id">0</property>
585
<signal name="clicked" handler="on_button_location_jump_clicked"/>
588
<property name="expand">False</property>
589
<property name="fill">False</property>
590
<property name="position">4</property>
594
<widget class="GtkVSeparator" id="vseparator">
595
<property name="visible">True</property>
596
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
599
<property name="expand">False</property>
600
<property name="fill">False</property>
601
<property name="position">5</property>
605
<widget class="GtkCheckButton" id="checkbutton_history">
606
<property name="visible">True</property>
607
<property name="can_focus">True</property>
608
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
609
<property name="label" translatable="yes">H_istory Mode</property>
610
<property name="use_underline">True</property>
611
<property name="response_id">0</property>
612
<property name="draw_indicator">True</property>
613
<signal name="toggled" handler="on_checkbutton_history_toggled"/>
616
<property name="expand">False</property>
617
<property name="fill">False</property>
618
<property name="position">6</property>
622
<widget class="GtkEntry" id="entry_history_revno">
623
<property name="width_request">75</property>
624
<property name="visible">True</property>
625
<property name="sensitive">False</property>
626
<property name="can_focus">True</property>
627
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
628
<signal name="key_press_event" handler="on_entry_history_revno_key_press_event"/>
631
<property name="expand">False</property>
632
<property name="fill">False</property>
633
<property name="position">7</property>
637
<widget class="GtkButton" id="button_history_browse">
638
<property name="visible">True</property>
639
<property name="sensitive">False</property>
640
<property name="can_focus">True</property>
641
<property name="receives_default">True</property>
642
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
643
<property name="response_id">0</property>
644
<signal name="clicked" handler="on_button_history_browse_clicked"/>
646
<widget class="GtkImage" id="image_history_browse">
647
<property name="visible">True</property>
648
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
649
<property name="stock">gtk-open</property>
654
<property name="expand">False</property>
655
<property name="fill">False</property>
656
<property name="position">8</property>
661
<property name="expand">False</property>
662
<property name="fill">False</property>
666
<widget class="GtkScrolledWindow" id="scrolledwindow_right">
667
<property name="visible">True</property>
668
<property name="can_focus">True</property>
669
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
670
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
672
<widget class="GtkTreeView" id="treeview_right">
673
<property name="visible">True</property>
674
<property name="can_focus">True</property>
675
<property name="headers_visible">False</property>
676
<signal name="button_press_event" handler="on_treeview_right_button_press_event"/>
677
<signal name="row_activated" handler="on_treeview_right_row_activated"/>
682
<property name="position">1</property>
687
<property name="resize">True</property>
688
<property name="shrink">True</property>
693
<property name="position">2</property>
697
<widget class="GtkStatusbar" id="statusbar">
698
<property name="visible">True</property>
701
<property name="expand">False</property>
702
<property name="fill">False</property>
703
<property name="position">3</property>
709
<widget class="GtkAboutDialog" id="aboutdialog">
710
<property name="visible">True</property>
711
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
712
<property name="name">Olive</property>
713
<property name="copyright" translatable="yes">Copyright (C) 2006 Szilveszter Farkas (Phanatic)</property>
714
<property name="website">https://launchpad.net/products/olive</property>
715
<property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
716
<property name="authors">Szilveszter Farkas (Phanatic) <szilveszter.farkas@gmail.com></property>
717
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
718
<property name="logo">icons/oliveicon2.png</property>
719
<child internal-child="vbox">
720
<widget class="GtkVBox" id="dialog-vbox1">
721
<child internal-child="action_area">
722
<widget class="GtkHButtonBox" id="dialog-action_area1">
725
<property name="expand">False</property>
726
<property name="pack_type">GTK_PACK_END</property>
732
<widget class="GtkDialog" id="window_add">
733
<property name="visible">True</property>
734
<property name="title" translatable="yes">Olive - Add file(s)</property>
735
<property name="resizable">False</property>
736
<property name="icon">icons/oliveicon2.png</property>
737
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
738
<child internal-child="vbox">
739
<widget class="GtkVBox" id="vbox_add">
740
<property name="visible">True</property>
741
<property name="spacing">3</property>
743
<widget class="GtkLabel" id="label_add_question">
744
<property name="visible">True</property>
745
<property name="label" translatable="yes">Which file(s) do you want to add?</property>
748
<property name="expand">False</property>
749
<property name="fill">False</property>
750
<property name="position">2</property>
754
<widget class="GtkRadioButton" id="radiobutton_add_selected">
755
<property name="visible">True</property>
756
<property name="can_focus">True</property>
757
<property name="label" translatable="yes">Selected only</property>
758
<property name="use_underline">True</property>
759
<property name="response_id">0</property>
760
<property name="draw_indicator">True</property>
763
<property name="expand">False</property>
764
<property name="fill">False</property>
765
<property name="position">3</property>
769
<widget class="GtkRadioButton" id="radiobutton_add_unknown">
770
<property name="visible">True</property>
771
<property name="can_focus">True</property>
772
<property name="label" translatable="yes">All unknowns recursively</property>
773
<property name="use_underline">True</property>
774
<property name="response_id">0</property>
775
<property name="draw_indicator">True</property>
776
<property name="group">radiobutton_add_selected</property>
779
<property name="expand">False</property>
780
<property name="fill">False</property>
781
<property name="position">4</property>
784
<child internal-child="action_area">
785
<widget class="GtkHButtonBox" id="hbuttonbox_add">
786
<property name="visible">True</property>
787
<property name="layout_style">GTK_BUTTONBOX_END</property>
789
<widget class="GtkButton" id="button_add_cancel">
790
<property name="visible">True</property>
791
<property name="can_focus">True</property>
792
<property name="can_default">True</property>
793
<property name="label">gtk-cancel</property>
794
<property name="use_stock">True</property>
795
<property name="response_id">0</property>
796
<signal name="clicked" handler="on_button_add_cancel_clicked"/>
800
<widget class="GtkButton" id="button_add_add">
801
<property name="visible">True</property>
802
<property name="can_focus">True</property>
803
<property name="can_default">True</property>
804
<property name="has_default">True</property>
805
<property name="response_id">0</property>
806
<signal name="clicked" handler="on_button_add_add_clicked"/>
808
<widget class="GtkAlignment" id="alignment3">
809
<property name="visible">True</property>
810
<property name="xscale">0</property>
811
<property name="yscale">0</property>
813
<widget class="GtkHBox" id="hbox5">
814
<property name="visible">True</property>
815
<property name="spacing">2</property>
817
<widget class="GtkImage" id="image13">
818
<property name="visible">True</property>
819
<property name="stock">gtk-add</property>
822
<property name="expand">False</property>
823
<property name="fill">False</property>
827
<widget class="GtkLabel" id="label8">
828
<property name="visible">True</property>
829
<property name="label" translatable="yes">_Add</property>
830
<property name="use_underline">True</property>
833
<property name="expand">False</property>
834
<property name="fill">False</property>
835
<property name="position">1</property>
844
<property name="position">1</property>
849
<property name="expand">False</property>
850
<property name="pack_type">GTK_PACK_END</property>
856
<widget class="GtkDialog" id="window_remove">
857
<property name="visible">True</property>
858
<property name="title" translatable="yes">Olive - Remove file(s)</property>
859
<property name="resizable">False</property>
860
<property name="icon">icons/oliveicon2.png</property>
861
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
862
<child internal-child="vbox">
863
<widget class="GtkVBox" id="vbox_remove">
864
<property name="visible">True</property>
865
<property name="spacing">3</property>
867
<widget class="GtkLabel" id="label_remove_question">
868
<property name="visible">True</property>
869
<property name="label" translatable="yes">Which file(s) do you want to remove?</property>
872
<property name="expand">False</property>
873
<property name="fill">False</property>
874
<property name="position">2</property>
878
<widget class="GtkRadioButton" id="radiobutton_remove_selected">
879
<property name="visible">True</property>
880
<property name="can_focus">True</property>
881
<property name="label" translatable="yes">Selected only</property>
882
<property name="use_underline">True</property>
883
<property name="response_id">0</property>
884
<property name="draw_indicator">True</property>
887
<property name="expand">False</property>
888
<property name="fill">False</property>
889
<property name="position">3</property>
893
<widget class="GtkRadioButton" id="radiobutton_remove_new">
894
<property name="visible">True</property>
895
<property name="can_focus">True</property>
896
<property name="label" translatable="yes">All files with status 'added'</property>
897
<property name="use_underline">True</property>
898
<property name="response_id">0</property>
899
<property name="draw_indicator">True</property>
900
<property name="group">radiobutton_remove_selected</property>
903
<property name="expand">False</property>
904
<property name="fill">False</property>
905
<property name="position">4</property>
908
<child internal-child="action_area">
909
<widget class="GtkHButtonBox" id="hbuttonbox_remove">
910
<property name="visible">True</property>
911
<property name="layout_style">GTK_BUTTONBOX_END</property>
913
<widget class="GtkButton" id="button_remove_cancel">
914
<property name="visible">True</property>
915
<property name="can_focus">True</property>
916
<property name="can_default">True</property>
917
<property name="label">gtk-cancel</property>
918
<property name="use_stock">True</property>
919
<property name="response_id">0</property>
920
<signal name="clicked" handler="on_button_remove_cancel_clicked"/>
924
<widget class="GtkButton" id="button_remove_remove">
925
<property name="visible">True</property>
926
<property name="can_focus">True</property>
927
<property name="can_default">True</property>
928
<property name="has_default">True</property>
929
<property name="response_id">0</property>
930
<signal name="clicked" handler="on_button_remove_remove_clicked"/>
932
<widget class="GtkAlignment" id="alignment4">
933
<property name="visible">True</property>
934
<property name="xscale">0</property>
935
<property name="yscale">0</property>
937
<widget class="GtkHBox" id="hbox6">
938
<property name="visible">True</property>
939
<property name="spacing">2</property>
941
<widget class="GtkImage" id="image39">
942
<property name="visible">True</property>
943
<property name="stock">gtk-remove</property>
946
<property name="expand">False</property>
947
<property name="fill">False</property>
951
<widget class="GtkLabel" id="label10">
952
<property name="visible">True</property>
953
<property name="label" translatable="yes">_Remove</property>
954
<property name="use_underline">True</property>
957
<property name="expand">False</property>
958
<property name="fill">False</property>
959
<property name="position">1</property>
968
<property name="position">1</property>
973
<property name="expand">False</property>
974
<property name="pack_type">GTK_PACK_END</property>
980
<widget class="GtkDialog" id="window_mkdir">
981
<property name="visible">True</property>
982
<property name="title" translatable="yes">Olive - Make directory</property>
983
<property name="icon">icons/oliveicon2.png</property>
984
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
985
<child internal-child="vbox">
986
<widget class="GtkVBox" id="vbox_mkdir">
987
<property name="visible">True</property>
988
<property name="spacing">3</property>
990
<widget class="GtkEntry" id="entry_mkdir">
991
<property name="visible">True</property>
992
<property name="can_focus">True</property>
993
<property name="has_focus">True</property>
996
<property name="expand">False</property>
997
<property name="fill">False</property>
998
<property name="position">2</property>
1002
<widget class="GtkCheckButton" id="checkbutton_mkdir_versioned">
1003
<property name="visible">True</property>
1004
<property name="can_focus">True</property>
1005
<property name="label" translatable="yes">_Versioned directory</property>
1006
<property name="use_underline">True</property>
1007
<property name="response_id">0</property>
1008
<property name="active">True</property>
1009
<property name="draw_indicator">True</property>
1012
<property name="expand">False</property>
1013
<property name="fill">False</property>
1014
<property name="position">3</property>
1017
<child internal-child="action_area">
1018
<widget class="GtkHButtonBox" id="hbuttonbox_mkdir">
1019
<property name="visible">True</property>
1020
<property name="layout_style">GTK_BUTTONBOX_END</property>
1022
<widget class="GtkButton" id="button_mkdir_cancel">
1023
<property name="visible">True</property>
1024
<property name="can_focus">True</property>
1025
<property name="can_default">True</property>
1026
<property name="label">gtk-cancel</property>
1027
<property name="use_stock">True</property>
1028
<property name="response_id">0</property>
1029
<signal name="clicked" handler="on_button_mkdir_cancel_clicked"/>
1033
<widget class="GtkButton" id="button_mkdir_mkdir">
1034
<property name="visible">True</property>
1035
<property name="can_focus">True</property>
1036
<property name="can_default">True</property>
1037
<property name="has_default">True</property>
1038
<property name="response_id">0</property>
1039
<signal name="clicked" handler="on_button_mkdir_mkdir_clicked"/>
1041
<widget class="GtkAlignment" id="alignment8">
1042
<property name="visible">True</property>
1043
<property name="xscale">0</property>
1044
<property name="yscale">0</property>
1046
<widget class="GtkHBox" id="hbox10">
1047
<property name="visible">True</property>
1048
<property name="spacing">2</property>
1050
<widget class="GtkImage" id="image143">
1051
<property name="visible">True</property>
1052
<property name="stock">gtk-add</property>
1055
<property name="expand">False</property>
1056
<property name="fill">False</property>
1060
<widget class="GtkLabel" id="label17">
1061
<property name="visible">True</property>
1062
<property name="label" translatable="yes">_Make directory</property>
1063
<property name="use_underline">True</property>
1066
<property name="expand">False</property>
1067
<property name="fill">False</property>
1068
<property name="position">1</property>
1077
<property name="position">1</property>
1082
<property name="expand">False</property>
1083
<property name="fill">False</property>
1084
<property name="pack_type">GTK_PACK_END</property>
1090
<widget class="GtkDialog" id="window_move">
1091
<property name="width_request">250</property>
1092
<property name="title" translatable="yes">Olive - Move</property>
1093
<property name="icon">icons/oliveicon2.png</property>
1094
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1095
<child internal-child="vbox">
1096
<widget class="GtkVBox" id="vbox_move">
1097
<property name="visible">True</property>
1098
<property name="spacing">3</property>
1100
<widget class="GtkHBox" id="hbox_move">
1101
<property name="visible">True</property>
1102
<property name="spacing">5</property>
1104
<widget class="GtkLabel" id="label_move">
1105
<property name="visible">True</property>
1106
<property name="label" translatable="yes">Move to</property>
1109
<property name="expand">False</property>
1110
<property name="fill">False</property>
1114
<widget class="GtkFileChooserButton" id="filechooserbutton_move">
1115
<property name="visible">True</property>
1116
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
1117
<property name="title" translatable="yes">Select a directory</property>
1120
<property name="position">1</property>
1125
<property name="position">2</property>
1128
<child internal-child="action_area">
1129
<widget class="GtkHButtonBox" id="hbuttonbox_move">
1130
<property name="visible">True</property>
1131
<property name="layout_style">GTK_BUTTONBOX_END</property>
1133
<widget class="GtkButton" id="button_move_cancel">
1134
<property name="visible">True</property>
1135
<property name="can_focus">True</property>
1136
<property name="can_default">True</property>
1137
<property name="label">gtk-cancel</property>
1138
<property name="use_stock">True</property>
1139
<property name="response_id">0</property>
1140
<signal name="clicked" handler="on_button_move_cancel_clicked"/>
1144
<widget class="GtkButton" id="button_move_move">
1145
<property name="visible">True</property>
1146
<property name="can_focus">True</property>
1147
<property name="can_default">True</property>
1148
<property name="has_default">True</property>
1149
<property name="response_id">0</property>
1150
<signal name="clicked" handler="on_button_move_move_clicked"/>
1152
<widget class="GtkAlignment" id="alignment9">
1153
<property name="visible">True</property>
1154
<property name="xscale">0</property>
1155
<property name="yscale">0</property>
1157
<widget class="GtkHBox" id="hbox11">
1158
<property name="visible">True</property>
1159
<property name="spacing">2</property>
1161
<widget class="GtkImage" id="image151">
1162
<property name="visible">True</property>
1163
<property name="stock">gtk-apply</property>
1166
<property name="expand">False</property>
1167
<property name="fill">False</property>
1171
<widget class="GtkLabel" id="label18">
1172
<property name="visible">True</property>
1173
<property name="label" translatable="yes">_Move</property>
1174
<property name="use_underline">True</property>
1177
<property name="expand">False</property>
1178
<property name="fill">False</property>
1179
<property name="position">1</property>
1188
<property name="position">1</property>
1193
<property name="expand">False</property>
1194
<property name="pack_type">GTK_PACK_END</property>
1200
<widget class="GtkDialog" id="window_rename">
1201
<property name="title" translatable="yes">Olive - Rename</property>
1202
<property name="icon">icons/oliveicon2.png</property>
1203
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1204
<child internal-child="vbox">
1205
<widget class="GtkVBox" id="vbox_rename">
1206
<property name="visible">True</property>
1207
<property name="spacing">3</property>
1209
<widget class="GtkHBox" id="hbox_rename">
1210
<property name="visible">True</property>
1211
<property name="spacing">5</property>
1213
<widget class="GtkLabel" id="label_rename">
1214
<property name="visible">True</property>
1215
<property name="label" translatable="yes">Rename to</property>
1218
<property name="expand">False</property>
1219
<property name="fill">False</property>
1223
<widget class="GtkEntry" id="entry_rename">
1224
<property name="visible">True</property>
1225
<property name="can_focus">True</property>
1226
<property name="has_focus">True</property>
1229
<property name="position">1</property>
1234
<property name="position">2</property>
1237
<child internal-child="action_area">
1238
<widget class="GtkHButtonBox" id="hbuttonbox_rename">
1239
<property name="visible">True</property>
1240
<property name="layout_style">GTK_BUTTONBOX_END</property>
1242
<widget class="GtkButton" id="button_rename_cancel">
1243
<property name="visible">True</property>
1244
<property name="can_focus">True</property>
1245
<property name="can_default">True</property>
1246
<property name="label">gtk-cancel</property>
1247
<property name="use_stock">True</property>
1248
<property name="response_id">0</property>
1249
<signal name="clicked" handler="on_button_rename_cancel_clicked"/>
1253
<widget class="GtkButton" id="button_rename_rename">
1254
<property name="visible">True</property>
1255
<property name="can_focus">True</property>
1256
<property name="can_default">True</property>
1257
<property name="has_default">True</property>
1258
<property name="response_id">0</property>
1259
<signal name="clicked" handler="on_button_rename_rename_clicked"/>
1261
<widget class="GtkAlignment" id="alignment10">
1262
<property name="visible">True</property>
1263
<property name="xscale">0</property>
1264
<property name="yscale">0</property>
1266
<widget class="GtkHBox" id="hbox13">
1267
<property name="visible">True</property>
1268
<property name="spacing">2</property>
1270
<widget class="GtkImage" id="image159">
1271
<property name="visible">True</property>
1272
<property name="stock">gtk-apply</property>
1275
<property name="expand">False</property>
1276
<property name="fill">False</property>
1280
<widget class="GtkLabel" id="label20">
1281
<property name="visible">True</property>
1282
<property name="label" translatable="yes">_Rename</property>
1283
<property name="use_underline">True</property>
1286
<property name="expand">False</property>
1287
<property name="fill">False</property>
1288
<property name="position">1</property>
1297
<property name="position">1</property>
1302
<property name="expand">False</property>
1303
<property name="pack_type">GTK_PACK_END</property>
1309
<widget class="GtkDialog" id="window_info">
1310
<property name="title" translatable="yes">Olive - Information</property>
1311
<property name="icon">icons/oliveicon2.png</property>
1312
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1313
<child internal-child="vbox">
1314
<widget class="GtkVBox" id="vbox_info">
1315
<property name="visible">True</property>
1316
<property name="spacing">3</property>
1318
<widget class="GtkExpander" id="expander_info_location">
1319
<property name="can_focus">True</property>
1320
<signal name="activate" handler="on_expander_info_location_activate"/>
1322
<widget class="GtkAlignment" id="alignment11">
1323
<property name="visible">True</property>
1324
<property name="left_padding">24</property>
1326
<widget class="GtkTable" id="table_info_location">
1327
<property name="visible">True</property>
1328
<property name="n_rows">7</property>
1329
<property name="n_columns">2</property>
1330
<property name="column_spacing">12</property>
1332
<widget class="GtkLabel" id="label_info_location_repobranch">
1333
<property name="xalign">0</property>
1334
<property name="label" translatable="yes">(none)</property>
1337
<property name="left_attach">1</property>
1338
<property name="right_attach">2</property>
1339
<property name="top_attach">2</property>
1340
<property name="bottom_attach">3</property>
1341
<property name="y_options"></property>
1345
<widget class="GtkLabel" id="label_info_location_cobranch">
1346
<property name="xalign">0</property>
1347
<property name="label" translatable="yes">(none)</property>
1350
<property name="left_attach">1</property>
1351
<property name="right_attach">2</property>
1352
<property name="top_attach">3</property>
1353
<property name="bottom_attach">4</property>
1354
<property name="y_options"></property>
1358
<widget class="GtkLabel" id="label_info_location_repoco">
1359
<property name="xalign">0</property>
1360
<property name="label" translatable="yes">(none)</property>
1363
<property name="left_attach">1</property>
1364
<property name="right_attach">2</property>
1365
<property name="top_attach">4</property>
1366
<property name="bottom_attach">5</property>
1367
<property name="y_options"></property>
1371
<widget class="GtkLabel" id="label_info_location_coroot">
1372
<property name="xalign">0</property>
1373
<property name="label" translatable="yes">(none)</property>
1376
<property name="left_attach">1</property>
1377
<property name="right_attach">2</property>
1378
<property name="top_attach">5</property>
1379
<property name="bottom_attach">6</property>
1380
<property name="y_options"></property>
1384
<widget class="GtkLabel" id="label_info_location_branchroot">
1385
<property name="xalign">0</property>
1386
<property name="label" translatable="yes">(none)</property>
1389
<property name="left_attach">1</property>
1390
<property name="right_attach">2</property>
1391
<property name="top_attach">6</property>
1392
<property name="bottom_attach">7</property>
1393
<property name="y_options"></property>
1397
<widget class="GtkLabel" id="label_info_location_sharedrepo">
1398
<property name="xalign">0</property>
1399
<property name="label" translatable="yes">(none)</property>
1402
<property name="left_attach">1</property>
1403
<property name="right_attach">2</property>
1404
<property name="top_attach">1</property>
1405
<property name="bottom_attach">2</property>
1406
<property name="y_options"></property>
1410
<widget class="GtkLabel" id="label_info_location_lightcoroot">
1411
<property name="xalign">0</property>
1412
<property name="label" translatable="yes">(none)</property>
1415
<property name="left_attach">1</property>
1416
<property name="right_attach">2</property>
1417
<property name="y_options"></property>
1421
<widget class="GtkLabel" id="label_info_location_coroot_label">
1422
<property name="xalign">0</property>
1423
<property name="label" translatable="yes">Checkout root: </property>
1426
<property name="top_attach">5</property>
1427
<property name="bottom_attach">6</property>
1428
<property name="x_options">GTK_FILL</property>
1429
<property name="y_options"></property>
1433
<widget class="GtkLabel" id="label_info_location_branchroot_label">
1434
<property name="xalign">0</property>
1435
<property name="label" translatable="yes">Branch root: </property>
1438
<property name="top_attach">6</property>
1439
<property name="bottom_attach">7</property>
1440
<property name="x_options">GTK_FILL</property>
1441
<property name="y_options"></property>
1445
<widget class="GtkLabel" id="label_info_location_repoco_label">
1446
<property name="xalign">0</property>
1447
<property name="label" translatable="yes">Repository checkout: </property>
1450
<property name="top_attach">4</property>
1451
<property name="bottom_attach">5</property>
1452
<property name="x_options">GTK_FILL</property>
1453
<property name="y_options"></property>
1457
<widget class="GtkLabel" id="label_info_location_cobranch_label">
1458
<property name="xalign">0</property>
1459
<property name="label" translatable="yes">Checkout of branch: </property>
1462
<property name="top_attach">3</property>
1463
<property name="bottom_attach">4</property>
1464
<property name="x_options">GTK_FILL</property>
1465
<property name="y_options"></property>
1469
<widget class="GtkLabel" id="label_info_location_repobranch_label">
1470
<property name="xalign">0</property>
1471
<property name="label" translatable="yes">Repository branch: </property>
1474
<property name="top_attach">2</property>
1475
<property name="bottom_attach">3</property>
1476
<property name="x_options">GTK_FILL</property>
1477
<property name="y_options"></property>
1481
<widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1482
<property name="xalign">0</property>
1483
<property name="label" translatable="yes">Shared repository: </property>
1486
<property name="top_attach">1</property>
1487
<property name="bottom_attach">2</property>
1488
<property name="x_options">GTK_FILL</property>
1489
<property name="y_options"></property>
1493
<widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1494
<property name="xalign">0</property>
1495
<property name="label" translatable="yes">Light checkout root: </property>
1498
<property name="x_options">GTK_FILL</property>
1499
<property name="y_options"></property>
1507
<widget class="GtkLabel" id="label_info_location">
1508
<property name="visible">True</property>
1509
<property name="label" translatable="yes"><b>Location:</b></property>
1510
<property name="use_markup">True</property>
1513
<property name="type">label_item</property>
1518
<property name="expand">False</property>
1519
<property name="position">2</property>
1523
<widget class="GtkExpander" id="expander_info_related">
1524
<property name="can_focus">True</property>
1525
<signal name="activate" handler="on_expander_info_related_activate"/>
1527
<widget class="GtkAlignment" id="alignment12">
1528
<property name="visible">True</property>
1529
<property name="left_padding">24</property>
1531
<widget class="GtkTable" id="table_info_related">
1532
<property name="visible">True</property>
1533
<property name="n_rows">2</property>
1534
<property name="n_columns">2</property>
1535
<property name="column_spacing">12</property>
1537
<widget class="GtkLabel" id="label_info_related_parentbranch">
1538
<property name="xalign">0</property>
1539
<property name="label" translatable="yes">(none)</property>
1542
<property name="left_attach">1</property>
1543
<property name="right_attach">2</property>
1544
<property name="y_options"></property>
1548
<widget class="GtkLabel" id="label_info_related_publishbranch">
1549
<property name="xalign">0</property>
1550
<property name="label" translatable="yes">(none)</property>
1553
<property name="left_attach">1</property>
1554
<property name="right_attach">2</property>
1555
<property name="top_attach">1</property>
1556
<property name="bottom_attach">2</property>
1557
<property name="y_options"></property>
1561
<widget class="GtkLabel" id="label_info_related_publishbranch_label">
1562
<property name="xalign">0</property>
1563
<property name="label" translatable="yes">Publish to branch: </property>
1566
<property name="top_attach">1</property>
1567
<property name="bottom_attach">2</property>
1568
<property name="x_options">GTK_FILL</property>
1569
<property name="y_options"></property>
1573
<widget class="GtkLabel" id="label_info_related_parentbranch_label">
1574
<property name="xalign">0</property>
1575
<property name="label" translatable="yes">Parent branch: </property>
1578
<property name="x_options">GTK_FILL</property>
1579
<property name="y_options"></property>
1587
<widget class="GtkLabel" id="label_info_related">
1588
<property name="visible">True</property>
1589
<property name="label" translatable="yes"><b>Related branches:</b></property>
1590
<property name="use_markup">True</property>
1593
<property name="type">label_item</property>
1598
<property name="expand">False</property>
1599
<property name="position">3</property>
1603
<widget class="GtkExpander" id="expander_info_format">
1604
<property name="can_focus">True</property>
1605
<signal name="activate" handler="on_expander_info_format_activate"/>
1607
<widget class="GtkAlignment" id="alignment13">
1608
<property name="visible">True</property>
1609
<property name="left_padding">24</property>
1611
<widget class="GtkTable" id="table_info_format">
1612
<property name="visible">True</property>
1613
<property name="n_rows">4</property>
1614
<property name="n_columns">2</property>
1615
<property name="column_spacing">12</property>
1617
<widget class="GtkLabel" id="label_info_format_control">
1618
<property name="xalign">0</property>
1619
<property name="label" translatable="yes">(none)</property>
1622
<property name="left_attach">1</property>
1623
<property name="right_attach">2</property>
1624
<property name="y_options"></property>
1628
<widget class="GtkLabel" id="label_info_format_workingtree">
1629
<property name="xalign">0</property>
1630
<property name="label" translatable="yes">(none)</property>
1633
<property name="left_attach">1</property>
1634
<property name="right_attach">2</property>
1635
<property name="top_attach">1</property>
1636
<property name="bottom_attach">2</property>
1637
<property name="y_options"></property>
1641
<widget class="GtkLabel" id="label_info_format_branch">
1642
<property name="xalign">0</property>
1643
<property name="label" translatable="yes">(none)</property>
1646
<property name="left_attach">1</property>
1647
<property name="right_attach">2</property>
1648
<property name="top_attach">2</property>
1649
<property name="bottom_attach">3</property>
1650
<property name="y_options"></property>
1654
<widget class="GtkLabel" id="label_info_format_repository">
1655
<property name="xalign">0</property>
1656
<property name="label" translatable="yes">(none)</property>
1659
<property name="left_attach">1</property>
1660
<property name="right_attach">2</property>
1661
<property name="top_attach">3</property>
1662
<property name="bottom_attach">4</property>
1663
<property name="y_options"></property>
1667
<widget class="GtkLabel" id="label_info_format_repository_label">
1668
<property name="xalign">0</property>
1669
<property name="label" translatable="yes">Repository format: </property>
1672
<property name="top_attach">3</property>
1673
<property name="bottom_attach">4</property>
1674
<property name="x_options">GTK_FILL</property>
1675
<property name="y_options"></property>
1679
<widget class="GtkLabel" id="label_info_format_branch_label">
1680
<property name="xalign">0</property>
1681
<property name="label" translatable="yes">Branch format: </property>
1684
<property name="top_attach">2</property>
1685
<property name="bottom_attach">3</property>
1686
<property name="x_options">GTK_FILL</property>
1687
<property name="y_options"></property>
1691
<widget class="GtkLabel" id="label_info_format_workingtree_label">
1692
<property name="xalign">0</property>
1693
<property name="label" translatable="yes">Working tree format: </property>
1696
<property name="top_attach">1</property>
1697
<property name="bottom_attach">2</property>
1698
<property name="x_options">GTK_FILL</property>
1699
<property name="y_options"></property>
1703
<widget class="GtkLabel" id="label_info_format_control_label">
1704
<property name="xalign">0</property>
1705
<property name="label" translatable="yes">Control format: </property>
1708
<property name="x_options">GTK_FILL</property>
1709
<property name="y_options"></property>
1717
<widget class="GtkLabel" id="label_info_format">
1718
<property name="visible">True</property>
1719
<property name="label" translatable="yes"><b>Format:</b></property>
1720
<property name="use_markup">True</property>
1723
<property name="type">label_item</property>
1728
<property name="expand">False</property>
1729
<property name="position">4</property>
1733
<widget class="GtkExpander" id="expander_info_locking">
1734
<property name="can_focus">True</property>
1735
<signal name="activate" handler="on_expander_info_locking_activate"/>
1737
<widget class="GtkAlignment" id="alignment14">
1738
<property name="visible">True</property>
1739
<property name="left_padding">24</property>
1741
<widget class="GtkTable" id="table_info_locking">
1742
<property name="visible">True</property>
1743
<property name="n_rows">3</property>
1744
<property name="n_columns">2</property>
1745
<property name="column_spacing">12</property>
1747
<widget class="GtkLabel" id="label_info_locking_workingtree">
1748
<property name="xalign">0</property>
1749
<property name="label" translatable="yes">(none)</property>
1752
<property name="left_attach">1</property>
1753
<property name="right_attach">2</property>
1754
<property name="y_options"></property>
1758
<widget class="GtkLabel" id="label_info_locking_branch">
1759
<property name="xalign">0</property>
1760
<property name="label" translatable="yes">(none)</property>
1763
<property name="left_attach">1</property>
1764
<property name="right_attach">2</property>
1765
<property name="top_attach">1</property>
1766
<property name="bottom_attach">2</property>
1767
<property name="y_options"></property>
1771
<widget class="GtkLabel" id="label_info_locking_repository">
1772
<property name="xalign">0</property>
1773
<property name="label" translatable="yes">(none)</property>
1776
<property name="left_attach">1</property>
1777
<property name="right_attach">2</property>
1778
<property name="top_attach">2</property>
1779
<property name="bottom_attach">3</property>
1780
<property name="y_options"></property>
1784
<widget class="GtkLabel" id="label_info_locking_repository_label">
1785
<property name="xalign">0</property>
1786
<property name="label" translatable="yes">Repository lock status: </property>
1789
<property name="top_attach">2</property>
1790
<property name="bottom_attach">3</property>
1791
<property name="x_options">GTK_FILL</property>
1792
<property name="y_options"></property>
1796
<widget class="GtkLabel" id="label_info_locking_branch_label">
1797
<property name="xalign">0</property>
1798
<property name="label" translatable="yes">Branch lock status: </property>
1801
<property name="top_attach">1</property>
1802
<property name="bottom_attach">2</property>
1803
<property name="x_options">GTK_FILL</property>
1804
<property name="y_options"></property>
1808
<widget class="GtkLabel" id="label_info_locking_workingtree_label">
1809
<property name="xalign">0</property>
1810
<property name="label" translatable="yes">Working tree lock status: </property>
1813
<property name="x_options">GTK_FILL</property>
1814
<property name="y_options"></property>
1822
<widget class="GtkLabel" id="label_info_locking">
1823
<property name="visible">True</property>
1824
<property name="label" translatable="yes"><b>Lock status:</b></property>
1825
<property name="use_markup">True</property>
1828
<property name="type">label_item</property>
1833
<property name="expand">False</property>
1834
<property name="position">5</property>
1838
<widget class="GtkExpander" id="expander_info_missing">
1839
<property name="can_focus">True</property>
1840
<signal name="activate" handler="on_expander_info_missing_activate"/>
1842
<widget class="GtkAlignment" id="alignment15">
1843
<property name="visible">True</property>
1844
<property name="left_padding">24</property>
1846
<widget class="GtkTable" id="table_info_missing">
1847
<property name="visible">True</property>
1848
<property name="n_rows">2</property>
1849
<property name="n_columns">2</property>
1850
<property name="column_spacing">12</property>
1852
<widget class="GtkLabel" id="label_info_missing_workingtree">
1853
<property name="xalign">0</property>
1854
<property name="label" translatable="yes">(none)</property>
1857
<property name="left_attach">1</property>
1858
<property name="right_attach">2</property>
1859
<property name="y_options"></property>
1863
<widget class="GtkLabel" id="label_info_missing_branch">
1864
<property name="xalign">0</property>
1865
<property name="label" translatable="yes">(none)</property>
1868
<property name="left_attach">1</property>
1869
<property name="right_attach">2</property>
1870
<property name="top_attach">1</property>
1871
<property name="bottom_attach">2</property>
1872
<property name="y_options"></property>
1876
<widget class="GtkLabel" id="label_info_missing_branch_label">
1877
<property name="xalign">0</property>
1878
<property name="label" translatable="yes">Missing revisions in branch: </property>
1881
<property name="top_attach">1</property>
1882
<property name="bottom_attach">2</property>
1883
<property name="x_options">GTK_FILL</property>
1884
<property name="y_options"></property>
1888
<widget class="GtkLabel" id="label_info_missing_workingtree_label">
1889
<property name="xalign">0</property>
1890
<property name="label" translatable="yes">Missing revisions in working tree: </property>
1893
<property name="x_options">GTK_FILL</property>
1894
<property name="y_options"></property>
1902
<widget class="GtkLabel" id="label_info_missing">
1903
<property name="visible">True</property>
1904
<property name="label" translatable="yes"><b>Missing revisions:</b></property>
1905
<property name="use_markup">True</property>
1908
<property name="type">label_item</property>
1913
<property name="expand">False</property>
1914
<property name="position">6</property>
1918
<widget class="GtkExpander" id="expander_info_wtstats">
1919
<property name="can_focus">True</property>
1920
<signal name="activate" handler="on_expander_info_wtstats_activate"/>
1922
<widget class="GtkAlignment" id="alignment16">
1923
<property name="visible">True</property>
1924
<property name="left_padding">24</property>
1926
<widget class="GtkTable" id="table_info_wtstats">
1927
<property name="visible">True</property>
1928
<property name="n_rows">8</property>
1929
<property name="n_columns">2</property>
1930
<property name="column_spacing">12</property>
1932
<widget class="GtkLabel" id="label_info_wtstats_unchanged">
1933
<property name="xalign">0</property>
1934
<property name="label" translatable="yes">(none)</property>
1937
<property name="left_attach">1</property>
1938
<property name="right_attach">2</property>
1939
<property name="y_options"></property>
1943
<widget class="GtkLabel" id="label_info_wtstats_modified">
1944
<property name="xalign">0</property>
1945
<property name="label" translatable="yes">(none)</property>
1948
<property name="left_attach">1</property>
1949
<property name="right_attach">2</property>
1950
<property name="top_attach">1</property>
1951
<property name="bottom_attach">2</property>
1952
<property name="y_options"></property>
1956
<widget class="GtkLabel" id="label_info_wtstats_added">
1957
<property name="xalign">0</property>
1958
<property name="label" translatable="yes">(none)</property>
1961
<property name="left_attach">1</property>
1962
<property name="right_attach">2</property>
1963
<property name="top_attach">2</property>
1964
<property name="bottom_attach">3</property>
1965
<property name="y_options"></property>
1969
<widget class="GtkLabel" id="label_info_wtstats_removed">
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">3</property>
1977
<property name="bottom_attach">4</property>
1978
<property name="y_options"></property>
1982
<widget class="GtkLabel" id="label_info_wtstats_renamed">
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">4</property>
1990
<property name="bottom_attach">5</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_ignored">
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">6</property>
2016
<property name="bottom_attach">7</property>
2017
<property name="y_options"></property>
2021
<widget class="GtkLabel" id="label_info_wtstats_subdirs">
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">7</property>
2029
<property name="bottom_attach">8</property>
2030
<property name="y_options"></property>
2034
<widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
2035
<property name="xalign">0</property>
2036
<property name="label" translatable="yes">Versioned subdirectories: </property>
2039
<property name="top_attach">7</property>
2040
<property name="bottom_attach">8</property>
2041
<property name="x_options">GTK_FILL</property>
2042
<property name="y_options"></property>
2046
<widget class="GtkLabel" id="label_info_wtstats_ignored_label">
2047
<property name="xalign">0</property>
2048
<property name="label" translatable="yes">Ignored files: </property>
2051
<property name="top_attach">6</property>
2052
<property name="bottom_attach">7</property>
2053
<property name="x_options">GTK_FILL</property>
2054
<property name="y_options"></property>
2058
<widget class="GtkLabel" id="label_info_wtstats_unknown_label">
2059
<property name="xalign">0</property>
2060
<property name="label" translatable="yes">Unknown files: </property>
2063
<property name="top_attach">5</property>
2064
<property name="bottom_attach">6</property>
2065
<property name="x_options">GTK_FILL</property>
2066
<property name="y_options"></property>
2070
<widget class="GtkLabel" id="label_info_wtstats_renamed_label">
2071
<property name="xalign">0</property>
2072
<property name="label" translatable="yes">Renamed files: </property>
2075
<property name="top_attach">4</property>
2076
<property name="bottom_attach">5</property>
2077
<property name="x_options">GTK_FILL</property>
2078
<property name="y_options"></property>
2082
<widget class="GtkLabel" id="label_info_wtstats_removed_label">
2083
<property name="xalign">0</property>
2084
<property name="label" translatable="yes">Removed files: </property>
2087
<property name="top_attach">3</property>
2088
<property name="bottom_attach">4</property>
2089
<property name="x_options">GTK_FILL</property>
2090
<property name="y_options"></property>
2094
<widget class="GtkLabel" id="label_info_wtstats_added_label">
2095
<property name="xalign">0</property>
2096
<property name="label" translatable="yes">Added files: </property>
2099
<property name="top_attach">2</property>
2100
<property name="bottom_attach">3</property>
2101
<property name="x_options">GTK_FILL</property>
2102
<property name="y_options"></property>
2106
<widget class="GtkLabel" id="label_info_wtstats_modified_label">
2107
<property name="xalign">0</property>
2108
<property name="label" translatable="yes">Modified files: </property>
2111
<property name="top_attach">1</property>
2112
<property name="bottom_attach">2</property>
2113
<property name="x_options">GTK_FILL</property>
2114
<property name="y_options"></property>
2118
<widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
2119
<property name="xalign">0</property>
2120
<property name="label" translatable="yes">Unchanged files: </property>
2123
<property name="x_options">GTK_FILL</property>
2124
<property name="y_options"></property>
2132
<widget class="GtkLabel" id="label_info_wtstats">
2133
<property name="visible">True</property>
2134
<property name="label" translatable="yes"><b>In the working tree:</b></property>
2135
<property name="use_markup">True</property>
2138
<property name="type">label_item</property>
2143
<property name="expand">False</property>
2144
<property name="position">7</property>
2148
<widget class="GtkExpander" id="expander_info_brstats">
2149
<property name="can_focus">True</property>
2150
<signal name="activate" handler="on_expander_info_brstats_activate"/>
2152
<widget class="GtkAlignment" id="alignment17">
2153
<property name="visible">True</property>
2154
<property name="left_padding">24</property>
2156
<widget class="GtkTable" id="table_info_brstats">
2157
<property name="visible">True</property>
2158
<property name="n_rows">5</property>
2159
<property name="n_columns">2</property>
2160
<property name="column_spacing">12</property>
2162
<widget class="GtkLabel" id="label_info_brstats_revno">
2163
<property name="xalign">0</property>
2164
<property name="label" translatable="yes">(none)</property>
2167
<property name="left_attach">1</property>
2168
<property name="right_attach">2</property>
2169
<property name="y_options"></property>
2173
<widget class="GtkLabel" id="label_info_brstats_commiters">
2174
<property name="xalign">0</property>
2175
<property name="label" translatable="yes">(none)</property>
2178
<property name="left_attach">1</property>
2179
<property name="right_attach">2</property>
2180
<property name="top_attach">1</property>
2181
<property name="bottom_attach">2</property>
2182
<property name="y_options"></property>
2186
<widget class="GtkLabel" id="label_info_brstats_age">
2187
<property name="xalign">0</property>
2188
<property name="label" translatable="yes">(none)</property>
2191
<property name="left_attach">1</property>
2192
<property name="right_attach">2</property>
2193
<property name="top_attach">2</property>
2194
<property name="bottom_attach">3</property>
2195
<property name="y_options"></property>
2199
<widget class="GtkLabel" id="label_info_brstats_firstrev">
2200
<property name="xalign">0</property>
2201
<property name="label" translatable="yes">(none)</property>
2204
<property name="left_attach">1</property>
2205
<property name="right_attach">2</property>
2206
<property name="top_attach">3</property>
2207
<property name="bottom_attach">4</property>
2208
<property name="y_options"></property>
2212
<widget class="GtkLabel" id="label_info_brstats_lastrev">
2213
<property name="xalign">0</property>
2214
<property name="label" translatable="yes">(none)</property>
2217
<property name="left_attach">1</property>
2218
<property name="right_attach">2</property>
2219
<property name="top_attach">4</property>
2220
<property name="bottom_attach">5</property>
2221
<property name="y_options"></property>
2225
<widget class="GtkLabel" id="label_info_brstats_lastrev_label">
2226
<property name="xalign">0</property>
2227
<property name="label" translatable="yes">Time of last revision: </property>
2230
<property name="top_attach">4</property>
2231
<property name="bottom_attach">5</property>
2232
<property name="x_options">GTK_FILL</property>
2233
<property name="y_options"></property>
2237
<widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2238
<property name="xalign">0</property>
2239
<property name="label" translatable="yes">Time of first revision: </property>
2242
<property name="top_attach">3</property>
2243
<property name="bottom_attach">4</property>
2244
<property name="x_options">GTK_FILL</property>
2245
<property name="y_options"></property>
2249
<widget class="GtkLabel" id="label_info_brstats_age_label">
2250
<property name="xalign">0</property>
2251
<property name="label" translatable="yes">Age of branch in days: </property>
2254
<property name="top_attach">2</property>
2255
<property name="bottom_attach">3</property>
2256
<property name="x_options">GTK_FILL</property>
2257
<property name="y_options"></property>
2261
<widget class="GtkLabel" id="label_info_brstats_commiters_label">
2262
<property name="xalign">0</property>
2263
<property name="label" translatable="yes">Number of commiters: </property>
2266
<property name="top_attach">1</property>
2267
<property name="bottom_attach">2</property>
2268
<property name="x_options">GTK_FILL</property>
2269
<property name="y_options"></property>
2273
<widget class="GtkLabel" id="label_info_brstats_revno_label">
2274
<property name="xalign">0</property>
2275
<property name="label" translatable="yes">Revisions in branch: </property>
2278
<property name="x_options">GTK_FILL</property>
2279
<property name="y_options"></property>
2287
<widget class="GtkLabel" id="label_info_brstats">
2288
<property name="visible">True</property>
2289
<property name="label" translatable="yes"><b>Branch history:</b></property>
2290
<property name="use_markup">True</property>
2293
<property name="type">label_item</property>
2298
<property name="expand">False</property>
2299
<property name="position">8</property>
2303
<widget class="GtkExpander" id="expander_info_repstats">
2304
<property name="can_focus">True</property>
2305
<signal name="activate" handler="on_expander_info_repstats_activate"/>
2307
<widget class="GtkAlignment" id="alignment18">
2308
<property name="visible">True</property>
2309
<property name="left_padding">24</property>
2311
<widget class="GtkTable" id="table_info_repstats">
2312
<property name="visible">True</property>
2313
<property name="n_rows">2</property>
2314
<property name="n_columns">2</property>
2315
<property name="column_spacing">12</property>
2317
<widget class="GtkLabel" id="label_info_repstats_revisions">
2318
<property name="xalign">0</property>
2319
<property name="label" translatable="yes">(none)</property>
2322
<property name="left_attach">1</property>
2323
<property name="right_attach">2</property>
2324
<property name="y_options"></property>
2328
<widget class="GtkLabel" id="label_info_repstats_size">
2329
<property name="xalign">0</property>
2330
<property name="label" translatable="yes">(none)</property>
2333
<property name="left_attach">1</property>
2334
<property name="right_attach">2</property>
2335
<property name="top_attach">1</property>
2336
<property name="bottom_attach">2</property>
2337
<property name="y_options"></property>
2341
<widget class="GtkLabel" id="label_info_repstats_size_label">
2342
<property name="xalign">0</property>
2343
<property name="label" translatable="yes">Size of repository: </property>
2346
<property name="top_attach">1</property>
2347
<property name="bottom_attach">2</property>
2348
<property name="x_options">GTK_FILL</property>
2349
<property name="y_options"></property>
2353
<widget class="GtkLabel" id="label_info_repstats_revisions_label">
2354
<property name="xalign">0</property>
2355
<property name="label" translatable="yes">Revisions in repository: </property>
2358
<property name="x_options">GTK_FILL</property>
2359
<property name="y_options"></property>
2367
<widget class="GtkLabel" id="label_info_repstats">
2368
<property name="visible">True</property>
2369
<property name="label" translatable="yes"><b>Revision store:</b></property>
2370
<property name="use_markup">True</property>
2373
<property name="type">label_item</property>
2378
<property name="expand">False</property>
2379
<property name="position">9</property>
2382
<child internal-child="action_area">
2383
<widget class="GtkHButtonBox" id="hbuttonbox_info">
2384
<property name="visible">True</property>
2385
<property name="can_default">True</property>
2386
<property name="has_default">True</property>
2387
<property name="layout_style">GTK_BUTTONBOX_END</property>
2389
<widget class="GtkButton" id="button_info_close">
2390
<property name="visible">True</property>
2391
<property name="can_focus">True</property>
2392
<property name="can_default">True</property>
2393
<property name="has_default">True</property>
2394
<property name="label">gtk-close</property>
2395
<property name="use_stock">True</property>
2396
<property name="response_id">0</property>
2397
<signal name="clicked" handler="on_button_info_close_clicked"/>
2402
<property name="expand">False</property>
2403
<property name="fill">False</property>
2404
<property name="pack_type">GTK_PACK_END</property>
2410
<widget class="GtkDialog" id="window_merge">
2411
<property name="visible">True</property>
2412
<property name="title" translatable="yes">Merge - Olive</property>
2413
<property name="icon">icons/oliveicon2.png</property>
2414
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2415
<child internal-child="vbox">
2416
<widget class="GtkVBox" id="vbox_merge">
2417
<property name="visible">True</property>
2418
<property name="spacing">3</property>
2420
<widget class="GtkHBox" id="hbox_merge">
2421
<property name="visible">True</property>
2422
<property name="spacing">3</property>
2424
<widget class="GtkLabel" id="label_merge">
2425
<property name="visible">True</property>
2426
<property name="label" translatable="yes">Merge from:</property>
2429
<property name="expand">False</property>
2430
<property name="fill">False</property>
2434
<widget class="GtkEntry" id="entry_merge">
2435
<property name="visible">True</property>
2436
<property name="can_focus">True</property>
2439
<property name="position">1</property>
2443
<widget class="GtkButton" id="button_merge_open">
2444
<property name="visible">True</property>
2445
<property name="can_focus">True</property>
2446
<property name="response_id">0</property>
2447
<signal name="clicked" handler="on_button_merge_open_clicked"/>
2449
<widget class="GtkImage" id="image240">
2450
<property name="visible">True</property>
2451
<property name="stock">gtk-open</property>
2456
<property name="expand">False</property>
2457
<property name="fill">False</property>
2458
<property name="position">2</property>
2463
<property name="expand">False</property>
2464
<property name="fill">False</property>
2465
<property name="position">2</property>
2468
<child internal-child="action_area">
2469
<widget class="GtkHButtonBox" id="hbuttonbox_merge">
2470
<property name="visible">True</property>
2471
<property name="layout_style">GTK_BUTTONBOX_END</property>
2473
<widget class="GtkButton" id="button_merge_cancel">
2474
<property name="visible">True</property>
2475
<property name="can_focus">True</property>
2476
<property name="can_default">True</property>
2477
<property name="label">gtk-cancel</property>
2478
<property name="use_stock">True</property>
2479
<property name="response_id">0</property>
2480
<signal name="clicked" handler="on_button_merge_cancel_clicked"/>
2484
<widget class="GtkButton" id="button_merge_merge">
2485
<property name="visible">True</property>
2486
<property name="can_focus">True</property>
2487
<property name="can_default">True</property>
2488
<property name="has_default">True</property>
2489
<property name="response_id">0</property>
2490
<signal name="clicked" handler="on_button_merge_merge_clicked"/>
2492
<widget class="GtkAlignment" id="alignment19">
2493
<property name="visible">True</property>
2494
<property name="xscale">0</property>
2495
<property name="yscale">0</property>
2497
<widget class="GtkHBox" id="hbox14">
2498
<property name="visible">True</property>
2499
<property name="spacing">2</property>
2501
<widget class="GtkImage" id="image239">
2502
<property name="visible">True</property>
2503
<property name="stock">gtk-apply</property>
2506
<property name="expand">False</property>
2507
<property name="fill">False</property>
2511
<widget class="GtkLabel" id="label21">
2512
<property name="visible">True</property>
2513
<property name="label" translatable="yes">_Merge</property>
2514
<property name="use_underline">True</property>
2517
<property name="expand">False</property>
2518
<property name="fill">False</property>
2519
<property name="position">1</property>
2528
<property name="position">1</property>
2533
<property name="expand">False</property>
2534
<property name="fill">False</property>
2535
<property name="pack_type">GTK_PACK_END</property>