/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
195.1.24 by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing.
1
<?xml version="1.0" encoding="UTF-8"?>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
<!--*- mode: xml -*-->
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
4
<glade-interface>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
5
  <widget class="GtkWindow" id="window_main">
6
    <property name="width_request">700</property>
7
    <property name="height_request">400</property>
8
    <property name="title" translatable="yes">Olive - Bazaar GUI</property>
9
    <property name="icon">oliveicon2.png</property>
10
    <signal name="destroy" handler="on_window_main_destroy"/>
11
    <signal name="delete_event" handler="on_window_main_delete_event"/>
12
    <child>
13
      <widget class="GtkVBox" id="vbox_main">
14
        <property name="visible">True</property>
15
        <child>
16
          <widget class="GtkMenuBar" id="menubar">
17
            <property name="visible">True</property>
18
            <child>
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>
23
                <child>
24
                  <widget class="GtkMenu" id="menuitem_file_menu">
25
                    <child>
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>
36
                          </widget>
37
                        </child>
38
                      </widget>
39
                    </child>
40
                    <child>
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>
51
                          </widget>
52
                        </child>
53
                      </widget>
54
                    </child>
55
                    <child>
56
                      <widget class="GtkSeparatorMenuItem" id="separator_file3">
57
                        <property name="visible">True</property>
58
                      </widget>
59
                    </child>
60
                    <child>
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"/>
66
                      </widget>
67
                    </child>
68
                    <child>
69
                      <widget class="GtkSeparatorMenuItem" id="separator_file1">
70
                        <property name="visible">True</property>
71
                      </widget>
72
                    </child>
73
                    <child>
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"/>
79
                      </widget>
80
                    </child>
81
                    <child>
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"/>
87
                      </widget>
88
                    </child>
89
                    <child>
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"/>
95
                      </widget>
96
                    </child>
97
                    <child>
98
                      <widget class="GtkSeparatorMenuItem" id="separator_file2">
99
                        <property name="visible">True</property>
100
                      </widget>
101
                    </child>
102
                    <child>
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"/>
109
                      </widget>
110
                    </child>
111
                  </widget>
112
                </child>
113
              </widget>
114
            </child>
115
            <child>
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"/>
121
                <child>
122
                  <widget class="GtkMenu" id="menuitem_view_menu">
123
                    <child>
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"/>
129
                      </widget>
130
                    </child>
131
                    <child>
132
                      <widget class="GtkSeparatorMenuItem" id="separator_view1">
133
                        <property name="visible">True</property>
134
                      </widget>
135
                    </child>
136
                    <child>
137
                      <widget class="GtkMenuItem" id="menuitem_view_refresh">
138
                        <property name="visible">True</property>
139
                        <property name="label" translatable="yes">_Refresh</property>
140
                        <property name="use_underline">True</property>
141
                        <signal name="activate" handler="on_menuitem_view_refresh_activate"/>
142
                      </widget>
143
                    </child>
144
                  </widget>
145
                </child>
146
              </widget>
147
            </child>
148
            <child>
149
              <widget class="GtkMenuItem" id="menuitem_branch">
150
                <property name="visible">True</property>
151
                <property name="label" translatable="yes">_Branch</property>
152
                <property name="use_underline">True</property>
153
                <child>
154
                  <widget class="GtkMenu" id="menuitem_branch_menu">
155
                    <child>
156
                      <widget class="GtkMenuItem" id="menuitem_branch_initialize">
157
                        <property name="visible">True</property>
158
                        <property name="label" translatable="yes">_Initialize...</property>
159
                        <property name="use_underline">True</property>
160
                        <signal name="activate" handler="on_menuitem_branch_initialize_activate"/>
161
                      </widget>
162
                    </child>
163
                    <child>
164
                      <widget class="GtkMenuItem" id="menuitem_branch_get">
165
                        <property name="visible">True</property>
166
                        <property name="label" translatable="yes">_Get...</property>
167
                        <property name="use_underline">True</property>
168
                        <signal name="activate" handler="on_menuitem_branch_get_activate"/>
169
                      </widget>
170
                    </child>
171
                    <child>
172
                      <widget class="GtkMenuItem" id="menuitem_branch_checkout">
173
                        <property name="visible">True</property>
174
                        <property name="label" translatable="yes">C_heckout...</property>
175
                        <property name="use_underline">True</property>
176
                        <signal name="activate" handler="on_menuitem_branch_checkout_activate"/>
177
                      </widget>
178
                    </child>
179
                    <child>
180
                      <widget class="GtkSeparatorMenuItem" id="separator_branch1">
181
                        <property name="visible">True</property>
182
                      </widget>
183
                    </child>
184
                    <child>
185
                      <widget class="GtkImageMenuItem" id="menuitem_branch_pull">
186
                        <property name="visible">True</property>
187
                        <property name="label" translatable="yes">Pu_ll</property>
188
                        <property name="use_underline">True</property>
189
                        <signal name="activate" handler="on_menuitem_branch_pull_activate"/>
190
                        <child internal-child="image">
191
                          <widget class="GtkImage" id="image243">
192
                            <property name="visible">True</property>
193
                            <property name="pixbuf">pull16.png</property>
194
                          </widget>
195
                        </child>
196
                      </widget>
197
                    </child>
198
                    <child>
199
                      <widget class="GtkImageMenuItem" id="menuitem_branch_push">
200
                        <property name="visible">True</property>
201
                        <property name="label" translatable="yes">Pu_sh...</property>
202
                        <property name="use_underline">True</property>
203
                        <signal name="activate" handler="on_menuitem_branch_push_activate"/>
204
                        <child internal-child="image">
205
                          <widget class="GtkImage" id="image244">
206
                            <property name="visible">True</property>
207
                            <property name="pixbuf">push16.png</property>
208
                          </widget>
209
                        </child>
210
                      </widget>
211
                    </child>
212
                    <child>
213
                      <widget class="GtkSeparatorMenuItem" id="separator_branch2">
214
                        <property name="visible">True</property>
215
                      </widget>
216
                    </child>
217
                    <child>
218
                      <widget class="GtkMenuItem" id="menuitem_branch_revert">
219
                        <property name="visible">True</property>
220
                        <property name="label" translatable="yes">_Revert all changes</property>
221
                        <property name="use_underline">True</property>
222
                        <signal name="activate" handler="on_menuitem_branch_revert_activate"/>
223
                      </widget>
224
                    </child>
225
                    <child>
226
                      <widget class="GtkMenuItem" id="menuitem_branch_merge">
227
                        <property name="visible">True</property>
228
                        <property name="label" translatable="yes">_Merge...</property>
229
                        <property name="use_underline">True</property>
230
                        <signal name="activate" handler="on_menuitem_branch_merge_activate"/>
231
                      </widget>
232
                    </child>
233
                    <child>
234
                      <widget class="GtkImageMenuItem" id="menuitem_branch_commit">
235
                        <property name="visible">True</property>
236
                        <property name="label" translatable="yes">_Commit...</property>
237
                        <property name="use_underline">True</property>
238
                        <signal name="activate" handler="on_menuitem_branch_commit_activate"/>
239
                        <child internal-child="image">
240
                          <widget class="GtkImage" id="image245">
241
                            <property name="visible">True</property>
242
                            <property name="pixbuf">commit16.png</property>
243
                          </widget>
244
                        </child>
245
                      </widget>
246
                    </child>
247
                    <child>
248
                      <widget class="GtkSeparatorMenuItem" id="separator_branch3">
249
                        <property name="visible">True</property>
250
                      </widget>
251
                    </child>
252
                    <child>
253
                      <widget class="GtkMenuItem" id="menuitem_branch_tags">
254
                        <property name="visible">True</property>
255
                        <property name="label" translatable="yes">Ta_gs...</property>
256
                        <property name="use_underline">True</property>
257
                        <signal name="activate" handler="on_menuitem_branch_tags_activate"/>
258
                      </widget>
259
                    </child>
260
                    <child>
261
                      <widget class="GtkMenuItem" id="menuitem_branch_status">
262
                        <property name="visible">True</property>
263
                        <property name="label" translatable="yes">S_tatus...</property>
264
                        <property name="use_underline">True</property>
265
                        <signal name="activate" handler="on_menuitem_branch_status_activate"/>
266
                      </widget>
267
                    </child>
268
                    <child>
269
                      <widget class="GtkMenuItem" id="menuitem_branch_missing_revisions">
270
                        <property name="visible">True</property>
271
                        <property name="label" translatable="yes">Missing _revisions</property>
272
                        <property name="use_underline">True</property>
273
                        <signal name="activate" handler="on_menuitem_branch_missing_revisions_activate"/>
274
                      </widget>
275
                    </child>
276
                    <child>
277
                      <widget class="GtkMenuItem" id="menuitem_branch_conflicts">
278
                        <property name="visible">True</property>
279
                        <property name="label" translatable="yes">Con_flicts...</property>
280
                        <property name="use_underline">True</property>
281
                        <signal name="activate" handler="on_menuitem_branch_conflicts_activate"/>
282
                      </widget>
283
                    </child>
284
                  </widget>
285
                </child>
286
              </widget>
287
            </child>
288
            <child>
289
              <widget class="GtkMenuItem" id="menuitem_stats">
290
                <property name="visible">True</property>
291
                <property name="label" translatable="yes">_Statistics</property>
292
                <property name="use_underline">True</property>
293
                <child>
294
                  <widget class="GtkMenu" id="menuitem_stats_menu">
295
                    <child>
296
                      <widget class="GtkImageMenuItem" id="menuitem_stats_diff">
297
                        <property name="visible">True</property>
298
                        <property name="label" translatable="yes">_Differences...</property>
299
                        <property name="use_underline">True</property>
300
                        <signal name="activate" handler="on_menuitem_stats_diff_activate"/>
301
                        <child internal-child="image">
302
                          <widget class="GtkImage" id="image246">
303
                            <property name="visible">True</property>
304
                            <property name="pixbuf">diff16.png</property>
305
                          </widget>
306
                        </child>
307
                      </widget>
308
                    </child>
309
                    <child>
310
                      <widget class="GtkImageMenuItem" id="menuitem_stats_log">
311
                        <property name="visible">True</property>
312
                        <property name="label" translatable="yes">_Log...</property>
313
                        <property name="use_underline">True</property>
314
                        <signal name="activate" handler="on_menuitem_stats_log_activate"/>
315
                        <child internal-child="image">
316
                          <widget class="GtkImage" id="image247">
317
                            <property name="visible">True</property>
318
                            <property name="pixbuf">log16.png</property>
319
                          </widget>
320
                        </child>
321
                      </widget>
322
                    </child>
323
                    <child>
324
                      <widget class="GtkMenuItem" id="menuitem_stats_infos">
325
                        <property name="visible">True</property>
326
                        <property name="label" translatable="yes">_Information...</property>
327
                        <property name="use_underline">True</property>
328
                        <signal name="activate" handler="on_menuitem_stats_infos_activate"/>
329
                      </widget>
330
                    </child>
331
                  </widget>
332
                </child>
333
              </widget>
334
            </child>
335
            <child>
336
              <widget class="GtkMenuItem" id="menuitem_help">
337
                <property name="visible">True</property>
338
                <property name="label" translatable="yes">_Help</property>
339
                <property name="use_underline">True</property>
340
                <child>
341
                  <widget class="GtkMenu" id="menuitem_help_menu">
342
                    <child>
343
                      <widget class="GtkImageMenuItem" id="menuitem_about">
344
                        <property name="visible">True</property>
345
                        <property name="label">gtk-about</property>
346
                        <property name="use_underline">True</property>
347
                        <property name="use_stock">True</property>
348
                        <signal name="activate" handler="on_about_activate"/>
349
                      </widget>
350
                    </child>
351
                  </widget>
352
                </child>
353
              </widget>
354
            </child>
355
          </widget>
