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>
381
<property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
383
<widget class="GtkToolButton" id="toolbutton_refresh">
384
<property name="visible">True</property>
385
<property name="label">Refresh</property>
386
<property name="use_underline">True</property>
387
<property name="icon">icons/refresh.png</property>
388
<signal name="clicked" handler="on_toolbutton_refresh_clicked"/>
391
<property name="expand">False</property>
395
<widget class="GtkToolButton" id="toolbutton_diff">
396
<property name="visible">True</property>
397
<property name="label">Diff</property>
398
<property name="use_underline">True</property>
399
<property name="icon">icons/diff.png</property>
400
<signal name="clicked" handler="on_toolbutton_diff_clicked"/>
403
<property name="expand">False</property>
407
<widget class="GtkToolButton" id="toolbutton_log">
408
<property name="visible">True</property>
409
<property name="label">Log</property>
410
<property name="use_underline">True</property>
411
<property name="icon">icons/log.png</property>
412
<signal name="clicked" handler="on_toolbutton_log_clicked"/>
415
<property name="expand">False</property>
419
<widget class="GtkSeparatorToolItem" id="separatortoolitem1">
420
<property name="visible">True</property>
423
<property name="expand">False</property>
424
<property name="homogeneous">False</property>
428
<widget class="GtkToolButton" id="toolbutton_commit">
429
<property name="visible">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="label">Pull</property>
452
<property name="use_underline">True</property>
453
<property name="icon">icons/pull.png</property>
454
<signal name="clicked" handler="on_toolbutton_pull_clicked"/>
457
<property name="expand">False</property>
461
<widget class="GtkToolButton" id="toolbutton_push">
462
<property name="visible">True</property>
463
<property name="label">Push</property>
464
<property name="use_underline">True</property>
465
<property name="icon">icons/push.png</property>
466
<signal name="clicked" handler="on_toolbutton_push_clicked"/>
469
<property name="expand">False</property>
473
<widget class="GtkToolButton" id="toolbutton_update">
474
<property name="visible">True</property>
475
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
476
<property name="label" translatable="yes">Update</property>
477
<property name="icon">icons/pull.png</property>
478
<signal name="clicked" handler="on_toolbutton_update_clicked"/>
481
<property name="expand">False</property>
486
<property name="expand">False</property>
487
<property name="fill">False</property>
488
<property name="position">1</property>
492
<widget class="GtkHPaned" id="hpaned_main">
493
<property name="visible">True</property>
494
<property name="can_focus">True</property>
495
<property name="position">200</property>
497
<widget class="GtkScrolledWindow" id="scrolledwindow_left">
498
<property name="visible">True</property>
499
<property name="can_focus">True</property>
500
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
501
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
503
<widget class="GtkTreeView" id="treeview_left">
504
<property name="visible">True</property>
505
<property name="can_focus">True</property>
506
<property name="headers_visible">False</property>
507
<signal name="button_press_event" handler="on_treeview_left_button_press_event"/>
508
<signal name="row_activated" handler="on_treeview_left_row_activated"/>
513
<property name="resize">False</property>
514
<property name="shrink">True</property>
518
<widget class="GtkVBox" id="vbox_main_right">
519
<property name="visible">True</property>
521
<widget class="GtkHBox" id="hbox_location">
522
<property name="visible">True</property>
523
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
524
<property name="border_width">3</property>
525
<property name="spacing">3</property>
527
<widget class="GtkButton" id="button_location_up">
528
<property name="visible">True</property>
529
<property name="can_focus">True</property>
530
<property name="receives_default">True</property>
531
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
532
<property name="relief">GTK_RELIEF_NONE</property>
533
<property name="response_id">0</property>
534
<signal name="clicked" handler="on_button_location_up_clicked"/>
536
<widget class="GtkImage" id="image_location_up">
537
<property name="visible">True</property>
538
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
539
<property name="stock">gtk-go-up</property>
544
<property name="expand">False</property>
545
<property name="fill">False</property>
552
<widget class="GtkEntry" id="entry_location">
553
<property name="visible">True</property>
554
<property name="can_focus">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
<signal name="key_press_event" handler="on_entry_location_key_press_event"/>
559
<property name="position">2</property>
563
<widget class="GtkImage" id="image_location_error">
564
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
565
<property name="stock">gtk-dialog-error</property>
568
<property name="expand">False</property>
569
<property name="fill">False</property>
570
<property name="position">3</property>
574
<widget class="GtkButton" id="button_location_jump">
575
<property name="visible">True</property>
576
<property name="can_focus">True</property>
577
<property name="receives_default">True</property>
578
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
579
<property name="label" translatable="yes">gtk-jump-to</property>
580
<property name="relief">GTK_RELIEF_NONE</property>
581
<property name="use_stock">True</property>
582
<property name="response_id">0</property>
583
<signal name="clicked" handler="on_button_location_jump_clicked"/>
586
<property name="expand">False</property>
587
<property name="fill">False</property>
588
<property name="position">4</property>
592
<widget class="GtkVSeparator" id="vseparator">
593
<property name="visible">True</property>
594
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
597
<property name="expand">False</property>
598
<property name="fill">False</property>
599
<property name="position">5</property>
603
<widget class="GtkCheckButton" id="checkbutton_history">
604
<property name="visible">True</property>
605
<property name="can_focus">True</property>
606
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
607
<property name="label" translatable="yes">H_istory Mode</property>
608
<property name="use_underline">True</property>
609
<property name="response_id">0</property>
610
<property name="draw_indicator">True</property>
611
<signal name="toggled" handler="on_checkbutton_history_toggled"/>
614
<property name="expand">False</property>
615
<property name="fill">False</property>
616
<property name="position">6</property>
620
<widget class="GtkEntry" id="entry_history_revno">
621
<property name="width_request">75</property>
622
<property name="visible">True</property>
623
<property name="sensitive">False</property>
624
<property name="can_focus">True</property>
625
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
626
<signal name="key_press_event" handler="on_entry_history_revno_key_press_event"/>
629
<property name="expand">False</property>
630
<property name="fill">False</property>
631
<property name="position">7</property>
635
<widget class="GtkButton" id="button_history_browse">
636
<property name="visible">True</property>
637
<property name="sensitive">False</property>
638
<property name="can_focus">True</property>
639
<property name="receives_default">True</property>
640
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
641
<property name="response_id">0</property>
642
<signal name="clicked" handler="on_button_history_browse_clicked"/>
644
<widget class="GtkImage" id="image_history_browse">
645
<property name="visible">True</property>
646
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
647
<property name="stock">gtk-open</property>
652
<property name="expand">False</property>
653
<property name="fill">False</property>
654
<property name="position">8</property>
659
<property name="expand">False</property>
660
<property name="fill">False</property>
664
<widget class="GtkScrolledWindow" id="scrolledwindow_right">
665
<property name="visible">True</property>
666
<property name="can_focus">True</property>
667
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
668
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
670
<widget class="GtkTreeView" id="treeview_right">
671
<property name="visible">True</property>
672
<property name="can_focus">True</property>
673
<property name="headers_visible">False</property>
674
<signal name="button_press_event" handler="on_treeview_right_button_press_event"/>
675
<signal name="row_activated" handler="on_treeview_right_row_activated"/>
680
<property name="position">1</property>
685
<property name="resize">True</property>
686
<property name="shrink">True</property>
691
<property name="position">2</property>
695
<widget class="GtkStatusbar" id="statusbar">
696
<property name="visible">True</property>
699
<property name="expand">False</property>
700
<property name="fill">False</property>
701
<property name="position">3</property>
707
<widget class="GtkAboutDialog" id="aboutdialog">
708
<property name="visible">True</property>
709
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
710
<property name="name">Olive</property>
711
<property name="copyright" translatable="yes">Copyright (C) 2006 Szilveszter Farkas (Phanatic)</property>
712
<property name="website">https://launchpad.net/products/olive</property>
713
<property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
714
<property name="authors">Szilveszter Farkas (Phanatic) <szilveszter.farkas@gmail.com></property>
715
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
716
<property name="logo">icons/oliveicon2.png</property>
717
<child internal-child="vbox">
718
<widget class="GtkVBox" id="dialog-vbox1">
719
<child internal-child="action_area">
720
<widget class="GtkHButtonBox" id="dialog-action_area1">
723
<property name="expand">False</property>
724
<property name="pack_type">GTK_PACK_END</property>
730
<widget class="GtkDialog" id="window_add">
731
<property name="visible">True</property>
732
<property name="title" translatable="yes">Olive - Add file(s)</property>
733
<property name="resizable">False</property>
734
<property name="icon">icons/oliveicon2.png</property>
735
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
736
<child internal-child="vbox">
737
<widget class="GtkVBox" id="vbox_add">
738
<property name="visible">True</property>
739
<property name="spacing">3</property>
741
<widget class="GtkLabel" id="label_add_question">
742
<property name="visible">True</property>
743
<property name="label" translatable="yes">Which file(s) do you want to add?</property>
746
<property name="expand">False</property>
747
<property name="fill">False</property>
748
<property name="position">2</property>
752
<widget class="GtkRadioButton" id="radiobutton_add_selected">
753
<property name="visible">True</property>
754
<property name="can_focus">True</property>
755
<property name="label" translatable="yes">Selected only</property>
756
<property name="use_underline">True</property>
757
<property name="response_id">0</property>
758
<property name="draw_indicator">True</property>
761
<property name="expand">False</property>
762
<property name="fill">False</property>
763
<property name="position">3</property>
767
<widget class="GtkRadioButton" id="radiobutton_add_unknown">
768
<property name="visible">True</property>
769
<property name="can_focus">True</property>
770
<property name="label" translatable="yes">All unknowns recursively</property>
771
<property name="use_underline">True</property>
772
<property name="response_id">0</property>
773
<property name="draw_indicator">True</property>
774
<property name="group">radiobutton_add_selected</property>
777
<property name="expand">False</property>
778
<property name="fill">False</property>
779
<property name="position">4</property>
782
<child internal-child="action_area">
783
<widget class="GtkHButtonBox" id="hbuttonbox_add">
784
<property name="visible">True</property>
785
<property name="layout_style">GTK_BUTTONBOX_END</property>
787
<widget class="GtkButton" id="button_add_cancel">
788
<property name="visible">True</property>
789
<property name="can_focus">True</property>
790
<property name="can_default">True</property>
791
<property name="label">gtk-cancel</property>
792
<property name="use_stock">True</property>
793
<property name="response_id">0</property>
794
<signal name="clicked" handler="on_button_add_cancel_clicked"/>
798
<widget class="GtkButton" id="button_add_add">
799
<property name="visible">True</property>
800
<property name="can_focus">True</property>
801
<property name="can_default">True</property>
802
<property name="has_default">True</property>
803
<property name="response_id">0</property>
804
<signal name="clicked" handler="on_button_add_add_clicked"/>
806
<widget class="GtkAlignment" id="alignment3">
807
<property name="visible">True</property>
808
<property name="xscale">0</property>
809
<property name="yscale">0</property>
811
<widget class="GtkHBox" id="hbox5">
812
<property name="visible">True</property>
813
<property name="spacing">2</property>
815
<widget class="GtkImage" id="image13">
816
<property name="visible">True</property>
817
<property name="stock">gtk-add</property>
820
<property name="expand">False</property>
821
<property name="fill">False</property>
825
<widget class="GtkLabel" id="label8">
826
<property name="visible">True</property>
827
<property name="label" translatable="yes">_Add</property>
828
<property name="use_underline">True</property>
831
<property name="expand">False</property>
832
<property name="fill">False</property>
833
<property name="position">1</property>
842
<property name="position">1</property>
847
<property name="expand">False</property>
848
<property name="pack_type">GTK_PACK_END</property>
854
<widget class="GtkDialog" id="window_remove">
855
<property name="visible">True</property>
856
<property name="title" translatable="yes">Olive - Remove file(s)</property>
857
<property name="resizable">False</property>
858
<property name="icon">icons/oliveicon2.png</property>
859
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
860
<child internal-child="vbox">
861
<widget class="GtkVBox" id="vbox_remove">
862
<property name="visible">True</property>
863
<property name="spacing">3</property>
865
<widget class="GtkLabel" id="label_remove_question">
866
<property name="visible">True</property>
867
<property name="label" translatable="yes">Which file(s) do you want to remove?</property>
870
<property name="expand">False</property>
871
<property name="fill">False</property>
872
<property name="position">2</property>
876
<widget class="GtkRadioButton" id="radiobutton_remove_selected">
877
<property name="visible">True</property>
878
<property name="can_focus">True</property>
879
<property name="label" translatable="yes">Selected only</property>
880
<property name="use_underline">True</property>
881
<property name="response_id">0</property>
882
<property name="draw_indicator">True</property>
885
<property name="expand">False</property>
886
<property name="fill">False</property>
887
<property name="position">3</property>
891
<widget class="GtkRadioButton" id="radiobutton_remove_new">
892
<property name="visible">True</property>
893
<property name="can_focus">True</property>
894
<property name="label" translatable="yes">All files with status 'added'</property>
895
<property name="use_underline">True</property>
896
<property name="response_id">0</property>
897
<property name="draw_indicator">True</property>
898
<property name="group">radiobutton_remove_selected</property>
901
<property name="expand">False</property>
902
<property name="fill">False</property>
903
<property name="position">4</property>
906
<child internal-child="action_area">
907
<widget class="GtkHButtonBox" id="hbuttonbox_remove">
908
<property name="visible">True</property>
909
<property name="layout_style">GTK_BUTTONBOX_END</property>
911
<widget class="GtkButton" id="button_remove_cancel">
912
<property name="visible">True</property>
913
<property name="can_focus">True</property>
914
<property name="can_default">True</property>
915
<property name="label">gtk-cancel</property>
916
<property name="use_stock">True</property>
917
<property name="response_id">0</property>
918
<signal name="clicked" handler="on_button_remove_cancel_clicked"/>
922
<widget class="GtkButton" id="button_remove_remove">
923
<property name="visible">True</property>
924
<property name="can_focus">True</property>
925
<property name="can_default">True</property>
926
<property name="has_default">True</property>
927
<property name="response_id">0</property>
928
<signal name="clicked" handler="on_button_remove_remove_clicked"/>
930
<widget class="GtkAlignment" id="alignment4">
931
<property name="visible">True</property>
932
<property name="xscale">0</property>
933
<property name="yscale">0</property>
935
<widget class="GtkHBox" id="hbox6">
936
<property name="visible">True</property>
937
<property name="spacing">2</property>
939
<widget class="GtkImage" id="image39">
940
<property name="visible">True</property>
941
<property name="stock">gtk-remove</property>
944
<property name="expand">False</property>
945
<property name="fill">False</property>
949
<widget class="GtkLabel" id="label10">
950
<property name="visible">True</property>
951
<property name="label" translatable="yes">_Remove</property>
952
<property name="use_underline">True</property>
955
<property name="expand">False</property>
956
<property name="fill">False</property>
957
<property name="position">1</property>
966
<property name="position">1</property>
971
<property name="expand">False</property>
972
<property name="pack_type">GTK_PACK_END</property>
978
<widget class="GtkDialog" id="window_mkdir">
979
<property name="visible">True</property>
980
<property name="title" translatable="yes">Olive - Make directory</property>
981
<property name="icon">icons/oliveicon2.png</property>
982
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
983
<child internal-child="vbox">
984
<widget class="GtkVBox" id="vbox_mkdir">
985
<property name="visible">True</property>
986
<property name="spacing">3</property>
988
<widget class="GtkEntry" id="entry_mkdir">
989
<property name="visible">True</property>
990
<property name="can_focus">True</property>
991
<property name="has_focus">True</property>
994
<property name="expand">False</property>
995
<property name="fill">False</property>
996
<property name="position">2</property>
1000
<widget class="GtkCheckButton" id="checkbutton_mkdir_versioned">
1001
<property name="visible">True</property>
1002
<property name="can_focus">True</property>
1003
<property name="label" translatable="yes">_Versioned directory</property>
1004
<property name="use_underline">True</property>
1005
<property name="response_id">0</property>
1006
<property name="active">True</property>
1007
<property name="draw_indicator">True</property>
1010
<property name="expand">False</property>
1011
<property name="fill">False</property>
1012
<property name="position">3</property>
1015
<child internal-child="action_area">
1016
<widget class="GtkHButtonBox" id="hbuttonbox_mkdir">
1017
<property name="visible">True</property>
1018
<property name="layout_style">GTK_BUTTONBOX_END</property>
1020
<widget class="GtkButton" id="button_mkdir_cancel">
1021
<property name="visible">True</property>
1022
<property name="can_focus">True</property>
1023
<property name="can_default">True</property>
1024
<property name="label">gtk-cancel</property>
1025
<property name="use_stock">True</property>
1026
<property name="response_id">0</property>
1027
<signal name="clicked" handler="on_button_mkdir_cancel_clicked"/>
1031
<widget class="GtkButton" id="button_mkdir_mkdir">
1032
<property name="visible">True</property>
1033
<property name="can_focus">True</property>
1034
<property name="can_default">True</property>
1035
<property name="has_default">True</property>
1036
<property name="response_id">0</property>
1037
<signal name="clicked" handler="on_button_mkdir_mkdir_clicked"/>
1039
<widget class="GtkAlignment" id="alignment8">
1040
<property name="visible">True</property>
1041
<property name="xscale">0</property>
1042
<property name="yscale">0</property>
1044
<widget class="GtkHBox" id="hbox10">
1045
<property name="visible">True</property>
1046
<property name="spacing">2</property>
1048
<widget class="GtkImage" id="image143">
1049
<property name="visible">True</property>
1050
<property name="stock">gtk-add</property>
1053
<property name="expand">False</property>
1054
<property name="fill">False</property>
1058
<widget class="GtkLabel" id="label17">
1059
<property name="visible">True</property>
1060
<property name="label" translatable="yes">_Make directory</property>
1061
<property name="use_underline">True</property>
1064
<property name="expand">False</property>
1065
<property name="fill">False</property>
1066
<property name="position">1</property>
1075
<property name="position">1</property>
1080
<property name="expand">False</property>
1081
<property name="fill">False</property>
1082
<property name="pack_type">GTK_PACK_END</property>
1088
<widget class="GtkDialog" id="window_move">
1089
<property name="width_request">250</property>
1090
<property name="title" translatable="yes">Olive - Move</property>
1091
<property name="icon">icons/oliveicon2.png</property>
1092
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1093
<child internal-child="vbox">
1094
<widget class="GtkVBox" id="vbox_move">
1095
<property name="visible">True</property>
1096
<property name="spacing">3</property>
1098
<widget class="GtkHBox" id="hbox_move">
1099
<property name="visible">True</property>
1100
<property name="spacing">5</property>
1102
<widget class="GtkLabel" id="label_move">
1103
<property name="visible">True</property>
1104
<property name="label" translatable="yes">Move to</property>
1107
<property name="expand">False</property>
1108
<property name="fill">False</property>
1112
<widget class="GtkFileChooserButton" id="filechooserbutton_move">
1113
<property name="visible">True</property>
1114
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
1115
<property name="title" translatable="yes">Select a directory</property>
1118
<property name="position">1</property>
1123
<property name="position">2</property>
1126
<child internal-child="action_area">
1127
<widget class="GtkHButtonBox" id="hbuttonbox_move">
1128
<property name="visible">True</property>
1129
<property name="layout_style">GTK_BUTTONBOX_END</property>
1131
<widget class="GtkButton" id="button_move_cancel">
1132
<property name="visible">True</property>
1133
<property name="can_focus">True</property>
1134
<property name="can_default">True</property>
1135
<property name="label">gtk-cancel</property>
1136
<property name="use_stock">True</property>
1137
<property name="response_id">0</property>
1138
<signal name="clicked" handler="on_button_move_cancel_clicked"/>
1142
<widget class="GtkButton" id="button_move_move">
1143
<property name="visible">True</property>
1144
<property name="can_focus">True</property>
1145
<property name="can_default">True</property>
1146
<property name="has_default">True</property>
1147
<property name="response_id">0</property>
1148
<signal name="clicked" handler="on_button_move_move_clicked"/>
1150
<widget class="GtkAlignment" id="alignment9">
1151
<property name="visible">True</property>
1152
<property name="xscale">0</property>
1153
<property name="yscale">0</property>
1155
<widget class="GtkHBox" id="hbox11">
1156
<property name="visible">True</property>
1157
<property name="spacing">2</property>
1159
<widget class="GtkImage" id="image151">
1160
<property name="visible">True</property>
1161
<property name="stock">gtk-apply</property>
1164
<property name="expand">False</property>
1165
<property name="fill">False</property>
1169
<widget class="GtkLabel" id="label18">
1170
<property name="visible">True</property>
1171
<property name="label" translatable="yes">_Move</property>
1172
<property name="use_underline">True</property>
1175
<property name="expand">False</property>
1176
<property name="fill">False</property>
1177
<property name="position">1</property>
1186
<property name="position">1</property>
1191
<property name="expand">False</property>
1192
<property name="pack_type">GTK_PACK_END</property>
1198
<widget class="GtkDialog" id="window_rename">
1199
<property name="title" translatable="yes">Olive - Rename</property>
1200
<property name="icon">icons/oliveicon2.png</property>
1201
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1202
<child internal-child="vbox">
1203
<widget class="GtkVBox" id="vbox_rename">
1204
<property name="visible">True</property>
1205
<property name="spacing">3</property>
1207
<widget class="GtkHBox" id="hbox_rename">
1208
<property name="visible">True</property>
1209
<property name="spacing">5</property>
1211
<widget class="GtkLabel" id="label_rename">
1212
<property name="visible">True</property>
1213
<property name="label" translatable="yes">Rename to</property>
1216
<property name="expand">False</property>
1217
<property name="fill">False</property>
1221
<widget class="GtkEntry" id="entry_rename">
1222
<property name="visible">True</property>
1223
<property name="can_focus">True</property>
1224
<property name="has_focus">True</property>
1227
<property name="position">1</property>
1232
<property name="position">2</property>
1235
<child internal-child="action_area">
1236
<widget class="GtkHButtonBox" id="hbuttonbox_rename">
1237
<property name="visible">True</property>
1238
<property name="layout_style">GTK_BUTTONBOX_END</property>
1240
<widget class="GtkButton" id="button_rename_cancel">
1241
<property name="visible">True</property>
1242
<property name="can_focus">True</property>
1243
<property name="can_default">True</property>
1244
<property name="label">gtk-cancel</property>
1245
<property name="use_stock">True</property>
1246
<property name="response_id">0</property>
1247
<signal name="clicked" handler="on_button_rename_cancel_clicked"/>
1251
<widget class="GtkButton" id="button_rename_rename">
1252
<property name="visible">True</property>
1253
<property name="can_focus">True</property>
1254
<property name="can_default">True</property>
1255
<property name="has_default">True</property>
1256
<property name="response_id">0</property>
1257
<signal name="clicked" handler="on_button_rename_rename_clicked"/>
1259
<widget class="GtkAlignment" id="alignment10">
1260
<property name="visible">True</property>
1261
<property name="xscale">0</property>
1262
<property name="yscale">0</property>
1264
<widget class="GtkHBox" id="hbox13">
1265
<property name="visible">True</property>
1266
<property name="spacing">2</property>
1268
<widget class="GtkImage" id="image159">
1269
<property name="visible">True</property>
1270
<property name="stock">gtk-apply</property>
1273
<property name="expand">False</property>
1274
<property name="fill">False</property>
1278
<widget class="GtkLabel" id="label20">
1279
<property name="visible">True</property>
1280
<property name="label" translatable="yes">_Rename</property>
1281
<property name="use_underline">True</property>
1284
<property name="expand">False</property>
1285
<property name="fill">False</property>
1286
<property name="position">1</property>
1295
<property name="position">1</property>
1300
<property name="expand">False</property>
1301
<property name="pack_type">GTK_PACK_END</property>
1307
<widget class="GtkDialog" id="window_info">
1308
<property name="title" translatable="yes">Olive - Information</property>
1309
<property name="icon">icons/oliveicon2.png</property>
1310
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1311
<child internal-child="vbox">
1312
<widget class="GtkVBox" id="vbox_info">
1313
<property name="visible">True</property>
1314
<property name="spacing">3</property>
1316
<widget class="GtkExpander" id="expander_info_location">
1317
<property name="can_focus">True</property>
1318
<signal name="activate" handler="on_expander_info_location_activate"/>
1320
<widget class="GtkAlignment" id="alignment11">
1321
<property name="visible">True</property>
1322
<property name="left_padding">24</property>
1324
<widget class="GtkTable" id="table_info_location">
1325
<property name="visible">True</property>
1326
<property name="n_rows">7</property>
1327
<property name="n_columns">2</property>
1328
<property name="column_spacing">12</property>
1330
<widget class="GtkLabel" id="label_info_location_repobranch">
1331
<property name="xalign">0</property>
1332
<property name="label" translatable="yes">(none)</property>
1335
<property name="left_attach">1</property>
1336
<property name="right_attach">2</property>
1337
<property name="top_attach">2</property>
1338
<property name="bottom_attach">3</property>
1339
<property name="y_options"></property>
1343
<widget class="GtkLabel" id="label_info_location_cobranch">
1344
<property name="xalign">0</property>
1345
<property name="label" translatable="yes">(none)</property>
1348
<property name="left_attach">1</property>
1349
<property name="right_attach">2</property>
1350
<property name="top_attach">3</property>
1351
<property name="bottom_attach">4</property>
1352
<property name="y_options"></property>
1356
<widget class="GtkLabel" id="label_info_location_repoco">
1357
<property name="xalign">0</property>
1358
<property name="label" translatable="yes">(none)</property>
1361
<property name="left_attach">1</property>
1362
<property name="right_attach">2</property>
1363
<property name="top_attach">4</property>
1364
<property name="bottom_attach">5</property>
1365
<property name="y_options"></property>
1369
<widget class="GtkLabel" id="label_info_location_coroot">
1370
<property name="xalign">0</property>
1371
<property name="label" translatable="yes">(none)</property>
1374
<property name="left_attach">1</property>
1375
<property name="right_attach">2</property>
1376
<property name="top_attach">5</property>
1377
<property name="bottom_attach">6</property>
1378
<property name="y_options"></property>
1382
<widget class="GtkLabel" id="label_info_location_branchroot">
1383
<property name="xalign">0</property>
1384
<property name="label" translatable="yes">(none)</property>
1387
<property name="left_attach">1</property>
1388
<property name="right_attach">2</property>
1389
<property name="top_attach">6</property>
1390
<property name="bottom_attach">7</property>
1391
<property name="y_options"></property>
1395
<widget class="GtkLabel" id="label_info_location_sharedrepo">
1396
<property name="xalign">0</property>
1397
<property name="label" translatable="yes">(none)</property>
1400
<property name="left_attach">1</property>
1401
<property name="right_attach">2</property>
1402
<property name="top_attach">1</property>
1403
<property name="bottom_attach">2</property>
1404
<property name="y_options"></property>
1408
<widget class="GtkLabel" id="label_info_location_lightcoroot">
1409
<property name="xalign">0</property>
1410
<property name="label" translatable="yes">(none)</property>
1413
<property name="left_attach">1</property>
1414
<property name="right_attach">2</property>
1415
<property name="y_options"></property>
1419
<widget class="GtkLabel" id="label_info_location_coroot_label">
1420
<property name="xalign">0</property>
1421
<property name="label" translatable="yes">Checkout root: </property>
1424
<property name="top_attach">5</property>
1425
<property name="bottom_attach">6</property>
1426
<property name="x_options">GTK_FILL</property>
1427
<property name="y_options"></property>
1431
<widget class="GtkLabel" id="label_info_location_branchroot_label">
1432
<property name="xalign">0</property>
1433
<property name="label" translatable="yes">Branch root: </property>
1436
<property name="top_attach">6</property>
1437
<property name="bottom_attach">7</property>
1438
<property name="x_options">GTK_FILL</property>
1439
<property name="y_options"></property>
1443
<widget class="GtkLabel" id="label_info_location_repoco_label">
1444
<property name="xalign">0</property>
1445
<property name="label" translatable="yes">Repository checkout: </property>
1448
<property name="top_attach">4</property>
1449
<property name="bottom_attach">5</property>
1450
<property name="x_options">GTK_FILL</property>
1451
<property name="y_options"></property>
1455
<widget class="GtkLabel" id="label_info_location_cobranch_label">
1456
<property name="xalign">0</property>
1457
<property name="label" translatable="yes">Checkout of branch: </property>
1460
<property name="top_attach">3</property>
1461
<property name="bottom_attach">4</property>
1462
<property name="x_options">GTK_FILL</property>
1463
<property name="y_options"></property>
1467
<widget class="GtkLabel" id="label_info_location_repobranch_label">
1468
<property name="xalign">0</property>
1469
<property name="label" translatable="yes">Repository branch: </property>
1472
<property name="top_attach">2</property>
1473
<property name="bottom_attach">3</property>
1474
<property name="x_options">GTK_FILL</property>
1475
<property name="y_options"></property>
1479
<widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1480
<property name="xalign">0</property>
1481
<property name="label" translatable="yes">Shared repository: </property>
1484
<property name="top_attach">1</property>
1485
<property name="bottom_attach">2</property>
1486
<property name="x_options">GTK_FILL</property>
1487
<property name="y_options"></property>
1491
<widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1492
<property name="xalign">0</property>
1493
<property name="label" translatable="yes">Light checkout root: </property>
1496
<property name="x_options">GTK_FILL</property>
1497
<property name="y_options"></property>
1505
<widget class="GtkLabel" id="label_info_location">
1506
<property name="visible">True</property>
1507
<property name="label" translatable="yes"><b>Location:</b></property>
1508
<property name="use_markup">True</property>
1511
<property name="type">label_item</property>
1516
<property name="expand">False</property>
1517
<property name="position">2</property>
1521
<widget class="GtkExpander" id="expander_info_related">
1522
<property name="can_focus">True</property>
1523
<signal name="activate" handler="on_expander_info_related_activate"/>
1525
<widget class="GtkAlignment" id="alignment12">
1526
<property name="visible">True</property>
1527
<property name="left_padding">24</property>
1529
<widget class="GtkTable" id="table_info_related">
1530
<property name="visible">True</property>
1531
<property name="n_rows">2</property>
1532
<property name="n_columns">2</property>
1533
<property name="column_spacing">12</property>
1535
<widget class="GtkLabel" id="label_info_related_parentbranch">
1536
<property name="xalign">0</property>
1537
<property name="label" translatable="yes">(none)</property>
1540
<property name="left_attach">1</property>
1541
<property name="right_attach">2</property>
1542
<property name="y_options"></property>
1546
<widget class="GtkLabel" id="label_info_related_publishbranch">
1547
<property name="xalign">0</property>
1548
<property name="label" translatable="yes">(none)</property>
1551
<property name="left_attach">1</property>
1552
<property name="right_attach">2</property>
1553
<property name="top_attach">1</property>
1554
<property name="bottom_attach">2</property>
1555
<property name="y_options"></property>
1559
<widget class="GtkLabel" id="label_info_related_publishbranch_label">
1560
<property name="xalign">0</property>
1561
<property name="label" translatable="yes">Publish to branch: </property>
1564
<property name="top_attach">1</property>
1565
<property name="bottom_attach">2</property>
1566
<property name="x_options">GTK_FILL</property>
1567
<property name="y_options"></property>
1571
<widget class="GtkLabel" id="label_info_related_parentbranch_label">
1572
<property name="xalign">0</property>
1573
<property name="label" translatable="yes">Parent branch: </property>
1576
<property name="x_options">GTK_FILL</property>
1577
<property name="y_options"></property>
1585
<widget class="GtkLabel" id="label_info_related">
1586
<property name="visible">True</property>
1587
<property name="label" translatable="yes"><b>Related branches:</b></property>
1588
<property name="use_markup">True</property>
1591
<property name="type">label_item</property>
1596
<property name="expand">False</property>
1597
<property name="position">3</property>
1601
<widget class="GtkExpander" id="expander_info_format">
1602
<property name="can_focus">True</property>
1603
<signal name="activate" handler="on_expander_info_format_activate"/>
1605
<widget class="GtkAlignment" id="alignment13">
1606
<property name="visible">True</property>
1607
<property name="left_padding">24</property>
1609
<widget class="GtkTable" id="table_info_format">
1610
<property name="visible">True</property>
1611
<property name="n_rows">4</property>
1612
<property name="n_columns">2</property>
1613
<property name="column_spacing">12</property>
1615
<widget class="GtkLabel" id="label_info_format_control">
1616
<property name="xalign">0</property>
1617
<property name="label" translatable="yes">(none)</property>
1620
<property name="left_attach">1</property>
1621
<property name="right_attach">2</property>
1622
<property name="y_options"></property>
1626
<widget class="GtkLabel" id="label_info_format_workingtree">
1627
<property name="xalign">0</property>
1628
<property name="label" translatable="yes">(none)</property>
1631
<property name="left_attach">1</property>
1632
<property name="right_attach">2</property>
1633
<property name="top_attach">1</property>
1634
<property name="bottom_attach">2</property>
1635
<property name="y_options"></property>
1639
<widget class="GtkLabel" id="label_info_format_branch">
1640
<property name="xalign">0</property>
1641
<property name="label" translatable="yes">(none)</property>
1644
<property name="left_attach">1</property>
1645
<property name="right_attach">2</property>
1646
<property name="top_attach">2</property>
1647
<property name="bottom_attach">3</property>
1648
<property name="y_options"></property>
1652
<widget class="GtkLabel" id="label_info_format_repository">
1653
<property name="xalign">0</property>
1654
<property name="label" translatable="yes">(none)</property>
1657
<property name="left_attach">1</property>
1658
<property name="right_attach">2</property>
1659
<property name="top_attach">3</property>
1660
<property name="bottom_attach">4</property>
1661
<property name="y_options"></property>
1665
<widget class="GtkLabel" id="label_info_format_repository_label">
1666
<property name="xalign">0</property>
1667
<property name="label" translatable="yes">Repository format: </property>
1670
<property name="top_attach">3</property>
1671
<property name="bottom_attach">4</property>
1672
<property name="x_options">GTK_FILL</property>
1673
<property name="y_options"></property>
1677
<widget class="GtkLabel" id="label_info_format_branch_label">
1678
<property name="xalign">0</property>
1679
<property name="label" translatable="yes">Branch format: </property>
1682
<property name="top_attach">2</property>
1683
<property name="bottom_attach">3</property>
1684
<property name="x_options">GTK_FILL</property>
1685
<property name="y_options"></property>
1689
<widget class="GtkLabel" id="label_info_format_workingtree_label">
1690
<property name="xalign">0</property>
1691
<property name="label" translatable="yes">Working tree format: </property>
1694
<property name="top_attach">1</property>
1695
<property name="bottom_attach">2</property>
1696
<property name="x_options">GTK_FILL</property>
1697
<property name="y_options"></property>
1701
<widget class="GtkLabel" id="label_info_format_control_label">
1702
<property name="xalign">0</property>
1703
<property name="label" translatable="yes">Control format: </property>
1706
<property name="x_options">GTK_FILL</property>
1707
<property name="y_options"></property>
1715
<widget class="GtkLabel" id="label_info_format">
1716
<property name="visible">True</property>
1717
<property name="label" translatable="yes"><b>Format:</b></property>
1718
<property name="use_markup">True</property>
1721
<property name="type">label_item</property>
1726
<property name="expand">False</property>
1727
<property name="position">4</property>
1731
<widget class="GtkExpander" id="expander_info_locking">
1732
<property name="can_focus">True</property>
1733
<signal name="activate" handler="on_expander_info_locking_activate"/>
1735
<widget class="GtkAlignment" id="alignment14">
1736
<property name="visible">True</property>
1737
<property name="left_padding">24</property>
1739
<widget class="GtkTable" id="table_info_locking">
1740
<property name="visible">True</property>
1741
<property name="n_rows">3</property>
1742
<property name="n_columns">2</property>
1743
<property name="column_spacing">12</property>
1745
<widget class="GtkLabel" id="label_info_locking_workingtree">
1746
<property name="xalign">0</property>
1747
<property name="label" translatable="yes">(none)</property>
1750
<property name="left_attach">1</property>
1751
<property name="right_attach">2</property>
1752
<property name="y_options"></property>
1756
<widget class="GtkLabel" id="label_info_locking_branch">
1757
<property name="xalign">0</property>
1758
<property name="label" translatable="yes">(none)</property>
1761
<property name="left_attach">1</property>
1762
<property name="right_attach">2</property>
1763
<property name="top_attach">1</property>
1764
<property name="bottom_attach">2</property>
1765
<property name="y_options"></property>
1769
<widget class="GtkLabel" id="label_info_locking_repository">
1770
<property name="xalign">0</property>
1771
<property name="label" translatable="yes">(none)</property>
1774
<property name="left_attach">1</property>
1775
<property name="right_attach">2</property>
1776
<property name="top_attach">2</property>
1777
<property name="bottom_attach">3</property>
1778
<property name="y_options"></property>
1782
<widget class="GtkLabel" id="label_info_locking_repository_label">
1783
<property name="xalign">0</property>
1784
<property name="label" translatable="yes">Repository lock status: </property>
1787
<property name="top_attach">2</property>
1788
<property name="bottom_attach">3</property>
1789
<property name="x_options">GTK_FILL</property>
1790
<property name="y_options"></property>
1794
<widget class="GtkLabel" id="label_info_locking_branch_label">
1795
<property name="xalign">0</property>
1796
<property name="label" translatable="yes">Branch lock status: </property>
1799
<property name="top_attach">1</property>
1800
<property name="bottom_attach">2</property>
1801
<property name="x_options">GTK_FILL</property>
1802
<property name="y_options"></property>
1806
<widget class="GtkLabel" id="label_info_locking_workingtree_label">
1807
<property name="xalign">0</property>
1808
<property name="label" translatable="yes">Working tree lock status: </property>
1811
<property name="x_options">GTK_FILL</property>
1812
<property name="y_options"></property>
1820
<widget class="GtkLabel" id="label_info_locking">
1821
<property name="visible">True</property>
1822
<property name="label" translatable="yes"><b>Lock status:</b></property>
1823
<property name="use_markup">True</property>
1826
<property name="type">label_item</property>
1831
<property name="expand">False</property>
1832
<property name="position">5</property>
1836
<widget class="GtkExpander" id="expander_info_missing">
1837
<property name="can_focus">True</property>
1838
<signal name="activate" handler="on_expander_info_missing_activate"/>
1840
<widget class="GtkAlignment" id="alignment15">
1841
<property name="visible">True</property>
1842
<property name="left_padding">24</property>
1844
<widget class="GtkTable" id="table_info_missing">
1845
<property name="visible">True</property>
1846
<property name="n_rows">2</property>
1847
<property name="n_columns">2</property>
1848
<property name="column_spacing">12</property>
1850
<widget class="GtkLabel" id="label_info_missing_workingtree">
1851
<property name="xalign">0</property>
1852
<property name="label" translatable="yes">(none)</property>
1855
<property name="left_attach">1</property>
1856
<property name="right_attach">2</property>
1857
<property name="y_options"></property>
1861
<widget class="GtkLabel" id="label_info_missing_branch">
1862
<property name="xalign">0</property>
1863
<property name="label" translatable="yes">(none)</property>
1866
<property name="left_attach">1</property>
1867
<property name="right_attach">2</property>
1868
<property name="top_attach">1</property>
1869
<property name="bottom_attach">2</property>
1870
<property name="y_options"></property>
1874
<widget class="GtkLabel" id="label_info_missing_branch_label">
1875
<property name="xalign">0</property>
1876
<property name="label" translatable="yes">Missing revisions in branch: </property>
1879
<property name="top_attach">1</property>
1880
<property name="bottom_attach">2</property>
1881
<property name="x_options">GTK_FILL</property>
1882
<property name="y_options"></property>
1886
<widget class="GtkLabel" id="label_info_missing_workingtree_label">
1887
<property name="xalign">0</property>
1888
<property name="label" translatable="yes">Missing revisions in working tree: </property>
1891
<property name="x_options">GTK_FILL</property>
1892
<property name="y_options"></property>
1900
<widget class="GtkLabel" id="label_info_missing">
1901
<property name="visible">True</property>
1902
<property name="label" translatable="yes"><b>Missing revisions:</b></property>
1903
<property name="use_markup">True</property>
1906
<property name="type">label_item</property>
1911
<property name="expand">False</property>
1912
<property name="position">6</property>
1916
<widget class="GtkExpander" id="expander_info_wtstats">
1917
<property name="can_focus">True</property>
1918
<signal name="activate" handler="on_expander_info_wtstats_activate"/>
1920
<widget class="GtkAlignment" id="alignment16">
1921
<property name="visible">True</property>
1922
<property name="left_padding">24</property>
1924
<widget class="GtkTable" id="table_info_wtstats">
1925
<property name="visible">True</property>
1926
<property name="n_rows">8</property>
1927
<property name="n_columns">2</property>
1928
<property name="column_spacing">12</property>
1930
<widget class="GtkLabel" id="label_info_wtstats_unchanged">
1931
<property name="xalign">0</property>
1932
<property name="label" translatable="yes">(none)</property>
1935
<property name="left_attach">1</property>
1936
<property name="right_attach">2</property>
1937
<property name="y_options"></property>
1941
<widget class="GtkLabel" id="label_info_wtstats_modified">
1942
<property name="xalign">0</property>
1943
<property name="label" translatable="yes">(none)</property>
1946
<property name="left_attach">1</property>
1947
<property name="right_attach">2</property>
1948
<property name="top_attach">1</property>
1949
<property name="bottom_attach">2</property>
1950
<property name="y_options"></property>
1954
<widget class="GtkLabel" id="label_info_wtstats_added">
1955
<property name="xalign">0</property>
1956
<property name="label" translatable="yes">(none)</property>
1959
<property name="left_attach">1</property>
1960
<property name="right_attach">2</property>
1961
<property name="top_attach">2</property>
1962
<property name="bottom_attach">3</property>
1963
<property name="y_options"></property>
1967
<widget class="GtkLabel" id="label_info_wtstats_removed">
1968
<property name="xalign">0</property>
1969
<property name="label" translatable="yes">(none)</property>
1972
<property name="left_attach">1</property>
1973
<property name="right_attach">2</property>
1974
<property name="top_attach">3</property>
1975
<property name="bottom_attach">4</property>
1976
<property name="y_options"></property>
1980
<widget class="GtkLabel" id="label_info_wtstats_renamed">
1981
<property name="xalign">0</property>
1982
<property name="label" translatable="yes">(none)</property>
1985
<property name="left_attach">1</property>
1986
<property name="right_attach">2</property>
1987
<property name="top_attach">4</property>
1988
<property name="bottom_attach">5</property>
1989
<property name="y_options"></property>
1993
<widget class="GtkLabel" id="label_info_wtstats_unknown">
1994
<property name="xalign">0</property>
1995
<property name="label" translatable="yes">(none)</property>
1998
<property name="left_attach">1</property>
1999
<property name="right_attach">2</property>
2000
<property name="top_attach">5</property>
2001
<property name="bottom_attach">6</property>
2002
<property name="y_options"></property>
2006
<widget class="GtkLabel" id="label_info_wtstats_ignored">
2007
<property name="xalign">0</property>
2008
<property name="label" translatable="yes">(none)</property>
2011
<property name="left_attach">1</property>
2012
<property name="right_attach">2</property>
2013
<property name="top_attach">6</property>
2014
<property name="bottom_attach">7</property>
2015
<property name="y_options"></property>
2019
<widget class="GtkLabel" id="label_info_wtstats_subdirs">
2020
<property name="xalign">0</property>
2021
<property name="label" translatable="yes">(none)</property>
2024
<property name="left_attach">1</property>
2025
<property name="right_attach">2</property>
2026
<property name="top_attach">7</property>
2027
<property name="bottom_attach">8</property>
2028
<property name="y_options"></property>
2032
<widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
2033
<property name="xalign">0</property>
2034
<property name="label" translatable="yes">Versioned subdirectories: </property>
2037
<property name="top_attach">7</property>
2038
<property name="bottom_attach">8</property>
2039
<property name="x_options">GTK_FILL</property>
2040
<property name="y_options"></property>
2044
<widget class="GtkLabel" id="label_info_wtstats_ignored_label">
2045
<property name="xalign">0</property>
2046
<property name="label" translatable="yes">Ignored files: </property>
2049
<property name="top_attach">6</property>
2050
<property name="bottom_attach">7</property>
2051
<property name="x_options">GTK_FILL</property>
2052
<property name="y_options"></property>
2056
<widget class="GtkLabel" id="label_info_wtstats_unknown_label">
2057
<property name="xalign">0</property>
2058
<property name="label" translatable="yes">Unknown files: </property>
2061
<property name="top_attach">5</property>
2062
<property name="bottom_attach">6</property>
2063
<property name="x_options">GTK_FILL</property>
2064
<property name="y_options"></property>
2068
<widget class="GtkLabel" id="label_info_wtstats_renamed_label">
2069
<property name="xalign">0</property>
2070
<property name="label" translatable="yes">Renamed files: </property>
2073
<property name="top_attach">4</property>
2074
<property name="bottom_attach">5</property>
2075
<property name="x_options">GTK_FILL</property>
2076
<property name="y_options"></property>
2080
<widget class="GtkLabel" id="label_info_wtstats_removed_label">
2081
<property name="xalign">0</property>
2082
<property name="label" translatable="yes">Removed files: </property>
2085
<property name="top_attach">3</property>
2086
<property name="bottom_attach">4</property>
2087
<property name="x_options">GTK_FILL</property>
2088
<property name="y_options"></property>
2092
<widget class="GtkLabel" id="label_info_wtstats_added_label">
2093
<property name="xalign">0</property>
2094
<property name="label" translatable="yes">Added files: </property>
2097
<property name="top_attach">2</property>
2098
<property name="bottom_attach">3</property>
2099
<property name="x_options">GTK_FILL</property>
2100
<property name="y_options"></property>
2104
<widget class="GtkLabel" id="label_info_wtstats_modified_label">
2105
<property name="xalign">0</property>
2106
<property name="label" translatable="yes">Modified files: </property>
2109
<property name="top_attach">1</property>
2110
<property name="bottom_attach">2</property>
2111
<property name="x_options">GTK_FILL</property>
2112
<property name="y_options"></property>
2116
<widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
2117
<property name="xalign">0</property>
2118
<property name="label" translatable="yes">Unchanged files: </property>
2121
<property name="x_options">GTK_FILL</property>
2122
<property name="y_options"></property>
2130
<widget class="GtkLabel" id="label_info_wtstats">
2131
<property name="visible">True</property>
2132
<property name="label" translatable="yes"><b>In the working tree:</b></property>
2133
<property name="use_markup">True</property>
2136
<property name="type">label_item</property>
2141
<property name="expand">False</property>
2142
<property name="position">7</property>
2146
<widget class="GtkExpander" id="expander_info_brstats">
2147
<property name="can_focus">True</property>
2148
<signal name="activate" handler="on_expander_info_brstats_activate"/>
2150
<widget class="GtkAlignment" id="alignment17">
2151
<property name="visible">True</property>
2152
<property name="left_padding">24</property>
2154
<widget class="GtkTable" id="table_info_brstats">
2155
<property name="visible">True</property>
2156
<property name="n_rows">5</property>
2157
<property name="n_columns">2</property>
2158
<property name="column_spacing">12</property>
2160
<widget class="GtkLabel" id="label_info_brstats_revno">
2161
<property name="xalign">0</property>
2162
<property name="label" translatable="yes">(none)</property>
2165
<property name="left_attach">1</property>
2166
<property name="right_attach">2</property>
2167
<property name="y_options"></property>
2171
<widget class="GtkLabel" id="label_info_brstats_commiters">
2172
<property name="xalign">0</property>
2173
<property name="label" translatable="yes">(none)</property>
2176
<property name="left_attach">1</property>
2177
<property name="right_attach">2</property>
2178
<property name="top_attach">1</property>
2179
<property name="bottom_attach">2</property>
2180
<property name="y_options"></property>
2184
<widget class="GtkLabel" id="label_info_brstats_age">
2185
<property name="xalign">0</property>
2186
<property name="label" translatable="yes">(none)</property>
2189
<property name="left_attach">1</property>
2190
<property name="right_attach">2</property>
2191
<property name="top_attach">2</property>
2192
<property name="bottom_attach">3</property>
2193
<property name="y_options"></property>
2197
<widget class="GtkLabel" id="label_info_brstats_firstrev">
2198
<property name="xalign">0</property>
2199
<property name="label" translatable="yes">(none)</property>
2202
<property name="left_attach">1</property>
2203
<property name="right_attach">2</property>
2204
<property name="top_attach">3</property>
2205
<property name="bottom_attach">4</property>
2206
<property name="y_options"></property>
2210
<widget class="GtkLabel" id="label_info_brstats_lastrev">
2211
<property name="xalign">0</property>
2212
<property name="label" translatable="yes">(none)</property>
2215
<property name="left_attach">1</property>
2216
<property name="right_attach">2</property>
2217
<property name="top_attach">4</property>
2218
<property name="bottom_attach">5</property>
2219
<property name="y_options"></property>
2223
<widget class="GtkLabel" id="label_info_brstats_lastrev_label">
2224
<property name="xalign">0</property>
2225
<property name="label" translatable="yes">Time of last revision: </property>
2228
<property name="top_attach">4</property>
2229
<property name="bottom_attach">5</property>
2230
<property name="x_options">GTK_FILL</property>
2231
<property name="y_options"></property>
2235
<widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2236
<property name="xalign">0</property>
2237
<property name="label" translatable="yes">Time of first revision: </property>
2240
<property name="top_attach">3</property>
2241
<property name="bottom_attach">4</property>
2242
<property name="x_options">GTK_FILL</property>
2243
<property name="y_options"></property>
2247
<widget class="GtkLabel" id="label_info_brstats_age_label">
2248
<property name="xalign">0</property>
2249
<property name="label" translatable="yes">Age of branch in days: </property>
2252
<property name="top_attach">2</property>
2253
<property name="bottom_attach">3</property>
2254
<property name="x_options">GTK_FILL</property>
2255
<property name="y_options"></property>
2259
<widget class="GtkLabel" id="label_info_brstats_commiters_label">
2260
<property name="xalign">0</property>
2261
<property name="label" translatable="yes">Number of commiters: </property>
2264
<property name="top_attach">1</property>
2265
<property name="bottom_attach">2</property>
2266
<property name="x_options">GTK_FILL</property>
2267
<property name="y_options"></property>
2271
<widget class="GtkLabel" id="label_info_brstats_revno_label">
2272
<property name="xalign">0</property>
2273
<property name="label" translatable="yes">Revisions in branch: </property>
2276
<property name="x_options">GTK_FILL</property>
2277
<property name="y_options"></property>
2285
<widget class="GtkLabel" id="label_info_brstats">
2286
<property name="visible">True</property>
2287
<property name="label" translatable="yes"><b>Branch history:</b></property>
2288
<property name="use_markup">True</property>
2291
<property name="type">label_item</property>
2296
<property name="expand">False</property>
2297
<property name="position">8</property>
2301
<widget class="GtkExpander" id="expander_info_repstats">
2302
<property name="can_focus">True</property>
2303
<signal name="activate" handler="on_expander_info_repstats_activate"/>
2305
<widget class="GtkAlignment" id="alignment18">
2306
<property name="visible">True</property>
2307
<property name="left_padding">24</property>
2309
<widget class="GtkTable" id="table_info_repstats">
2310
<property name="visible">True</property>
2311
<property name="n_rows">2</property>
2312
<property name="n_columns">2</property>
2313
<property name="column_spacing">12</property>
2315
<widget class="GtkLabel" id="label_info_repstats_revisions">
2316
<property name="xalign">0</property>
2317
<property name="label" translatable="yes">(none)</property>
2320
<property name="left_attach">1</property>
2321
<property name="right_attach">2</property>
2322
<property name="y_options"></property>
2326
<widget class="GtkLabel" id="label_info_repstats_size">
2327
<property name="xalign">0</property>
2328
<property name="label" translatable="yes">(none)</property>
2331
<property name="left_attach">1</property>
2332
<property name="right_attach">2</property>
2333
<property name="top_attach">1</property>
2334
<property name="bottom_attach">2</property>
2335
<property name="y_options"></property>
2339
<widget class="GtkLabel" id="label_info_repstats_size_label">
2340
<property name="xalign">0</property>
2341
<property name="label" translatable="yes">Size of repository: </property>
2344
<property name="top_attach">1</property>
2345
<property name="bottom_attach">2</property>
2346
<property name="x_options">GTK_FILL</property>
2347
<property name="y_options"></property>
2351
<widget class="GtkLabel" id="label_info_repstats_revisions_label">
2352
<property name="xalign">0</property>
2353
<property name="label" translatable="yes">Revisions in repository: </property>
2356
<property name="x_options">GTK_FILL</property>
2357
<property name="y_options"></property>
2365
<widget class="GtkLabel" id="label_info_repstats">
2366
<property name="visible">True</property>
2367
<property name="label" translatable="yes"><b>Revision store:</b></property>
2368
<property name="use_markup">True</property>
2371
<property name="type">label_item</property>
2376
<property name="expand">False</property>
2377
<property name="position">9</property>
2380
<child internal-child="action_area">
2381
<widget class="GtkHButtonBox" id="hbuttonbox_info">
2382
<property name="visible">True</property>
2383
<property name="can_default">True</property>
2384
<property name="has_default">True</property>
2385
<property name="layout_style">GTK_BUTTONBOX_END</property>
2387
<widget class="GtkButton" id="button_info_close">
2388
<property name="visible">True</property>
2389
<property name="can_focus">True</property>
2390
<property name="can_default">True</property>
2391
<property name="has_default">True</property>
2392
<property name="label">gtk-close</property>
2393
<property name="use_stock">True</property>
2394
<property name="response_id">0</property>
2395
<signal name="clicked" handler="on_button_info_close_clicked"/>
2400
<property name="expand">False</property>
2401
<property name="fill">False</property>
2402
<property name="pack_type">GTK_PACK_END</property>
2408
<widget class="GtkDialog" id="window_merge">
2409
<property name="visible">True</property>
2410
<property name="title" translatable="yes">Merge - Olive</property>
2411
<property name="icon">icons/oliveicon2.png</property>
2412
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2413
<child internal-child="vbox">
2414
<widget class="GtkVBox" id="vbox_merge">
2415
<property name="visible">True</property>
2416
<property name="spacing">3</property>
2418
<widget class="GtkHBox" id="hbox_merge">
2419
<property name="visible">True</property>
2420
<property name="spacing">3</property>
2422
<widget class="GtkLabel" id="label_merge">
2423
<property name="visible">True</property>
2424
<property name="label" translatable="yes">Merge from:</property>
2427
<property name="expand">False</property>
2428
<property name="fill">False</property>
2432
<widget class="GtkEntry" id="entry_merge">
2433
<property name="visible">True</property>
2434
<property name="can_focus">True</property>
2437
<property name="position">1</property>
2441
<widget class="GtkButton" id="button_merge_open">
2442
<property name="visible">True</property>
2443
<property name="can_focus">True</property>
2444
<property name="response_id">0</property>
2445
<signal name="clicked" handler="on_button_merge_open_clicked"/>
2447
<widget class="GtkImage" id="image240">
2448
<property name="visible">True</property>
2449
<property name="stock">gtk-open</property>
2454
<property name="expand">False</property>
2455
<property name="fill">False</property>
2456
<property name="position">2</property>
2461
<property name="expand">False</property>
2462
<property name="fill">False</property>
2463
<property name="position">2</property>
2466
<child internal-child="action_area">
2467
<widget class="GtkHButtonBox" id="hbuttonbox_merge">
2468
<property name="visible">True</property>
2469
<property name="layout_style">GTK_BUTTONBOX_END</property>
2471
<widget class="GtkButton" id="button_merge_cancel">
2472
<property name="visible">True</property>
2473
<property name="can_focus">True</property>
2474
<property name="can_default">True</property>
2475
<property name="label">gtk-cancel</property>
2476
<property name="use_stock">True</property>
2477
<property name="response_id">0</property>
2478
<signal name="clicked" handler="on_button_merge_cancel_clicked"/>
2482
<widget class="GtkButton" id="button_merge_merge">
2483
<property name="visible">True</property>
2484
<property name="can_focus">True</property>
2485
<property name="can_default">True</property>
2486
<property name="has_default">True</property>
2487
<property name="response_id">0</property>
2488
<signal name="clicked" handler="on_button_merge_merge_clicked"/>
2490
<widget class="GtkAlignment" id="alignment19">
2491
<property name="visible">True</property>
2492
<property name="xscale">0</property>
2493
<property name="yscale">0</property>
2495
<widget class="GtkHBox" id="hbox14">
2496
<property name="visible">True</property>
2497
<property name="spacing">2</property>
2499
<widget class="GtkImage" id="image239">
2500
<property name="visible">True</property>
2501
<property name="stock">gtk-apply</property>
2504
<property name="expand">False</property>
2505
<property name="fill">False</property>
2509
<widget class="GtkLabel" id="label21">
2510
<property name="visible">True</property>
2511
<property name="label" translatable="yes">_Merge</property>
2512
<property name="use_underline">True</property>
2515
<property name="expand">False</property>
2516
<property name="fill">False</property>
2517
<property name="position">1</property>
2526
<property name="position">1</property>
2531
<property name="expand">False</property>
2532
<property name="fill">False</property>
2533
<property name="pack_type">GTK_PACK_END</property>