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