356
          <packing>
357
            <property name="expand">False</property>
358
            <property name="fill">False</property>
359
          </packing>
360
        </child>
361
        <child>
362
          <widget class="GtkToolbar" id="toolbar">
363
            <property name="visible">True</property>
364
            <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
365
            <child>
366
              <widget class="GtkToolButton" id="toolbutton_refresh">
367
                <property name="visible">True</property>
368
                <property name="label">Refresh</property>
369
                <property name="use_underline">True</property>
370
                <property name="icon">refresh.png</property>
371
                <signal name="clicked" handler="on_toolbutton_refresh_clicked"/>
372
              </widget>
373
              <packing>
374
                <property name="expand">False</property>
375
              </packing>
376
            </child>
377
            <child>
378
              <widget class="GtkToolButton" id="toolbutton_diff">
379
                <property name="visible">True</property>
380
                <property name="label">Diff</property>
381
                <property name="use_underline">True</property>
382
                <property name="icon">diff.png</property>
383
                <signal name="clicked" handler="on_toolbutton_diff_clicked"/>
384
              </widget>
385
              <packing>
386
                <property name="expand">False</property>
387
              </packing>
388
            </child>
389
            <child>
390
              <widget class="GtkToolButton" id="toolbutton_log">
391
                <property name="visible">True</property>
392
                <property name="label">Log</property>
393
                <property name="use_underline">True</property>
394
                <property name="icon">log.png</property>
395
                <signal name="clicked" handler="on_toolbutton_log_clicked"/>
396
              </widget>
397
              <packing>
398
                <property name="expand">False</property>
399
              </packing>
400
            </child>
401
            <child>
402
              <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
403
                <property name="visible">True</property>
404
              </widget>
405
              <packing>
406
                <property name="expand">False</property>
407
                <property name="homogeneous">False</property>
408
              </packing>
409
            </child>
410
            <child>
411
              <widget class="GtkToolButton" id="toolbutton_commit">
412
                <property name="visible">True</property>
413
                <property name="label">Commit</property>
414
                <property name="use_underline">True</property>
415
                <property name="icon">commit.png</property>
416
                <signal name="clicked" handler="on_toolbutton_commit_clicked"/>
417
              </widget>
418
              <packing>
419
                <property name="expand">False</property>
420
              </packing>
421
            </child>
422
            <child>
423
              <widget class="GtkSeparatorToolItem" id="separatortoolitem2">
424
                <property name="visible">True</property>
425
              </widget>
426
              <packing>
427
                <property name="expand">False</property>
428
                <property name="homogeneous">False</property>
429
              </packing>
430
            </child>
431
            <child>
432
              <widget class="GtkToolButton" id="toolbutton_pull">
433
                <property name="visible">True</property>
434
                <property name="label">Pull</property>
435
                <property name="use_underline">True</property>
436
                <property name="icon">pull.png</property>
437
                <signal name="clicked" handler="on_toolbutton_pull_clicked"/>
438
              </widget>
439
              <packing>
440
                <property name="expand">False</property>
441
              </packing>
442
            </child>
443
            <child>
444
              <widget class="GtkToolButton" id="toolbutton_push">
445
                <property name="visible">True</property>
446
                <property name="label">Push</property>
447
                <property name="use_underline">True</property>
448
                <property name="icon">push.png</property>
449
                <signal name="clicked" handler="on_toolbutton_push_clicked"/>
450
              </widget>
451
              <packing>
452
                <property name="expand">False</property>
453
              </packing>
454
            </child>
455
          </widget>
456
          <packing>
457
            <property name="expand">False</property>
458
            <property name="fill">False</property>
459
            <property name="position">1</property>
460
          </packing>
461
        </child>
462
        <child>
463
          <widget class="GtkHPaned" id="hpaned_main">
464
            <property name="visible">True</property>
465
            <property name="can_focus">True</property>
466
            <property name="position">200</property>
467
            <child>
468
              <widget class="GtkScrolledWindow" id="scrolledwindow_left">
469
                <property name="visible">True</property>
470
                <property name="can_focus">True</property>
471
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
472
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
473
                <child>
474
                  <widget class="GtkTreeView" id="treeview_left">
475
                    <property name="visible">True</property>
476
                    <property name="can_focus">True</property>
477
                    <property name="headers_visible">False</property>
478
                    <signal name="button_press_event" handler="on_treeview_left_button_press_event"/>
479
                    <signal name="row_activated" handler="on_treeview_left_row_activated"/>
480
                  </widget>
481
                </child>
482
              </widget>
483
              <packing>
484
                <property name="resize">False</property>
485
              </packing>
486
            </child>
487
            <child>
488
              <widget class="GtkVBox" id="vbox_main_right">
489
                <property name="visible">True</property>
490
                <child>
491
                  <widget class="GtkHBox" id="hbox_location">
492
                    <property name="visible">True</property>
493
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
494
                    <property name="border_width">3</property>
495
                    <property name="spacing">3</property>
496
                    <child>
497
                      <widget class="GtkButton" id="button_location_up">
498
                        <property name="visible">True</property>
499
                        <property name="can_focus">True</property>
500
                        <property name="receives_default">True</property>
501
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
502
                        <property name="relief">GTK_RELIEF_NONE</property>
503
                        <signal name="clicked" handler="on_button_location_up_clicked"/>
504
                        <child>
505
                          <widget class="GtkImage" id="image_location_up">
506
                            <property name="visible">True</property>
507
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
508
                            <property name="stock">gtk-go-up</property>
509
                          </widget>
510
                        </child>
511
                      </widget>
512
                      <packing>
513
                        <property name="expand">False</property>
514
                        <property name="fill">False</property>
515
                      </packing>
516
                    </child>
517
                    <child>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
518
                      <placeholder/>
519
                    </child>
520
                    <child>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
521
                      <widget class="GtkEntry" id="entry_location">
522
                        <property name="visible">True</property>
523
                        <property name="can_focus">True</property>
524
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
525
                        <signal name="key_press_event" handler="on_entry_location_key_press_event"/>
526
                      </widget>
527
                      <packing>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
528
                        <property name="position">2</property>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
529
                      </packing>
530
                    </child>
531
                    <child>
532
                      <widget class="GtkImage" id="image_location_error">
533
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
534
                        <property name="stock">gtk-dialog-error</property>
535
                      </widget>
536
                      <packing>
537
                        <property name="expand">False</property>
538
                        <property name="fill">False</property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
539
                        <property name="position">3</property>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
540
                      </packing>
541
                    </child>
542
                    <child>
543
                      <widget class="GtkButton" id="button_location_jump">
544
                        <property name="visible">True</property>
545
                        <property name="can_focus">True</property>
546
                        <property name="receives_default">True</property>
547
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
548
                        <property name="label" translatable="yes">gtk-jump-to</property>
549
                        <property name="relief">GTK_RELIEF_NONE</property>
550
                        <property name="use_stock">True</property>
551
                        <signal name="clicked" handler="on_button_location_jump_clicked"/>
552
                      </widget>
553
                      <packing>
554
                        <property name="expand">False</property>
555
                        <property name="fill">False</property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
556
                        <property name="position">4</property>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
557
                      </packing>
558
                    </child>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
559
                    <child>
560
                      <widget class="GtkVSeparator" id="vseparator">
561
                        <property name="visible">True</property>
562
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
563
                      </widget>
564
                      <packing>
565
                        <property name="expand">False</property>
566
                        <property name="fill">False</property>
567
                        <property name="position">5</property>
568
                      </packing>
569
                    </child>
570
                    <child>
571
                      <widget class="GtkCheckButton" id="checkbutton_history">
572
                        <property name="visible">True</property>
573
                        <property name="can_focus">True</property>
574
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
575
                        <property name="label" translatable="yes">H_istory Mode</property>
576
                        <property name="use_underline">True</property>
577
                        <property name="draw_indicator">True</property>
195.1.24 by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing.
578
                        <signal name="toggled" handler="on_checkbutton_history_toggled"/>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
579
                      </widget>
580
                      <packing>
581
                        <property name="expand">False</property>
582
                        <property name="fill">False</property>
583
                        <property name="position">6</property>
584
                      </packing>
585
                    </child>
586
                    <child>
587
                      <widget class="GtkEntry" id="entry_history_revno">
588
                        <property name="width_request">75</property>
589
                        <property name="visible">True</property>
590
                        <property name="sensitive">False</property>
591
                        <property name="can_focus">True</property>
592
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
195.1.24 by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing.
593
                        <signal name="key_press_event" handler="on_entry_history_revno_key_press_event"/>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
594
                      </widget>
595
                      <packing>
596
                        <property name="expand">False</property>
597
                        <property name="fill">False</property>
598
                        <property name="position">7</property>
599
                      </packing>
600
                    </child>
601
                    <child>
602
                      <widget class="GtkButton" id="button_history_browse">
603
                        <property name="visible">True</property>
604
                        <property name="sensitive">False</property>
605
                        <property name="can_focus">True</property>
606
                        <property name="receives_default">True</property>
607
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
608
                        <signal name="clicked" handler="on_button_history_browse_clicked"/>
609
                        <child>
610
                          <widget class="GtkImage" id="image_history_browse">
611
                            <property name="visible">True</property>
612
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
613
                            <property name="stock">gtk-open</property>
614
                          </widget>
615
                        </child>
616
                      </widget>
617
                      <packing>
618
                        <property name="expand">False</property>
619
                        <property name="fill">False</property>
620
                        <property name="position">8</property>
621
                      </packing>
622
                    </child>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
623
                  </widget>
624
                  <packing>
625
                    <property name="expand">False</property>
626
                    <property name="fill">False</property>
627
                  </packing>
628
                </child>
629
                <child>
630
                  <widget class="GtkScrolledWindow" id="scrolledwindow_right">
631
                    <property name="visible">True</property>
632
                    <property name="can_focus">True</property>
633
                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
634
                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
635
                    <child>
636
                      <widget class="GtkTreeView" id="treeview_right">
637
                        <property name="visible">True</property>
638
                        <property name="can_focus">True</property>
639
                        <property name="headers_visible">False</property>
640
                        <signal name="button_press_event" handler="on_treeview_right_button_press_event"/>
641
                        <signal name="row_activated" handler="on_treeview_right_row_activated"/>
642
                      </widget>
643
                    </child>
644
                  </widget>
645
                  <packing>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
646
                    <property name="position">1</property>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
647
                  </packing>
648
                </child>
649
              </widget>
650
            </child>
651
          </widget>
652
          <packing>
653
            <property name="position">2</property>
654
          </packing>
655
        </child>
656
        <child>
657
          <widget class="GtkStatusbar" id="statusbar">
658
            <property name="visible">True</property>
659
          </widget>
660
          <packing>
661
            <property name="expand">False</property>
662
            <property name="fill">False</property>
663
            <property name="position">3</property>
664
          </packing>
665
        </child>
666
      </widget>
667
    </child>
668
  </widget>
669
  <widget class="GtkAboutDialog" id="aboutdialog">
670
    <property name="visible">True</property>
671
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
672
    <property name="name">Olive</property>
673
    <property name="copyright" translatable="yes">Copyright (C) 2006 Szilveszter Farkas (Phanatic)</property>
674
    <property name="website">https://launchpad.net/products/olive</property>
675
    <property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
676
    <property name="authors">Szilveszter Farkas (Phanatic) &lt;szilveszter.farkas@gmail.com&gt;</property>
677
    <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
678
    <property name="logo">oliveicon2.png</property>
679
    <child internal-child="vbox">
680
      <widget class="GtkVBox" id="dialog-vbox1">
681
        <child internal-child="action_area">
682
          <widget class="GtkHButtonBox" id="dialog-action_area1">
683
          </widget>
684
          <packing>
685
            <property name="expand">False</property>
686
            <property name="pack_type">GTK_PACK_END</property>
687
          </packing>
688
        </child>
689
      </widget>
690
    </child>
691
  </widget>
692
  <widget class="GtkDialog" id="window_add">
693
    <property name="visible">True</property>
694
    <property name="title" translatable="yes">Olive - Add file(s)</property>
695
    <property name="resizable">False</property>
696
    <property name="icon">oliveicon2.png</property>
697
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
698
    <child internal-child="vbox">
699
      <widget class="GtkVBox" id="vbox_add">
700
        <property name="visible">True</property>
701
        <property name="spacing">3</property>
702
        <child>
703
          <widget class="GtkLabel" id="label_add_question">
704
            <property name="visible">True</property>
705
            <property name="label" translatable="yes">Which file(s) do you want to add?</property>
706
          </widget>
707
          <packing>
708
            <property name="expand">False</property>
709
            <property name="fill">False</property>
710
            <property name="position">2</property>
711
          </packing>
712
        </child>
713
        <child>
714
          <widget class="GtkRadioButton" id="radiobutton_add_selected">
715
            <property name="visible">True</property>
716
            <property name="can_focus">True</property>
717
            <property name="label" translatable="yes">Selected only</property>
718
            <property name="use_underline">True</property>
719
            <property name="draw_indicator">True</property>
720
          </widget>
721
          <packing>
722
            <property name="expand">False</property>
723
            <property name="fill">False</property>
724
            <property name="position">3</property>
725
          </packing>
726
        </child>
727
        <child>
728
          <widget class="GtkRadioButton" id="radiobutton_add_unknown">
729
            <property name="visible">True</property>
730
            <property name="can_focus">True</property>
731
            <property name="label" translatable="yes">All unknowns recursively</property>
732
            <property name="use_underline">True</property>
733
            <property name="draw_indicator">True</property>
734
            <property name="group">radiobutton_add_selected</property>
735
          </widget>
736
          <packing>
737
            <property name="expand">False</property>
738
            <property name="fill">False</property>
739
            <property name="position">4</property>
740
          </packing>
741
        </child>
742
        <child internal-child="action_area">
743
          <widget class="GtkHButtonBox" id="hbuttonbox_add">
744
            <property name="visible">True</property>
745
            <property name="layout_style">GTK_BUTTONBOX_END</property>
746
            <child>
747
              <widget class="GtkButton" id="button_add_cancel">
748
                <property name="visible">True</property>
749
                <property name="can_focus">True</property>
750
                <property name="can_default">True</property>
751
                <property name="label">gtk-cancel</property>
752
                <property name="use_stock">True</property>
753
                <signal name="clicked" handler="on_button_add_cancel_clicked"/>
754
              </widget>
755
            </child>
756
            <child>
757
              <widget class="GtkButton" id="button_add_add">
758
                <property name="visible">True</property>
759
                <property name="can_focus">True</property>
760
                <property name="can_default">True</property>
761
                <property name="has_default">True</property>
762
                <signal name="clicked" handler="on_button_add_add_clicked"/>
763
                <child>
764
                  <widget class="GtkAlignment" id="alignment3">
765
                    <property name="visible">True</property>
766
                    <property name="xscale">0</property>
767
                    <property name="yscale">0</property>
768
                    <child>
769
                      <widget class="GtkHBox" id="hbox5">
770
                        <property name="visible">True</property>
771
                        <property name="spacing">2</property>
772
                        <child>
773
                          <widget class="GtkImage" id="image13">
774
                            <property name="visible">True</property>
775
                            <property name="stock">gtk-add</property>
776
                          </widget>
777
                          <packing>
778
                            <property name="expand">False</property>
779
                            <property name="fill">False</property>
780
                          </packing>
781
                        </child>
782
                        <child>
783
                          <widget class="GtkLabel" id="label8">
784
                            <property name="visible">True</property>
785
                            <property name="label" translatable="yes">_Add</property>
786
                            <property name="use_underline">True</property>
787
                          </widget>
788
                          <packing>
789
                            <property name="expand">False</property>
790
                            <property name="fill">False</property>
791
                            <property name="position">1</property>
792
                          </packing>
793
                        </child>
794
                      </widget>
795
                    </child>
796
                  </widget>
797
                </child>
798
              </widget>
799
              <packing>
800
                <property name="position">1</property>
801
              </packing>
802
            </child>
803
          </widget>
804
          <packing>
805
            <property name="expand">False</property>
806
            <property name="pack_type">GTK_PACK_END</property>
807
          </packing>
808
        </child>
809
      </widget>
810
    </child>
811
  </widget>
812
  <widget class="GtkDialog" id="window_remove">
813
    <property name="visible">True</property>
814
    <property name="title" translatable="yes">Olive - Remove file(s)</property>
815
    <property name="resizable">False</property>
816
    <property name="icon">oliveicon2.png</property>
817
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
818
    <child internal-child="vbox">
819
      <widget class="GtkVBox" id="vbox_remove">
820
        <property name="visible">True</property>
821
        <property name="spacing">3</property>
822
        <child>
823
          <widget class="GtkLabel" id="label_remove_question">
824
            <property name="visible">True</property>
825
            <property name="label" translatable="yes">Which file(s) do you want to remove?</property>
826
          </widget>
827
          <packing>
828
            <property name="expand">False</property>
829
            <property name="fill">False</property>
830
            <property name="position">2</property>
831
          </packing>
832
        </child>
833
        <child>
834
          <widget class="GtkRadioButton" id="radiobutton_remove_selected">
835
            <property name="visible">True</property>
836
            <property name="can_focus">True</property>
837
            <property name="label" translatable="yes">Selected only</property>
838
            <property name="use_underline">True</property>
839
            <property name="draw_indicator">True</property>
840
          </widget>
841
          <packing>
842
            <property name="expand">False</property>
843
            <property name="fill">False</property>
844
            <property name="position">3</property>
845
          </packing>
846
        </child>
847
        <child>
848
          <widget class="GtkRadioButton" id="radiobutton_remove_new">
849
            <property name="visible">True</property>
850
            <property name="can_focus">True</property>
851
            <property name="label" translatable="yes">All files with status 'added'</property>
852
            <property name="use_underline">True</property>
853
            <property name="draw_indicator">True</property>
854
            <property name="group">radiobutton_remove_selected</property>
855
          </widget>
856
          <packing>
857
            <property name="expand">False</property>
858
            <property name="fill">False</property>
859
            <property name="position">4</property>
860
          </packing>
861
        </child>
862
        <child internal-child="action_area">
863
          <widget class="GtkHButtonBox" id="hbuttonbox_remove">
864
            <property name="visible">True</property>
865
            <property name="layout_style">GTK_BUTTONBOX_END</property>
866
            <child>
867
              <widget class="GtkButton" id="button_remove_cancel">
868
                <property name="visible">True</property>
869
                <property name="can_focus">True</property>
870
                <property name="can_default">True</property>
871
                <property name="label">gtk-cancel</property>
872
                <property name="use_stock">True</property>
873
                <signal name="clicked" handler="on_button_remove_cancel_clicked"/>
874
              </widget>
875
            </child>
876
            <child>
877
              <widget class="GtkButton" id="button_remove_remove">
878
                <property name="visible">True</property>
879
                <property name="can_focus">True</property>
880
                <property name="can_default">True</property>
881
                <property name="has_default">True</property>
882
                <signal name="clicked" handler="on_button_remove_remove_clicked"/>
883
                <child>
884
                  <widget class="GtkAlignment" id="alignment4">
885
                    <property name="visible">True</property>
886
                    <property name="xscale">0</property>
887
                    <property name="yscale">0</property>
888
                    <child>
889
                      <widget class="GtkHBox" id="hbox6">
890
                        <property name="visible">True</property>
891
                        <property name="spacing">2</property>
892
                        <child>
893
                          <widget class="GtkImage" id="image39">
894
                            <property name="visible">True</property>
895
                            <property name="stock">gtk-remove</property>
896
                          </widget>
897
                          <packing>
898
                            <property name="expand">False</property>
899
                            <property name="fill">False</property>
900
                          </packing>
901
                        </child>
902
                        <child>
903
                          <widget class="GtkLabel" id="label10">
904
                            <property name="visible">True</property>
905
                            <property name="label" translatable="yes">_Remove</property>
906
                            <property name="use_underline">True</property>
907
                          </widget>
908
                          <packing>
909
                            <property name="expand">False</property>
910
                            <property name="fill">False</property>
911
                            <property name="position">1</property>
912
                          </packing>
913
                        </child>
914
                      </widget>
915
                    </child>
916
                  </widget>
917
                </child>
918
              </widget>
919
              <packing>
920
                <property name="position">1</property>
921
              </packing>
922
            </child>
923
          </widget>
924
          <packing>
925
            <property name="expand">False</property>
926
            <property name="pack_type">GTK_PACK_END</property>
927
          </packing>
928
        </child>
929
      </widget>
930
    </child>
931
  </widget>
932
  <widget class="GtkDialog" id="window_mkdir">
933
    <property name="visible">True</property>
934
    <property name="title" translatable="yes">Olive - Make directory</property>
935
    <property name="icon">oliveicon2.png</property>
936
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
937
    <child internal-child="vbox">
938
      <widget class="GtkVBox" id="vbox_mkdir">
939
        <property name="visible">True</property>
940
        <property name="spacing">3</property>
941
        <child>
942
          <widget class="GtkEntry" id="entry_mkdir">
943
            <property name="visible">True</property>
944
            <property name="can_focus">True</property>
945
            <property name="has_focus">True</property>
946
          </widget>
947
          <packing>
948
            <property name="expand">False</property>
949
            <property name="fill">False</property>
950
            <property name="position">2</property>
951
          </packing>
952
        </child>
953
        <child>
954
          <widget class="GtkCheckButton" id="checkbutton_mkdir_versioned">
955
            <property name="visible">True</property>
956
            <property name="can_focus">True</property>
957
            <property name="label" translatable="yes">_Versioned directory</property>
958
            <property name="use_underline">True</property>
959
            <property name="active">True</property>
960
            <property name="draw_indicator">True</property>
961
          </widget>
962
          <packing>
963
            <property name="expand">False</property>
964
            <property name="fill">False</property>
965
            <property name="position">3</property>
966
          </packing>
967
        </child>
968
        <child internal-child="action_area">
969
          <widget class="GtkHButtonBox" id="hbuttonbox_mkdir">
970
            <property name="visible">True</property>
971
            <property name="layout_style">GTK_BUTTONBOX_END</property>
972
            <child>
973
              <widget class="GtkButton" id="button_mkdir_cancel">
974
                <property name="visible">True</property>
975
                <property name="can_focus">True</property>
976
                <property name="can_default">True</property>
977
                <property name="label">gtk-cancel</property>
978
                <property name="use_stock">True</property>
979
                <signal name="clicked" handler="on_button_mkdir_cancel_clicked"/>
980
              </widget>
981
            </child>
982
            <child>
983
              <widget class="GtkButton" id="button_mkdir_mkdir">
984
                <property name="visible">True</property>
985
                <property name="can_focus">True</property>
986
                <property name="can_default">True</property>
987
                <property name="has_default">True</property>
988
                <signal name="clicked" handler="on_button_mkdir_mkdir_clicked"/>
989
                <child>
990
                  <widget class="GtkAlignment" id="alignment8">
991
                    <property name="visible">True</property>
992
                    <property name="xscale">0</property>
993
                    <property name="yscale">0</property>
994
                    <child>
995
                      <widget class="GtkHBox" id="hbox10">
996
                        <property name="visible">True</property>
997
                        <property name="spacing">2</property>
998
                        <child>
999
                          <widget class="GtkImage" id="image143">
1000
                            <property name="visible">True</property>
1001
                            <property name="stock">gtk-add</property>
1002
                          </widget>
1003
                          <packing>
1004
                            <property name="expand">False</property>
1005
                            <property name="fill">False</property>
1006
                          </packing>
1007
                        </child>
1008
                        <child>
1009
                          <widget class="GtkLabel" id="label17">
1010
                            <property name="visible">True</property>
1011
                            <property name="label" translatable="yes">_Make directory</property>
1012
                            <property name="use_underline">True</property>
1013
                          </widget>
1014
                          <packing>
1015
                            <property name="expand">False</property>
1016
                            <property name="fill">False</property>
1017
                            <property name="position">1</property>
1018
                          </packing>
1019
                        </child>
1020
                      </widget>
1021
                    </child>
1022
                  </widget>
1023
                </child>
1024
              </widget>
1025
              <packing>
1026
                <property name="position">1</property>
1027
              </packing>
1028
            </child>
1029
          </widget>
1030
          <packing>
1031
            <property name="expand">False</property>
1032
            <property name="fill">False</property>
1033
            <property name="pack_type">GTK_PACK_END</property>
1034
          </packing>
1035
        </child>
1036
      </widget>
1037
    </child>
1038
  </widget>
1039
  <widget class="GtkDialog" id="window_move">
1040
    <property name="width_request">250</property>
1041
    <property name="title" translatable="yes">Olive - Move</property>
1042
    <property name="icon">oliveicon2.png</property>
1043
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1044
    <child internal-child="vbox">
1045
      <widget class="GtkVBox" id="vbox_move">
1046
        <property name="visible">True</property>
1047
        <property name="spacing">3</property>
1048
        <child>
1049
          <widget class="GtkHBox" id="hbox_move">
1050
            <property name="visible">True</property>
1051
            <property name="spacing">5</property>
1052
            <child>
1053
              <widget class="GtkLabel" id="label_move">
1054
                <property name="visible">True</property>
1055
                <property name="label" translatable="yes">Move to</property>
1056
              </widget>
1057
              <packing>
1058
                <property name="expand">False</property>
1059
                <property name="fill">False</property>
1060
              </packing>
1061
            </child>
1062
            <child>
1063
              <widget class="GtkFileChooserButton" id="filechooserbutton_move">
1064
                <property name="visible">True</property>
1065
                <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
1066
                <property name="title" translatable="yes">Select a directory</property>
1067
              </widget>
1068
              <packing>
1069
                <property name="position">1</property>
1070
              </packing>
1071
            </child>
1072
          </widget>
1073
          <packing>
1074
            <property name="position">2</property>
1075
          </packing>
1076
        </child>
1077
        <child internal-child="action_area">
1078
          <widget class="GtkHButtonBox" id="hbuttonbox_move">
1079
            <property name="visible">True</property>
1080
            <property name="layout_style">GTK_BUTTONBOX_END</property>
1081
            <child>
1082
              <widget class="GtkButton" id="button_move_cancel">
1083
                <property name="visible">True</property>
1084
                <property name="can_focus">True</property>
1085
                <property name="can_default">True</property>
1086
                <property name="label">gtk-cancel</property>
1087
                <property name="use_stock">True</property>
1088
                <signal name="clicked" handler="on_button_move_cancel_clicked"/>
1089
              </widget>
1090
            </child>
1091
            <child>
1092
              <widget class="GtkButton" id="button_move_move">
1093
                <property name="visible">True</property>
1094
                <property name="can_focus">True</property>
1095
                <property name="can_default">True</property>
1096
                <property name="has_default">True</property>
1097
                <signal name="clicked" handler="on_button_move_move_clicked"/>
1098
                <child>
1099
                  <widget class="GtkAlignment" id="alignment9">
1100
                    <property name="visible">True</property>
1101
                    <property name="xscale">0</property>
1102
                    <property name="yscale">0</property>
1103
                    <child>
1104
                      <widget class="GtkHBox" id="hbox11">
1105
                        <property name="visible">True</property>
1106
                        <property name="spacing">2</property>
1107
                        <child>
1108
                          <widget class="GtkImage" id="image151">
1109
                            <property name="visible">True</property>
1110
                            <property name="stock">gtk-apply</property>
1111
                          </widget>
1112
                          <packing>
1113
                            <property name="expand">False</property>
1114
                            <property name="fill">False</property>
1115
                          </packing>
1116
                        </child>
1117
                        <child>
1118
                          <widget class="GtkLabel" id="label18">
1119
                            <property name="visible">True</property>
1120
                            <property name="label" translatable="yes">_Move</property>
1121
                            <property name="use_underline">True</property>
1122
                          </widget>
1123
                          <packing>
1124
                            <property name="expand">False</property>
1125
                            <property name="fill">False</property>
1126
                            <property name="position">1</property>
1127
                          </packing>
1128
                        </child>
1129
                      </widget>
1130
                    </child>
1131
                  </widget>
1132
                </child>
1133
              </widget>
1134
              <packing>
1135
                <property name="position">1</property>
1136
              </packing>
1137
            </child>
1138
          </widget>
1139
          <packing>
1140
            <property name="expand">False</property>
1141
            <property name="pack_type">GTK_PACK_END</property>
1142
          </packing>
1143
        </child>
1144
      </widget>
1145
    </child>
1146
  </widget>
1147
  <widget class="GtkDialog" id="window_rename">
1148
    <property name="title" translatable="yes">Olive - Rename</property>
1149
    <property name="icon">oliveicon2.png</property>
1150
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1151
    <child internal-child="vbox">
1152
      <widget class="GtkVBox" id="vbox_rename">
1153
        <property name="visible">True</property>
1154
        <property name="spacing">3</property>
1155
        <child>
1156
          <widget class="GtkHBox" id="hbox_rename">
1157
            <property name="visible">True</property>
1158
            <property name="spacing">5</property>
1159
            <child>
1160
              <widget class="GtkLabel" id="label_rename">
1161
                <property name="visible">True</property>
1162
                <property name="label" translatable="yes">Rename to</property>
1163
              </widget>
1164
              <packing>
1165
                <property name="expand">False</property>
1166
                <property name="fill">False</property>
1167
              </packing>
1168
            </child>
1169
            <child>
1170
              <widget class="GtkEntry" id="entry_rename">
1171
                <property name="visible">True</property>
1172
                <property name="can_focus">True</property>
1173
                <property name="has_focus">True</property>
1174
              </widget>
1175
              <packing>
1176
                <property name="position">1</property>
1177
              </packing>
1178
            </child>
1179
          </widget>
1180
          <packing>
1181
            <property name="position">2</property>
1182
          </packing>
1183
        </child>
1184
        <child internal-child="action_area">
1185
          <widget class="GtkHButtonBox" id="hbuttonbox_rename">
1186
            <property name="visible">True</property>
1187
            <property name="layout_style">GTK_BUTTONBOX_END</property>
1188
            <child>
1189
              <widget class="GtkButton" id="button_rename_cancel">
1190
                <property name="visible">True</property>
1191
                <property name="can_focus">True</property>
1192
                <property name="can_default">True</property>
1193
                <property name="label">gtk-cancel</property>
1194
                <property name="use_stock">True</property>
1195
                <signal name="clicked" handler="on_button_rename_cancel_clicked"/>
1196
              </widget>
1197
            </child>
1198
            <child>
1199
              <widget class="GtkButton" id="button_rename_rename">
1200
                <property name="visible">True</property>
1201
                <property name="can_focus">True</property>
1202
                <property name="can_default">True</property>
1203
                <property name="has_default">True</property>
1204
                <signal name="clicked" handler="on_button_rename_rename_clicked"/>
1205
                <child>
1206
                  <widget class="GtkAlignment" id="alignment10">
1207
                    <property name="visible">True</property>
1208
                    <property name="xscale">0</property>
1209
                    <property name="yscale">0</property>
1210
                    <child>
1211
                      <widget class="GtkHBox" id="hbox13">
1212
                        <property name="visible">True</property>
1213
                        <property name="spacing">2</property>
1214
                        <child>
1215
                          <widget class="GtkImage" id="image159">
1216
                            <property name="visible">True</property>
1217
                            <property name="stock">gtk-apply</property>
1218
                          </widget>
1219
                          <packing>
1220
                            <property name="expand">False</property>
1221
                            <property name="fill">False</property>
1222
                          </packing>
1223
                        </child>
1224
                        <child>
1225
                          <widget class="GtkLabel" id="label20">
1226
                            <property name="visible">True</property>
1227
                            <property name="label" translatable="yes">_Rename</property>
1228
                            <property name="use_underline">True</property>
1229
                          </widget>
1230
                          <packing>
1231
                            <property name="expand">False</property>
1232
                            <property name="fill">False</property>
1233
                            <property name="position">1</property>
1234
                          </packing>
1235
                        </child>
1236
                      </widget>
1237
                    </child>
1238
                  </widget>
1239
                </child>
1240
              </widget>
1241
              <packing>
1242
                <property name="position">1</property>
1243
              </packing>
1244
            </child>
1245
          </widget>
1246
          <packing>
1247
            <property name="expand">False</property>
1248
            <property name="pack_type">GTK_PACK_END</property>
1249
          </packing>
1250
        </child>
1251
      </widget>
1252
    </child>
1253
  </widget>
1254
  <widget class="GtkDialog" id="window_info">
1255
    <property name="title" translatable="yes">Olive - Information</property>
1256
    <property name="icon">oliveicon2.png</property>
1257
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1258
    <child internal-child="vbox">
1259
      <widget class="GtkVBox" id="vbox_info">
1260
        <property name="visible">True</property>
1261
        <property name="spacing">3</property>
1262
        <child>
1263
          <widget class="GtkExpander" id="expander_info_location">
1264
            <property name="can_focus">True</property>
1265
            <signal name="activate" handler="on_expander_info_location_activate"/>
1266
            <child>
1267
              <widget class="GtkAlignment" id="alignment11">
1268
                <property name="visible">True</property>
1269
                <property name="left_padding">24</property>
1270
                <child>
1271
                  <widget class="GtkTable" id="table_info_location">
1272
                    <property name="visible">True</property>
1273
                    <property name="n_rows">7</property>
1274
                    <property name="n_columns">2</property>
1275
                    <property name="column_spacing">12</property>
1276
                    <child>
195.1.24 by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing.
1277
                      <widget class="GtkLabel" id="label_info_location_repobranch">
1278
                        <property name="xalign">0</property>
1279
                        <property name="label" translatable="yes">(none)</property>
1280
                      </widget>
1281
                      <packing>
1282
                        <property name="left_attach">1</property>
1283
                        <property name="right_attach">2</property>
1284
                        <property name="top_attach">2</property>
1285
                        <property name="bottom_attach">3</property>
1286
                        <property name="y_options"></property>
1287
                      </packing>
1288
                    </child>
1289
                    <child>
1290
                      <widget class="GtkLabel" id="label_info_location_cobranch">
1291
                        <property name="xalign">0</property>
1292
                        <property name="label" translatable="yes">(none)</property>
1293
                      </widget>
1294
                      <packing>
1295
                        <property name="left_attach">1</property>
1296
                        <property name="right_attach">2</property>
1297
                        <property name="top_attach">3</property>
1298
                        <property name="bottom_attach">4</property>
1299
                        <property name="y_options"></property>
1300
                      </packing>
1301
                    </child>
1302
                    <child>
1303
                      <widget class="GtkLabel" id="label_info_location_repoco">
1304
                        <property name="xalign">0</property>
1305
                        <property name="label" translatable="yes">(none)</property>
1306
                      </widget>
1307
                      <packing>
1308
                        <property name="left_attach">1</property>
1309
                        <property name="right_attach">2</property>
1310
                        <property name="top_attach">4</property>
1311
                        <property name="bottom_attach">5</property>
1312
                        <property name="y_options"></property>
1313
                      </packing>
1314
                    </child>
1315
                    <child>
1316
                      <widget class="GtkLabel" id="label_info_location_coroot">
1317
                        <property name="xalign">0</property>
1318
                        <property name="label" translatable="yes">(none)</property>
1319
                      </widget>
1320
                      <packing>
1321
                        <property name="left_attach">1</property>
1322
                        <property name="right_attach">2</property>
1323
                        <property name="top_attach">5</property>
1324
                        <property name="bottom_attach">6</property>
1325
                        <property name="y_options"></property>
1326
                      </packing>
1327
                    </child>
1328
                    <child>
1329
                      <widget class="GtkLabel" id="label_info_location_branchroot">
1330
                        <property name="xalign">0</property>
1331
                        <property name="label" translatable="yes">(none)</property>
1332
                      </widget>
1333
                      <packing>
1334
                        <property name="left_attach">1</property>
1335
                        <property name="right_attach">2</property>
1336
                        <property name="top_attach">6</property>
1337
                        <property name="bottom_attach">7</property>
1338
                        <property name="y_options"></property>
1339
                      </packing>
1340
                    </child>
1341
                    <child>
1342
                      <widget class="GtkLabel" id="label_info_location_sharedrepo">
1343
                        <property name="xalign">0</property>
1344
                        <property name="label" translatable="yes">(none)</property>
1345
                      </widget>
1346
                      <packing>
1347
                        <property name="left_attach">1</property>
1348
                        <property name="right_attach">2</property>
1349
                        <property name="top_attach">1</property>
1350
                        <property name="bottom_attach">2</property>
1351
                        <property name="y_options"></property>
1352
                      </packing>
1353
                    </child>
1354
                    <child>
1355
                      <widget class="GtkLabel" id="label_info_location_lightcoroot">
1356
                        <property name="xalign">0</property>
1357
                        <property name="label" translatable="yes">(none)</property>
1358
                      </widget>
1359
                      <packing>
1360
                        <property name="left_attach">1</property>
1361
                        <property name="right_attach">2</property>
1362
                        <property name="y_options"></property>
1363
                      </packing>
1364
                    </child>
1365
                    <child>
1366
                      <widget class="GtkLabel" id="label_info_location_coroot_label">
1367
                        <property name="xalign">0</property>
1368
                        <property name="label" translatable="yes">Checkout root: </property>
1369
                      </widget>
1370
                      <packing>
1371
                        <property name="top_attach">5</property>
1372
                        <property name="bottom_attach">6</property>
1373
                        <property name="x_options">GTK_FILL</property>
1374
                        <property name="y_options"></property>
1375
                      </packing>
1376
                    </child>
1377
                    <child>
1378
                      <widget class="GtkLabel" id="label_info_location_branchroot_label">
1379
                        <property name="xalign">0</property>
1380
                        <property name="label" translatable="yes">Branch root: </property>
1381
                      </widget>
1382
                      <packing>
1383
                        <property name="top_attach">6</property>
1384
                        <property name="bottom_attach">7</property>
1385
                        <property name="x_options">GTK_FILL</property>
1386
                        <property name="y_options"></property>
1387
                      </packing>
1388
                    </child>
1389
                    <child>
1390
                      <widget class="GtkLabel" id="label_info_location_repoco_label">
1391
                        <property name="xalign">0</property>
1392
                        <property name="label" translatable="yes">Repository checkout: </property>
1393
                      </widget>
1394
                      <packing>
1395
                        <property name="top_attach">4</property>
1396
                        <property name="bottom_attach">5</property>
1397
                        <property name="x_options">GTK_FILL</property>
1398
                        <property name="y_options"></property>
1399
                      </packing>
1400
                    </child>
1401
                    <child>
1402
                      <widget class="GtkLabel" id="label_info_location_cobranch_label">
1403
                        <property name="xalign">0</property>
1404
                        <property name="label" translatable="yes">Checkout of branch: </property>
1405
                      </widget>
1406
                      <packing>
1407
                        <property name="top_attach">3</property>
1408
                        <property name="bottom_attach">4</property>
1409
                        <property name="x_options">GTK_FILL</property>
1410
                        <property name="y_options"></property>
1411
                      </packing>
1412
                    </child>
1413
                    <child>
1414
                      <widget class="GtkLabel" id="label_info_location_repobranch_label">
1415
                        <property name="xalign">0</property>
1416
                        <property name="label" translatable="yes">Repository branch: </property>
1417
                      </widget>
1418
                      <packing>
1419
                        <property name="top_attach">2</property>
1420
                        <property name="bottom_attach">3</property>
1421
                        <property name="x_options">GTK_FILL</property>
1422
                        <property name="y_options"></property>
1423
                      </packing>
1424
                    </child>
1425
                    <child>
1426
                      <widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1427
                        <property name="xalign">0</property>
1428
                        <property name="label" translatable="yes">Shared repository: </property>
1429
                      </widget>
1430
                      <packing>
1431
                        <property name="top_attach">1</property>
1432
                        <property name="bottom_attach">2</property>
1433
                        <property name="x_options">GTK_FILL</property>
1434
                        <property name="y_options"></property>
1435
                      </packing>
1436
                    </child>
1437
                    <child>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
1438
                      <widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1439
                        <property name="xalign">0</property>
1440
                        <property name="label" translatable="yes">Light checkout root: </property>
1441
                      </widget>
1442
                      <packing>
1443
                        <property name="x_options">GTK_FILL</property>
1444
                        <property name="y_options"></property>
1445
                      </packing>
1446
                    </child>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
1447
                  </widget>
1448
                </child>
1449
              </widget>
1450
            </child>
1451
            <child>
1452
              <widget class="GtkLabel" id="label_info_location">
1453
                <property name="visible">True</property>
1454
                <property name="label" translatable="yes">&lt;b&gt;Location:&lt;/b&gt;</property>
1455
                <property name="use_markup">True</property>
1456
              </widget>
1457
              <packing>
1458
                <property name="type">label_item</property>
1459
              </packing>
1460
            </child>
1461
          </widget>
1462
          <packing>
1463
            <property name="expand">False</property>
1464
            <property name="position">2</property>
1465
          </packing>
1466
        </child>
1467
        <child>
1468
          <widget class="GtkExpander" id="expander_info_related">
1469
            <property name="can_focus">True</property>
1470
            <signal name="activate" handler="on_expander_info_related_activate"/>
1471
            <child>
1472
              <widget class="GtkAlignment" id="alignment12">
1473
                <property name="visible">True</property>
1474
                <property name="left_padding">24</property>
1475
                <child>
1476
                  <widget class="GtkTable" id="table_info_related">
1477
                    <property name="visible">True</property>
1478
                    <property name="n_rows">2</property>
1479
                    <property name="n_columns">2</property>
1480
                    <property name="column_spacing">12</property>
1481
                    <child>
195.1.24 by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing.
1482
                      <widget class="GtkLabel" id="label_info_related_parentbranch">
1483
                        <property name="xalign">0</property>
1484
                        <property name="label" translatable="yes">(none)</property>
1485
                      </widget>
1486
                      <packing>
1487
                        <property name="left_attach">1</property>
1488
                        <property name="right_attach">2</property>
1489
                        <property name="y_options"></property>
1490
                      </packing>
1491
                    </child>
1492
                    <child>
1493
                      <widget class="GtkLabel" id="label_info_related_publishbranch">
1494
                        <property name="xalign">0</property>
1495
                        <property name="label" translatable="yes">(none)</property>
1496
                      </widget>
1497
                      <packing>
1498
                        <property name="left_attach">1</property>
1499
                        <property name="right_attach">2</property>
1500
                        <property name="top_attach">1</property>
1501
                        <property name="bottom_attach">2</property>
1502
                        <property name="y_options"></property>
1503
                      </packing>
1504
                    </child>
1505
                    <child>
1506
                      <widget class="GtkLabel" id="label_info_related_publishbranch_label">
1507
                        <property name="xalign">0</property>
1508
                        <property name="label" translatable="yes">Publish to branch: </property>
1509
                      </widget>
1510
                      <packing>
1511
                        <property name="top_attach">1</property>
1512
                        <property name="bottom_attach">2</property>
1513
                        <property name="x_options">GTK_FILL</property>
1514
                        <property name="y_options"></property>
1515
                      </packing>
1516
                    </child>
1517
                    <child>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
1518
                      <widget class="GtkLabel" id="label_info_related_parentbranch_label">
1519
                        <property name="xalign">0</property>
1520
                        <property name="label" translatable="yes">Parent branch: </property>
1521
                      </widget>
1522
                      <packing>
1523
                        <property name="x_options">GTK_FILL</property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
1524
                        <property name="y_options"></property>
1525
                      </packing>
1526
                    </child>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
1527
                  </widget>
1528
                </child>
1529
              </widget>
1530
            </child>
1531
            <child>
1532
              <widget class="GtkLabel" id="label_info_related">
1533
                <property name="visible">True</property>
1534
                <property name="label" translatable="yes">&lt;b&gt;Related branches:&lt;/b&gt;</property>
1535
                <property name="use_markup">True</property>
1536
              </widget>
1537
              <packing>
1538
                <property name="type">label_item</property>
1539
              </packing>
1540
            </child>
1541
          </widget>
1542
          <packing>
1543
            <property name="expand">False</property>
1544
            <property name="position">3</property>
1545
          </packing>
1546
        </child>
1547
        <child>
1548
          <widget class="GtkExpander" id="expander_info_format">
1549
            <property name="can_focus">True</property>
1550
            <signal name="activate" handler="on_expander_info_format_activate"/>
1551
            <child>
1552
              <widget class="GtkAlignment" id="alignment13">
1553
                <property name="visible">True</property>
1554
                <property name="left_padding">24</property>
1555
                <child>
1556
                  <widget class="GtkTable" id="table_info_format">
1557
                    <property name="visible">True</property>
1558
                    <property name="n_rows">4</property>
1559
                    <property name="n_columns">2</property>
1560
                    <property name="column_spacing">12</property>
1561
                    <child>
195.1.24 by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing.
1562
                      <widget class="GtkLabel" id="label_info_format_control">
1563
                        <property name="xalign">0</property>
1564
                        <property name="label" translatable="yes">(none)</property>
1565
                      </widget>
1566
                      <packing>
1567
                        <property name="left_attach">1</property>
1568
                        <property name="right_attach">2</property>
1569
                        <property name="y_options"></property>
1570
                      </packing>
1571
                    </child>
1572
                    <child>
1573
                      <widget class="GtkLabel" id="label_info_format_workingtree">
1574
                        <property name="xalign">0</property>
1575
                        <property name="label" translatable="yes">(none)</property>
1576
                      </widget>
1577
                      <packing>
1578
                        <property name="left_attach">1</property>
1579
                        <property name="right_attach">2</property>
1580
                        <property name="top_attach">1</property>
1581
                        <property name="bottom_attach">2</property>
1582
                        <property name="y_options"></property>
1583
                      </packing>
1584
                    </child>
1585
                    <child>
1586
                      <widget class="GtkLabel" id="label_info_format_branch">
1587
                        <property name="xalign">0</property>
1588
                        <property name="label" translatable="yes">(none)</property>
1589
                      </widget>
1590
                      <packing>
1591
                        <property name="left_attach">1</property>
1592
                        <property name="right_attach">2</property>
1593
                        <property name="top_attach">2</property>
1594
                        <property name="bottom_attach">3</property>
1595
                        <property name="y_options"></property>
1596
                      </packing>
1597
                    </child>
1598
                    <child>
1599
                      <widget class="GtkLabel" id="label_info_format_repository">
1600
                        <property name="xalign">0</property>
1601
                        <property name="label" translatable="yes">(none)</property>
1602
                      </widget>
1603
                      <packing>
1604
                        <property name="left_attach">1</property>
1605
                        <property name="right_attach">2</property>
1606
                        <property name="top_attach">3</property>
1607
                        <property name="bottom_attach">4</property>
1608
                        <property name="y_options"></property>
1609
                      </packing>
1610
                    </child>
1611
                    <child>
1612
                      <widget class="GtkLabel" id="label_info_format_repository_label">
1613
                        <property name="xalign">0</property>
1614
                        <property name="label" translatable="yes">Repository format: </property>
1615
                      </widget>
1616
                      <packing>
1617
                        <property name="top_attach">3</property>
1618
                        <property name="bottom_attach">4</property>
1619
                        <property name="x_options">GTK_FILL</property>
1620
                        <property name="y_options"></property>
1621
                      </packing>
1622
                    </child>
1623
                    <child>
1624
                      <widget class="GtkLabel" id="label_info_format_branch_label">
1625
                        <property name="xalign">0</property>
1626
                        <property name="label" translatable="yes">Branch format: </property>
1627
                      </widget>
1628
                      <packing>
1629
                        <property name="top_attach">2</property>
1630
                        <property name="bottom_attach">3</property>
1631
                        <property name="x_options">GTK_FILL</property>
1632
                        <property name="y_options"></property>
1633
                      </packing>
1634
                    </child>
1635
                    <child>
1636
                      <widget class="GtkLabel" id="label_info_format_workingtree_label">
1637
                        <property name="xalign">0</property>
1638
                        <property name="label" translatable="yes">Working tree format: </property>
1639
                      </widget>
1640
                      <packing>
1641
                        <property name="top_attach">1</property>
1642
                        <property name="bottom_attach">2</property>
1643
                        <property name="x_options">GTK_FILL</property>
1644
                        <property name="y_options"></property>
1645
                      </packing>
1646
                    </child>
1647
                    <child>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
1648
                      <widget class="GtkLabel" id="label_info_format_control_label">
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
1649
                        <property name="xalign">0</property>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
1650
                        <property name="label" translatable="yes">Control format: </property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
1651
                      </widget>
1652
                      <packing>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
1653
                        <property name="x_options">GTK_FILL</property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
1654
                        <property name="y_options"></property>
1655
                      </packing>
1656
                    </child>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
1657
                  </widget>
1658
                </child>
1659
              </widget>
1660
            </child>
1661
            <child>
1662
              <widget class="GtkLabel" id="label_info_format">
1663
                <property name="visible">True</property>
1664
                <property name="label" translatable="yes">&lt;b&gt;Format:&lt;/b&gt;</property>
1665
                <property name="use_markup">True</property>
1666
              </widget>
1667
              <packing>
1668
                <property name="type">label_item</property>
1669
              </packing>
1670
            </child>
1671
          </widget>
1672
          <packing>
1673
            <property name="expand">False</property>
1674
            <property name="position">4</property>
1675
          </packing>
1676
        </child>
1677
        <child>
1678
          <widget class="GtkExpander" id="expander_info_locking">
1679
            <property name="can_focus">True</property>
1680
            <signal name="activate" handler="on_expander_info_locking_activate"/>
1681
            <child>
1682
              <widget class="GtkAlignment" id="alignment14">
1683
                <property name="visible">True</property>
1684
                <property name="left_padding">24</property>
1685
                <child>
1686
                  <widget class="GtkTable" id="table_info_locking">
1687
                    <property name="visible">True</property>
1688
                    <property name="n_rows">3</property>
1689
                    <property name="n_columns">2</property>
1690
                    <property name="column_spacing">12</property>
1691
                    <child>
195.1.24 by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing.
1692
                      <widget class="GtkLabel" id="label_info_locking_workingtree">
1693
                        <property name="xalign">0</property>
1694
                        <property name="label" translatable="yes">(none)</property>
1695
                      </widget>
1696
                      <packing>
1697
                        <property name="left_attach">1</property>
1698
                        <property name="right_attach">2</property>
1699
                        <property name="y_options"></property>
1700
                      </packing>
1701
                    </child>
1702
                    <child>
1703
                      <widget class="GtkLabel" id="label_info_locking_branch">
1704
                        <property name="xalign">0</property>
1705
                        <property name="label" translatable="yes">(none)</property>
1706
                      </widget>
1707
                      <packing>
1708
                        <property name="left_attach">1</property>
1709
                        <property name="right_attach">2</property>
1710
                        <property name="top_attach">1</property>
1711
                        <property name="bottom_attach">2</property>
1712
                        <property name="y_options"></property>
1713
                      </packing>
1714
                    </child>
1715
                    <child>
1716
                      <widget class="GtkLabel" id="label_info_locking_repository">
1717
                        <property name="xalign">0</property>
1718
                        <property name="label" translatable="yes">(none)</property>
1719
                      </widget>
1720
                      <packing>
1721
                        <property name="left_attach">1</property>
1722
                        <property name="right_attach">2</property>
1723
                        <property name="top_attach">2</property>
1724
                        <property name="bottom_attach">3</property>
1725
                        <property name="y_options"></property>
1726
                      </packing>
1727
                    </child>
1728
                    <child>
1729
                      <widget class="GtkLabel" id="label_info_locking_repository_label">
1730
                        <property name="xalign">0</property>
1731
                        <property name="label" translatable="yes">Repository lock status: </property>
1732
                      </widget>
1733
                      <packing>
1734
                        <property name="top_attach">2</property>
1735
                        <property name="bottom_attach">3</property>
1736
                        <property name="x_options">GTK_FILL</property>
1737
                        <property name="y_options"></property>
1738
                      </packing>
1739
                    </child>
1740
                    <child>
1741
                      <widget class="GtkLabel" id="label_info_locking_branch_label">
1742
                        <property name="xalign">0</property>
1743
                        <property name="label" translatable="yes">Branch lock status: </property>
1744
                      </widget>
1745
                      <packing>
1746
                        <property name="top_attach">1</property>
1747
                        <property name="bottom_attach">2</property>
1748
                        <property name="x_options">GTK_FILL</property>
1749
                        <property name="y_options"></property>
1750
                      </packing>
1751
                    </child>
1752
                    <child>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
1753
                      <widget class="GtkLabel" id="label_info_locking_workingtree_label">
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
1754
                        <property name="xalign">0</property>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
1755
                        <property name="label" translatable="yes">Working tree lock status: </property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
1756
                      </widget>
1757
                      <packing>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
1758
                        <property name="x_options">GTK_FILL</property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
1759
                        <property name="y_options"></property>
1760
                      </packing>
1761
                    </child>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
1762
                  </widget>
1763
                </child>
1764
              </widget>
1765
            </child>
1766
            <child>
1767
              <widget class="GtkLabel" id="label_info_locking">
1768
                <property name="visible">True</property>
1769
                <property name="label" translatable="yes">&lt;b&gt;Lock status:&lt;/b&gt;</property>
1770
                <property name="use_markup">True</property>
1771
              </widget>
1772
              <packing>
1773
                <property name="type">label_item</property>
1774
              </packing>
1775
            </child>
1776
          </widget>
1777
          <packing>
1778
            <property name="expand">False</property>
1779
            <property name="position">5</property>
1780
          </packing>
1781
        </child>
1782
        <child>
1783
          <widget class="GtkExpander" id="expander_info_missing">
1784
            <property name="can_focus">True</property>
1785
            <signal name="activate" handler="on_expander_info_missing_activate"/>
1786
            <child>
1787
              <widget class="GtkAlignment" id="alignment15">
1788
                <property name="visible">True</property>
1789
                <property name="left_padding">24</property>
1790
                <child>
1791
                  <widget class="GtkTable" id="table_info_missing">
1792
                    <property name="visible">True</property>
1793
                    <property name="n_rows">2</property>
1794
                    <property name="n_columns">2</property>
1795
                    <property name="column_spacing">12</property>
1796
                    <child>
195.1.24 by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing.
1797
                      <widget class="GtkLabel" id="label_info_missing_workingtree">
1798
                        <property name="xalign">0</property>
1799
                        <property name="label" translatable="yes">(none)</property>
1800
                      </widget>
1801
                      <packing>
1802
                        <property name="left_attach">1</property>
1803
                        <property name="right_attach">2</property>
1804
                        <property name="y_options"></property>
1805
                      </packing>
1806
                    </child>
1807
                    <child>
1808
                      <widget class="GtkLabel" id="label_info_missing_branch">
1809
                        <property name="xalign">0</property>
1810
                        <property name="label" translatable="yes">(none)</property>
1811
                      </widget>
1812
                      <packing>
1813
                        <property name="left_attach">1</property>
1814
                        <property name="right_attach">2</property>
1815
                        <property name="top_attach">1</property>
1816
                        <property name="bottom_attach">2</property>
1817
                        <property name="y_options"></property>
1818
                      </packing>
1819
                    </child>
1820
                    <child>
1821
                      <widget class="GtkLabel" id="label_info_missing_branch_label">
1822
                        <property name="xalign">0</property>
1823
                        <property name="label" translatable="yes">Missing revisions in branch: </property>
1824
                      </widget>
1825
                      <packing>
1826
                        <property name="top_attach">1</property>
1827
                        <property name="bottom_attach">2</property>
1828
                        <property name="x_options">GTK_FILL</property>
1829
                        <property name="y_options"></property>
1830
                      </packing>
1831
                    </child>
1832
                    <child>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
1833
                      <widget class="GtkLabel" id="label_info_missing_workingtree_label">
1834
                        <property name="xalign">0</property>
1835
                        <property name="label" translatable="yes">Missing revisions in working tree: </property>
1836
                      </widget>
1837
                      <packing>
1838
                        <property name="x_options">GTK_FILL</property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
1839
                        <property name="y_options"></property>
1840
                      </packing>
1841
                    </child>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
1842
                  </widget>
1843
                </child>
1844
              </widget>
1845
            </child>
1846
            <child>
1847
              <widget class="GtkLabel" id="label_info_missing">
1848
                <property name="visible">True</property>
1849
                <property name="label" translatable="yes">&lt;b&gt;Missing revisions:&lt;/b&gt;</property>
1850
                <property name="use_markup">True</property>
1851
              </widget>
1852
              <packing>
1853
                <property name="type">label_item</property>
1854
              </packing>
1855
            </child>
1856
          </widget>
1857
          <packing>
1858
            <property name="expand">False</property>
1859
            <property name="position">6</property>
1860
          </packing>
1861
        </child>
1862
        <child>
1863
          <widget class="GtkExpander" id="expander_info_wtstats">
1864
            <property name="can_focus">True</property>
1865
            <signal name="activate" handler="on_expander_info_wtstats_activate"/>
1866
            <child>
1867
              <widget class="GtkAlignment" id="alignment16">
1868
                <property name="visible">True</property>
1869
                <property name="left_padding">24</property>
1870
                <child>
1871
                  <widget class="GtkTable" id="table_info_wtstats">
1872
                    <property name="visible">True</property>
1873
                    <property name="n_rows">8</property>
1874
                    <property name="n_columns">2</property>
1875
                    <property name="column_spacing">12</property>
1876
                    <child>
195.1.24 by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing.
1877
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged">
1878
                        <property name="xalign">0</property>
1879
                        <property name="label" translatable="yes">(none)</property>
1880
                      </widget>
1881
                      <packing>
1882
                        <property name="left_attach">1</property>
1883
                        <property name="right_attach">2</property>
1884
                        <property name="y_options"></property>
1885
                      </packing>
1886
                    </child>
1887
                    <child>
1888
                      <widget class="GtkLabel" id="label_info_wtstats_modified">
1889
                        <property name="xalign">0</property>
1890
                        <property name="label" translatable="yes">(none)</property>
1891
                      </widget>
1892
                      <packing>
1893
                        <property name="left_attach">1</property>
1894
                        <property name="right_attach">2</property>
1895
                        <property name="top_attach">1</property>
1896
                        <property name="bottom_attach">2</property>
1897
                        <property name="y_options"></property>
1898
                      </packing>
1899
                    </child>
1900
                    <child>
1901
                      <widget class="GtkLabel" id="label_info_wtstats_added">
1902
                        <property name="xalign">0</property>
1903
                        <property name="label" translatable="yes">(none)</property>
1904
                      </widget>
1905
                      <packing>
1906
                        <property name="left_attach">1</property>
1907
                        <property name="right_attach">2</property>
1908
                        <property name="top_attach">2</property>
1909
                        <property name="bottom_attach">3</property>
1910
                        <property name="y_options"></property>
1911
                      </packing>
1912
                    </child>
1913
                    <child>
1914
                      <widget class="GtkLabel" id="label_info_wtstats_removed">
1915
                        <property name="xalign">0</property>
1916
                        <property name="label" translatable="yes">(none)</property>
1917
                      </widget>
1918
                      <packing>
1919
                        <property name="left_attach">1</property>
1920
                        <property name="right_attach">2</property>
1921
                        <property name="top_attach">3</property>
1922
                        <property name="bottom_attach">4</property>
1923
                        <property name="y_options"></property>
1924
                      </packing>
1925
                    </child>
1926
                    <child>
1927
                      <widget class="GtkLabel" id="label_info_wtstats_renamed">
1928
                        <property name="xalign">0</property>
1929
                        <property name="label" translatable="yes">(none)</property>
1930
                      </widget>
1931
                      <packing>
1932
                        <property name="left_attach">1</property>
1933
                        <property name="right_attach">2</property>
1934
                        <property name="top_attach">4</property>
1935
                        <property name="bottom_attach">5</property>
1936
                        <property name="y_options"></property>
1937
                      </packing>
1938
                    </child>
1939
                    <child>
1940
                      <widget class="GtkLabel" id="label_info_wtstats_unknown">
1941
                        <property name="xalign">0</property>
1942
                        <property name="label" translatable="yes">(none)</property>
1943
                      </widget>
1944
                      <packing>
1945
                        <property name="left_attach">1</property>
1946
                        <property name="right_attach">2</property>
1947
                        <property name="top_attach">5</property>
1948
                        <property name="bottom_attach">6</property>
1949
                        <property name="y_options"></property>
1950
                      </packing>
1951
                    </child>
1952
                    <child>
1953
                      <widget class="GtkLabel" id="label_info_wtstats_ignored">
1954
                        <property name="xalign">0</property>
1955
                        <property name="label" translatable="yes">(none)</property>
1956
                      </widget>
1957
                      <packing>
1958
                        <property name="left_attach">1</property>
1959
                        <property name="right_attach">2</property>
1960
                        <property name="top_attach">6</property>
1961
                        <property name="bottom_attach">7</property>
1962
                        <property name="y_options"></property>
1963
                      </packing>
1964
                    </child>
1965
                    <child>
1966
                      <widget class="GtkLabel" id="label_info_wtstats_subdirs">
1967
                        <property name="xalign">0</property>
1968
                        <property name="label" translatable="yes">(none)</property>
1969
                      </widget>
1970
                      <packing>
1971
                        <property name="left_attach">1</property>
1972
                        <property name="right_attach">2</property>
1973
                        <property name="top_attach">7</property>
1974
                        <property name="bottom_attach">8</property>
1975
                        <property name="y_options"></property>
1976
                      </packing>
1977
                    </child>
1978
                    <child>
1979
                      <widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
1980
                        <property name="xalign">0</property>
1981
                        <property name="label" translatable="yes">Versioned subdirectories: </property>
1982
                      </widget>
1983
                      <packing>
1984
                        <property name="top_attach">7</property>
1985
                        <property name="bottom_attach">8</property>
1986
                        <property name="x_options">GTK_FILL</property>
1987
                        <property name="y_options"></property>
1988
                      </packing>
1989
                    </child>
1990
                    <child>
1991
                      <widget class="GtkLabel" id="label_info_wtstats_ignored_label">
1992
                        <property name="xalign">0</property>
1993
                        <property name="label" translatable="yes">Ignored files: </property>
1994
                      </widget>
1995
                      <packing>
1996
                        <property name="top_attach">6</property>
1997
                        <property name="bottom_attach">7</property>
1998
                        <property name="x_options">GTK_FILL</property>
1999
                        <property name="y_options"></property>
2000
                      </packing>
2001
                    </child>
2002
                    <child>
2003
                      <widget class="GtkLabel" id="label_info_wtstats_unknown_label">
2004
                        <property name="xalign">0</property>
2005
                        <property name="label" translatable="yes">Unknown files: </property>
2006
                      </widget>
2007
                      <packing>
2008
                        <property name="top_attach">5</property>
2009
                        <property name="bottom_attach">6</property>
2010
                        <property name="x_options">GTK_FILL</property>
2011
                        <property name="y_options"></property>
2012
                      </packing>
2013
                    </child>
2014
                    <child>
2015
                      <widget class="GtkLabel" id="label_info_wtstats_renamed_label">
2016
                        <property name="xalign">0</property>
2017
                        <property name="label" translatable="yes">Renamed files: </property>
2018
                      </widget>
2019
                      <packing>
2020
                        <property name="top_attach">4</property>
2021
                        <property name="bottom_attach">5</property>
2022
                        <property name="x_options">GTK_FILL</property>
2023
                        <property name="y_options"></property>
2024
                      </packing>
2025
                    </child>
2026
                    <child>
2027
                      <widget class="GtkLabel" id="label_info_wtstats_removed_label">
2028
                        <property name="xalign">0</property>
2029
                        <property name="label" translatable="yes">Removed files: </property>
2030
                      </widget>
2031
                      <packing>
2032
                        <property name="top_attach">3</property>
2033
                        <property name="bottom_attach">4</property>
2034
                        <property name="x_options">GTK_FILL</property>
2035
                        <property name="y_options"></property>
2036
                      </packing>
2037
                    </child>
2038
                    <child>
2039
                      <widget class="GtkLabel" id="label_info_wtstats_added_label">
2040
                        <property name="xalign">0</property>
2041
                        <property name="label" translatable="yes">Added files: </property>
2042
                      </widget>
2043
                      <packing>
2044
                        <property name="top_attach">2</property>
2045
                        <property name="bottom_attach">3</property>
2046
                        <property name="x_options">GTK_FILL</property>
2047
                        <property name="y_options"></property>
2048
                      </packing>
2049
                    </child>
2050
                    <child>
2051
                      <widget class="GtkLabel" id="label_info_wtstats_modified_label">
2052
                        <property name="xalign">0</property>
2053
                        <property name="label" translatable="yes">Modified files: </property>
2054
                      </widget>
2055
                      <packing>
2056
                        <property name="top_attach">1</property>
2057
                        <property name="bottom_attach">2</property>
2058
                        <property name="x_options">GTK_FILL</property>
2059
                        <property name="y_options"></property>
2060
                      </packing>
2061
                    </child>
2062
                    <child>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
2063
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
2064
                        <property name="xalign">0</property>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
2065
                        <property name="label" translatable="yes">Unchanged files: </property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
2066
                      </widget>
2067
                      <packing>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
2068
                        <property name="x_options">GTK_FILL</property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
2069
                        <property name="y_options"></property>
2070
                      </packing>
2071
                    </child>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
2072
                  </widget>
2073
                </child>
2074
              </widget>
2075
            </child>
2076
            <child>
2077
              <widget class="GtkLabel" id="label_info_wtstats">
2078
                <property name="visible">True</property>
2079
                <property name="label" translatable="yes">&lt;b&gt;In the working tree:&lt;/b&gt;</property>
2080
                <property name="use_markup">True</property>
2081
              </widget>
2082
              <packing>
2083
                <property name="type">label_item</property>
2084
              </packing>
2085
            </child>
2086
          </widget>
2087
          <packing>
2088
            <property name="expand">False</property>
2089
            <property name="position">7</property>
2090
          </packing>
2091
        </child>
2092
        <child>
2093
          <widget class="GtkExpander" id="expander_info_brstats">
2094
            <property name="can_focus">True</property>
2095
            <signal name="activate" handler="on_expander_info_brstats_activate"/>
2096
            <child>
2097
              <widget class="GtkAlignment" id="alignment17">
2098
                <property name="visible">True</property>
2099
                <property name="left_padding">24</property>
2100
                <child>
2101
                  <widget class="GtkTable" id="table_info_brstats">
2102
                    <property name="visible">True</property>
2103
                    <property name="n_rows">5</property>
2104
                    <property name="n_columns">2</property>
2105
                    <property name="column_spacing">12</property>
2106
                    <child>
195.1.24 by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing.
2107
                      <widget class="GtkLabel" id="label_info_brstats_revno">
2108
                        <property name="xalign">0</property>
2109
                        <property name="label" translatable="yes">(none)</property>
2110
                      </widget>
2111
                      <packing>
2112
                        <property name="left_attach">1</property>
2113
                        <property name="right_attach">2</property>
2114
                        <property name="y_options"></property>
2115
                      </packing>
2116
                    </child>
2117
                    <child>
2118
                      <widget class="GtkLabel" id="label_info_brstats_commiters">
2119
                        <property name="xalign">0</property>
2120
                        <property name="label" translatable="yes">(none)</property>
2121
                      </widget>
2122
                      <packing>
2123
                        <property name="left_attach">1</property>
2124
                        <property name="right_attach">2</property>
2125
                        <property name="top_attach">1</property>
2126
                        <property name="bottom_attach">2</property>
2127
                        <property name="y_options"></property>
2128
                      </packing>
2129
                    </child>
2130
                    <child>
2131
                      <widget class="GtkLabel" id="label_info_brstats_age">
2132
                        <property name="xalign">0</property>
2133
                        <property name="label" translatable="yes">(none)</property>
2134
                      </widget>
2135
                      <packing>
2136
                        <property name="left_attach">1</property>
2137
                        <property name="right_attach">2</property>
2138
                        <property name="top_attach">2</property>
2139
                        <property name="bottom_attach">3</property>
2140
                        <property name="y_options"></property>
2141
                      </packing>
2142
                    </child>
2143
                    <child>
2144
                      <widget class="GtkLabel" id="label_info_brstats_firstrev">
2145
                        <property name="xalign">0</property>
2146
                        <property name="label" translatable="yes">(none)</property>
2147
                      </widget>
2148
                      <packing>
2149
                        <property name="left_attach">1</property>
2150
                        <property name="right_attach">2</property>
2151
                        <property name="top_attach">3</property>
2152
                        <property name="bottom_attach">4</property>
2153
                        <property name="y_options"></property>
2154
                      </packing>
2155
                    </child>
2156
                    <child>
2157
                      <widget class="GtkLabel" id="label_info_brstats_lastrev">
2158
                        <property name="xalign">0</property>
2159
                        <property name="label" translatable="yes">(none)</property>
2160
                      </widget>
2161
                      <packing>
2162
                        <property name="left_attach">1</property>
2163
                        <property name="right_attach">2</property>
2164
                        <property name="top_attach">4</property>
2165
                        <property name="bottom_attach">5</property>
2166
                        <property name="y_options"></property>
2167
                      </packing>
2168
                    </child>
2169
                    <child>
2170
                      <widget class="GtkLabel" id="label_info_brstats_lastrev_label">
2171
                        <property name="xalign">0</property>
2172
                        <property name="label" translatable="yes">Time of last revision: </property>
2173
                      </widget>
2174
                      <packing>
2175
                        <property name="top_attach">4</property>
2176
                        <property name="bottom_attach">5</property>
2177
                        <property name="x_options">GTK_FILL</property>
2178
                        <property name="y_options"></property>
2179
                      </packing>
2180
                    </child>
2181
                    <child>
2182
                      <widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2183
                        <property name="xalign">0</property>
2184
                        <property name="label" translatable="yes">Time of first revision: </property>
2185
                      </widget>
2186
                      <packing>
2187
                        <property name="top_attach">3</property>
2188
                        <property name="bottom_attach">4</property>
2189
                        <property name="x_options">GTK_FILL</property>
2190
                        <property name="y_options"></property>
2191
                      </packing>
2192
                    </child>
2193
                    <child>
2194
                      <widget class="GtkLabel" id="label_info_brstats_age_label">
2195
                        <property name="xalign">0</property>
2196
                        <property name="label" translatable="yes">Age of branch in days: </property>
2197
                      </widget>
2198
                      <packing>
2199
                        <property name="top_attach">2</property>
2200
                        <property name="bottom_attach">3</property>
2201
                        <property name="x_options">GTK_FILL</property>
2202
                        <property name="y_options"></property>
2203
                      </packing>
2204
                    </child>
2205
                    <child>
2206
                      <widget class="GtkLabel" id="label_info_brstats_commiters_label">
2207
                        <property name="xalign">0</property>
2208
                        <property name="label" translatable="yes">Number of commiters: </property>
2209
                      </widget>
2210
                      <packing>
2211
                        <property name="top_attach">1</property>
2212
                        <property name="bottom_attach">2</property>
2213
                        <property name="x_options">GTK_FILL</property>
2214
                        <property name="y_options"></property>
2215
                      </packing>
2216
                    </child>
2217
                    <child>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
2218
                      <widget class="GtkLabel" id="label_info_brstats_revno_label">
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
2219
                        <property name="xalign">0</property>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
2220
                        <property name="label" translatable="yes">Revisions in branch: </property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
2221
                      </widget>
2222
                      <packing>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
2223
                        <property name="x_options">GTK_FILL</property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
2224
                        <property name="y_options"></property>
2225
                      </packing>
2226
                    </child>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
2227
                  </widget>
2228
                </child>
2229
              </widget>
2230
            </child>
2231
            <child>
2232
              <widget class="GtkLabel" id="label_info_brstats">
2233
                <property name="visible">True</property>
2234
                <property name="label" translatable="yes">&lt;b&gt;Branch history:&lt;/b&gt;</property>
2235
                <property name="use_markup">True</property>
2236
              </widget>
2237
              <packing>
2238
                <property name="type">label_item</property>
2239
              </packing>
2240
            </child>
2241
          </widget>
2242
          <packing>
2243
            <property name="expand">False</property>
2244
            <property name="position">8</property>
2245
          </packing>
2246
        </child>
2247
        <child>
2248
          <widget class="GtkExpander" id="expander_info_repstats">
2249
            <property name="can_focus">True</property>
2250
            <signal name="activate" handler="on_expander_info_repstats_activate"/>
2251
            <child>
2252
              <widget class="GtkAlignment" id="alignment18">
2253
                <property name="visible">True</property>
2254
                <property name="left_padding">24</property>
2255
                <child>
2256
                  <widget class="GtkTable" id="table_info_repstats">
2257
                    <property name="visible">True</property>
2258
                    <property name="n_rows">2</property>
2259
                    <property name="n_columns">2</property>
2260
                    <property name="column_spacing">12</property>
2261
                    <child>
195.1.24 by Szilveszter Farkas (Phanatic)
The History feature kinda works now, but still needs some polishing.
2262
                      <widget class="GtkLabel" id="label_info_repstats_revisions">
2263
                        <property name="xalign">0</property>
2264
                        <property name="label" translatable="yes">(none)</property>
2265
                      </widget>
2266
                      <packing>
2267
                        <property name="left_attach">1</property>
2268
                        <property name="right_attach">2</property>
2269
                        <property name="y_options"></property>
2270
                      </packing>
2271
                    </child>
2272
                    <child>
2273
                      <widget class="GtkLabel" id="label_info_repstats_size">
2274
                        <property name="xalign">0</property>
2275
                        <property name="label" translatable="yes">(none)</property>
2276
                      </widget>
2277
                      <packing>
2278
                        <property name="left_attach">1</property>
2279
                        <property name="right_attach">2</property>
2280
                        <property name="top_attach">1</property>
2281
                        <property name="bottom_attach">2</property>
2282
                        <property name="y_options"></property>
2283
                      </packing>
2284
                    </child>
2285
                    <child>
2286
                      <widget class="GtkLabel" id="label_info_repstats_size_label">
2287
                        <property name="xalign">0</property>
2288
                        <property name="label" translatable="yes">Size of repository: </property>
2289
                      </widget>
2290
                      <packing>
2291
                        <property name="top_attach">1</property>
2292
                        <property name="bottom_attach">2</property>
2293
                        <property name="x_options">GTK_FILL</property>
2294
                        <property name="y_options"></property>
2295
                      </packing>
2296
                    </child>
2297
                    <child>
195.1.22 by Szilveszter Farkas (Phanatic)
Adjust Main window to the History Mode feature.
2298
                      <widget class="GtkLabel" id="label_info_repstats_revisions_label">
2299
                        <property name="xalign">0</property>
2300
                        <property name="label" translatable="yes">Revisions in repository: </property>
2301
                      </widget>
2302
                      <packing>
2303
                        <property name="x_options">GTK_FILL</property>
195.6.4 by Szilveszter Farkas (Phanatic)
The Windows drive selector was moved to the location bar.
2304
                        <property name="y_options"></property>
2305
                      </packing>
2306
                    </child>
195.6.1 by Szilveszter Farkas (Phanatic)
Implemented sortable columns, and there are also some new columns
2307
                  </widget>
2308
                </child>
2309
              </widget>
2310
            </child>
2311
            <child>
2312
              <widget class="GtkLabel" id="label_info_repstats">
2313
                <property name="visible">True</property>
2314
                <property name="label" translatable="yes">&lt;b&gt;Revision store:&lt;/b&gt;</property>
2315
                <property name="use_markup">True</property>
2316
              </widget>
2317
              <packing>
2318
                <property name="type">label_item</property>
2319
              </packing>
2320
            </child>
2321
          </widget>
2322
          <packing>
2323
            <property name="expand">False</property>
2324
            <property name="position">9</property>
2325
          </packing>
2326
        </child>
2327
        <child internal-child="action_area">
2328
          <widget class="GtkHButtonBox" id="hbuttonbox_info">
2329
            <property name="visible">True</property>
2330
            <property name="can_default">True</property>
2331
            <property name="has_default">True</property>
2332
            <property name="layout_style">GTK_BUTTONBOX_END</property>
2333
            <child>
2334
              <widget class="GtkButton" id="button_info_close">
2335
                <property name="visible">True</property>
2336
                <property name="can_focus">True</property>
2337
                <property name="can_default">True</property>
2338
                <property name="has_default">True</property>
2339
                <property name="label">gtk-close</property>
2340
                <property name="use_stock">True</property>
2341
                <signal name="clicked" handler="on_button_info_close_clicked"/>
2342
              </widget>
2343
            </child>
2344
          </widget>
2345
          <packing>
2346
            <property name="expand">False</property>
2347
            <property name="fill">False</property>
2348
            <property name="pack_type">GTK_PACK_END</property>
2349
          </packing>
2350
        </child>
2351
      </widget>
2352
    </child>
2353
  </widget>
2354
  <widget class="GtkDialog" id="window_merge">
2355
    <property name="visible">True</property>
2356
    <property name="title" translatable="yes">Merge - Olive</property>
2357
    <property name="icon">oliveicon2.png</property>
2358
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2359
    <child internal-child="vbox">
2360
      <widget class="GtkVBox" id="vbox_merge">
2361
        <property name="visible">True</property>
2362
        <property name="spacing">3</property>
2363
        <child>
2364
          <widget class="GtkHBox" id="hbox_merge">
2365
            <property name="visible">True</property>
2366
            <property name="spacing">3</property>
2367
            <child>
2368
              <widget class="GtkLabel" id="label_merge">
2369
                <property name="visible">True</property>
2370
                <property name="label" translatable="yes">Merge from:</property>
2371
              </widget>
2372
              <packing>
2373
                <property name="expand">False</property>
2374
                <property name="fill">False</property>
2375
              </packing>
2376
            </child>
2377
            <child>
2378
              <widget class="GtkEntry" id="entry_merge">
2379
                <property name="visible">True</property>
2380
                <property name="can_focus">True</property>
2381
              </widget>
2382
              <packing>
2383
                <property name="position">1</property>
2384
              </packing>
2385
            </child>
2386
            <child>
2387
              <widget class="GtkButton" id="button_merge_open">
2388
                <property name="visible">True</property>
2389
                <property name="can_focus">True</property>
2390
                <signal name="clicked" handler="on_button_merge_open_clicked"/>
2391
                <child>
2392
                  <widget class="GtkImage" id="image240">
2393
                    <property name="visible">True</property>
2394
                    <property name="stock">gtk-open</property>
2395
                  </widget>
2396
                </child>
2397
              </widget>
2398
              <packing>
2399
                <property name="expand">False</property>
2400
                <property name="fill">False</property>
2401
                <property name="position">2</property>
2402
              </packing>
2403
            </child>
2404
          </widget>
2405
          <packing>
2406
            <property name="expand">False</property>
2407
            <property name="fill">False</property>
2408
            <property name="position">2</property>
2409
          </packing>
2410
        </child>
2411
        <child internal-child="action_area">
2412
          <widget class="GtkHButtonBox" id="hbuttonbox_merge">
2413
            <property name="visible">True</property>
2414
            <property name="layout_style">GTK_BUTTONBOX_END</property>
2415
            <child>
2416
              <widget class="GtkButton" id="button_merge_cancel">
2417
                <property name="visible">True</property>
2418
                <property name="can_focus">True</property>
2419
                <property name="can_default">True</property>
2420
                <property name="label">gtk-cancel</property>
2421
                <property name="use_stock">True</property>
2422
                <signal name="clicked" handler="on_button_merge_cancel_clicked"/>
2423
              </widget>
2424
            </child>
2425
            <child>
2426
              <widget class="GtkButton" id="button_merge_merge">
2427
                <property name="visible">True</property>
2428
                <property name="can_focus">True</property>
2429
                <property name="can_default">True</property>
2430
                <property name="has_default">True</property>
2431
                <signal name="clicked" handler="on_button_merge_merge_clicked"/>
2432
                <child>
2433
                  <widget class="GtkAlignment" id="alignment19">
2434
                    <property name="visible">True</property>
2435
                    <property name="xscale">0</property>
2436
                    <property name="yscale">0</property>
2437
                    <child>
2438
                      <widget class="GtkHBox" id="hbox14">
2439
                        <property name="visible">True</property>
2440
                        <property name="spacing">2</property>
2441
                        <child>
2442
                          <widget class="GtkImage" id="image239">
2443
                            <property name="visible">True</property>
2444
                            <property name="stock">gtk-apply</property>
2445
                          </widget>
2446
                          <packing>
2447
                            <property name="expand">False</property>
2448
                            <property name="fill">False</property>
2449
                          </packing>
2450
                        </child>
2451
                        <child>
2452
                          <widget class="GtkLabel" id="label21">
2453
                            <property name="visible">True</property>
2454
                            <property name="label" translatable="yes">_Merge</property>
2455
                            <property name="use_underline">True</property>
2456
                          </widget>
2457
                          <packing>
2458
                            <property name="expand">False</property>
2459
                            <property name="fill">False</property>
2460
                            <property name="position">1</property>
2461
                          </packing>
2462
                        </child>
2463
                      </widget>
2464
                    </child>
2465
                  </widget>
2466
                </child>
2467
              </widget>
2468
              <packing>
2469
                <property name="position">1</property>
2470
              </packing>
2471
            </child>
2472
          </widget>
2473
          <packing>
2474
            <property name="expand">False</property>
2475
            <property name="fill">False</property>
2476
            <property name="pack_type">GTK_PACK_END</property>
2477
          </packing>
2478
        </child>
2479
      </widget>
2480
    </child>
2481
  </widget>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
2482
</glade-interface>