/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4
<glade-interface>
5
6
<widget class="GtkWindow" id="window_main">
7
  <property name="width_request">700</property>
8
  <property name="height_request">400</property>
0.8.55 by Szilveszter Farkas (Phanatic)
Gettext support added.
9
  <property name="title" translatable="yes">Olive - Bazaar GUI</property>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
10
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
11
  <property name="window_position">GTK_WIN_POS_NONE</property>
12
  <property name="modal">False</property>
13
  <property name="resizable">True</property>
14
  <property name="destroy_with_parent">False</property>
15
  <property name="icon">oliveicon2.png</property>
16
  <property name="decorated">True</property>
17
  <property name="skip_taskbar_hint">False</property>
18
  <property name="skip_pager_hint">False</property>
19
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
20
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
21
  <property name="focus_on_map">True</property>
22
  <property name="urgency_hint">False</property>
23
  <signal name="destroy" handler="on_window_main_destroy" last_modification_time="Sun, 16 Jul 2006 15:29:52 GMT"/>
0.8.32 by Szilveszter Farkas (Phanatic)
Implemented OlivePreferences; some wording fixes.
24
  <signal name="delete_event" handler="on_window_main_delete_event" last_modification_time="Tue, 08 Aug 2006 14:20:39 GMT"/>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
25
26
  <child>
27
    <widget class="GtkVBox" id="vbox_main">
28
      <property name="visible">True</property>
29
      <property name="homogeneous">False</property>
30
      <property name="spacing">0</property>
31
32
      <child>
33
	<widget class="GtkMenuBar" id="menubar">
34
	  <property name="visible">True</property>
35
	  <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
36
	  <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
37
38
	  <child>
39
	    <widget class="GtkMenuItem" id="menuitem_file">
40
	      <property name="visible">True</property>
41
	      <property name="label" translatable="yes">_File</property>
42
	      <property name="use_underline">True</property>
43
44
	      <child>
45
		<widget class="GtkMenu" id="menuitem_file_menu">
46
47
		  <child>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
48
		    <widget class="GtkImageMenuItem" id="menuitem_add_files">
49
		      <property name="visible">True</property>
50
		      <property name="label" translatable="yes">_Add file(s)...</property>
51
		      <property name="use_underline">True</property>
52
		      <signal name="activate" handler="on_menuitem_add_files_activate" last_modification_time="Fri, 21 Jul 2006 11:38:39 GMT"/>
53
54
		      <child internal-child="image">
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
55
			<widget class="GtkImage" id="image241">
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
56
			  <property name="visible">True</property>
57
			  <property name="stock">gtk-add</property>
58
			  <property name="icon_size">1</property>
59
			  <property name="xalign">0.5</property>
60
			  <property name="yalign">0.5</property>
61
			  <property name="xpad">0</property>
62
			  <property name="ypad">0</property>
63
			</widget>
64
		      </child>
65
		    </widget>
66
		  </child>
67
68
		  <child>
69
		    <widget class="GtkImageMenuItem" id="menuitem_remove_file">
70
		      <property name="visible">True</property>
71
		      <property name="label" translatable="yes">Remove file(s)...</property>
72
		      <property name="use_underline">True</property>
73
		      <signal name="activate" handler="on_menuitem_remove_file_activate" last_modification_time="Fri, 21 Jul 2006 13:54:07 GMT"/>
74
75
		      <child internal-child="image">
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
76
			<widget class="GtkImage" id="image242">
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
77
			  <property name="visible">True</property>
78
			  <property name="stock">gtk-remove</property>
79
			  <property name="icon_size">1</property>
80
			  <property name="xalign">0.5</property>
81
			  <property name="yalign">0.5</property>
82
			  <property name="xpad">0</property>
83
			  <property name="ypad">0</property>
84
			</widget>
85
		      </child>
86
		    </widget>
87
		  </child>
88
89
		  <child>
90
		    <widget class="GtkSeparatorMenuItem" id="separator_file3">
91
		      <property name="visible">True</property>
92
		    </widget>
93
		  </child>
94
95
		  <child>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
96
		    <widget class="GtkMenuItem" id="menuitem_file_make_directory">
97
		      <property name="visible">True</property>
98
		      <property name="label" translatable="yes">Make _directory...</property>
99
		      <property name="use_underline">True</property>
100
		      <signal name="activate" handler="on_menuitem_file_make_directory_activate" last_modification_time="Mon, 17 Jul 2006 08:56:08 GMT"/>
101
		    </widget>
102
		  </child>
103
104
		  <child>
105
		    <widget class="GtkSeparatorMenuItem" id="separator_file1">
106
		      <property name="visible">True</property>
107
		    </widget>
108
		  </child>
109
110
		  <child>
111
		    <widget class="GtkMenuItem" id="menuitem_file_rename">
112
		      <property name="visible">True</property>
113
		      <property name="label" translatable="yes">_Rename...</property>
114
		      <property name="use_underline">True</property>
115
		      <signal name="activate" handler="on_menuitem_file_rename_activate" last_modification_time="Mon, 17 Jul 2006 08:56:08 GMT"/>
116
		    </widget>
117
		  </child>
118
119
		  <child>
120
		    <widget class="GtkMenuItem" id="menuitem_file_move">
121
		      <property name="visible">True</property>
122
		      <property name="label" translatable="yes">_Move...</property>
123
		      <property name="use_underline">True</property>
124
		      <signal name="activate" handler="on_menuitem_file_move_activate" last_modification_time="Mon, 17 Jul 2006 08:56:08 GMT"/>
125
		    </widget>
126
		  </child>
124 by Szilveszter Farkas (Phanatic)
Implemented annotate functionality (Fixed: #73786).
127
		  
128
		  <child>
129
		    <widget class="GtkMenuItem" id="menuitem_file_annotate">
130
		      <property name="visible">True</property>
131
		      <property name="label" translatable="yes">_Annotate...</property>
132
		      <property name="use_underline">True</property>
133
		      <signal name="activate" handler="on_menuitem_file_annotate_activate" last_modification_time="Mon, 18 Dec 2006 10:17:00 GMT"/>
134
		    </widget>
135
		  </child>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
136
137
		  <child>
138
		    <widget class="GtkSeparatorMenuItem" id="separator_file2">
139
		      <property name="visible">True</property>
140
		    </widget>
141
		  </child>
142
143
		  <child>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
144
		    <widget class="GtkImageMenuItem" id="menuitem_quit">
145
		      <property name="visible">True</property>
146
		      <property name="label">gtk-quit</property>
147
		      <property name="use_stock">True</property>
148
		      <signal name="activate" handler="on_quit_activate" last_modification_time="Fri, 14 Jul 2006 15:40:34 GMT"/>
149
		    </widget>
150
		  </child>
151
		</widget>
152
	      </child>
153
	    </widget>
154
	  </child>
155
156
	  <child>
0.8.49 by Szilveszter Farkas (Phanatic)
Added View menu; implemented Refresh; some TODO changes.
157
	    <widget class="GtkMenuItem" id="menuitem_view">
158
	      <property name="visible">True</property>
159
	      <property name="label" translatable="yes">_View</property>
160
	      <property name="use_underline">True</property>
161
	      <signal name="activate" handler="on_menuitem_view_activate" last_modification_time="Tue, 15 Aug 2006 18:14:04 GMT"/>
162
163
	      <child>
164
		<widget class="GtkMenu" id="menuitem_view_menu">
165
166
		  <child>
167
		    <widget class="GtkCheckMenuItem" id="menuitem_view_show_hidden_files">
168
		      <property name="visible">True</property>
169
		      <property name="label" translatable="yes">Show _hidden files</property>
170
		      <property name="use_underline">True</property>
171
		      <property name="active">False</property>
172
		      <signal name="activate" handler="on_menuitem_view_show_hidden_files_activate" last_modification_time="Tue, 15 Aug 2006 18:13:36 GMT"/>
173
		    </widget>
174
		  </child>
175
176
		  <child>
177
		    <widget class="GtkSeparatorMenuItem" id="separator_view1">
178
		      <property name="visible">True</property>
179
		    </widget>
180
		  </child>
181
182
		  <child>
183
		    <widget class="GtkMenuItem" id="menuitem_view_refresh">
184
		      <property name="visible">True</property>
185
		      <property name="label" translatable="yes">_Refresh</property>
186
		      <property name="use_underline">True</property>
187
		      <signal name="activate" handler="on_menuitem_view_refresh_activate" last_modification_time="Tue, 15 Aug 2006 18:15:01 GMT"/>
188
		    </widget>
189
		  </child>
190
		</widget>
191
	      </child>
192
	    </widget>
193
	  </child>
194
195
	  <child>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
196
	    <widget class="GtkMenuItem" id="menuitem_branch">
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
197
	      <property name="visible">True</property>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
198
	      <property name="label" translatable="yes">_Branch</property>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
199
	      <property name="use_underline">True</property>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
200
201
	      <child>
202
		<widget class="GtkMenu" id="menuitem_branch_menu">
203
204
		  <child>
205
		    <widget class="GtkMenuItem" id="menuitem_branch_initialize">
206
		      <property name="visible">True</property>
207
		      <property name="label" translatable="yes">_Initialize</property>
208
		      <property name="use_underline">True</property>
209
		      <signal name="activate" handler="on_menuitem_branch_initialize_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
210
		    </widget>
211
		  </child>
212
213
		  <child>
0.8.22 by Szilveszter Farkas (Phanatic)
2006-07-31 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
214
		    <widget class="GtkMenuItem" id="menuitem_branch_get">
215
		      <property name="visible">True</property>
216
		      <property name="label" translatable="yes">_Get...</property>
217
		      <property name="use_underline">True</property>
218
		      <signal name="activate" handler="on_menuitem_branch_get_activate" last_modification_time="Mon, 31 Jul 2006 17:01:12 GMT"/>
219
		    </widget>
220
		  </child>
221
222
		  <child>
223
		    <widget class="GtkMenuItem" id="menuitem_branch_checkout">
224
		      <property name="visible">True</property>
225
		      <property name="label" translatable="yes">C_heckout...</property>
226
		      <property name="use_underline">True</property>
227
		      <signal name="activate" handler="on_menuitem_branch_checkout_activate" last_modification_time="Mon, 31 Jul 2006 17:01:12 GMT"/>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
228
		    </widget>
229
		  </child>
230
231
		  <child>
232
		    <widget class="GtkSeparatorMenuItem" id="separator_branch1">
233
		      <property name="visible">True</property>
234
		    </widget>
235
		  </child>
236
237
		  <child>
238
		    <widget class="GtkImageMenuItem" id="menuitem_branch_pull">
239
		      <property name="visible">True</property>
240
		      <property name="label" translatable="yes">Pu_ll</property>
241
		      <property name="use_underline">True</property>
242
		      <signal name="activate" handler="on_menuitem_branch_pull_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
243
244
		      <child internal-child="image">
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
245
			<widget class="GtkImage" id="image243">
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
246
			  <property name="visible">True</property>
0.14.7 by Alexander Belchenko
Make olive.glade universal by using the same path to icon resources
247
			  <property name="pixbuf">icons/pull16.png</property>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
248
			  <property name="xalign">0.5</property>
249
			  <property name="yalign">0.5</property>
250
			  <property name="xpad">0</property>
251
			  <property name="ypad">0</property>
252
			</widget>
253
		      </child>
254
		    </widget>
255
		  </child>
256
257
		  <child>
258
		    <widget class="GtkImageMenuItem" id="menuitem_branch_push">
259
		      <property name="visible">True</property>
260
		      <property name="label" translatable="yes">Pu_sh...</property>
261
		      <property name="use_underline">True</property>
262
		      <signal name="activate" handler="on_menuitem_branch_push_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
263
264
		      <child internal-child="image">
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
265
			<widget class="GtkImage" id="image244">
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
266
			  <property name="visible">True</property>
0.14.7 by Alexander Belchenko
Make olive.glade universal by using the same path to icon resources
267
			  <property name="pixbuf">icons/push16.png</property>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
268
			  <property name="xalign">0.5</property>
269
			  <property name="yalign">0.5</property>
270
			  <property name="xpad">0</property>
271
			  <property name="ypad">0</property>
272
			</widget>
273
		      </child>
274
		    </widget>
275
		  </child>
276
277
		  <child>
278
		    <widget class="GtkSeparatorMenuItem" id="separator_branch2">
279
		      <property name="visible">True</property>
280
		    </widget>
281
		  </child>
282
283
		  <child>
126.1.11 by Szilveszter Farkas (Phanatic)
Add revert all functionality and fix another regression.
284
		    <widget class="GtkMenuItem" id="menuitem_branch_revert">
285
		      <property name="visible">True</property>
286
		      <property name="label" translatable="yes">_Revert all changes</property>
287
		      <property name="use_underline">True</property>
288
		      <signal name="activate" handler="on_menuitem_branch_revert_activate" last_modification_time="Tue, 30 Jan 2007 13:20:00 GMT"/>
289
		    </widget>
290
		  </child>
291
		  
292
		  <child>
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
293
		    <widget class="GtkMenuItem" id="menuitem_branch_merge">
294
		      <property name="visible">True</property>
295
		      <property name="label" translatable="yes">_Merge...</property>
296
		      <property name="use_underline">True</property>
297
		      <signal name="activate" handler="on_menuitem_branch_merge_activate" last_modification_time="Mon, 09 Oct 2006 18:24:06 GMT"/>
298
		    </widget>
299
		  </child>
300
301
		  <child>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
302
		    <widget class="GtkImageMenuItem" id="menuitem_branch_commit">
303
		      <property name="visible">True</property>
304
		      <property name="label" translatable="yes">_Commit...</property>
305
		      <property name="use_underline">True</property>
306
		      <signal name="activate" handler="on_menuitem_branch_commit_activate" last_modification_time="Mon, 17 Jul 2006 08:53:37 GMT"/>
307
308
		      <child internal-child="image">
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
309
			<widget class="GtkImage" id="image245">
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
310
			  <property name="visible">True</property>
0.14.7 by Alexander Belchenko
Make olive.glade universal by using the same path to icon resources
311
			  <property name="pixbuf">icons/commit16.png</property>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
312
			  <property name="xalign">0.5</property>
313
			  <property name="yalign">0.5</property>
314
			  <property name="xpad">0</property>
315
			  <property name="ypad">0</property>
316
			</widget>
317
		      </child>
318
		    </widget>
319
		  </child>
0.8.29 by Szilveszter Farkas (Phanatic)
Implemented Status window; some code cleanups.
320
321
		  <child>
322
		    <widget class="GtkSeparatorMenuItem" id="separator_branch3">
323
		      <property name="visible">True</property>
324
		    </widget>
325
		  </child>
326
327
		  <child>
328
		    <widget class="GtkMenuItem" id="menuitem_branch_status">
329
		      <property name="visible">True</property>
330
		      <property name="label" translatable="yes">S_tatus...</property>
331
		      <property name="use_underline">True</property>
332
		      <signal name="activate" handler="on_menuitem_branch_status_activate" last_modification_time="Thu, 03 Aug 2006 13:58:03 GMT"/>
333
		    </widget>
334
		  </child>
0.8.66 by Szilveszter Farkas (Phanatic)
Implemented Missing revisions functionality.
335
336
		  <child>
337
		    <widget class="GtkMenuItem" id="menuitem_branch_missing_revisions">
338
		      <property name="visible">True</property>
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
339
		      <property name="label" translatable="yes">Missing _revisions</property>
0.8.66 by Szilveszter Farkas (Phanatic)
Implemented Missing revisions functionality.
340
		      <property name="use_underline">True</property>
341
		      <signal name="activate" handler="on_menuitem_branch_missing_revisions_activate" last_modification_time="Sat, 02 Sep 2006 14:01:29 GMT"/>
342
		    </widget>
343
		  </child>
126.1.26 by Szilveszter Farkas (Phanatic)
Added Conflicts entry to the Branch menu.
344
		  
345
		  <child>
346
		    <widget class="GtkMenuItem" id="menuitem_branch_conflicts">
347
		      <property name="visible">True</property>
348
		      <property name="label" translatable="yes">Con_flicts...</property>
349
		      <property name="use_underline">True</property>
350
		      <signal name="activate" handler="on_menuitem_branch_conflicts_activate" last_modification_time="Sun, 04 Feb 2007 12:54:00 GMT"/>
351
		    </widget>
352
		  </child>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
353
		</widget>
354
	      </child>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
355
	    </widget>
356
	  </child>
357
358
	  <child>
0.8.28 by Szilveszter Farkas (Phanatic)
Statistics menu added
359
	    <widget class="GtkMenuItem" id="menuitem_stats">
360
	      <property name="visible">True</property>
361
	      <property name="label" translatable="yes">_Statistics</property>
362
	      <property name="use_underline">True</property>
363
364
	      <child>
365
		<widget class="GtkMenu" id="menuitem_stats_menu">
366
367
		  <child>
0.8.34 by Szilveszter Farkas (Phanatic)
Some artwork revamp; added 16x16 icons to the menu.
368
		    <widget class="GtkImageMenuItem" id="menuitem_stats_diff">
0.8.28 by Szilveszter Farkas (Phanatic)
Statistics menu added
369
		      <property name="visible">True</property>
370
		      <property name="label" translatable="yes">_Differences...</property>
371
		      <property name="use_underline">True</property>
372
		      <signal name="activate" handler="on_menuitem_stats_diff_activate" last_modification_time="Thu, 03 Aug 2006 11:35:30 GMT"/>
0.8.34 by Szilveszter Farkas (Phanatic)
Some artwork revamp; added 16x16 icons to the menu.
373
374
		      <child internal-child="image">
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
375
			<widget class="GtkImage" id="image246">
0.8.34 by Szilveszter Farkas (Phanatic)
Some artwork revamp; added 16x16 icons to the menu.
376
			  <property name="visible">True</property>
0.14.7 by Alexander Belchenko
Make olive.glade universal by using the same path to icon resources
377
			  <property name="pixbuf">icons/diff16.png</property>
0.8.34 by Szilveszter Farkas (Phanatic)
Some artwork revamp; added 16x16 icons to the menu.
378
			  <property name="xalign">0.5</property>
379
			  <property name="yalign">0.5</property>
380
			  <property name="xpad">0</property>
381
			  <property name="ypad">0</property>
382
			</widget>
383
		      </child>
0.8.28 by Szilveszter Farkas (Phanatic)
Statistics menu added
384
		    </widget>
385
		  </child>
386
387
		  <child>
0.8.34 by Szilveszter Farkas (Phanatic)
Some artwork revamp; added 16x16 icons to the menu.
388
		    <widget class="GtkImageMenuItem" id="menuitem_stats_log">
0.8.28 by Szilveszter Farkas (Phanatic)
Statistics menu added
389
		      <property name="visible">True</property>
390
		      <property name="label" translatable="yes">_Log...</property>
391
		      <property name="use_underline">True</property>
392
		      <signal name="activate" handler="on_menuitem_stats_log_activate" last_modification_time="Thu, 03 Aug 2006 11:35:43 GMT"/>
0.8.34 by Szilveszter Farkas (Phanatic)
Some artwork revamp; added 16x16 icons to the menu.
393
394
		      <child internal-child="image">
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
395
			<widget class="GtkImage" id="image247">
0.8.34 by Szilveszter Farkas (Phanatic)
Some artwork revamp; added 16x16 icons to the menu.
396
			  <property name="visible">True</property>
0.14.7 by Alexander Belchenko
Make olive.glade universal by using the same path to icon resources
397
			  <property name="pixbuf">icons/log16.png</property>
0.8.34 by Szilveszter Farkas (Phanatic)
Some artwork revamp; added 16x16 icons to the menu.
398
			  <property name="xalign">0.5</property>
399
			  <property name="yalign">0.5</property>
400
			  <property name="xpad">0</property>
401
			  <property name="ypad">0</property>
402
			</widget>
403
		      </child>
0.8.28 by Szilveszter Farkas (Phanatic)
Statistics menu added
404
		    </widget>
405
		  </child>
406
407
		  <child>
408
		    <widget class="GtkMenuItem" id="menuitem_stats_infos">
409
		      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
410
		      <property name="label" translatable="yes">_Information...</property>
0.8.28 by Szilveszter Farkas (Phanatic)
Statistics menu added
411
		      <property name="use_underline">True</property>
412
		      <signal name="activate" handler="on_menuitem_stats_infos_activate" last_modification_time="Thu, 03 Aug 2006 11:36:05 GMT"/>
413
		    </widget>
414
		  </child>
415
		</widget>
416
	      </child>
417
	    </widget>
418
	  </child>
419
420
	  <child>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
421
	    <widget class="GtkMenuItem" id="menuitem_help">
422
	      <property name="visible">True</property>
423
	      <property name="label" translatable="yes">_Help</property>
424
	      <property name="use_underline">True</property>
425
426
	      <child>
427
		<widget class="GtkMenu" id="menuitem_help_menu">
428
429
		  <child>
430
		    <widget class="GtkImageMenuItem" id="menuitem_about">
431
		      <property name="visible">True</property>
432
		      <property name="label">gtk-about</property>
433
		      <property name="use_stock">True</property>
434
		      <signal name="activate" handler="on_about_activate" last_modification_time="Fri, 14 Jul 2006 15:44:52 GMT"/>
435
		    </widget>
436
		  </child>
437
		</widget>
438
	      </child>
439
	    </widget>
440
	  </child>
441
	</widget>
442
	<packing>
443
	  <property name="padding">0</property>
444
	  <property name="expand">False</property>
445
	  <property name="fill">False</property>
446
	</packing>
447
      </child>
448
449
      <child>
450
	<widget class="GtkToolbar" id="toolbar">
451
	  <property name="visible">True</property>
452
	  <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
453
	  <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
454
	  <property name="tooltips">True</property>
455
	  <property name="show_arrow">True</property>
456
457
	  <child>
0.8.49 by Szilveszter Farkas (Phanatic)
Added View menu; implemented Refresh; some TODO changes.
458
	    <widget class="GtkToolButton" id="toolbutton_refresh">
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
459
	      <property name="visible">True</property>
0.8.49 by Szilveszter Farkas (Phanatic)
Added View menu; implemented Refresh; some TODO changes.
460
	      <property name="label" translatable="yes">Refresh</property>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
461
	      <property name="use_underline">True</property>
0.14.7 by Alexander Belchenko
Make olive.glade universal by using the same path to icon resources
462
	      <property name="icon">icons/refresh.png</property>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
463
	      <property name="visible_horizontal">True</property>
464
	      <property name="visible_vertical">True</property>
465
	      <property name="is_important">False</property>
0.8.49 by Szilveszter Farkas (Phanatic)
Added View menu; implemented Refresh; some TODO changes.
466
	      <signal name="clicked" handler="on_toolbutton_refresh_clicked" last_modification_time="Tue, 15 Aug 2006 18:08:06 GMT"/>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
467
	    </widget>
468
	    <packing>
469
	      <property name="expand">False</property>
470
	      <property name="homogeneous">True</property>
471
	    </packing>
472
	  </child>
473
474
	  <child>
0.8.60 by Szilveszter Farkas (Phanatic)
Huge cleanup before release; added debian directory.
475
	    <widget class="GtkToolButton" id="toolbutton_diff">
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
476
	      <property name="visible">True</property>
477
	      <property name="label" translatable="yes">Diff</property>
478
	      <property name="use_underline">True</property>
0.14.7 by Alexander Belchenko
Make olive.glade universal by using the same path to icon resources
479
	      <property name="icon">icons/diff.png</property>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
480
	      <property name="visible_horizontal">True</property>
481
	      <property name="visible_vertical">True</property>
482
	      <property name="is_important">False</property>
0.8.60 by Szilveszter Farkas (Phanatic)
Huge cleanup before release; added debian directory.
483
	      <signal name="clicked" handler="on_toolbutton_diff_clicked" last_modification_time="Mon, 21 Aug 2006 20:21:20 GMT"/>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
484
	    </widget>
485
	    <packing>
486
	      <property name="expand">False</property>
0.8.60 by Szilveszter Farkas (Phanatic)
Huge cleanup before release; added debian directory.
487
	      <property name="homogeneous">True</property>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
488
	    </packing>
489
	  </child>
490
491
	  <child>
0.8.52 by Szilveszter Farkas (Phanatic)
GUI (toolbar + menu) cleanup.
492
	    <widget class="GtkToolButton" id="toolbutton_log">
493
	      <property name="visible">True</property>
494
	      <property name="label" translatable="yes">Log</property>
495
	      <property name="use_underline">True</property>
0.14.7 by Alexander Belchenko
Make olive.glade universal by using the same path to icon resources
496
	      <property name="icon">icons/log.png</property>
0.8.52 by Szilveszter Farkas (Phanatic)
GUI (toolbar + menu) cleanup.
497
	      <property name="visible_horizontal">True</property>
498
	      <property name="visible_vertical">True</property>
499
	      <property name="is_important">False</property>
500
	      <signal name="clicked" handler="on_toolbutton_log_clicked" last_modification_time="Sat, 19 Aug 2006 19:26:21 GMT"/>
501
	    </widget>
502
	    <packing>
503
	      <property name="expand">False</property>
504
	      <property name="homogeneous">True</property>
505
	    </packing>
506
	  </child>
507
508
	  <child>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
509
	    <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
510
	      <property name="visible">True</property>
511
	      <property name="draw">True</property>
512
	      <property name="visible_horizontal">True</property>
513
	      <property name="visible_vertical">True</property>
514
	    </widget>
515
	    <packing>
516
	      <property name="expand">False</property>
517
	      <property name="homogeneous">False</property>
518
	    </packing>
519
	  </child>
520
521
	  <child>
522
	    <widget class="GtkToolButton" id="toolbutton_commit">
523
	      <property name="visible">True</property>
524
	      <property name="label" translatable="yes">Commit</property>
525
	      <property name="use_underline">True</property>
0.14.7 by Alexander Belchenko
Make olive.glade universal by using the same path to icon resources
526
	      <property name="icon">icons/commit.png</property>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
527
	      <property name="visible_horizontal">True</property>
528
	      <property name="visible_vertical">True</property>
529
	      <property name="is_important">False</property>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
530
	      <signal name="clicked" handler="on_toolbutton_commit_clicked" last_modification_time="Mon, 17 Jul 2006 09:03:12 GMT"/>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
531
	    </widget>
532
	    <packing>
533
	      <property name="expand">False</property>
534
	      <property name="homogeneous">True</property>
535
	    </packing>
536
	  </child>
537
538
	  <child>
539
	    <widget class="GtkSeparatorToolItem" id="separatortoolitem2">
540
	      <property name="visible">True</property>
541
	      <property name="draw">True</property>
542
	      <property name="visible_horizontal">True</property>
543
	      <property name="visible_vertical">True</property>
544
	    </widget>
545
	    <packing>
546
	      <property name="expand">False</property>
547
	      <property name="homogeneous">False</property>
548
	    </packing>
549
	  </child>
550
551
	  <child>
552
	    <widget class="GtkToolButton" id="toolbutton_pull">
553
	      <property name="visible">True</property>
554
	      <property name="label" translatable="yes">Pull</property>
555
	      <property name="use_underline">True</property>
0.14.7 by Alexander Belchenko
Make olive.glade universal by using the same path to icon resources
556
	      <property name="icon">icons/pull.png</property>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
557
	      <property name="visible_horizontal">True</property>
558
	      <property name="visible_vertical">True</property>
559
	      <property name="is_important">False</property>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
560
	      <signal name="clicked" handler="on_toolbutton_pull_clicked" last_modification_time="Mon, 17 Jul 2006 09:03:19 GMT"/>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
561
	    </widget>
562
	    <packing>
563
	      <property name="expand">False</property>
564
	      <property name="homogeneous">True</property>
565
	    </packing>
566
	  </child>
567
568
	  <child>
569
	    <widget class="GtkToolButton" id="toolbutton_push">
570
	      <property name="visible">True</property>
571
	      <property name="label" translatable="yes">Push</property>
572
	      <property name="use_underline">True</property>
0.14.7 by Alexander Belchenko
Make olive.glade universal by using the same path to icon resources
573
	      <property name="icon">icons/push.png</property>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
574
	      <property name="visible_horizontal">True</property>
575
	      <property name="visible_vertical">True</property>
576
	      <property name="is_important">False</property>
0.8.13 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
577
	      <signal name="clicked" handler="on_toolbutton_push_clicked" last_modification_time="Mon, 17 Jul 2006 09:03:24 GMT"/>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
578
	    </widget>
579
	    <packing>
580
	      <property name="expand">False</property>
581
	      <property name="homogeneous">True</property>
582
	    </packing>
583
	  </child>
584
	</widget>
585
	<packing>
586
	  <property name="padding">0</property>
587
	  <property name="expand">False</property>
588
	  <property name="fill">False</property>
589
	</packing>
590
      </child>
591
592
      <child>
593
	<widget class="GtkHPaned" id="hpaned_main">
594
	  <property name="visible">True</property>
595
	  <property name="can_focus">True</property>
596
	  <property name="position">200</property>
597
598
	  <child>
599
	    <widget class="GtkScrolledWindow" id="scrolledwindow_left">
600
	      <property name="visible">True</property>
601
	      <property name="can_focus">True</property>
0.8.20 by Szilveszter Farkas (Phanatic)
2006-07-24 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
602
	      <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
603
	      <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
604
	      <property name="shadow_type">GTK_SHADOW_NONE</property>
605
	      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
606
607
	      <child>
608
		<widget class="GtkTreeView" id="treeview_left">
609
		  <property name="visible">True</property>
610
		  <property name="can_focus">True</property>
611
		  <property name="headers_visible">False</property>
612
		  <property name="rules_hint">False</property>
613
		  <property name="reorderable">False</property>
614
		  <property name="enable_search">True</property>
615
		  <property name="fixed_height_mode">False</property>
616
		  <property name="hover_selection">False</property>
617
		  <property name="hover_expand">False</property>
0.8.33 by Szilveszter Farkas (Phanatic)
Implemented bookmarking.
618
		  <signal name="row_activated" handler="on_treeview_left_row_activated" last_modification_time="Tue, 08 Aug 2006 15:31:09 GMT"/>
619
		  <signal name="button_press_event" handler="on_treeview_left_button_press_event" last_modification_time="Tue, 08 Aug 2006 15:31:15 GMT"/>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
620
		</widget>
621
	      </child>
622
	    </widget>
623
	    <packing>
624
	      <property name="shrink">True</property>
625
	      <property name="resize">False</property>
626
	    </packing>
627
	  </child>
628
629
	  <child>
0.8.78 by Szilveszter Farkas (Phanatic)
A better implementation for the drive selection. (OptionMenu didn't work on Win32)
630
	    <widget class="GtkVBox" id="vbox_main_right">
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
631
	      <property name="visible">True</property>
0.8.77 by Szilveszter Farkas (Phanatic)
Implemented drive selector for Win32 platforms.
632
	      <property name="homogeneous">False</property>
633
	      <property name="spacing">0</property>
634
635
	      <child>
0.8.78 by Szilveszter Farkas (Phanatic)
A better implementation for the drive selection. (OptionMenu didn't work on Win32)
636
		<placeholder/>
0.8.77 by Szilveszter Farkas (Phanatic)
Implemented drive selector for Win32 platforms.
637
	      </child>
638
639
	      <child>
640
		<widget class="GtkScrolledWindow" id="scrolledwindow_right">
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
641
		  <property name="visible">True</property>
642
		  <property name="can_focus">True</property>
0.8.77 by Szilveszter Farkas (Phanatic)
Implemented drive selector for Win32 platforms.
643
		  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
644
		  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
645
		  <property name="shadow_type">GTK_SHADOW_NONE</property>
646
		  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
647
648
		  <child>
649
		    <widget class="GtkTreeView" id="treeview_right">
650
		      <property name="visible">True</property>
651
		      <property name="can_focus">True</property>
652
		      <property name="headers_visible">False</property>
653
		      <property name="rules_hint">False</property>
654
		      <property name="reorderable">False</property>
655
		      <property name="enable_search">True</property>
656
		      <property name="fixed_height_mode">False</property>
657
		      <property name="hover_selection">False</property>
658
		      <property name="hover_expand">False</property>
659
		      <signal name="row_activated" handler="on_treeview_right_row_activated" last_modification_time="Thu, 20 Jul 2006 11:31:38 GMT"/>
660
		      <signal name="button_press_event" handler="on_treeview_right_button_press_event" last_modification_time="Wed, 02 Aug 2006 17:16:29 GMT"/>
661
		    </widget>
662
		  </child>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
663
		</widget>
0.8.77 by Szilveszter Farkas (Phanatic)
Implemented drive selector for Win32 platforms.
664
		<packing>
665
		  <property name="padding">0</property>
666
		  <property name="expand">True</property>
667
		  <property name="fill">True</property>
668
		</packing>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
669
	      </child>
670
	    </widget>
671
	    <packing>
672
	      <property name="shrink">True</property>
673
	      <property name="resize">True</property>
674
	    </packing>
675
	  </child>
676
	</widget>
677
	<packing>
678
	  <property name="padding">0</property>
679
	  <property name="expand">True</property>
680
	  <property name="fill">True</property>
681
	</packing>
682
      </child>
683
684
      <child>
685
	<widget class="GtkStatusbar" id="statusbar">
686
	  <property name="visible">True</property>
687
	  <property name="has_resize_grip">True</property>
688
	</widget>
689
	<packing>
690
	  <property name="padding">0</property>
691
	  <property name="expand">False</property>
692
	  <property name="fill">False</property>
693
	</packing>
694
      </child>
695
    </widget>
696
  </child>
697
</widget>
698
699
<widget class="GtkAboutDialog" id="aboutdialog">
700
  <property name="visible">True</property>
701
  <property name="destroy_with_parent">False</property>
702
  <property name="name" translatable="yes">Olive</property>
703
  <property name="copyright" translatable="yes">Copyright (C) 2006 Szilveszter Farkas (Phanatic)</property>
704
  <property name="wrap_license">False</property>
705
  <property name="website">https://launchpad.net/products/olive</property>
706
  <property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
707
  <property name="authors">Szilveszter Farkas (Phanatic) &lt;szilveszter.farkas@gmail.com&gt;</property>
708
  <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
0.8.25 by Szilveszter Farkas (Phanatic)
Icons added to windows; diff window designed.
709
  <property name="logo">oliveicon2.png</property>
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
710
</widget>
711
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
712
<widget class="GtkDialog" id="window_add">
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
713
  <property name="visible">True</property>
714
  <property name="title" translatable="yes">Olive - Add file(s)</property>
0.8.97 by Szilveszter Farkas (Phanatic)
Fix Move, Rename and glade file.
715
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
716
  <property name="window_position">GTK_WIN_POS_NONE</property>
717
  <property name="modal">False</property>
718
  <property name="resizable">False</property>
719
  <property name="destroy_with_parent">False</property>
0.8.25 by Szilveszter Farkas (Phanatic)
Icons added to windows; diff window designed.
720
  <property name="icon">oliveicon2.png</property>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
721
  <property name="decorated">True</property>
722
  <property name="skip_taskbar_hint">False</property>
723
  <property name="skip_pager_hint">False</property>
724
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
725
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
726
  <property name="focus_on_map">True</property>
727
  <property name="urgency_hint">False</property>
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
728
  <property name="has_separator">True</property>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
729
0.13.12 by Jelmer Vernooij
Bunch of other small updates, add more items to
730
  <child internal-child="vbox">
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
731
    <widget class="GtkVBox" id="vbox_add">
732
      <property name="visible">True</property>
733
      <property name="homogeneous">False</property>
734
      <property name="spacing">3</property>
735
0.13.12 by Jelmer Vernooij
Bunch of other small updates, add more items to
736
      <child internal-child="action_area">
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
737
	<widget class="GtkHButtonBox" id="hbuttonbox_add">
738
	  <property name="visible">True</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
739
	  <property name="layout_style">GTK_BUTTONBOX_END</property>
740
741
	  <child>
742
	    <widget class="GtkButton" id="button_add_cancel">
743
	      <property name="visible">True</property>
744
	      <property name="can_default">True</property>
745
	      <property name="can_focus">True</property>
746
	      <property name="label">gtk-cancel</property>
747
	      <property name="use_stock">True</property>
748
	      <property name="relief">GTK_RELIEF_NORMAL</property>
749
	      <property name="focus_on_click">True</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
750
	      <property name="response_id">0</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
751
	      <signal name="clicked" handler="on_button_add_cancel_clicked" last_modification_time="Fri, 21 Jul 2006 11:37:02 GMT"/>
752
	    </widget>
753
	  </child>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
754
755
	  <child>
756
	    <widget class="GtkButton" id="button_add_add">
757
	      <property name="visible">True</property>
758
	      <property name="can_default">True</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
759
	      <property name="has_default">True</property>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
760
	      <property name="can_focus">True</property>
761
	      <property name="relief">GTK_RELIEF_NORMAL</property>
762
	      <property name="focus_on_click">True</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
763
	      <property name="response_id">0</property>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
764
	      <signal name="clicked" handler="on_button_add_add_clicked" last_modification_time="Fri, 21 Jul 2006 11:37:11 GMT"/>
765
766
	      <child>
767
		<widget class="GtkAlignment" id="alignment3">
768
		  <property name="visible">True</property>
769
		  <property name="xalign">0.5</property>
770
		  <property name="yalign">0.5</property>
771
		  <property name="xscale">0</property>
772
		  <property name="yscale">0</property>
773
		  <property name="top_padding">0</property>
774
		  <property name="bottom_padding">0</property>
775
		  <property name="left_padding">0</property>
776
		  <property name="right_padding">0</property>
777
778
		  <child>
779
		    <widget class="GtkHBox" id="hbox5">
780
		      <property name="visible">True</property>
781
		      <property name="homogeneous">False</property>
782
		      <property name="spacing">2</property>
783
784
		      <child>
785
			<widget class="GtkImage" id="image13">
786
			  <property name="visible">True</property>
787
			  <property name="stock">gtk-add</property>
788
			  <property name="icon_size">4</property>
789
			  <property name="xalign">0.5</property>
790
			  <property name="yalign">0.5</property>
791
			  <property name="xpad">0</property>
792
			  <property name="ypad">0</property>
793
			</widget>
794
			<packing>
795
			  <property name="padding">0</property>
796
			  <property name="expand">False</property>
797
			  <property name="fill">False</property>
798
			</packing>
799
		      </child>
800
801
		      <child>
802
			<widget class="GtkLabel" id="label8">
803
			  <property name="visible">True</property>
804
			  <property name="label" translatable="yes">_Add</property>
805
			  <property name="use_underline">True</property>
806
			  <property name="use_markup">False</property>
807
			  <property name="justify">GTK_JUSTIFY_LEFT</property>
808
			  <property name="wrap">False</property>
809
			  <property name="selectable">False</property>
810
			  <property name="xalign">0.5</property>
811
			  <property name="yalign">0.5</property>
812
			  <property name="xpad">0</property>
813
			  <property name="ypad">0</property>
814
			  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
815
			  <property name="width_chars">-1</property>
816
			  <property name="single_line_mode">False</property>
817
			  <property name="angle">0</property>
818
			</widget>
819
			<packing>
820
			  <property name="padding">0</property>
821
			  <property name="expand">False</property>
822
			  <property name="fill">False</property>
823
			</packing>
824
		      </child>
825
		    </widget>
826
		  </child>
827
		</widget>
828
	      </child>
829
	    </widget>
830
	  </child>
831
	</widget>
832
	<packing>
833
	  <property name="padding">0</property>
834
	  <property name="expand">True</property>
835
	  <property name="fill">True</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
836
	  <property name="pack_type">GTK_PACK_END</property>
837
	</packing>
838
      </child>
839
840
      <child>
841
	<widget class="GtkLabel" id="label_add_question">
842
	  <property name="visible">True</property>
843
	  <property name="label" translatable="yes">Which file(s) do you want to add?</property>
844
	  <property name="use_underline">False</property>
845
	  <property name="use_markup">False</property>
846
	  <property name="justify">GTK_JUSTIFY_LEFT</property>
847
	  <property name="wrap">False</property>
848
	  <property name="selectable">False</property>
849
	  <property name="xalign">0.5</property>
850
	  <property name="yalign">0.5</property>
851
	  <property name="xpad">0</property>
852
	  <property name="ypad">0</property>
853
	  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
854
	  <property name="width_chars">-1</property>
855
	  <property name="single_line_mode">False</property>
856
	  <property name="angle">0</property>
857
	</widget>
858
	<packing>
859
	  <property name="padding">0</property>
860
	  <property name="expand">False</property>
861
	  <property name="fill">False</property>
862
	</packing>
863
      </child>
864
865
      <child>
866
	<widget class="GtkRadioButton" id="radiobutton_add_selected">
867
	  <property name="visible">True</property>
868
	  <property name="can_focus">True</property>
869
	  <property name="label" translatable="yes">Selected only</property>
870
	  <property name="use_underline">True</property>
871
	  <property name="relief">GTK_RELIEF_NORMAL</property>
872
	  <property name="focus_on_click">True</property>
873
	  <property name="active">False</property>
874
	  <property name="inconsistent">False</property>
875
	  <property name="draw_indicator">True</property>
876
	</widget>
877
	<packing>
878
	  <property name="padding">0</property>
879
	  <property name="expand">False</property>
880
	  <property name="fill">False</property>
881
	</packing>
882
      </child>
883
884
      <child>
885
	<widget class="GtkRadioButton" id="radiobutton_add_unknown">
886
	  <property name="visible">True</property>
887
	  <property name="can_focus">True</property>
888
	  <property name="label" translatable="yes">All unknowns recursively</property>
889
	  <property name="use_underline">True</property>
890
	  <property name="relief">GTK_RELIEF_NORMAL</property>
891
	  <property name="focus_on_click">True</property>
892
	  <property name="active">False</property>
893
	  <property name="inconsistent">False</property>
894
	  <property name="draw_indicator">True</property>
895
	  <property name="group">radiobutton_add_selected</property>
896
	</widget>
897
	<packing>
898
	  <property name="padding">0</property>
899
	  <property name="expand">False</property>
900
	  <property name="fill">False</property>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
901
	</packing>
902
      </child>
903
    </widget>
904
  </child>
905
</widget>
906
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
907
<widget class="GtkDialog" id="window_remove">
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
908
  <property name="visible">True</property>
909
  <property name="title" translatable="yes">Olive - Remove file(s)</property>
910
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
911
  <property name="window_position">GTK_WIN_POS_NONE</property>
912
  <property name="modal">False</property>
913
  <property name="resizable">False</property>
914
  <property name="destroy_with_parent">False</property>
0.8.25 by Szilveszter Farkas (Phanatic)
Icons added to windows; diff window designed.
915
  <property name="icon">oliveicon2.png</property>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
916
  <property name="decorated">True</property>
917
  <property name="skip_taskbar_hint">False</property>
918
  <property name="skip_pager_hint">False</property>
919
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
920
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
921
  <property name="focus_on_map">True</property>
922
  <property name="urgency_hint">False</property>
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
923
  <property name="has_separator">True</property>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
924
0.13.12 by Jelmer Vernooij
Bunch of other small updates, add more items to
925
  <child internal-child="vbox">
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
926
    <widget class="GtkVBox" id="vbox_remove">
927
      <property name="visible">True</property>
928
      <property name="homogeneous">False</property>
929
      <property name="spacing">3</property>
930
0.13.12 by Jelmer Vernooij
Bunch of other small updates, add more items to
931
      <child internal-child="action_area">
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
932
	<widget class="GtkHButtonBox" id="hbuttonbox_remove">
933
	  <property name="visible">True</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
934
	  <property name="layout_style">GTK_BUTTONBOX_END</property>
935
936
	  <child>
937
	    <widget class="GtkButton" id="button_remove_cancel">
938
	      <property name="visible">True</property>
939
	      <property name="can_default">True</property>
940
	      <property name="can_focus">True</property>
941
	      <property name="label">gtk-cancel</property>
942
	      <property name="use_stock">True</property>
943
	      <property name="relief">GTK_RELIEF_NORMAL</property>
944
	      <property name="focus_on_click">True</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
945
	      <property name="response_id">0</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
946
	      <signal name="clicked" handler="on_button_remove_cancel_clicked" last_modification_time="Fri, 21 Jul 2006 14:22:58 GMT"/>
947
	    </widget>
948
	  </child>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
949
950
	  <child>
951
	    <widget class="GtkButton" id="button_remove_remove">
952
	      <property name="visible">True</property>
953
	      <property name="can_default">True</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
954
	      <property name="has_default">True</property>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
955
	      <property name="can_focus">True</property>
956
	      <property name="relief">GTK_RELIEF_NORMAL</property>
957
	      <property name="focus_on_click">True</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
958
	      <property name="response_id">0</property>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
959
	      <signal name="clicked" handler="on_button_remove_remove_clicked" last_modification_time="Fri, 21 Jul 2006 14:22:51 GMT"/>
960
961
	      <child>
962
		<widget class="GtkAlignment" id="alignment4">
963
		  <property name="visible">True</property>
964
		  <property name="xalign">0.5</property>
965
		  <property name="yalign">0.5</property>
966
		  <property name="xscale">0</property>
967
		  <property name="yscale">0</property>
968
		  <property name="top_padding">0</property>
969
		  <property name="bottom_padding">0</property>
970
		  <property name="left_padding">0</property>
971
		  <property name="right_padding">0</property>
972
973
		  <child>
974
		    <widget class="GtkHBox" id="hbox6">
975
		      <property name="visible">True</property>
976
		      <property name="homogeneous">False</property>
977
		      <property name="spacing">2</property>
978
979
		      <child>
980
			<widget class="GtkImage" id="image39">
981
			  <property name="visible">True</property>
982
			  <property name="stock">gtk-remove</property>
983
			  <property name="icon_size">4</property>
984
			  <property name="xalign">0.5</property>
985
			  <property name="yalign">0.5</property>
986
			  <property name="xpad">0</property>
987
			  <property name="ypad">0</property>
988
			</widget>
989
			<packing>
990
			  <property name="padding">0</property>
991
			  <property name="expand">False</property>
992
			  <property name="fill">False</property>
993
			</packing>
994
		      </child>
995
996
		      <child>
997
			<widget class="GtkLabel" id="label10">
998
			  <property name="visible">True</property>
999
			  <property name="label" translatable="yes">_Remove</property>
1000
			  <property name="use_underline">True</property>
1001
			  <property name="use_markup">False</property>
1002
			  <property name="justify">GTK_JUSTIFY_LEFT</property>
1003
			  <property name="wrap">False</property>
1004
			  <property name="selectable">False</property>
1005
			  <property name="xalign">0.5</property>
1006
			  <property name="yalign">0.5</property>
1007
			  <property name="xpad">0</property>
1008
			  <property name="ypad">0</property>
1009
			  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1010
			  <property name="width_chars">-1</property>
1011
			  <property name="single_line_mode">False</property>
1012
			  <property name="angle">0</property>
1013
			</widget>
1014
			<packing>
1015
			  <property name="padding">0</property>
1016
			  <property name="expand">False</property>
1017
			  <property name="fill">False</property>
1018
			</packing>
1019
		      </child>
1020
		    </widget>
1021
		  </child>
1022
		</widget>
1023
	      </child>
1024
	    </widget>
1025
	  </child>
1026
	</widget>
1027
	<packing>
1028
	  <property name="padding">0</property>
1029
	  <property name="expand">True</property>
1030
	  <property name="fill">True</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
1031
	  <property name="pack_type">GTK_PACK_END</property>
1032
	</packing>
1033
      </child>
1034
1035
      <child>
1036
	<widget class="GtkLabel" id="label_remove_question">
1037
	  <property name="visible">True</property>
1038
	  <property name="label" translatable="yes">Which file(s) do you want to remove?</property>
1039
	  <property name="use_underline">False</property>
1040
	  <property name="use_markup">False</property>
1041
	  <property name="justify">GTK_JUSTIFY_LEFT</property>
1042
	  <property name="wrap">False</property>
1043
	  <property name="selectable">False</property>
1044
	  <property name="xalign">0.5</property>
1045
	  <property name="yalign">0.5</property>
1046
	  <property name="xpad">0</property>
1047
	  <property name="ypad">0</property>
1048
	  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1049
	  <property name="width_chars">-1</property>
1050
	  <property name="single_line_mode">False</property>
1051
	  <property name="angle">0</property>
1052
	</widget>
1053
	<packing>
1054
	  <property name="padding">0</property>
1055
	  <property name="expand">False</property>
1056
	  <property name="fill">False</property>
1057
	</packing>
1058
      </child>
1059
1060
      <child>
1061
	<widget class="GtkRadioButton" id="radiobutton_remove_selected">
1062
	  <property name="visible">True</property>
1063
	  <property name="can_focus">True</property>
1064
	  <property name="label" translatable="yes">Selected only</property>
1065
	  <property name="use_underline">True</property>
1066
	  <property name="relief">GTK_RELIEF_NORMAL</property>
1067
	  <property name="focus_on_click">True</property>
1068
	  <property name="active">False</property>
1069
	  <property name="inconsistent">False</property>
1070
	  <property name="draw_indicator">True</property>
1071
	</widget>
1072
	<packing>
1073
	  <property name="padding">0</property>
1074
	  <property name="expand">False</property>
1075
	  <property name="fill">False</property>
1076
	</packing>
1077
      </child>
1078
1079
      <child>
1080
	<widget class="GtkRadioButton" id="radiobutton_remove_new">
1081
	  <property name="visible">True</property>
1082
	  <property name="can_focus">True</property>
1083
	  <property name="label" translatable="yes">All files with status 'added'</property>
1084
	  <property name="use_underline">True</property>
1085
	  <property name="relief">GTK_RELIEF_NORMAL</property>
1086
	  <property name="focus_on_click">True</property>
1087
	  <property name="active">False</property>
1088
	  <property name="inconsistent">False</property>
1089
	  <property name="draw_indicator">True</property>
1090
	  <property name="group">radiobutton_remove_selected</property>
1091
	</widget>
1092
	<packing>
1093
	  <property name="padding">0</property>
1094
	  <property name="expand">False</property>
1095
	  <property name="fill">False</property>
0.8.19 by Szilveszter Farkas (Phanatic)
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
1096
	</packing>
1097
      </child>
1098
    </widget>
1099
  </child>
1100
</widget>
1101
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
1102
<widget class="GtkDialog" id="window_status">
0.8.29 by Szilveszter Farkas (Phanatic)
Implemented Status window; some code cleanups.
1103
  <property name="width_request">400</property>
1104
  <property name="height_request">300</property>
1105
  <property name="title" translatable="yes">Olive - Status</property>
0.13.13 by Jelmer Vernooij
Update TODO
1106
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
0.8.29 by Szilveszter Farkas (Phanatic)
Implemented Status window; some code cleanups.
1107
  <property name="window_position">GTK_WIN_POS_NONE</property>
1108
  <property name="modal">False</property>
1109
  <property name="resizable">True</property>
1110
  <property name="destroy_with_parent">False</property>
1111
  <property name="icon">oliveicon2.png</property>
1112
  <property name="decorated">True</property>
1113
  <property name="skip_taskbar_hint">False</property>
1114
  <property name="skip_pager_hint">False</property>
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
1115
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
0.8.29 by Szilveszter Farkas (Phanatic)
Implemented Status window; some code cleanups.
1116
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1117
  <property name="focus_on_map">True</property>
1118
  <property name="urgency_hint">False</property>
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
1119
  <property name="has_separator">True</property>
0.8.29 by Szilveszter Farkas (Phanatic)
Implemented Status window; some code cleanups.
1120
0.13.12 by Jelmer Vernooij
Bunch of other small updates, add more items to
1121
  <child internal-child="vbox">
0.8.29 by Szilveszter Farkas (Phanatic)
Implemented Status window; some code cleanups.
1122
    <widget class="GtkVBox" id="vbox_status">
1123
      <property name="visible">True</property>
1124
      <property name="homogeneous">False</property>
1125
      <property name="spacing">3</property>
1126
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
1127
      <child internal-child="action_area">
1128
	<widget class="GtkHButtonBox" id="hbuttonbox_status">
1129
	  <property name="visible">True</property>
1130
	  <property name="layout_style">GTK_BUTTONBOX_END</property>
1131
1132
	  <child>
1133
	    <widget class="GtkButton" id="button_status_close">
1134
	      <property name="visible">True</property>
1135
	      <property name="can_default">True</property>
1136
	      <property name="has_default">True</property>
1137
	      <property name="can_focus">True</property>
1138
	      <property name="label">gtk-close</property>
1139
	      <property name="use_stock">True</property>
1140
	      <property name="relief">GTK_RELIEF_NORMAL</property>
1141
	      <property name="focus_on_click">True</property>
1142
	      <property name="response_id">0</property>
1143
	      <signal name="clicked" handler="on_button_status_close_clicked" last_modification_time="Thu, 03 Aug 2006 13:45:17 GMT"/>
1144
	    </widget>
1145
	  </child>
1146
	</widget>
1147
	<packing>
1148
	  <property name="padding">0</property>
1149
	  <property name="expand">False</property>
1150
	  <property name="fill">True</property>
1151
	  <property name="pack_type">GTK_PACK_END</property>
1152
	</packing>
1153
      </child>
1154
0.8.29 by Szilveszter Farkas (Phanatic)
Implemented Status window; some code cleanups.
1155
      <child>
1156
	<widget class="GtkScrolledWindow" id="scrolledwindow_status">
1157
	  <property name="visible">True</property>
1158
	  <property name="can_focus">True</property>
1159
	  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1160
	  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1161
	  <property name="shadow_type">GTK_SHADOW_IN</property>
1162
	  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
1163
1164
	  <child>
1165
	    <widget class="GtkTreeView" id="treeview_status">
1166
	      <property name="visible">True</property>
1167
	      <property name="can_focus">True</property>
1168
	      <property name="headers_visible">False</property>
1169
	      <property name="rules_hint">False</property>
1170
	      <property name="reorderable">False</property>
1171
	      <property name="enable_search">True</property>
1172
	      <property name="fixed_height_mode">False</property>
1173
	      <property name="hover_selection">False</property>
1174
	      <property name="hover_expand">False</property>
1175
	    </widget>
1176
	  </child>
1177
	</widget>
1178
	<packing>
1179
	  <property name="padding">0</property>
1180
	  <property name="expand">True</property>
1181
	  <property name="fill">True</property>
1182
	</packing>
1183
      </child>
1184
    </widget>
1185
  </child>
1186
</widget>
1187
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
1188
<widget class="GtkDialog" id="window_mkdir">
0.8.37 by Szilveszter Farkas (Phanatic)
Implemented Make directory functionality; some cleanups.
1189
  <property name="visible">True</property>
1190
  <property name="title" translatable="yes">Olive - Make directory</property>
0.8.97 by Szilveszter Farkas (Phanatic)
Fix Move, Rename and glade file.
1191
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
0.8.37 by Szilveszter Farkas (Phanatic)
Implemented Make directory functionality; some cleanups.
1192
  <property name="window_position">GTK_WIN_POS_NONE</property>
1193
  <property name="modal">False</property>
1194
  <property name="resizable">True</property>
1195
  <property name="destroy_with_parent">False</property>
1196
  <property name="icon">oliveicon2.png</property>
1197
  <property name="decorated">True</property>
1198
  <property name="skip_taskbar_hint">False</property>
1199
  <property name="skip_pager_hint">False</property>
0.8.38 by Szilveszter Farkas (Phanatic)
Implemented Move functionality; move() backend code refined.
1200
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
0.8.37 by Szilveszter Farkas (Phanatic)
Implemented Make directory functionality; some cleanups.
1201
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1202
  <property name="focus_on_map">True</property>
1203
  <property name="urgency_hint">False</property>
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
1204
  <property name="has_separator">True</property>
0.8.37 by Szilveszter Farkas (Phanatic)
Implemented Make directory functionality; some cleanups.
1205
0.13.12 by Jelmer Vernooij
Bunch of other small updates, add more items to
1206
  <child internal-child="vbox">
0.8.37 by Szilveszter Farkas (Phanatic)
Implemented Make directory functionality; some cleanups.
1207
    <widget class="GtkVBox" id="vbox_mkdir">
1208
      <property name="visible">True</property>
1209
      <property name="homogeneous">False</property>
1210
      <property name="spacing">3</property>
1211
0.13.12 by Jelmer Vernooij
Bunch of other small updates, add more items to
1212
      <child internal-child="action_area">
0.8.37 by Szilveszter Farkas (Phanatic)
Implemented Make directory functionality; some cleanups.
1213
	<widget class="GtkHButtonBox" id="hbuttonbox_mkdir">
1214
	  <property name="visible">True</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1215
	  <property name="layout_style">GTK_BUTTONBOX_END</property>
0.8.37 by Szilveszter Farkas (Phanatic)
Implemented Make directory functionality; some cleanups.
1216
1217
	  <child>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1218
	    <widget class="GtkButton" id="button_mkdir_cancel">
1219
	      <property name="visible">True</property>
1220
	      <property name="can_default">True</property>
1221
	      <property name="can_focus">True</property>
1222
	      <property name="label">gtk-cancel</property>
1223
	      <property name="use_stock">True</property>
1224
	      <property name="relief">GTK_RELIEF_NORMAL</property>
1225
	      <property name="focus_on_click">True</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
1226
	      <property name="response_id">0</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1227
	      <signal name="clicked" handler="on_button_mkdir_cancel_clicked" last_modification_time="Wed, 09 Aug 2006 12:33:49 GMT"/>
1228
	    </widget>
1229
	  </child>
1230
1231
	  <child>
0.8.37 by Szilveszter Farkas (Phanatic)
Implemented Make directory functionality; some cleanups.
1232
	    <widget class="GtkButton" id="button_mkdir_mkdir">
1233
	      <property name="visible">True</property>
1234
	      <property name="can_default">True</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1235
	      <property name="has_default">True</property>
0.8.37 by Szilveszter Farkas (Phanatic)
Implemented Make directory functionality; some cleanups.
1236
	      <property name="can_focus">True</property>
1237
	      <property name="relief">GTK_RELIEF_NORMAL</property>
1238
	      <property name="focus_on_click">True</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
1239
	      <property name="response_id">0</property>
0.8.37 by Szilveszter Farkas (Phanatic)
Implemented Make directory functionality; some cleanups.
1240
	      <signal name="clicked" handler="on_button_mkdir_mkdir_clicked" last_modification_time="Wed, 09 Aug 2006 12:33:54 GMT"/>
1241
1242
	      <child>
1243
		<widget class="GtkAlignment" id="alignment8">
1244
		  <property name="visible">True</property>
1245
		  <property name="xalign">0.5</property>
1246
		  <property name="yalign">0.5</property>
1247
		  <property name="xscale">0</property>
1248
		  <property name="yscale">0</property>
1249
		  <property name="top_padding">0</property>
1250
		  <property name="bottom_padding">0</property>
1251
		  <property name="left_padding">0</property>
1252
		  <property name="right_padding">0</property>
1253
1254
		  <child>
1255
		    <widget class="GtkHBox" id="hbox10">
1256
		      <property name="visible">True</property>
1257
		      <property name="homogeneous">False</property>
1258
		      <property name="spacing">2</property>
1259
1260
		      <child>
1261
			<widget class="GtkImage" id="image143">
1262
			  <property name="visible">True</property>
1263
			  <property name="stock">gtk-add</property>
1264
			  <property name="icon_size">4</property>
1265
			  <property name="xalign">0.5</property>
1266
			  <property name="yalign">0.5</property>
1267
			  <property name="xpad">0</property>
1268
			  <property name="ypad">0</property>
1269
			</widget>
1270
			<packing>
1271
			  <property name="padding">0</property>
1272
			  <property name="expand">False</property>
1273
			  <property name="fill">False</property>
1274
			</packing>
1275
		      </child>
1276
1277
		      <child>
1278
			<widget class="GtkLabel" id="label17">
1279
			  <property name="visible">True</property>
1280
			  <property name="label" translatable="yes">_Make directory</property>
1281
			  <property name="use_underline">True</property>
1282
			  <property name="use_markup">False</property>
1283
			  <property name="justify">GTK_JUSTIFY_LEFT</property>
1284
			  <property name="wrap">False</property>
1285
			  <property name="selectable">False</property>
1286
			  <property name="xalign">0.5</property>
1287
			  <property name="yalign">0.5</property>
1288
			  <property name="xpad">0</property>
1289
			  <property name="ypad">0</property>
1290
			  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1291
			  <property name="width_chars">-1</property>
1292
			  <property name="single_line_mode">False</property>
1293
			  <property name="angle">0</property>
1294
			</widget>
1295
			<packing>
1296
			  <property name="padding">0</property>
1297
			  <property name="expand">False</property>
1298
			  <property name="fill">False</property>
1299
			</packing>
1300
		      </child>
1301
		    </widget>
1302
		  </child>
1303
		</widget>
1304
	      </child>
1305
	    </widget>
1306
	  </child>
1307
	</widget>
1308
	<packing>
1309
	  <property name="padding">0</property>
1310
	  <property name="expand">False</property>
1311
	  <property name="fill">False</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
1312
	  <property name="pack_type">GTK_PACK_END</property>
1313
	</packing>
1314
      </child>
1315
1316
      <child>
1317
	<widget class="GtkEntry" id="entry_mkdir">
1318
	  <property name="visible">True</property>
1319
	  <property name="can_focus">True</property>
1320
	  <property name="has_focus">True</property>
1321
	  <property name="editable">True</property>
1322
	  <property name="visibility">True</property>
1323
	  <property name="max_length">0</property>
1324
	  <property name="text" translatable="yes"></property>
1325
	  <property name="has_frame">True</property>
1326
	  <property name="invisible_char"></property>
1327
	  <property name="activates_default">False</property>
1328
	</widget>
1329
	<packing>
1330
	  <property name="padding">0</property>
1331
	  <property name="expand">False</property>
1332
	  <property name="fill">False</property>
1333
	</packing>
1334
      </child>
1335
1336
      <child>
1337
	<widget class="GtkCheckButton" id="checkbutton_mkdir_versioned">
1338
	  <property name="visible">True</property>
1339
	  <property name="can_focus">True</property>
1340
	  <property name="label" translatable="yes">_Versioned directory</property>
1341
	  <property name="use_underline">True</property>
1342
	  <property name="relief">GTK_RELIEF_NORMAL</property>
1343
	  <property name="focus_on_click">True</property>
1344
	  <property name="active">True</property>
1345
	  <property name="inconsistent">False</property>
1346
	  <property name="draw_indicator">True</property>
1347
	</widget>
1348
	<packing>
1349
	  <property name="padding">0</property>
1350
	  <property name="expand">False</property>
1351
	  <property name="fill">False</property>
0.8.37 by Szilveszter Farkas (Phanatic)
Implemented Make directory functionality; some cleanups.
1352
	</packing>
1353
      </child>
1354
    </widget>
1355
  </child>
1356
</widget>
1357
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
1358
<widget class="GtkDialog" id="window_move">
0.8.38 by Szilveszter Farkas (Phanatic)
Implemented Move functionality; move() backend code refined.
1359
  <property name="width_request">250</property>
1360
  <property name="title" translatable="yes">Olive - Move</property>
0.8.97 by Szilveszter Farkas (Phanatic)
Fix Move, Rename and glade file.
1361
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
0.8.38 by Szilveszter Farkas (Phanatic)
Implemented Move functionality; move() backend code refined.
1362
  <property name="window_position">GTK_WIN_POS_NONE</property>
1363
  <property name="modal">False</property>
1364
  <property name="resizable">True</property>
1365
  <property name="destroy_with_parent">False</property>
1366
  <property name="icon">oliveicon2.png</property>
1367
  <property name="decorated">True</property>
1368
  <property name="skip_taskbar_hint">False</property>
1369
  <property name="skip_pager_hint">False</property>
1370
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1371
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1372
  <property name="focus_on_map">True</property>
1373
  <property name="urgency_hint">False</property>
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
1374
  <property name="has_separator">True</property>
0.8.38 by Szilveszter Farkas (Phanatic)
Implemented Move functionality; move() backend code refined.
1375
0.13.12 by Jelmer Vernooij
Bunch of other small updates, add more items to
1376
  <child internal-child="vbox">
0.8.38 by Szilveszter Farkas (Phanatic)
Implemented Move functionality; move() backend code refined.
1377
    <widget class="GtkVBox" id="vbox_move">
1378
      <property name="visible">True</property>
1379
      <property name="homogeneous">False</property>
1380
      <property name="spacing">3</property>
1381
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
1382
      <child internal-child="action_area">
0.8.38 by Szilveszter Farkas (Phanatic)
Implemented Move functionality; move() backend code refined.
1383
	<widget class="GtkHButtonBox" id="hbuttonbox_move">
1384
	  <property name="visible">True</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1385
	  <property name="layout_style">GTK_BUTTONBOX_END</property>
0.8.38 by Szilveszter Farkas (Phanatic)
Implemented Move functionality; move() backend code refined.
1386
1387
	  <child>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1388
	    <widget class="GtkButton" id="button_move_cancel">
1389
	      <property name="visible">True</property>
1390
	      <property name="can_default">True</property>
1391
	      <property name="can_focus">True</property>
1392
	      <property name="label">gtk-cancel</property>
1393
	      <property name="use_stock">True</property>
1394
	      <property name="relief">GTK_RELIEF_NORMAL</property>
1395
	      <property name="focus_on_click">True</property>
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
1396
	      <property name="response_id">0</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1397
	      <signal name="clicked" handler="on_button_move_cancel_clicked" last_modification_time="Wed, 09 Aug 2006 13:35:11 GMT"/>
1398
	    </widget>
1399
	  </child>
1400
1401
	  <child>
0.8.38 by Szilveszter Farkas (Phanatic)
Implemented Move functionality; move() backend code refined.
1402
	    <widget class="GtkButton" id="button_move_move">
1403
	      <property name="visible">True</property>
1404
	      <property name="can_default">True</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1405
	      <property name="has_default">True</property>
0.8.38 by Szilveszter Farkas (Phanatic)
Implemented Move functionality; move() backend code refined.
1406
	      <property name="can_focus">True</property>
1407
	      <property name="relief">GTK_RELIEF_NORMAL</property>
1408
	      <property name="focus_on_click">True</property>
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
1409
	      <property name="response_id">0</property>
0.8.38 by Szilveszter Farkas (Phanatic)
Implemented Move functionality; move() backend code refined.
1410
	      <signal name="clicked" handler="on_button_move_move_clicked" last_modification_time="Wed, 09 Aug 2006 13:35:24 GMT"/>
1411
1412
	      <child>
1413
		<widget class="GtkAlignment" id="alignment9">
1414
		  <property name="visible">True</property>
1415
		  <property name="xalign">0.5</property>
1416
		  <property name="yalign">0.5</property>
1417
		  <property name="xscale">0</property>
1418
		  <property name="yscale">0</property>
1419
		  <property name="top_padding">0</property>
1420
		  <property name="bottom_padding">0</property>
1421
		  <property name="left_padding">0</property>
1422
		  <property name="right_padding">0</property>
1423
1424
		  <child>
1425
		    <widget class="GtkHBox" id="hbox11">
1426
		      <property name="visible">True</property>
1427
		      <property name="homogeneous">False</property>
1428
		      <property name="spacing">2</property>
1429
1430
		      <child>
1431
			<widget class="GtkImage" id="image151">
1432
			  <property name="visible">True</property>
1433
			  <property name="stock">gtk-apply</property>
1434
			  <property name="icon_size">4</property>
1435
			  <property name="xalign">0.5</property>
1436
			  <property name="yalign">0.5</property>
1437
			  <property name="xpad">0</property>
1438
			  <property name="ypad">0</property>
1439
			</widget>
1440
			<packing>
1441
			  <property name="padding">0</property>
1442
			  <property name="expand">False</property>
1443
			  <property name="fill">False</property>
1444
			</packing>
1445
		      </child>
1446
1447
		      <child>
1448
			<widget class="GtkLabel" id="label18">
1449
			  <property name="visible">True</property>
1450
			  <property name="label" translatable="yes">_Move</property>
1451
			  <property name="use_underline">True</property>
1452
			  <property name="use_markup">False</property>
1453
			  <property name="justify">GTK_JUSTIFY_LEFT</property>
1454
			  <property name="wrap">False</property>
1455
			  <property name="selectable">False</property>
1456
			  <property name="xalign">0.5</property>
1457
			  <property name="yalign">0.5</property>
1458
			  <property name="xpad">0</property>
1459
			  <property name="ypad">0</property>
1460
			  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1461
			  <property name="width_chars">-1</property>
1462
			  <property name="single_line_mode">False</property>
1463
			  <property name="angle">0</property>
1464
			</widget>
1465
			<packing>
1466
			  <property name="padding">0</property>
1467
			  <property name="expand">False</property>
1468
			  <property name="fill">False</property>
1469
			</packing>
1470
		      </child>
1471
		    </widget>
1472
		  </child>
1473
		</widget>
1474
	      </child>
1475
	    </widget>
1476
	  </child>
1477
	</widget>
1478
	<packing>
1479
	  <property name="padding">0</property>
1480
	  <property name="expand">False</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
1481
	  <property name="fill">True</property>
1482
	  <property name="pack_type">GTK_PACK_END</property>
1483
	</packing>
1484
      </child>
1485
1486
      <child>
1487
	<widget class="GtkHBox" id="hbox_move">
1488
	  <property name="visible">True</property>
1489
	  <property name="homogeneous">False</property>
1490
	  <property name="spacing">5</property>
1491
1492
	  <child>
1493
	    <widget class="GtkLabel" id="label_move">
1494
	      <property name="visible">True</property>
1495
	      <property name="label" translatable="yes">Move to</property>
1496
	      <property name="use_underline">False</property>
1497
	      <property name="use_markup">False</property>
1498
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
1499
	      <property name="wrap">False</property>
1500
	      <property name="selectable">False</property>
1501
	      <property name="xalign">0.5</property>
1502
	      <property name="yalign">0.5</property>
1503
	      <property name="xpad">0</property>
1504
	      <property name="ypad">0</property>
1505
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1506
	      <property name="width_chars">-1</property>
1507
	      <property name="single_line_mode">False</property>
1508
	      <property name="angle">0</property>
1509
	    </widget>
1510
	    <packing>
1511
	      <property name="padding">0</property>
1512
	      <property name="expand">False</property>
1513
	      <property name="fill">False</property>
1514
	    </packing>
1515
	  </child>
1516
1517
	  <child>
1518
	    <widget class="GtkFileChooserButton" id="filechooserbutton_move">
1519
	      <property name="visible">True</property>
1520
	      <property name="title" translatable="yes">Select a directory</property>
1521
	      <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
1522
	      <property name="local_only">True</property>
1523
	      <property name="show_hidden">False</property>
1524
	      <property name="do_overwrite_confirmation">False</property>
1525
	      <property name="width_chars">-1</property>
1526
	    </widget>
1527
	    <packing>
1528
	      <property name="padding">0</property>
1529
	      <property name="expand">True</property>
1530
	      <property name="fill">True</property>
1531
	    </packing>
1532
	  </child>
1533
	</widget>
1534
	<packing>
1535
	  <property name="padding">0</property>
1536
	  <property name="expand">True</property>
1537
	  <property name="fill">True</property>
0.8.38 by Szilveszter Farkas (Phanatic)
Implemented Move functionality; move() backend code refined.
1538
	</packing>
1539
      </child>
1540
    </widget>
1541
  </child>
1542
</widget>
1543
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
1544
<widget class="GtkDialog" id="window_rename">
0.8.40 by Szilveszter Farkas (Phanatic)
Implemented Rename functionality.
1545
  <property name="title" translatable="yes">Olive - Rename</property>
1546
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
1547
  <property name="window_position">GTK_WIN_POS_NONE</property>
1548
  <property name="modal">False</property>
1549
  <property name="resizable">True</property>
1550
  <property name="destroy_with_parent">False</property>
1551
  <property name="icon">oliveicon2.png</property>
1552
  <property name="decorated">True</property>
1553
  <property name="skip_taskbar_hint">False</property>
1554
  <property name="skip_pager_hint">False</property>
1555
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1556
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1557
  <property name="focus_on_map">True</property>
1558
  <property name="urgency_hint">False</property>
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
1559
  <property name="has_separator">True</property>
0.8.40 by Szilveszter Farkas (Phanatic)
Implemented Rename functionality.
1560
0.13.12 by Jelmer Vernooij
Bunch of other small updates, add more items to
1561
  <child internal-child="vbox">
0.8.40 by Szilveszter Farkas (Phanatic)
Implemented Rename functionality.
1562
    <widget class="GtkVBox" id="vbox_rename">
1563
      <property name="visible">True</property>
1564
      <property name="homogeneous">False</property>
1565
      <property name="spacing">3</property>
1566
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
1567
      <child internal-child="action_area">
0.8.40 by Szilveszter Farkas (Phanatic)
Implemented Rename functionality.
1568
	<widget class="GtkHButtonBox" id="hbuttonbox_rename">
1569
	  <property name="visible">True</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1570
	  <property name="layout_style">GTK_BUTTONBOX_END</property>
0.8.40 by Szilveszter Farkas (Phanatic)
Implemented Rename functionality.
1571
1572
	  <child>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1573
	    <widget class="GtkButton" id="button_rename_cancel">
1574
	      <property name="visible">True</property>
1575
	      <property name="can_default">True</property>
1576
	      <property name="can_focus">True</property>
1577
	      <property name="label">gtk-cancel</property>
1578
	      <property name="use_stock">True</property>
1579
	      <property name="relief">GTK_RELIEF_NORMAL</property>
1580
	      <property name="focus_on_click">True</property>
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
1581
	      <property name="response_id">0</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1582
	      <signal name="clicked" handler="on_button_rename_cancel_clicked" last_modification_time="Wed, 09 Aug 2006 14:29:00 GMT"/>
1583
	    </widget>
1584
	  </child>
1585
1586
	  <child>
0.8.40 by Szilveszter Farkas (Phanatic)
Implemented Rename functionality.
1587
	    <widget class="GtkButton" id="button_rename_rename">
1588
	      <property name="visible">True</property>
1589
	      <property name="can_default">True</property>
0.8.44 by Szilveszter Farkas (Phanatic)
Some changes according to GNOME HIG.
1590
	      <property name="has_default">True</property>
0.8.40 by Szilveszter Farkas (Phanatic)
Implemented Rename functionality.
1591
	      <property name="can_focus">True</property>
1592
	      <property name="relief">GTK_RELIEF_NORMAL</property>
1593
	      <property name="focus_on_click">True</property>
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
1594
	      <property name="response_id">0</property>
0.8.40 by Szilveszter Farkas (Phanatic)
Implemented Rename functionality.
1595
	      <signal name="clicked" handler="on_button_rename_rename_clicked" last_modification_time="Wed, 09 Aug 2006 14:28:53 GMT"/>
1596
1597
	      <child>
1598
		<widget class="GtkAlignment" id="alignment10">
1599
		  <property name="visible">True</property>
1600
		  <property name="xalign">0.5</property>
1601
		  <property name="yalign">0.5</property>
1602
		  <property name="xscale">0</property>
1603
		  <property name="yscale">0</property>
1604
		  <property name="top_padding">0</property>
1605
		  <property name="bottom_padding">0</property>
1606
		  <property name="left_padding">0</property>
1607
		  <property name="right_padding">0</property>
1608
1609
		  <child>
1610
		    <widget class="GtkHBox" id="hbox13">
1611
		      <property name="visible">True</property>
1612
		      <property name="homogeneous">False</property>
1613
		      <property name="spacing">2</property>
1614
1615
		      <child>
1616
			<widget class="GtkImage" id="image159">
1617
			  <property name="visible">True</property>
1618
			  <property name="stock">gtk-apply</property>
1619
			  <property name="icon_size">4</property>
1620
			  <property name="xalign">0.5</property>
1621
			  <property name="yalign">0.5</property>
1622
			  <property name="xpad">0</property>
1623
			  <property name="ypad">0</property>
1624
			</widget>
1625
			<packing>
1626
			  <property name="padding">0</property>
1627
			  <property name="expand">False</property>
1628
			  <property name="fill">False</property>
1629
			</packing>
1630
		      </child>
1631
1632
		      <child>
1633
			<widget class="GtkLabel" id="label20">
1634
			  <property name="visible">True</property>
1635
			  <property name="label" translatable="yes">_Rename</property>
1636
			  <property name="use_underline">True</property>
1637
			  <property name="use_markup">False</property>
1638
			  <property name="justify">GTK_JUSTIFY_LEFT</property>
1639
			  <property name="wrap">False</property>
1640
			  <property name="selectable">False</property>
1641
			  <property name="xalign">0.5</property>
1642
			  <property name="yalign">0.5</property>
1643
			  <property name="xpad">0</property>
1644
			  <property name="ypad">0</property>
1645
			  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1646
			  <property name="width_chars">-1</property>
1647
			  <property name="single_line_mode">False</property>
1648
			  <property name="angle">0</property>
1649
			</widget>
1650
			<packing>
1651
			  <property name="padding">0</property>
1652
			  <property name="expand">False</property>
1653
			  <property name="fill">False</property>
1654
			</packing>
1655
		      </child>
1656
		    </widget>
1657
		  </child>
1658
		</widget>
1659
	      </child>
1660
	    </widget>
1661
	  </child>
1662
	</widget>
1663
	<packing>
1664
	  <property name="padding">0</property>
1665
	  <property name="expand">False</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
1666
	  <property name="fill">True</property>
1667
	  <property name="pack_type">GTK_PACK_END</property>
1668
	</packing>
1669
      </child>
1670
1671
      <child>
1672
	<widget class="GtkHBox" id="hbox_rename">
1673
	  <property name="visible">True</property>
1674
	  <property name="homogeneous">False</property>
1675
	  <property name="spacing">5</property>
1676
1677
	  <child>
1678
	    <widget class="GtkLabel" id="label_rename">
1679
	      <property name="visible">True</property>
1680
	      <property name="label" translatable="yes">Rename to</property>
1681
	      <property name="use_underline">False</property>
1682
	      <property name="use_markup">False</property>
1683
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
1684
	      <property name="wrap">False</property>
1685
	      <property name="selectable">False</property>
1686
	      <property name="xalign">0.5</property>
1687
	      <property name="yalign">0.5</property>
1688
	      <property name="xpad">0</property>
1689
	      <property name="ypad">0</property>
1690
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1691
	      <property name="width_chars">-1</property>
1692
	      <property name="single_line_mode">False</property>
1693
	      <property name="angle">0</property>
1694
	    </widget>
1695
	    <packing>
1696
	      <property name="padding">0</property>
1697
	      <property name="expand">False</property>
1698
	      <property name="fill">False</property>
1699
	    </packing>
1700
	  </child>
1701
1702
	  <child>
1703
	    <widget class="GtkEntry" id="entry_rename">
1704
	      <property name="visible">True</property>
1705
	      <property name="can_focus">True</property>
1706
	      <property name="has_focus">True</property>
1707
	      <property name="editable">True</property>
1708
	      <property name="visibility">True</property>
1709
	      <property name="max_length">0</property>
1710
	      <property name="text" translatable="yes"></property>
1711
	      <property name="has_frame">True</property>
1712
	      <property name="invisible_char"></property>
1713
	      <property name="activates_default">False</property>
1714
	    </widget>
1715
	    <packing>
1716
	      <property name="padding">0</property>
1717
	      <property name="expand">True</property>
1718
	      <property name="fill">True</property>
1719
	    </packing>
1720
	  </child>
1721
	</widget>
1722
	<packing>
1723
	  <property name="padding">0</property>
1724
	  <property name="expand">True</property>
1725
	  <property name="fill">True</property>
0.8.40 by Szilveszter Farkas (Phanatic)
Implemented Rename functionality.
1726
	</packing>
1727
      </child>
1728
    </widget>
1729
  </child>
1730
</widget>
1731
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
1732
<widget class="GtkDialog" id="window_info">
0.10.1 by Richard Ferguson
Cleaned up information dialog
1733
  <property name="title" translatable="yes">Olive - Information</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
1734
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
1735
  <property name="window_position">GTK_WIN_POS_NONE</property>
1736
  <property name="modal">False</property>
1737
  <property name="resizable">True</property>
1738
  <property name="destroy_with_parent">False</property>
1739
  <property name="icon">oliveicon2.png</property>
1740
  <property name="decorated">True</property>
1741
  <property name="skip_taskbar_hint">False</property>
1742
  <property name="skip_pager_hint">False</property>
1743
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1744
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1745
  <property name="focus_on_map">True</property>
1746
  <property name="urgency_hint">False</property>
0.13.9 by Jelmer Vernooij
Turn some windows into dialogs.
1747
  <property name="has_separator">True</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
1748
0.13.12 by Jelmer Vernooij
Bunch of other small updates, add more items to
1749
  <child internal-child="vbox">
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
1750
    <widget class="GtkVBox" id="vbox_info">
1751
      <property name="visible">True</property>
1752
      <property name="homogeneous">False</property>
1753
      <property name="spacing">3</property>
1754
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
1755
      <child internal-child="action_area">
1756
	<widget class="GtkHButtonBox" id="hbuttonbox_info">
1757
	  <property name="visible">True</property>
1758
	  <property name="can_default">True</property>
1759
	  <property name="has_default">True</property>
1760
	  <property name="layout_style">GTK_BUTTONBOX_END</property>
1761
1762
	  <child>
1763
	    <widget class="GtkButton" id="button_info_close">
1764
	      <property name="visible">True</property>
1765
	      <property name="can_default">True</property>
1766
	      <property name="has_default">True</property>
1767
	      <property name="can_focus">True</property>
1768
	      <property name="label">gtk-close</property>
1769
	      <property name="use_stock">True</property>
1770
	      <property name="relief">GTK_RELIEF_NORMAL</property>
1771
	      <property name="focus_on_click">True</property>
1772
	      <property name="response_id">0</property>
1773
	      <signal name="clicked" handler="on_button_info_close_clicked" last_modification_time="Wed, 09 Aug 2006 20:00:44 GMT"/>
1774
	    </widget>
1775
	  </child>
1776
	</widget>
1777
	<packing>
1778
	  <property name="padding">0</property>
1779
	  <property name="expand">False</property>
1780
	  <property name="fill">False</property>
1781
	  <property name="pack_type">GTK_PACK_END</property>
1782
	</packing>
1783
      </child>
1784
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
1785
      <child>
1786
	<widget class="GtkExpander" id="expander_info_location">
1787
	  <property name="can_focus">True</property>
1788
	  <property name="expanded">False</property>
1789
	  <property name="spacing">0</property>
1790
	  <signal name="activate" handler="on_expander_info_location_activate" last_modification_time="Wed, 09 Aug 2006 22:18:59 GMT"/>
1791
1792
	  <child>
0.10.1 by Richard Ferguson
Cleaned up information dialog
1793
	    <widget class="GtkAlignment" id="alignment11">
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
1794
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
1795
	      <property name="xalign">0.5</property>
1796
	      <property name="yalign">0.5</property>
1797
	      <property name="xscale">1</property>
1798
	      <property name="yscale">1</property>
1799
	      <property name="top_padding">0</property>
1800
	      <property name="bottom_padding">0</property>
1801
	      <property name="left_padding">24</property>
1802
	      <property name="right_padding">0</property>
1803
1804
	      <child>
1805
		<widget class="GtkTable" id="table_info_location">
1806
		  <property name="visible">True</property>
1807
		  <property name="n_rows">7</property>
1808
		  <property name="n_columns">2</property>
1809
		  <property name="homogeneous">False</property>
1810
		  <property name="row_spacing">0</property>
1811
		  <property name="column_spacing">12</property>
1812
1813
		  <child>
1814
		    <widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1815
		      <property name="label" translatable="yes">Light checkout root: </property>
1816
		      <property name="use_underline">False</property>
1817
		      <property name="use_markup">False</property>
1818
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
1819
		      <property name="wrap">False</property>
1820
		      <property name="selectable">False</property>
1821
		      <property name="xalign">0</property>
1822
		      <property name="yalign">0.5</property>
1823
		      <property name="xpad">0</property>
1824
		      <property name="ypad">0</property>
1825
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1826
		      <property name="width_chars">-1</property>
1827
		      <property name="single_line_mode">False</property>
1828
		      <property name="angle">0</property>
1829
		    </widget>
1830
		    <packing>
1831
		      <property name="left_attach">0</property>
1832
		      <property name="right_attach">1</property>
1833
		      <property name="top_attach">0</property>
1834
		      <property name="bottom_attach">1</property>
1835
		      <property name="x_options">fill</property>
1836
		      <property name="y_options"></property>
1837
		    </packing>
1838
		  </child>
1839
1840
		  <child>
1841
		    <widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1842
		      <property name="label" translatable="yes">Shared repository: </property>
1843
		      <property name="use_underline">False</property>
1844
		      <property name="use_markup">False</property>
1845
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
1846
		      <property name="wrap">False</property>
1847
		      <property name="selectable">False</property>
1848
		      <property name="xalign">0</property>
1849
		      <property name="yalign">0.5</property>
1850
		      <property name="xpad">0</property>
1851
		      <property name="ypad">0</property>
1852
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1853
		      <property name="width_chars">-1</property>
1854
		      <property name="single_line_mode">False</property>
1855
		      <property name="angle">0</property>
1856
		    </widget>
1857
		    <packing>
1858
		      <property name="left_attach">0</property>
1859
		      <property name="right_attach">1</property>
1860
		      <property name="top_attach">1</property>
1861
		      <property name="bottom_attach">2</property>
1862
		      <property name="x_options">fill</property>
1863
		      <property name="y_options"></property>
1864
		    </packing>
1865
		  </child>
1866
1867
		  <child>
1868
		    <widget class="GtkLabel" id="label_info_location_repobranch_label">
1869
		      <property name="label" translatable="yes">Repository branch: </property>
1870
		      <property name="use_underline">False</property>
1871
		      <property name="use_markup">False</property>
1872
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
1873
		      <property name="wrap">False</property>
1874
		      <property name="selectable">False</property>
1875
		      <property name="xalign">0</property>
1876
		      <property name="yalign">0.5</property>
1877
		      <property name="xpad">0</property>
1878
		      <property name="ypad">0</property>
1879
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1880
		      <property name="width_chars">-1</property>
1881
		      <property name="single_line_mode">False</property>
1882
		      <property name="angle">0</property>
1883
		    </widget>
1884
		    <packing>
1885
		      <property name="left_attach">0</property>
1886
		      <property name="right_attach">1</property>
1887
		      <property name="top_attach">2</property>
1888
		      <property name="bottom_attach">3</property>
1889
		      <property name="x_options">fill</property>
1890
		      <property name="y_options"></property>
1891
		    </packing>
1892
		  </child>
1893
1894
		  <child>
1895
		    <widget class="GtkLabel" id="label_info_location_cobranch_label">
1896
		      <property name="label" translatable="yes">Checkout of branch: </property>
1897
		      <property name="use_underline">False</property>
1898
		      <property name="use_markup">False</property>
1899
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
1900
		      <property name="wrap">False</property>
1901
		      <property name="selectable">False</property>
1902
		      <property name="xalign">0</property>
1903
		      <property name="yalign">0.5</property>
1904
		      <property name="xpad">0</property>
1905
		      <property name="ypad">0</property>
1906
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1907
		      <property name="width_chars">-1</property>
1908
		      <property name="single_line_mode">False</property>
1909
		      <property name="angle">0</property>
1910
		    </widget>
1911
		    <packing>
1912
		      <property name="left_attach">0</property>
1913
		      <property name="right_attach">1</property>
1914
		      <property name="top_attach">3</property>
1915
		      <property name="bottom_attach">4</property>
1916
		      <property name="x_options">fill</property>
1917
		      <property name="y_options"></property>
1918
		    </packing>
1919
		  </child>
1920
1921
		  <child>
1922
		    <widget class="GtkLabel" id="label_info_location_repoco_label">
1923
		      <property name="label" translatable="yes">Repository checkout: </property>
1924
		      <property name="use_underline">False</property>
1925
		      <property name="use_markup">False</property>
1926
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
1927
		      <property name="wrap">False</property>
1928
		      <property name="selectable">False</property>
1929
		      <property name="xalign">0</property>
1930
		      <property name="yalign">0.5</property>
1931
		      <property name="xpad">0</property>
1932
		      <property name="ypad">0</property>
1933
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1934
		      <property name="width_chars">-1</property>
1935
		      <property name="single_line_mode">False</property>
1936
		      <property name="angle">0</property>
1937
		    </widget>
1938
		    <packing>
1939
		      <property name="left_attach">0</property>
1940
		      <property name="right_attach">1</property>
1941
		      <property name="top_attach">4</property>
1942
		      <property name="bottom_attach">5</property>
1943
		      <property name="x_options">fill</property>
1944
		      <property name="y_options"></property>
1945
		    </packing>
1946
		  </child>
1947
1948
		  <child>
1949
		    <widget class="GtkLabel" id="label_info_location_branchroot_label">
1950
		      <property name="label" translatable="yes">Branch root: </property>
1951
		      <property name="use_underline">False</property>
1952
		      <property name="use_markup">False</property>
1953
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
1954
		      <property name="wrap">False</property>
1955
		      <property name="selectable">False</property>
1956
		      <property name="xalign">0</property>
1957
		      <property name="yalign">0.5</property>
1958
		      <property name="xpad">0</property>
1959
		      <property name="ypad">0</property>
1960
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1961
		      <property name="width_chars">-1</property>
1962
		      <property name="single_line_mode">False</property>
1963
		      <property name="angle">0</property>
1964
		    </widget>
1965
		    <packing>
1966
		      <property name="left_attach">0</property>
1967
		      <property name="right_attach">1</property>
1968
		      <property name="top_attach">6</property>
1969
		      <property name="bottom_attach">7</property>
1970
		      <property name="x_options">fill</property>
1971
		      <property name="y_options"></property>
1972
		    </packing>
1973
		  </child>
1974
1975
		  <child>
1976
		    <widget class="GtkLabel" id="label_info_location_coroot_label">
1977
		      <property name="label" translatable="yes">Checkout root: </property>
1978
		      <property name="use_underline">False</property>
1979
		      <property name="use_markup">False</property>
1980
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
1981
		      <property name="wrap">False</property>
1982
		      <property name="selectable">False</property>
1983
		      <property name="xalign">0</property>
1984
		      <property name="yalign">0.5</property>
1985
		      <property name="xpad">0</property>
1986
		      <property name="ypad">0</property>
1987
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1988
		      <property name="width_chars">-1</property>
1989
		      <property name="single_line_mode">False</property>
1990
		      <property name="angle">0</property>
1991
		    </widget>
1992
		    <packing>
1993
		      <property name="left_attach">0</property>
1994
		      <property name="right_attach">1</property>
1995
		      <property name="top_attach">5</property>
1996
		      <property name="bottom_attach">6</property>
1997
		      <property name="x_options">fill</property>
1998
		      <property name="y_options"></property>
1999
		    </packing>
2000
		  </child>
2001
2002
		  <child>
2003
		    <widget class="GtkLabel" id="label_info_location_lightcoroot">
2004
		      <property name="label" translatable="yes">(none)</property>
2005
		      <property name="use_underline">False</property>
2006
		      <property name="use_markup">False</property>
2007
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2008
		      <property name="wrap">False</property>
2009
		      <property name="selectable">False</property>
2010
		      <property name="xalign">0</property>
2011
		      <property name="yalign">0.5</property>
2012
		      <property name="xpad">0</property>
2013
		      <property name="ypad">0</property>
2014
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2015
		      <property name="width_chars">-1</property>
2016
		      <property name="single_line_mode">False</property>
2017
		      <property name="angle">0</property>
2018
		    </widget>
2019
		    <packing>
2020
		      <property name="left_attach">1</property>
2021
		      <property name="right_attach">2</property>
2022
		      <property name="top_attach">0</property>
2023
		      <property name="bottom_attach">1</property>
2024
		      <property name="y_options"></property>
2025
		    </packing>
2026
		  </child>
2027
2028
		  <child>
2029
		    <widget class="GtkLabel" id="label_info_location_sharedrepo">
2030
		      <property name="label" translatable="yes">(none)</property>
2031
		      <property name="use_underline">False</property>
2032
		      <property name="use_markup">False</property>
2033
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2034
		      <property name="wrap">False</property>
2035
		      <property name="selectable">False</property>
2036
		      <property name="xalign">0</property>
2037
		      <property name="yalign">0.5</property>
2038
		      <property name="xpad">0</property>
2039
		      <property name="ypad">0</property>
2040
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2041
		      <property name="width_chars">-1</property>
2042
		      <property name="single_line_mode">False</property>
2043
		      <property name="angle">0</property>
2044
		    </widget>
2045
		    <packing>
2046
		      <property name="left_attach">1</property>
2047
		      <property name="right_attach">2</property>
2048
		      <property name="top_attach">1</property>
2049
		      <property name="bottom_attach">2</property>
2050
		      <property name="y_options"></property>
2051
		    </packing>
2052
		  </child>
2053
2054
		  <child>
2055
		    <widget class="GtkLabel" id="label_info_location_branchroot">
2056
		      <property name="label" translatable="yes">(none)</property>
2057
		      <property name="use_underline">False</property>
2058
		      <property name="use_markup">False</property>
2059
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2060
		      <property name="wrap">False</property>
2061
		      <property name="selectable">False</property>
2062
		      <property name="xalign">0</property>
2063
		      <property name="yalign">0.5</property>
2064
		      <property name="xpad">0</property>
2065
		      <property name="ypad">0</property>
2066
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2067
		      <property name="width_chars">-1</property>
2068
		      <property name="single_line_mode">False</property>
2069
		      <property name="angle">0</property>
2070
		    </widget>
2071
		    <packing>
2072
		      <property name="left_attach">1</property>
2073
		      <property name="right_attach">2</property>
2074
		      <property name="top_attach">6</property>
2075
		      <property name="bottom_attach">7</property>
2076
		      <property name="y_options"></property>
2077
		    </packing>
2078
		  </child>
2079
2080
		  <child>
2081
		    <widget class="GtkLabel" id="label_info_location_coroot">
2082
		      <property name="label" translatable="yes">(none)</property>
2083
		      <property name="use_underline">False</property>
2084
		      <property name="use_markup">False</property>
2085
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2086
		      <property name="wrap">False</property>
2087
		      <property name="selectable">False</property>
2088
		      <property name="xalign">0</property>
2089
		      <property name="yalign">0.5</property>
2090
		      <property name="xpad">0</property>
2091
		      <property name="ypad">0</property>
2092
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2093
		      <property name="width_chars">-1</property>
2094
		      <property name="single_line_mode">False</property>
2095
		      <property name="angle">0</property>
2096
		    </widget>
2097
		    <packing>
2098
		      <property name="left_attach">1</property>
2099
		      <property name="right_attach">2</property>
2100
		      <property name="top_attach">5</property>
2101
		      <property name="bottom_attach">6</property>
2102
		      <property name="y_options"></property>
2103
		    </packing>
2104
		  </child>
2105
2106
		  <child>
2107
		    <widget class="GtkLabel" id="label_info_location_repoco">
2108
		      <property name="label" translatable="yes">(none)</property>
2109
		      <property name="use_underline">False</property>
2110
		      <property name="use_markup">False</property>
2111
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2112
		      <property name="wrap">False</property>
2113
		      <property name="selectable">False</property>
2114
		      <property name="xalign">0</property>
2115
		      <property name="yalign">0.5</property>
2116
		      <property name="xpad">0</property>
2117
		      <property name="ypad">0</property>
2118
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2119
		      <property name="width_chars">-1</property>
2120
		      <property name="single_line_mode">False</property>
2121
		      <property name="angle">0</property>
2122
		    </widget>
2123
		    <packing>
2124
		      <property name="left_attach">1</property>
2125
		      <property name="right_attach">2</property>
2126
		      <property name="top_attach">4</property>
2127
		      <property name="bottom_attach">5</property>
2128
		      <property name="y_options"></property>
2129
		    </packing>
2130
		  </child>
2131
2132
		  <child>
2133
		    <widget class="GtkLabel" id="label_info_location_cobranch">
2134
		      <property name="label" translatable="yes">(none)</property>
2135
		      <property name="use_underline">False</property>
2136
		      <property name="use_markup">False</property>
2137
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2138
		      <property name="wrap">False</property>
2139
		      <property name="selectable">False</property>
2140
		      <property name="xalign">0</property>
2141
		      <property name="yalign">0.5</property>
2142
		      <property name="xpad">0</property>
2143
		      <property name="ypad">0</property>
2144
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2145
		      <property name="width_chars">-1</property>
2146
		      <property name="single_line_mode">False</property>
2147
		      <property name="angle">0</property>
2148
		    </widget>
2149
		    <packing>
2150
		      <property name="left_attach">1</property>
2151
		      <property name="right_attach">2</property>
2152
		      <property name="top_attach">3</property>
2153
		      <property name="bottom_attach">4</property>
2154
		      <property name="y_options"></property>
2155
		    </packing>
2156
		  </child>
2157
2158
		  <child>
2159
		    <widget class="GtkLabel" id="label_info_location_repobranch">
2160
		      <property name="label" translatable="yes">(none)</property>
2161
		      <property name="use_underline">False</property>
2162
		      <property name="use_markup">False</property>
2163
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2164
		      <property name="wrap">False</property>
2165
		      <property name="selectable">False</property>
2166
		      <property name="xalign">0</property>
2167
		      <property name="yalign">0.5</property>
2168
		      <property name="xpad">0</property>
2169
		      <property name="ypad">0</property>
2170
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2171
		      <property name="width_chars">-1</property>
2172
		      <property name="single_line_mode">False</property>
2173
		      <property name="angle">0</property>
2174
		    </widget>
2175
		    <packing>
2176
		      <property name="left_attach">1</property>
2177
		      <property name="right_attach">2</property>
2178
		      <property name="top_attach">2</property>
2179
		      <property name="bottom_attach">3</property>
2180
		      <property name="y_options"></property>
2181
		    </packing>
2182
		  </child>
2183
		</widget>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2184
	      </child>
2185
	    </widget>
2186
	  </child>
2187
2188
	  <child>
2189
	    <widget class="GtkLabel" id="label_info_location">
2190
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2191
	      <property name="label" translatable="yes">&lt;b&gt;Location:&lt;/b&gt;</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2192
	      <property name="use_underline">False</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2193
	      <property name="use_markup">True</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2194
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
2195
	      <property name="wrap">False</property>
2196
	      <property name="selectable">False</property>
2197
	      <property name="xalign">0.5</property>
2198
	      <property name="yalign">0.5</property>
2199
	      <property name="xpad">0</property>
2200
	      <property name="ypad">0</property>
2201
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2202
	      <property name="width_chars">-1</property>
2203
	      <property name="single_line_mode">False</property>
2204
	      <property name="angle">0</property>
2205
	    </widget>
2206
	    <packing>
2207
	      <property name="type">label_item</property>
2208
	    </packing>
2209
	  </child>
2210
	</widget>
2211
	<packing>
2212
	  <property name="padding">0</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2213
	  <property name="expand">False</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2214
	  <property name="fill">True</property>
2215
	</packing>
2216
      </child>
2217
2218
      <child>
2219
	<widget class="GtkExpander" id="expander_info_related">
2220
	  <property name="can_focus">True</property>
2221
	  <property name="expanded">False</property>
2222
	  <property name="spacing">0</property>
2223
	  <signal name="activate" handler="on_expander_info_related_activate" last_modification_time="Wed, 09 Aug 2006 22:19:04 GMT"/>
2224
2225
	  <child>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2226
	    <widget class="GtkAlignment" id="alignment12">
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2227
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2228
	      <property name="xalign">0.5</property>
2229
	      <property name="yalign">0.5</property>
2230
	      <property name="xscale">1</property>
2231
	      <property name="yscale">1</property>
2232
	      <property name="top_padding">0</property>
2233
	      <property name="bottom_padding">0</property>
2234
	      <property name="left_padding">24</property>
2235
	      <property name="right_padding">0</property>
2236
2237
	      <child>
2238
		<widget class="GtkTable" id="table_info_related">
2239
		  <property name="visible">True</property>
2240
		  <property name="n_rows">2</property>
2241
		  <property name="n_columns">2</property>
2242
		  <property name="homogeneous">False</property>
2243
		  <property name="row_spacing">0</property>
2244
		  <property name="column_spacing">12</property>
2245
2246
		  <child>
2247
		    <widget class="GtkLabel" id="label_info_related_parentbranch_label">
2248
		      <property name="label" translatable="yes">Parent branch: </property>
2249
		      <property name="use_underline">False</property>
2250
		      <property name="use_markup">False</property>
2251
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2252
		      <property name="wrap">False</property>
2253
		      <property name="selectable">False</property>
2254
		      <property name="xalign">0</property>
2255
		      <property name="yalign">0.5</property>
2256
		      <property name="xpad">0</property>
2257
		      <property name="ypad">0</property>
2258
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2259
		      <property name="width_chars">-1</property>
2260
		      <property name="single_line_mode">False</property>
2261
		      <property name="angle">0</property>
2262
		    </widget>
2263
		    <packing>
2264
		      <property name="left_attach">0</property>
2265
		      <property name="right_attach">1</property>
2266
		      <property name="top_attach">0</property>
2267
		      <property name="bottom_attach">1</property>
2268
		      <property name="x_options">fill</property>
2269
		      <property name="y_options"></property>
2270
		    </packing>
2271
		  </child>
2272
2273
		  <child>
2274
		    <widget class="GtkLabel" id="label_info_related_publishbranch_label">
2275
		      <property name="label" translatable="yes">Publish to branch: </property>
2276
		      <property name="use_underline">False</property>
2277
		      <property name="use_markup">False</property>
2278
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2279
		      <property name="wrap">False</property>
2280
		      <property name="selectable">False</property>
2281
		      <property name="xalign">0</property>
2282
		      <property name="yalign">0.5</property>
2283
		      <property name="xpad">0</property>
2284
		      <property name="ypad">0</property>
2285
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2286
		      <property name="width_chars">-1</property>
2287
		      <property name="single_line_mode">False</property>
2288
		      <property name="angle">0</property>
2289
		    </widget>
2290
		    <packing>
2291
		      <property name="left_attach">0</property>
2292
		      <property name="right_attach">1</property>
2293
		      <property name="top_attach">1</property>
2294
		      <property name="bottom_attach">2</property>
2295
		      <property name="x_options">fill</property>
2296
		      <property name="y_options"></property>
2297
		    </packing>
2298
		  </child>
2299
2300
		  <child>
2301
		    <widget class="GtkLabel" id="label_info_related_publishbranch">
2302
		      <property name="label" translatable="yes">(none)</property>
2303
		      <property name="use_underline">False</property>
2304
		      <property name="use_markup">False</property>
2305
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2306
		      <property name="wrap">False</property>
2307
		      <property name="selectable">False</property>
2308
		      <property name="xalign">0</property>
2309
		      <property name="yalign">0.5</property>
2310
		      <property name="xpad">0</property>
2311
		      <property name="ypad">0</property>
2312
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2313
		      <property name="width_chars">-1</property>
2314
		      <property name="single_line_mode">False</property>
2315
		      <property name="angle">0</property>
2316
		    </widget>
2317
		    <packing>
2318
		      <property name="left_attach">1</property>
2319
		      <property name="right_attach">2</property>
2320
		      <property name="top_attach">1</property>
2321
		      <property name="bottom_attach">2</property>
2322
		      <property name="y_options"></property>
2323
		    </packing>
2324
		  </child>
2325
2326
		  <child>
2327
		    <widget class="GtkLabel" id="label_info_related_parentbranch">
2328
		      <property name="label" translatable="yes">(none)</property>
2329
		      <property name="use_underline">False</property>
2330
		      <property name="use_markup">False</property>
2331
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2332
		      <property name="wrap">False</property>
2333
		      <property name="selectable">False</property>
2334
		      <property name="xalign">0</property>
2335
		      <property name="yalign">0.5</property>
2336
		      <property name="xpad">0</property>
2337
		      <property name="ypad">0</property>
2338
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2339
		      <property name="width_chars">-1</property>
2340
		      <property name="single_line_mode">False</property>
2341
		      <property name="angle">0</property>
2342
		    </widget>
2343
		    <packing>
2344
		      <property name="left_attach">1</property>
2345
		      <property name="right_attach">2</property>
2346
		      <property name="top_attach">0</property>
2347
		      <property name="bottom_attach">1</property>
2348
		      <property name="y_options"></property>
2349
		    </packing>
2350
		  </child>
2351
		</widget>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2352
	      </child>
2353
	    </widget>
2354
	  </child>
2355
2356
	  <child>
2357
	    <widget class="GtkLabel" id="label_info_related">
2358
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2359
	      <property name="label" translatable="yes">&lt;b&gt;Related branches:&lt;/b&gt;</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2360
	      <property name="use_underline">False</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2361
	      <property name="use_markup">True</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2362
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
2363
	      <property name="wrap">False</property>
2364
	      <property name="selectable">False</property>
2365
	      <property name="xalign">0.5</property>
2366
	      <property name="yalign">0.5</property>
2367
	      <property name="xpad">0</property>
2368
	      <property name="ypad">0</property>
2369
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2370
	      <property name="width_chars">-1</property>
2371
	      <property name="single_line_mode">False</property>
2372
	      <property name="angle">0</property>
2373
	    </widget>
2374
	    <packing>
2375
	      <property name="type">label_item</property>
2376
	    </packing>
2377
	  </child>
2378
	</widget>
2379
	<packing>
2380
	  <property name="padding">0</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2381
	  <property name="expand">False</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2382
	  <property name="fill">True</property>
2383
	</packing>
2384
      </child>
2385
2386
      <child>
2387
	<widget class="GtkExpander" id="expander_info_format">
2388
	  <property name="can_focus">True</property>
2389
	  <property name="expanded">False</property>
2390
	  <property name="spacing">0</property>
2391
	  <signal name="activate" handler="on_expander_info_format_activate" last_modification_time="Wed, 09 Aug 2006 22:19:10 GMT"/>
2392
2393
	  <child>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2394
	    <widget class="GtkAlignment" id="alignment13">
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2395
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2396
	      <property name="xalign">0.5</property>
2397
	      <property name="yalign">0.5</property>
2398
	      <property name="xscale">1</property>
2399
	      <property name="yscale">1</property>
2400
	      <property name="top_padding">0</property>
2401
	      <property name="bottom_padding">0</property>
2402
	      <property name="left_padding">24</property>
2403
	      <property name="right_padding">0</property>
2404
2405
	      <child>
2406
		<widget class="GtkTable" id="table_info_format">
2407
		  <property name="visible">True</property>
2408
		  <property name="n_rows">4</property>
2409
		  <property name="n_columns">2</property>
2410
		  <property name="homogeneous">False</property>
2411
		  <property name="row_spacing">0</property>
2412
		  <property name="column_spacing">12</property>
2413
2414
		  <child>
2415
		    <widget class="GtkLabel" id="label_info_format_control_label">
2416
		      <property name="label" translatable="yes">Control format: </property>
2417
		      <property name="use_underline">False</property>
2418
		      <property name="use_markup">False</property>
2419
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2420
		      <property name="wrap">False</property>
2421
		      <property name="selectable">False</property>
2422
		      <property name="xalign">0</property>
2423
		      <property name="yalign">0.5</property>
2424
		      <property name="xpad">0</property>
2425
		      <property name="ypad">0</property>
2426
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2427
		      <property name="width_chars">-1</property>
2428
		      <property name="single_line_mode">False</property>
2429
		      <property name="angle">0</property>
2430
		    </widget>
2431
		    <packing>
2432
		      <property name="left_attach">0</property>
2433
		      <property name="right_attach">1</property>
2434
		      <property name="top_attach">0</property>
2435
		      <property name="bottom_attach">1</property>
2436
		      <property name="x_options">fill</property>
2437
		      <property name="y_options"></property>
2438
		    </packing>
2439
		  </child>
2440
2441
		  <child>
2442
		    <widget class="GtkLabel" id="label_info_format_workingtree_label">
2443
		      <property name="label" translatable="yes">Working tree format: </property>
2444
		      <property name="use_underline">False</property>
2445
		      <property name="use_markup">False</property>
2446
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2447
		      <property name="wrap">False</property>
2448
		      <property name="selectable">False</property>
2449
		      <property name="xalign">0</property>
2450
		      <property name="yalign">0.5</property>
2451
		      <property name="xpad">0</property>
2452
		      <property name="ypad">0</property>
2453
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2454
		      <property name="width_chars">-1</property>
2455
		      <property name="single_line_mode">False</property>
2456
		      <property name="angle">0</property>
2457
		    </widget>
2458
		    <packing>
2459
		      <property name="left_attach">0</property>
2460
		      <property name="right_attach">1</property>
2461
		      <property name="top_attach">1</property>
2462
		      <property name="bottom_attach">2</property>
2463
		      <property name="x_options">fill</property>
2464
		      <property name="y_options"></property>
2465
		    </packing>
2466
		  </child>
2467
2468
		  <child>
2469
		    <widget class="GtkLabel" id="label_info_format_branch_label">
2470
		      <property name="label" translatable="yes">Branch format: </property>
2471
		      <property name="use_underline">False</property>
2472
		      <property name="use_markup">False</property>
2473
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2474
		      <property name="wrap">False</property>
2475
		      <property name="selectable">False</property>
2476
		      <property name="xalign">0</property>
2477
		      <property name="yalign">0.5</property>
2478
		      <property name="xpad">0</property>
2479
		      <property name="ypad">0</property>
2480
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2481
		      <property name="width_chars">-1</property>
2482
		      <property name="single_line_mode">False</property>
2483
		      <property name="angle">0</property>
2484
		    </widget>
2485
		    <packing>
2486
		      <property name="left_attach">0</property>
2487
		      <property name="right_attach">1</property>
2488
		      <property name="top_attach">2</property>
2489
		      <property name="bottom_attach">3</property>
2490
		      <property name="x_options">fill</property>
2491
		      <property name="y_options"></property>
2492
		    </packing>
2493
		  </child>
2494
2495
		  <child>
2496
		    <widget class="GtkLabel" id="label_info_format_repository_label">
2497
		      <property name="label" translatable="yes">Repository format: </property>
2498
		      <property name="use_underline">False</property>
2499
		      <property name="use_markup">False</property>
2500
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2501
		      <property name="wrap">False</property>
2502
		      <property name="selectable">False</property>
2503
		      <property name="xalign">0</property>
2504
		      <property name="yalign">0.5</property>
2505
		      <property name="xpad">0</property>
2506
		      <property name="ypad">0</property>
2507
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2508
		      <property name="width_chars">-1</property>
2509
		      <property name="single_line_mode">False</property>
2510
		      <property name="angle">0</property>
2511
		    </widget>
2512
		    <packing>
2513
		      <property name="left_attach">0</property>
2514
		      <property name="right_attach">1</property>
2515
		      <property name="top_attach">3</property>
2516
		      <property name="bottom_attach">4</property>
2517
		      <property name="x_options">fill</property>
2518
		      <property name="y_options"></property>
2519
		    </packing>
2520
		  </child>
2521
2522
		  <child>
2523
		    <widget class="GtkLabel" id="label_info_format_repository">
2524
		      <property name="label" translatable="yes">(none)</property>
2525
		      <property name="use_underline">False</property>
2526
		      <property name="use_markup">False</property>
2527
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2528
		      <property name="wrap">False</property>
2529
		      <property name="selectable">False</property>
2530
		      <property name="xalign">0</property>
2531
		      <property name="yalign">0.5</property>
2532
		      <property name="xpad">0</property>
2533
		      <property name="ypad">0</property>
2534
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2535
		      <property name="width_chars">-1</property>
2536
		      <property name="single_line_mode">False</property>
2537
		      <property name="angle">0</property>
2538
		    </widget>
2539
		    <packing>
2540
		      <property name="left_attach">1</property>
2541
		      <property name="right_attach">2</property>
2542
		      <property name="top_attach">3</property>
2543
		      <property name="bottom_attach">4</property>
2544
		      <property name="y_options"></property>
2545
		    </packing>
2546
		  </child>
2547
2548
		  <child>
2549
		    <widget class="GtkLabel" id="label_info_format_branch">
2550
		      <property name="label" translatable="yes">(none)</property>
2551
		      <property name="use_underline">False</property>
2552
		      <property name="use_markup">False</property>
2553
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2554
		      <property name="wrap">False</property>
2555
		      <property name="selectable">False</property>
2556
		      <property name="xalign">0</property>
2557
		      <property name="yalign">0.5</property>
2558
		      <property name="xpad">0</property>
2559
		      <property name="ypad">0</property>
2560
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2561
		      <property name="width_chars">-1</property>
2562
		      <property name="single_line_mode">False</property>
2563
		      <property name="angle">0</property>
2564
		    </widget>
2565
		    <packing>
2566
		      <property name="left_attach">1</property>
2567
		      <property name="right_attach">2</property>
2568
		      <property name="top_attach">2</property>
2569
		      <property name="bottom_attach">3</property>
2570
		      <property name="y_options"></property>
2571
		    </packing>
2572
		  </child>
2573
2574
		  <child>
2575
		    <widget class="GtkLabel" id="label_info_format_workingtree">
2576
		      <property name="label" translatable="yes">(none)</property>
2577
		      <property name="use_underline">False</property>
2578
		      <property name="use_markup">False</property>
2579
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2580
		      <property name="wrap">False</property>
2581
		      <property name="selectable">False</property>
2582
		      <property name="xalign">0</property>
2583
		      <property name="yalign">0.5</property>
2584
		      <property name="xpad">0</property>
2585
		      <property name="ypad">0</property>
2586
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2587
		      <property name="width_chars">-1</property>
2588
		      <property name="single_line_mode">False</property>
2589
		      <property name="angle">0</property>
2590
		    </widget>
2591
		    <packing>
2592
		      <property name="left_attach">1</property>
2593
		      <property name="right_attach">2</property>
2594
		      <property name="top_attach">1</property>
2595
		      <property name="bottom_attach">2</property>
2596
		      <property name="y_options"></property>
2597
		    </packing>
2598
		  </child>
2599
2600
		  <child>
2601
		    <widget class="GtkLabel" id="label_info_format_control">
2602
		      <property name="label" translatable="yes">(none)</property>
2603
		      <property name="use_underline">False</property>
2604
		      <property name="use_markup">False</property>
2605
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2606
		      <property name="wrap">False</property>
2607
		      <property name="selectable">False</property>
2608
		      <property name="xalign">0</property>
2609
		      <property name="yalign">0.5</property>
2610
		      <property name="xpad">0</property>
2611
		      <property name="ypad">0</property>
2612
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2613
		      <property name="width_chars">-1</property>
2614
		      <property name="single_line_mode">False</property>
2615
		      <property name="angle">0</property>
2616
		    </widget>
2617
		    <packing>
2618
		      <property name="left_attach">1</property>
2619
		      <property name="right_attach">2</property>
2620
		      <property name="top_attach">0</property>
2621
		      <property name="bottom_attach">1</property>
2622
		      <property name="y_options"></property>
2623
		    </packing>
2624
		  </child>
2625
		</widget>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2626
	      </child>
2627
	    </widget>
2628
	  </child>
2629
2630
	  <child>
2631
	    <widget class="GtkLabel" id="label_info_format">
2632
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2633
	      <property name="label" translatable="yes">&lt;b&gt;Format:&lt;/b&gt;</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2634
	      <property name="use_underline">False</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2635
	      <property name="use_markup">True</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2636
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
2637
	      <property name="wrap">False</property>
2638
	      <property name="selectable">False</property>
2639
	      <property name="xalign">0.5</property>
2640
	      <property name="yalign">0.5</property>
2641
	      <property name="xpad">0</property>
2642
	      <property name="ypad">0</property>
2643
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2644
	      <property name="width_chars">-1</property>
2645
	      <property name="single_line_mode">False</property>
2646
	      <property name="angle">0</property>
2647
	    </widget>
2648
	    <packing>
2649
	      <property name="type">label_item</property>
2650
	    </packing>
2651
	  </child>
2652
	</widget>
2653
	<packing>
2654
	  <property name="padding">0</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2655
	  <property name="expand">False</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2656
	  <property name="fill">True</property>
2657
	</packing>
2658
      </child>
2659
2660
      <child>
2661
	<widget class="GtkExpander" id="expander_info_locking">
2662
	  <property name="can_focus">True</property>
2663
	  <property name="expanded">False</property>
2664
	  <property name="spacing">0</property>
2665
	  <signal name="activate" handler="on_expander_info_locking_activate" last_modification_time="Wed, 09 Aug 2006 22:19:15 GMT"/>
2666
2667
	  <child>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2668
	    <widget class="GtkAlignment" id="alignment14">
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2669
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2670
	      <property name="xalign">0.5</property>
2671
	      <property name="yalign">0.5</property>
2672
	      <property name="xscale">1</property>
2673
	      <property name="yscale">1</property>
2674
	      <property name="top_padding">0</property>
2675
	      <property name="bottom_padding">0</property>
2676
	      <property name="left_padding">24</property>
2677
	      <property name="right_padding">0</property>
2678
2679
	      <child>
2680
		<widget class="GtkTable" id="table_info_locking">
2681
		  <property name="visible">True</property>
2682
		  <property name="n_rows">3</property>
2683
		  <property name="n_columns">2</property>
2684
		  <property name="homogeneous">False</property>
2685
		  <property name="row_spacing">0</property>
2686
		  <property name="column_spacing">12</property>
2687
2688
		  <child>
2689
		    <widget class="GtkLabel" id="label_info_locking_workingtree_label">
2690
		      <property name="label" translatable="yes">Working tree lock status: </property>
2691
		      <property name="use_underline">False</property>
2692
		      <property name="use_markup">False</property>
2693
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2694
		      <property name="wrap">False</property>
2695
		      <property name="selectable">False</property>
2696
		      <property name="xalign">0</property>
2697
		      <property name="yalign">0.5</property>
2698
		      <property name="xpad">0</property>
2699
		      <property name="ypad">0</property>
2700
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2701
		      <property name="width_chars">-1</property>
2702
		      <property name="single_line_mode">False</property>
2703
		      <property name="angle">0</property>
2704
		    </widget>
2705
		    <packing>
2706
		      <property name="left_attach">0</property>
2707
		      <property name="right_attach">1</property>
2708
		      <property name="top_attach">0</property>
2709
		      <property name="bottom_attach">1</property>
2710
		      <property name="x_options">fill</property>
2711
		      <property name="y_options"></property>
2712
		    </packing>
2713
		  </child>
2714
2715
		  <child>
2716
		    <widget class="GtkLabel" id="label_info_locking_branch_label">
2717
		      <property name="label" translatable="yes">Branch lock status: </property>
2718
		      <property name="use_underline">False</property>
2719
		      <property name="use_markup">False</property>
2720
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2721
		      <property name="wrap">False</property>
2722
		      <property name="selectable">False</property>
2723
		      <property name="xalign">0</property>
2724
		      <property name="yalign">0.5</property>
2725
		      <property name="xpad">0</property>
2726
		      <property name="ypad">0</property>
2727
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2728
		      <property name="width_chars">-1</property>
2729
		      <property name="single_line_mode">False</property>
2730
		      <property name="angle">0</property>
2731
		    </widget>
2732
		    <packing>
2733
		      <property name="left_attach">0</property>
2734
		      <property name="right_attach">1</property>
2735
		      <property name="top_attach">1</property>
2736
		      <property name="bottom_attach">2</property>
2737
		      <property name="x_options">fill</property>
2738
		      <property name="y_options"></property>
2739
		    </packing>
2740
		  </child>
2741
2742
		  <child>
2743
		    <widget class="GtkLabel" id="label_info_locking_repository_label">
2744
		      <property name="label" translatable="yes">Repository lock status: </property>
2745
		      <property name="use_underline">False</property>
2746
		      <property name="use_markup">False</property>
2747
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2748
		      <property name="wrap">False</property>
2749
		      <property name="selectable">False</property>
2750
		      <property name="xalign">0</property>
2751
		      <property name="yalign">0.5</property>
2752
		      <property name="xpad">0</property>
2753
		      <property name="ypad">0</property>
2754
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2755
		      <property name="width_chars">-1</property>
2756
		      <property name="single_line_mode">False</property>
2757
		      <property name="angle">0</property>
2758
		    </widget>
2759
		    <packing>
2760
		      <property name="left_attach">0</property>
2761
		      <property name="right_attach">1</property>
2762
		      <property name="top_attach">2</property>
2763
		      <property name="bottom_attach">3</property>
2764
		      <property name="x_options">fill</property>
2765
		      <property name="y_options"></property>
2766
		    </packing>
2767
		  </child>
2768
2769
		  <child>
2770
		    <widget class="GtkLabel" id="label_info_locking_repository">
2771
		      <property name="label" translatable="yes">(none)</property>
2772
		      <property name="use_underline">False</property>
2773
		      <property name="use_markup">False</property>
2774
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2775
		      <property name="wrap">False</property>
2776
		      <property name="selectable">False</property>
2777
		      <property name="xalign">0</property>
2778
		      <property name="yalign">0.5</property>
2779
		      <property name="xpad">0</property>
2780
		      <property name="ypad">0</property>
2781
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2782
		      <property name="width_chars">-1</property>
2783
		      <property name="single_line_mode">False</property>
2784
		      <property name="angle">0</property>
2785
		    </widget>
2786
		    <packing>
2787
		      <property name="left_attach">1</property>
2788
		      <property name="right_attach">2</property>
2789
		      <property name="top_attach">2</property>
2790
		      <property name="bottom_attach">3</property>
2791
		      <property name="y_options"></property>
2792
		    </packing>
2793
		  </child>
2794
2795
		  <child>
2796
		    <widget class="GtkLabel" id="label_info_locking_branch">
2797
		      <property name="label" translatable="yes">(none)</property>
2798
		      <property name="use_underline">False</property>
2799
		      <property name="use_markup">False</property>
2800
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2801
		      <property name="wrap">False</property>
2802
		      <property name="selectable">False</property>
2803
		      <property name="xalign">0</property>
2804
		      <property name="yalign">0.5</property>
2805
		      <property name="xpad">0</property>
2806
		      <property name="ypad">0</property>
2807
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2808
		      <property name="width_chars">-1</property>
2809
		      <property name="single_line_mode">False</property>
2810
		      <property name="angle">0</property>
2811
		    </widget>
2812
		    <packing>
2813
		      <property name="left_attach">1</property>
2814
		      <property name="right_attach">2</property>
2815
		      <property name="top_attach">1</property>
2816
		      <property name="bottom_attach">2</property>
2817
		      <property name="y_options"></property>
2818
		    </packing>
2819
		  </child>
2820
2821
		  <child>
2822
		    <widget class="GtkLabel" id="label_info_locking_workingtree">
2823
		      <property name="label" translatable="yes">(none)</property>
2824
		      <property name="use_underline">False</property>
2825
		      <property name="use_markup">False</property>
2826
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2827
		      <property name="wrap">False</property>
2828
		      <property name="selectable">False</property>
2829
		      <property name="xalign">0</property>
2830
		      <property name="yalign">0.5</property>
2831
		      <property name="xpad">0</property>
2832
		      <property name="ypad">0</property>
2833
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2834
		      <property name="width_chars">-1</property>
2835
		      <property name="single_line_mode">False</property>
2836
		      <property name="angle">0</property>
2837
		    </widget>
2838
		    <packing>
2839
		      <property name="left_attach">1</property>
2840
		      <property name="right_attach">2</property>
2841
		      <property name="top_attach">0</property>
2842
		      <property name="bottom_attach">1</property>
2843
		      <property name="y_options"></property>
2844
		    </packing>
2845
		  </child>
2846
		</widget>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2847
	      </child>
2848
	    </widget>
2849
	  </child>
2850
2851
	  <child>
2852
	    <widget class="GtkLabel" id="label_info_locking">
2853
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2854
	      <property name="label" translatable="yes">&lt;b&gt;Lock status:&lt;/b&gt;</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2855
	      <property name="use_underline">False</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2856
	      <property name="use_markup">True</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2857
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
2858
	      <property name="wrap">False</property>
2859
	      <property name="selectable">False</property>
2860
	      <property name="xalign">0.5</property>
2861
	      <property name="yalign">0.5</property>
2862
	      <property name="xpad">0</property>
2863
	      <property name="ypad">0</property>
2864
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2865
	      <property name="width_chars">-1</property>
2866
	      <property name="single_line_mode">False</property>
2867
	      <property name="angle">0</property>
2868
	    </widget>
2869
	    <packing>
2870
	      <property name="type">label_item</property>
2871
	    </packing>
2872
	  </child>
2873
	</widget>
2874
	<packing>
2875
	  <property name="padding">0</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2876
	  <property name="expand">False</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2877
	  <property name="fill">True</property>
2878
	</packing>
2879
      </child>
2880
2881
      <child>
2882
	<widget class="GtkExpander" id="expander_info_missing">
2883
	  <property name="can_focus">True</property>
2884
	  <property name="expanded">False</property>
2885
	  <property name="spacing">0</property>
2886
	  <signal name="activate" handler="on_expander_info_missing_activate" last_modification_time="Wed, 09 Aug 2006 22:19:19 GMT"/>
2887
2888
	  <child>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2889
	    <widget class="GtkAlignment" id="alignment15">
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
2890
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
2891
	      <property name="xalign">0.5</property>
2892
	      <property name="yalign">0.5</property>
2893
	      <property name="xscale">1</property>
2894
	      <property name="yscale">1</property>
2895
	      <property name="top_padding">0</property>
2896
	      <property name="bottom_padding">0</property>
2897
	      <property name="left_padding">24</property>
2898
	      <property name="right_padding">0</property>
2899
2900
	      <child>
2901
		<widget class="GtkTable" id="table_info_missing">
2902
		  <property name="visible">True</property>
2903
		  <property name="n_rows">2</property>
2904
		  <property name="n_columns">2</property>
2905
		  <property name="homogeneous">False</property>
2906
		  <property name="row_spacing">0</property>
2907
		  <property name="column_spacing">12</property>
2908
2909
		  <child>
2910
		    <widget class="GtkLabel" id="label_info_missing_workingtree_label">
2911
		      <property name="label" translatable="yes">Missing revisions in working tree: </property>
2912
		      <property name="use_underline">False</property>
2913
		      <property name="use_markup">False</property>
2914
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2915
		      <property name="wrap">False</property>
2916
		      <property name="selectable">False</property>
2917
		      <property name="xalign">0</property>
2918
		      <property name="yalign">0.5</property>
2919
		      <property name="xpad">0</property>
2920
		      <property name="ypad">0</property>
2921
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2922
		      <property name="width_chars">-1</property>
2923
		      <property name="single_line_mode">False</property>
2924
		      <property name="angle">0</property>
2925
		    </widget>
2926
		    <packing>
2927
		      <property name="left_attach">0</property>
2928
		      <property name="right_attach">1</property>
2929
		      <property name="top_attach">0</property>
2930
		      <property name="bottom_attach">1</property>
2931
		      <property name="x_options">fill</property>
2932
		      <property name="y_options"></property>
2933
		    </packing>
2934
		  </child>
2935
2936
		  <child>
2937
		    <widget class="GtkLabel" id="label_info_missing_branch_label">
2938
		      <property name="label" translatable="yes">Missing revisions in branch: </property>
2939
		      <property name="use_underline">False</property>
2940
		      <property name="use_markup">False</property>
2941
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2942
		      <property name="wrap">False</property>
2943
		      <property name="selectable">False</property>
2944
		      <property name="xalign">0</property>
2945
		      <property name="yalign">0.5</property>
2946
		      <property name="xpad">0</property>
2947
		      <property name="ypad">0</property>
2948
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2949
		      <property name="width_chars">-1</property>
2950
		      <property name="single_line_mode">False</property>
2951
		      <property name="angle">0</property>
2952
		    </widget>
2953
		    <packing>
2954
		      <property name="left_attach">0</property>
2955
		      <property name="right_attach">1</property>
2956
		      <property name="top_attach">1</property>
2957
		      <property name="bottom_attach">2</property>
2958
		      <property name="x_options">fill</property>
2959
		      <property name="y_options"></property>
2960
		    </packing>
2961
		  </child>
2962
2963
		  <child>
2964
		    <widget class="GtkLabel" id="label_info_missing_branch">
2965
		      <property name="label" translatable="yes">(none)</property>
2966
		      <property name="use_underline">False</property>
2967
		      <property name="use_markup">False</property>
2968
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2969
		      <property name="wrap">False</property>
2970
		      <property name="selectable">False</property>
2971
		      <property name="xalign">0</property>
2972
		      <property name="yalign">0.5</property>
2973
		      <property name="xpad">0</property>
2974
		      <property name="ypad">0</property>
2975
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2976
		      <property name="width_chars">-1</property>
2977
		      <property name="single_line_mode">False</property>
2978
		      <property name="angle">0</property>
2979
		    </widget>
2980
		    <packing>
2981
		      <property name="left_attach">1</property>
2982
		      <property name="right_attach">2</property>
2983
		      <property name="top_attach">1</property>
2984
		      <property name="bottom_attach">2</property>
2985
		      <property name="y_options"></property>
2986
		    </packing>
2987
		  </child>
2988
2989
		  <child>
2990
		    <widget class="GtkLabel" id="label_info_missing_workingtree">
2991
		      <property name="label" translatable="yes">(none)</property>
2992
		      <property name="use_underline">False</property>
2993
		      <property name="use_markup">False</property>
2994
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
2995
		      <property name="wrap">False</property>
2996
		      <property name="selectable">False</property>
2997
		      <property name="xalign">0</property>
2998
		      <property name="yalign">0.5</property>
2999
		      <property name="xpad">0</property>
3000
		      <property name="ypad">0</property>
3001
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3002
		      <property name="width_chars">-1</property>
3003
		      <property name="single_line_mode">False</property>
3004
		      <property name="angle">0</property>
3005
		    </widget>
3006
		    <packing>
3007
		      <property name="left_attach">1</property>
3008
		      <property name="right_attach">2</property>
3009
		      <property name="top_attach">0</property>
3010
		      <property name="bottom_attach">1</property>
3011
		      <property name="y_options"></property>
3012
		    </packing>
3013
		  </child>
3014
		</widget>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3015
	      </child>
3016
	    </widget>
3017
	  </child>
3018
3019
	  <child>
3020
	    <widget class="GtkLabel" id="label_info_missing">
3021
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3022
	      <property name="label" translatable="yes">&lt;b&gt;Missing revisions:&lt;/b&gt;</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3023
	      <property name="use_underline">False</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3024
	      <property name="use_markup">True</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3025
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
3026
	      <property name="wrap">False</property>
3027
	      <property name="selectable">False</property>
3028
	      <property name="xalign">0.5</property>
3029
	      <property name="yalign">0.5</property>
3030
	      <property name="xpad">0</property>
3031
	      <property name="ypad">0</property>
3032
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3033
	      <property name="width_chars">-1</property>
3034
	      <property name="single_line_mode">False</property>
3035
	      <property name="angle">0</property>
3036
	    </widget>
3037
	    <packing>
3038
	      <property name="type">label_item</property>
3039
	    </packing>
3040
	  </child>
3041
	</widget>
3042
	<packing>
3043
	  <property name="padding">0</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3044
	  <property name="expand">False</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3045
	  <property name="fill">True</property>
3046
	</packing>
3047
      </child>
3048
3049
      <child>
3050
	<widget class="GtkExpander" id="expander_info_wtstats">
3051
	  <property name="can_focus">True</property>
3052
	  <property name="expanded">False</property>
3053
	  <property name="spacing">0</property>
3054
	  <signal name="activate" handler="on_expander_info_wtstats_activate" last_modification_time="Wed, 09 Aug 2006 22:19:25 GMT"/>
3055
3056
	  <child>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3057
	    <widget class="GtkAlignment" id="alignment16">
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3058
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3059
	      <property name="xalign">0.5</property>
3060
	      <property name="yalign">0.5</property>
3061
	      <property name="xscale">1</property>
3062
	      <property name="yscale">1</property>
3063
	      <property name="top_padding">0</property>
3064
	      <property name="bottom_padding">0</property>
3065
	      <property name="left_padding">24</property>
3066
	      <property name="right_padding">0</property>
3067
3068
	      <child>
3069
		<widget class="GtkTable" id="table_info_wtstats">
3070
		  <property name="visible">True</property>
3071
		  <property name="n_rows">8</property>
3072
		  <property name="n_columns">2</property>
3073
		  <property name="homogeneous">False</property>
3074
		  <property name="row_spacing">0</property>
3075
		  <property name="column_spacing">12</property>
3076
3077
		  <child>
3078
		    <widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
3079
		      <property name="label" translatable="yes">Unchanged files: </property>
3080
		      <property name="use_underline">False</property>
3081
		      <property name="use_markup">False</property>
3082
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3083
		      <property name="wrap">False</property>
3084
		      <property name="selectable">False</property>
3085
		      <property name="xalign">0</property>
3086
		      <property name="yalign">0.5</property>
3087
		      <property name="xpad">0</property>
3088
		      <property name="ypad">0</property>
3089
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3090
		      <property name="width_chars">-1</property>
3091
		      <property name="single_line_mode">False</property>
3092
		      <property name="angle">0</property>
3093
		    </widget>
3094
		    <packing>
3095
		      <property name="left_attach">0</property>
3096
		      <property name="right_attach">1</property>
3097
		      <property name="top_attach">0</property>
3098
		      <property name="bottom_attach">1</property>
3099
		      <property name="x_options">fill</property>
3100
		      <property name="y_options"></property>
3101
		    </packing>
3102
		  </child>
3103
3104
		  <child>
3105
		    <widget class="GtkLabel" id="label_info_wtstats_modified_label">
3106
		      <property name="label" translatable="yes">Modified files: </property>
3107
		      <property name="use_underline">False</property>
3108
		      <property name="use_markup">False</property>
3109
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3110
		      <property name="wrap">False</property>
3111
		      <property name="selectable">False</property>
3112
		      <property name="xalign">0</property>
3113
		      <property name="yalign">0.5</property>
3114
		      <property name="xpad">0</property>
3115
		      <property name="ypad">0</property>
3116
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3117
		      <property name="width_chars">-1</property>
3118
		      <property name="single_line_mode">False</property>
3119
		      <property name="angle">0</property>
3120
		    </widget>
3121
		    <packing>
3122
		      <property name="left_attach">0</property>
3123
		      <property name="right_attach">1</property>
3124
		      <property name="top_attach">1</property>
3125
		      <property name="bottom_attach">2</property>
3126
		      <property name="x_options">fill</property>
3127
		      <property name="y_options"></property>
3128
		    </packing>
3129
		  </child>
3130
3131
		  <child>
3132
		    <widget class="GtkLabel" id="label_info_wtstats_added_label">
3133
		      <property name="label" translatable="yes">Added files: </property>
3134
		      <property name="use_underline">False</property>
3135
		      <property name="use_markup">False</property>
3136
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3137
		      <property name="wrap">False</property>
3138
		      <property name="selectable">False</property>
3139
		      <property name="xalign">0</property>
3140
		      <property name="yalign">0.5</property>
3141
		      <property name="xpad">0</property>
3142
		      <property name="ypad">0</property>
3143
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3144
		      <property name="width_chars">-1</property>
3145
		      <property name="single_line_mode">False</property>
3146
		      <property name="angle">0</property>
3147
		    </widget>
3148
		    <packing>
3149
		      <property name="left_attach">0</property>
3150
		      <property name="right_attach">1</property>
3151
		      <property name="top_attach">2</property>
3152
		      <property name="bottom_attach">3</property>
3153
		      <property name="x_options">fill</property>
3154
		      <property name="y_options"></property>
3155
		    </packing>
3156
		  </child>
3157
3158
		  <child>
3159
		    <widget class="GtkLabel" id="label_info_wtstats_removed_label">
3160
		      <property name="label" translatable="yes">Removed files: </property>
3161
		      <property name="use_underline">False</property>
3162
		      <property name="use_markup">False</property>
3163
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3164
		      <property name="wrap">False</property>
3165
		      <property name="selectable">False</property>
3166
		      <property name="xalign">0</property>
3167
		      <property name="yalign">0.5</property>
3168
		      <property name="xpad">0</property>
3169
		      <property name="ypad">0</property>
3170
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3171
		      <property name="width_chars">-1</property>
3172
		      <property name="single_line_mode">False</property>
3173
		      <property name="angle">0</property>
3174
		    </widget>
3175
		    <packing>
3176
		      <property name="left_attach">0</property>
3177
		      <property name="right_attach">1</property>
3178
		      <property name="top_attach">3</property>
3179
		      <property name="bottom_attach">4</property>
3180
		      <property name="x_options">fill</property>
3181
		      <property name="y_options"></property>
3182
		    </packing>
3183
		  </child>
3184
3185
		  <child>
3186
		    <widget class="GtkLabel" id="label_info_wtstats_renamed_label">
3187
		      <property name="label" translatable="yes">Renamed files: </property>
3188
		      <property name="use_underline">False</property>
3189
		      <property name="use_markup">False</property>
3190
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3191
		      <property name="wrap">False</property>
3192
		      <property name="selectable">False</property>
3193
		      <property name="xalign">0</property>
3194
		      <property name="yalign">0.5</property>
3195
		      <property name="xpad">0</property>
3196
		      <property name="ypad">0</property>
3197
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3198
		      <property name="width_chars">-1</property>
3199
		      <property name="single_line_mode">False</property>
3200
		      <property name="angle">0</property>
3201
		    </widget>
3202
		    <packing>
3203
		      <property name="left_attach">0</property>
3204
		      <property name="right_attach">1</property>
3205
		      <property name="top_attach">4</property>
3206
		      <property name="bottom_attach">5</property>
3207
		      <property name="x_options">fill</property>
3208
		      <property name="y_options"></property>
3209
		    </packing>
3210
		  </child>
3211
3212
		  <child>
3213
		    <widget class="GtkLabel" id="label_info_wtstats_unknown_label">
3214
		      <property name="label" translatable="yes">Unknown files: </property>
3215
		      <property name="use_underline">False</property>
3216
		      <property name="use_markup">False</property>
3217
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3218
		      <property name="wrap">False</property>
3219
		      <property name="selectable">False</property>
3220
		      <property name="xalign">0</property>
3221
		      <property name="yalign">0.5</property>
3222
		      <property name="xpad">0</property>
3223
		      <property name="ypad">0</property>
3224
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3225
		      <property name="width_chars">-1</property>
3226
		      <property name="single_line_mode">False</property>
3227
		      <property name="angle">0</property>
3228
		    </widget>
3229
		    <packing>
3230
		      <property name="left_attach">0</property>
3231
		      <property name="right_attach">1</property>
3232
		      <property name="top_attach">5</property>
3233
		      <property name="bottom_attach">6</property>
3234
		      <property name="x_options">fill</property>
3235
		      <property name="y_options"></property>
3236
		    </packing>
3237
		  </child>
3238
3239
		  <child>
3240
		    <widget class="GtkLabel" id="label_info_wtstats_ignored_label">
3241
		      <property name="label" translatable="yes">Ignored files: </property>
3242
		      <property name="use_underline">False</property>
3243
		      <property name="use_markup">False</property>
3244
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3245
		      <property name="wrap">False</property>
3246
		      <property name="selectable">False</property>
3247
		      <property name="xalign">0</property>
3248
		      <property name="yalign">0.5</property>
3249
		      <property name="xpad">0</property>
3250
		      <property name="ypad">0</property>
3251
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3252
		      <property name="width_chars">-1</property>
3253
		      <property name="single_line_mode">False</property>
3254
		      <property name="angle">0</property>
3255
		    </widget>
3256
		    <packing>
3257
		      <property name="left_attach">0</property>
3258
		      <property name="right_attach">1</property>
3259
		      <property name="top_attach">6</property>
3260
		      <property name="bottom_attach">7</property>
3261
		      <property name="x_options">fill</property>
3262
		      <property name="y_options"></property>
3263
		    </packing>
3264
		  </child>
3265
3266
		  <child>
3267
		    <widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
3268
		      <property name="label" translatable="yes">Versioned subdirectories: </property>
3269
		      <property name="use_underline">False</property>
3270
		      <property name="use_markup">False</property>
3271
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3272
		      <property name="wrap">False</property>
3273
		      <property name="selectable">False</property>
3274
		      <property name="xalign">0</property>
3275
		      <property name="yalign">0.5</property>
3276
		      <property name="xpad">0</property>
3277
		      <property name="ypad">0</property>
3278
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3279
		      <property name="width_chars">-1</property>
3280
		      <property name="single_line_mode">False</property>
3281
		      <property name="angle">0</property>
3282
		    </widget>
3283
		    <packing>
3284
		      <property name="left_attach">0</property>
3285
		      <property name="right_attach">1</property>
3286
		      <property name="top_attach">7</property>
3287
		      <property name="bottom_attach">8</property>
3288
		      <property name="x_options">fill</property>
3289
		      <property name="y_options"></property>
3290
		    </packing>
3291
		  </child>
3292
3293
		  <child>
3294
		    <widget class="GtkLabel" id="label_info_wtstats_subdirs">
3295
		      <property name="label" translatable="yes">(none)</property>
3296
		      <property name="use_underline">False</property>
3297
		      <property name="use_markup">False</property>
3298
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3299
		      <property name="wrap">False</property>
3300
		      <property name="selectable">False</property>
3301
		      <property name="xalign">0</property>
3302
		      <property name="yalign">0.5</property>
3303
		      <property name="xpad">0</property>
3304
		      <property name="ypad">0</property>
3305
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3306
		      <property name="width_chars">-1</property>
3307
		      <property name="single_line_mode">False</property>
3308
		      <property name="angle">0</property>
3309
		    </widget>
3310
		    <packing>
3311
		      <property name="left_attach">1</property>
3312
		      <property name="right_attach">2</property>
3313
		      <property name="top_attach">7</property>
3314
		      <property name="bottom_attach">8</property>
3315
		      <property name="y_options"></property>
3316
		    </packing>
3317
		  </child>
3318
3319
		  <child>
3320
		    <widget class="GtkLabel" id="label_info_wtstats_ignored">
3321
		      <property name="label" translatable="yes">(none)</property>
3322
		      <property name="use_underline">False</property>
3323
		      <property name="use_markup">False</property>
3324
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3325
		      <property name="wrap">False</property>
3326
		      <property name="selectable">False</property>
3327
		      <property name="xalign">0</property>
3328
		      <property name="yalign">0.5</property>
3329
		      <property name="xpad">0</property>
3330
		      <property name="ypad">0</property>
3331
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3332
		      <property name="width_chars">-1</property>
3333
		      <property name="single_line_mode">False</property>
3334
		      <property name="angle">0</property>
3335
		    </widget>
3336
		    <packing>
3337
		      <property name="left_attach">1</property>
3338
		      <property name="right_attach">2</property>
3339
		      <property name="top_attach">6</property>
3340
		      <property name="bottom_attach">7</property>
3341
		      <property name="y_options"></property>
3342
		    </packing>
3343
		  </child>
3344
3345
		  <child>
3346
		    <widget class="GtkLabel" id="label_info_wtstats_unknown">
3347
		      <property name="label" translatable="yes">(none)</property>
3348
		      <property name="use_underline">False</property>
3349
		      <property name="use_markup">False</property>
3350
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3351
		      <property name="wrap">False</property>
3352
		      <property name="selectable">False</property>
3353
		      <property name="xalign">0</property>
3354
		      <property name="yalign">0.5</property>
3355
		      <property name="xpad">0</property>
3356
		      <property name="ypad">0</property>
3357
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3358
		      <property name="width_chars">-1</property>
3359
		      <property name="single_line_mode">False</property>
3360
		      <property name="angle">0</property>
3361
		    </widget>
3362
		    <packing>
3363
		      <property name="left_attach">1</property>
3364
		      <property name="right_attach">2</property>
3365
		      <property name="top_attach">5</property>
3366
		      <property name="bottom_attach">6</property>
3367
		      <property name="y_options"></property>
3368
		    </packing>
3369
		  </child>
3370
3371
		  <child>
3372
		    <widget class="GtkLabel" id="label_info_wtstats_renamed">
3373
		      <property name="label" translatable="yes">(none)</property>
3374
		      <property name="use_underline">False</property>
3375
		      <property name="use_markup">False</property>
3376
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3377
		      <property name="wrap">False</property>
3378
		      <property name="selectable">False</property>
3379
		      <property name="xalign">0</property>
3380
		      <property name="yalign">0.5</property>
3381
		      <property name="xpad">0</property>
3382
		      <property name="ypad">0</property>
3383
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3384
		      <property name="width_chars">-1</property>
3385
		      <property name="single_line_mode">False</property>
3386
		      <property name="angle">0</property>
3387
		    </widget>
3388
		    <packing>
3389
		      <property name="left_attach">1</property>
3390
		      <property name="right_attach">2</property>
3391
		      <property name="top_attach">4</property>
3392
		      <property name="bottom_attach">5</property>
3393
		      <property name="y_options"></property>
3394
		    </packing>
3395
		  </child>
3396
3397
		  <child>
3398
		    <widget class="GtkLabel" id="label_info_wtstats_removed">
3399
		      <property name="label" translatable="yes">(none)</property>
3400
		      <property name="use_underline">False</property>
3401
		      <property name="use_markup">False</property>
3402
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3403
		      <property name="wrap">False</property>
3404
		      <property name="selectable">False</property>
3405
		      <property name="xalign">0</property>
3406
		      <property name="yalign">0.5</property>
3407
		      <property name="xpad">0</property>
3408
		      <property name="ypad">0</property>
3409
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3410
		      <property name="width_chars">-1</property>
3411
		      <property name="single_line_mode">False</property>
3412
		      <property name="angle">0</property>
3413
		    </widget>
3414
		    <packing>
3415
		      <property name="left_attach">1</property>
3416
		      <property name="right_attach">2</property>
3417
		      <property name="top_attach">3</property>
3418
		      <property name="bottom_attach">4</property>
3419
		      <property name="y_options"></property>
3420
		    </packing>
3421
		  </child>
3422
3423
		  <child>
3424
		    <widget class="GtkLabel" id="label_info_wtstats_added">
3425
		      <property name="label" translatable="yes">(none)</property>
3426
		      <property name="use_underline">False</property>
3427
		      <property name="use_markup">False</property>
3428
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3429
		      <property name="wrap">False</property>
3430
		      <property name="selectable">False</property>
3431
		      <property name="xalign">0</property>
3432
		      <property name="yalign">0.5</property>
3433
		      <property name="xpad">0</property>
3434
		      <property name="ypad">0</property>
3435
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3436
		      <property name="width_chars">-1</property>
3437
		      <property name="single_line_mode">False</property>
3438
		      <property name="angle">0</property>
3439
		    </widget>
3440
		    <packing>
3441
		      <property name="left_attach">1</property>
3442
		      <property name="right_attach">2</property>
3443
		      <property name="top_attach">2</property>
3444
		      <property name="bottom_attach">3</property>
3445
		      <property name="y_options"></property>
3446
		    </packing>
3447
		  </child>
3448
3449
		  <child>
3450
		    <widget class="GtkLabel" id="label_info_wtstats_modified">
3451
		      <property name="label" translatable="yes">(none)</property>
3452
		      <property name="use_underline">False</property>
3453
		      <property name="use_markup">False</property>
3454
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3455
		      <property name="wrap">False</property>
3456
		      <property name="selectable">False</property>
3457
		      <property name="xalign">0</property>
3458
		      <property name="yalign">0.5</property>
3459
		      <property name="xpad">0</property>
3460
		      <property name="ypad">0</property>
3461
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3462
		      <property name="width_chars">-1</property>
3463
		      <property name="single_line_mode">False</property>
3464
		      <property name="angle">0</property>
3465
		    </widget>
3466
		    <packing>
3467
		      <property name="left_attach">1</property>
3468
		      <property name="right_attach">2</property>
3469
		      <property name="top_attach">1</property>
3470
		      <property name="bottom_attach">2</property>
3471
		      <property name="y_options"></property>
3472
		    </packing>
3473
		  </child>
3474
3475
		  <child>
3476
		    <widget class="GtkLabel" id="label_info_wtstats_unchanged">
3477
		      <property name="label" translatable="yes">(none)</property>
3478
		      <property name="use_underline">False</property>
3479
		      <property name="use_markup">False</property>
3480
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3481
		      <property name="wrap">False</property>
3482
		      <property name="selectable">False</property>
3483
		      <property name="xalign">0</property>
3484
		      <property name="yalign">0.5</property>
3485
		      <property name="xpad">0</property>
3486
		      <property name="ypad">0</property>
3487
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3488
		      <property name="width_chars">-1</property>
3489
		      <property name="single_line_mode">False</property>
3490
		      <property name="angle">0</property>
3491
		    </widget>
3492
		    <packing>
3493
		      <property name="left_attach">1</property>
3494
		      <property name="right_attach">2</property>
3495
		      <property name="top_attach">0</property>
3496
		      <property name="bottom_attach">1</property>
3497
		      <property name="y_options"></property>
3498
		    </packing>
3499
		  </child>
3500
		</widget>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3501
	      </child>
3502
	    </widget>
3503
	  </child>
3504
3505
	  <child>
3506
	    <widget class="GtkLabel" id="label_info_wtstats">
3507
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3508
	      <property name="label" translatable="yes">&lt;b&gt;In the working tree:&lt;/b&gt;</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3509
	      <property name="use_underline">False</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3510
	      <property name="use_markup">True</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3511
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
3512
	      <property name="wrap">False</property>
3513
	      <property name="selectable">False</property>
3514
	      <property name="xalign">0.5</property>
3515
	      <property name="yalign">0.5</property>
3516
	      <property name="xpad">0</property>
3517
	      <property name="ypad">0</property>
3518
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3519
	      <property name="width_chars">-1</property>
3520
	      <property name="single_line_mode">False</property>
3521
	      <property name="angle">0</property>
3522
	    </widget>
3523
	    <packing>
3524
	      <property name="type">label_item</property>
3525
	    </packing>
3526
	  </child>
3527
	</widget>
3528
	<packing>
3529
	  <property name="padding">0</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3530
	  <property name="expand">False</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3531
	  <property name="fill">True</property>
3532
	</packing>
3533
      </child>
3534
3535
      <child>
3536
	<widget class="GtkExpander" id="expander_info_brstats">
3537
	  <property name="can_focus">True</property>
3538
	  <property name="expanded">False</property>
3539
	  <property name="spacing">0</property>
3540
	  <signal name="activate" handler="on_expander_info_brstats_activate" last_modification_time="Wed, 09 Aug 2006 22:19:31 GMT"/>
3541
3542
	  <child>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3543
	    <widget class="GtkAlignment" id="alignment17">
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3544
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3545
	      <property name="xalign">0.5</property>
3546
	      <property name="yalign">0.5</property>
3547
	      <property name="xscale">1</property>
3548
	      <property name="yscale">1</property>
3549
	      <property name="top_padding">0</property>
3550
	      <property name="bottom_padding">0</property>
3551
	      <property name="left_padding">24</property>
3552
	      <property name="right_padding">0</property>
3553
3554
	      <child>
3555
		<widget class="GtkTable" id="table_info_brstats">
3556
		  <property name="visible">True</property>
3557
		  <property name="n_rows">5</property>
3558
		  <property name="n_columns">2</property>
3559
		  <property name="homogeneous">False</property>
3560
		  <property name="row_spacing">0</property>
3561
		  <property name="column_spacing">12</property>
3562
3563
		  <child>
3564
		    <widget class="GtkLabel" id="label_info_brstats_revno_label">
3565
		      <property name="label" translatable="yes">Revisions in branch: </property>
3566
		      <property name="use_underline">False</property>
3567
		      <property name="use_markup">False</property>
3568
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3569
		      <property name="wrap">False</property>
3570
		      <property name="selectable">False</property>
3571
		      <property name="xalign">0</property>
3572
		      <property name="yalign">0.5</property>
3573
		      <property name="xpad">0</property>
3574
		      <property name="ypad">0</property>
3575
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3576
		      <property name="width_chars">-1</property>
3577
		      <property name="single_line_mode">False</property>
3578
		      <property name="angle">0</property>
3579
		    </widget>
3580
		    <packing>
3581
		      <property name="left_attach">0</property>
3582
		      <property name="right_attach">1</property>
3583
		      <property name="top_attach">0</property>
3584
		      <property name="bottom_attach">1</property>
3585
		      <property name="x_options">fill</property>
3586
		      <property name="y_options"></property>
3587
		    </packing>
3588
		  </child>
3589
3590
		  <child>
3591
		    <widget class="GtkLabel" id="label_info_brstats_commiters_label">
3592
		      <property name="label" translatable="yes">Number of commiters: </property>
3593
		      <property name="use_underline">False</property>
3594
		      <property name="use_markup">False</property>
3595
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3596
		      <property name="wrap">False</property>
3597
		      <property name="selectable">False</property>
3598
		      <property name="xalign">0</property>
3599
		      <property name="yalign">0.5</property>
3600
		      <property name="xpad">0</property>
3601
		      <property name="ypad">0</property>
3602
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3603
		      <property name="width_chars">-1</property>
3604
		      <property name="single_line_mode">False</property>
3605
		      <property name="angle">0</property>
3606
		    </widget>
3607
		    <packing>
3608
		      <property name="left_attach">0</property>
3609
		      <property name="right_attach">1</property>
3610
		      <property name="top_attach">1</property>
3611
		      <property name="bottom_attach">2</property>
3612
		      <property name="x_options">fill</property>
3613
		      <property name="y_options"></property>
3614
		    </packing>
3615
		  </child>
3616
3617
		  <child>
3618
		    <widget class="GtkLabel" id="label_info_brstats_age_label">
3619
		      <property name="label" translatable="yes">Age of branch in days: </property>
3620
		      <property name="use_underline">False</property>
3621
		      <property name="use_markup">False</property>
3622
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3623
		      <property name="wrap">False</property>
3624
		      <property name="selectable">False</property>
3625
		      <property name="xalign">0</property>
3626
		      <property name="yalign">0.5</property>
3627
		      <property name="xpad">0</property>
3628
		      <property name="ypad">0</property>
3629
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3630
		      <property name="width_chars">-1</property>
3631
		      <property name="single_line_mode">False</property>
3632
		      <property name="angle">0</property>
3633
		    </widget>
3634
		    <packing>
3635
		      <property name="left_attach">0</property>
3636
		      <property name="right_attach">1</property>
3637
		      <property name="top_attach">2</property>
3638
		      <property name="bottom_attach">3</property>
3639
		      <property name="x_options">fill</property>
3640
		      <property name="y_options"></property>
3641
		    </packing>
3642
		  </child>
3643
3644
		  <child>
3645
		    <widget class="GtkLabel" id="label_info_brstats_firstrev_label">
3646
		      <property name="label" translatable="yes">Time of first revision: </property>
3647
		      <property name="use_underline">False</property>
3648
		      <property name="use_markup">False</property>
3649
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3650
		      <property name="wrap">False</property>
3651
		      <property name="selectable">False</property>
3652
		      <property name="xalign">0</property>
3653
		      <property name="yalign">0.5</property>
3654
		      <property name="xpad">0</property>
3655
		      <property name="ypad">0</property>
3656
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3657
		      <property name="width_chars">-1</property>
3658
		      <property name="single_line_mode">False</property>
3659
		      <property name="angle">0</property>
3660
		    </widget>
3661
		    <packing>
3662
		      <property name="left_attach">0</property>
3663
		      <property name="right_attach">1</property>
3664
		      <property name="top_attach">3</property>
3665
		      <property name="bottom_attach">4</property>
3666
		      <property name="x_options">fill</property>
3667
		      <property name="y_options"></property>
3668
		    </packing>
3669
		  </child>
3670
3671
		  <child>
3672
		    <widget class="GtkLabel" id="label_info_brstats_lastrev_label">
3673
		      <property name="label" translatable="yes">Time of last revision: </property>
3674
		      <property name="use_underline">False</property>
3675
		      <property name="use_markup">False</property>
3676
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3677
		      <property name="wrap">False</property>
3678
		      <property name="selectable">False</property>
3679
		      <property name="xalign">0</property>
3680
		      <property name="yalign">0.5</property>
3681
		      <property name="xpad">0</property>
3682
		      <property name="ypad">0</property>
3683
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3684
		      <property name="width_chars">-1</property>
3685
		      <property name="single_line_mode">False</property>
3686
		      <property name="angle">0</property>
3687
		    </widget>
3688
		    <packing>
3689
		      <property name="left_attach">0</property>
3690
		      <property name="right_attach">1</property>
3691
		      <property name="top_attach">4</property>
3692
		      <property name="bottom_attach">5</property>
3693
		      <property name="x_options">fill</property>
3694
		      <property name="y_options"></property>
3695
		    </packing>
3696
		  </child>
3697
3698
		  <child>
3699
		    <widget class="GtkLabel" id="label_info_brstats_lastrev">
3700
		      <property name="label" translatable="yes">(none)</property>
3701
		      <property name="use_underline">False</property>
3702
		      <property name="use_markup">False</property>
3703
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3704
		      <property name="wrap">False</property>
3705
		      <property name="selectable">False</property>
3706
		      <property name="xalign">0</property>
3707
		      <property name="yalign">0.5</property>
3708
		      <property name="xpad">0</property>
3709
		      <property name="ypad">0</property>
3710
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3711
		      <property name="width_chars">-1</property>
3712
		      <property name="single_line_mode">False</property>
3713
		      <property name="angle">0</property>
3714
		    </widget>
3715
		    <packing>
3716
		      <property name="left_attach">1</property>
3717
		      <property name="right_attach">2</property>
3718
		      <property name="top_attach">4</property>
3719
		      <property name="bottom_attach">5</property>
3720
		      <property name="y_options"></property>
3721
		    </packing>
3722
		  </child>
3723
3724
		  <child>
3725
		    <widget class="GtkLabel" id="label_info_brstats_firstrev">
3726
		      <property name="label" translatable="yes">(none)</property>
3727
		      <property name="use_underline">False</property>
3728
		      <property name="use_markup">False</property>
3729
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3730
		      <property name="wrap">False</property>
3731
		      <property name="selectable">False</property>
3732
		      <property name="xalign">0</property>
3733
		      <property name="yalign">0.5</property>
3734
		      <property name="xpad">0</property>
3735
		      <property name="ypad">0</property>
3736
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3737
		      <property name="width_chars">-1</property>
3738
		      <property name="single_line_mode">False</property>
3739
		      <property name="angle">0</property>
3740
		    </widget>
3741
		    <packing>
3742
		      <property name="left_attach">1</property>
3743
		      <property name="right_attach">2</property>
3744
		      <property name="top_attach">3</property>
3745
		      <property name="bottom_attach">4</property>
3746
		      <property name="y_options"></property>
3747
		    </packing>
3748
		  </child>
3749
3750
		  <child>
3751
		    <widget class="GtkLabel" id="label_info_brstats_age">
3752
		      <property name="label" translatable="yes">(none)</property>
3753
		      <property name="use_underline">False</property>
3754
		      <property name="use_markup">False</property>
3755
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3756
		      <property name="wrap">False</property>
3757
		      <property name="selectable">False</property>
3758
		      <property name="xalign">0</property>
3759
		      <property name="yalign">0.5</property>
3760
		      <property name="xpad">0</property>
3761
		      <property name="ypad">0</property>
3762
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3763
		      <property name="width_chars">-1</property>
3764
		      <property name="single_line_mode">False</property>
3765
		      <property name="angle">0</property>
3766
		    </widget>
3767
		    <packing>
3768
		      <property name="left_attach">1</property>
3769
		      <property name="right_attach">2</property>
3770
		      <property name="top_attach">2</property>
3771
		      <property name="bottom_attach">3</property>
3772
		      <property name="y_options"></property>
3773
		    </packing>
3774
		  </child>
3775
3776
		  <child>
3777
		    <widget class="GtkLabel" id="label_info_brstats_commiters">
3778
		      <property name="label" translatable="yes">(none)</property>
3779
		      <property name="use_underline">False</property>
3780
		      <property name="use_markup">False</property>
3781
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3782
		      <property name="wrap">False</property>
3783
		      <property name="selectable">False</property>
3784
		      <property name="xalign">0</property>
3785
		      <property name="yalign">0.5</property>
3786
		      <property name="xpad">0</property>
3787
		      <property name="ypad">0</property>
3788
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3789
		      <property name="width_chars">-1</property>
3790
		      <property name="single_line_mode">False</property>
3791
		      <property name="angle">0</property>
3792
		    </widget>
3793
		    <packing>
3794
		      <property name="left_attach">1</property>
3795
		      <property name="right_attach">2</property>
3796
		      <property name="top_attach">1</property>
3797
		      <property name="bottom_attach">2</property>
3798
		      <property name="y_options"></property>
3799
		    </packing>
3800
		  </child>
3801
3802
		  <child>
3803
		    <widget class="GtkLabel" id="label_info_brstats_revno">
3804
		      <property name="label" translatable="yes">(none)</property>
3805
		      <property name="use_underline">False</property>
3806
		      <property name="use_markup">False</property>
3807
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3808
		      <property name="wrap">False</property>
3809
		      <property name="selectable">False</property>
3810
		      <property name="xalign">0</property>
3811
		      <property name="yalign">0.5</property>
3812
		      <property name="xpad">0</property>
3813
		      <property name="ypad">0</property>
3814
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3815
		      <property name="width_chars">-1</property>
3816
		      <property name="single_line_mode">False</property>
3817
		      <property name="angle">0</property>
3818
		    </widget>
3819
		    <packing>
3820
		      <property name="left_attach">1</property>
3821
		      <property name="right_attach">2</property>
3822
		      <property name="top_attach">0</property>
3823
		      <property name="bottom_attach">1</property>
3824
		      <property name="y_options"></property>
3825
		    </packing>
3826
		  </child>
3827
		</widget>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3828
	      </child>
3829
	    </widget>
3830
	  </child>
3831
3832
	  <child>
3833
	    <widget class="GtkLabel" id="label_info_brstats">
3834
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3835
	      <property name="label" translatable="yes">&lt;b&gt;Branch history:&lt;/b&gt;</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3836
	      <property name="use_underline">False</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3837
	      <property name="use_markup">True</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3838
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
3839
	      <property name="wrap">False</property>
3840
	      <property name="selectable">False</property>
3841
	      <property name="xalign">0.5</property>
3842
	      <property name="yalign">0.5</property>
3843
	      <property name="xpad">0</property>
3844
	      <property name="ypad">0</property>
3845
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3846
	      <property name="width_chars">-1</property>
3847
	      <property name="single_line_mode">False</property>
3848
	      <property name="angle">0</property>
3849
	    </widget>
3850
	    <packing>
3851
	      <property name="type">label_item</property>
3852
	    </packing>
3853
	  </child>
3854
	</widget>
3855
	<packing>
3856
	  <property name="padding">0</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3857
	  <property name="expand">False</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3858
	  <property name="fill">True</property>
3859
	</packing>
3860
      </child>
3861
3862
      <child>
3863
	<widget class="GtkExpander" id="expander_info_repstats">
3864
	  <property name="can_focus">True</property>
3865
	  <property name="expanded">False</property>
3866
	  <property name="spacing">0</property>
3867
	  <signal name="activate" handler="on_expander_info_repstats_activate" last_modification_time="Wed, 09 Aug 2006 22:19:37 GMT"/>
3868
3869
	  <child>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3870
	    <widget class="GtkAlignment" id="alignment18">
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3871
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
3872
	      <property name="xalign">0.5</property>
3873
	      <property name="yalign">0.5</property>
3874
	      <property name="xscale">1</property>
3875
	      <property name="yscale">1</property>
3876
	      <property name="top_padding">0</property>
3877
	      <property name="bottom_padding">0</property>
3878
	      <property name="left_padding">24</property>
3879
	      <property name="right_padding">0</property>
3880
3881
	      <child>
3882
		<widget class="GtkTable" id="table_info_repstats">
3883
		  <property name="visible">True</property>
3884
		  <property name="n_rows">2</property>
3885
		  <property name="n_columns">2</property>
3886
		  <property name="homogeneous">False</property>
3887
		  <property name="row_spacing">0</property>
3888
		  <property name="column_spacing">12</property>
3889
3890
		  <child>
3891
		    <widget class="GtkLabel" id="label_info_repstats_revisions_label">
3892
		      <property name="label" translatable="yes">Revisions in repository: </property>
3893
		      <property name="use_underline">False</property>
3894
		      <property name="use_markup">False</property>
3895
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3896
		      <property name="wrap">False</property>
3897
		      <property name="selectable">False</property>
3898
		      <property name="xalign">0</property>
3899
		      <property name="yalign">0.5</property>
3900
		      <property name="xpad">0</property>
3901
		      <property name="ypad">0</property>
3902
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3903
		      <property name="width_chars">-1</property>
3904
		      <property name="single_line_mode">False</property>
3905
		      <property name="angle">0</property>
3906
		    </widget>
3907
		    <packing>
3908
		      <property name="left_attach">0</property>
3909
		      <property name="right_attach">1</property>
3910
		      <property name="top_attach">0</property>
3911
		      <property name="bottom_attach">1</property>
3912
		      <property name="x_options">fill</property>
3913
		      <property name="y_options"></property>
3914
		    </packing>
3915
		  </child>
3916
3917
		  <child>
3918
		    <widget class="GtkLabel" id="label_info_repstats_size_label">
3919
		      <property name="label" translatable="yes">Size of repository: </property>
3920
		      <property name="use_underline">False</property>
3921
		      <property name="use_markup">False</property>
3922
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3923
		      <property name="wrap">False</property>
3924
		      <property name="selectable">False</property>
3925
		      <property name="xalign">0</property>
3926
		      <property name="yalign">0.5</property>
3927
		      <property name="xpad">0</property>
3928
		      <property name="ypad">0</property>
3929
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3930
		      <property name="width_chars">-1</property>
3931
		      <property name="single_line_mode">False</property>
3932
		      <property name="angle">0</property>
3933
		    </widget>
3934
		    <packing>
3935
		      <property name="left_attach">0</property>
3936
		      <property name="right_attach">1</property>
3937
		      <property name="top_attach">1</property>
3938
		      <property name="bottom_attach">2</property>
3939
		      <property name="x_options">fill</property>
3940
		      <property name="y_options"></property>
3941
		    </packing>
3942
		  </child>
3943
3944
		  <child>
3945
		    <widget class="GtkLabel" id="label_info_repstats_size">
3946
		      <property name="label" translatable="yes">(none)</property>
3947
		      <property name="use_underline">False</property>
3948
		      <property name="use_markup">False</property>
3949
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3950
		      <property name="wrap">False</property>
3951
		      <property name="selectable">False</property>
3952
		      <property name="xalign">0</property>
3953
		      <property name="yalign">0.5</property>
3954
		      <property name="xpad">0</property>
3955
		      <property name="ypad">0</property>
3956
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3957
		      <property name="width_chars">-1</property>
3958
		      <property name="single_line_mode">False</property>
3959
		      <property name="angle">0</property>
3960
		    </widget>
3961
		    <packing>
3962
		      <property name="left_attach">1</property>
3963
		      <property name="right_attach">2</property>
3964
		      <property name="top_attach">1</property>
3965
		      <property name="bottom_attach">2</property>
3966
		      <property name="y_options"></property>
3967
		    </packing>
3968
		  </child>
3969
3970
		  <child>
3971
		    <widget class="GtkLabel" id="label_info_repstats_revisions">
3972
		      <property name="label" translatable="yes">(none)</property>
3973
		      <property name="use_underline">False</property>
3974
		      <property name="use_markup">False</property>
3975
		      <property name="justify">GTK_JUSTIFY_LEFT</property>
3976
		      <property name="wrap">False</property>
3977
		      <property name="selectable">False</property>
3978
		      <property name="xalign">0</property>
3979
		      <property name="yalign">0.5</property>
3980
		      <property name="xpad">0</property>
3981
		      <property name="ypad">0</property>
3982
		      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3983
		      <property name="width_chars">-1</property>
3984
		      <property name="single_line_mode">False</property>
3985
		      <property name="angle">0</property>
3986
		    </widget>
3987
		    <packing>
3988
		      <property name="left_attach">1</property>
3989
		      <property name="right_attach">2</property>
3990
		      <property name="top_attach">0</property>
3991
		      <property name="bottom_attach">1</property>
3992
		      <property name="y_options"></property>
3993
		    </packing>
3994
		  </child>
3995
		</widget>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
3996
	      </child>
3997
	    </widget>
3998
	  </child>
3999
4000
	  <child>
4001
	    <widget class="GtkLabel" id="label_info_repstats">
4002
	      <property name="visible">True</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
4003
	      <property name="label" translatable="yes">&lt;b&gt;Revision store:&lt;/b&gt;</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
4004
	      <property name="use_underline">False</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
4005
	      <property name="use_markup">True</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
4006
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
4007
	      <property name="wrap">False</property>
4008
	      <property name="selectable">False</property>
4009
	      <property name="xalign">0.5</property>
4010
	      <property name="yalign">0.5</property>
4011
	      <property name="xpad">0</property>
4012
	      <property name="ypad">0</property>
4013
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4014
	      <property name="width_chars">-1</property>
4015
	      <property name="single_line_mode">False</property>
4016
	      <property name="angle">0</property>
4017
	    </widget>
4018
	    <packing>
4019
	      <property name="type">label_item</property>
4020
	    </packing>
4021
	  </child>
4022
	</widget>
4023
	<packing>
4024
	  <property name="padding">0</property>
0.10.1 by Richard Ferguson
Cleaned up information dialog
4025
	  <property name="expand">False</property>
0.8.42 by Szilveszter Farkas (Phanatic)
Implemented Informations functionality; some bzrlib API changes handled.
4026
	  <property name="fill">True</property>
4027
	</packing>
4028
      </child>
4029
    </widget>
4030
  </child>
4031
</widget>
4032
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
4033
<widget class="GtkDialog" id="window_merge">
4034
  <property name="visible">True</property>
4035
  <property name="title" translatable="yes">Merge - Olive</property>
4036
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
4037
  <property name="window_position">GTK_WIN_POS_NONE</property>
4038
  <property name="modal">False</property>
4039
  <property name="resizable">True</property>
4040
  <property name="destroy_with_parent">False</property>
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
4041
  <property name="icon">oliveicon2.png</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
4042
  <property name="decorated">True</property>
4043
  <property name="skip_taskbar_hint">False</property>
4044
  <property name="skip_pager_hint">False</property>
4045
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
4046
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
4047
  <property name="focus_on_map">True</property>
4048
  <property name="urgency_hint">False</property>
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
4049
  <property name="has_separator">True</property>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
4050
4051
  <child internal-child="vbox">
4052
    <widget class="GtkVBox" id="vbox_merge">
4053
      <property name="visible">True</property>
4054
      <property name="homogeneous">False</property>
4055
      <property name="spacing">3</property>
4056
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
4057
      <child internal-child="action_area">
4058
	<widget class="GtkHButtonBox" id="hbuttonbox_merge">
4059
	  <property name="visible">True</property>
4060
	  <property name="layout_style">GTK_BUTTONBOX_END</property>
4061
4062
	  <child>
4063
	    <widget class="GtkButton" id="button_merge_cancel">
4064
	      <property name="visible">True</property>
4065
	      <property name="can_default">True</property>
4066
	      <property name="can_focus">True</property>
4067
	      <property name="label">gtk-cancel</property>
4068
	      <property name="use_stock">True</property>
4069
	      <property name="relief">GTK_RELIEF_NORMAL</property>
4070
	      <property name="focus_on_click">True</property>
4071
	      <property name="response_id">0</property>
4072
	      <signal name="clicked" handler="on_button_merge_cancel_clicked" last_modification_time="Mon, 09 Oct 2006 13:35:13 GMT"/>
4073
	    </widget>
4074
	  </child>
95 by Szilveszter Farkas (Phanatic)
Added pending merges to Commit dialog. Fixed bug #66091.
4075
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
4076
	  <child>
4077
	    <widget class="GtkButton" id="button_merge_merge">
4078
	      <property name="visible">True</property>
4079
	      <property name="can_default">True</property>
4080
	      <property name="has_default">True</property>
4081
	      <property name="can_focus">True</property>
4082
	      <property name="relief">GTK_RELIEF_NORMAL</property>
4083
	      <property name="focus_on_click">True</property>
4084
	      <property name="response_id">0</property>
4085
	      <signal name="clicked" handler="on_button_merge_merge_clicked" last_modification_time="Mon, 09 Oct 2006 13:35:07 GMT"/>
4086
4087
	      <child>
4088
		<widget class="GtkAlignment" id="alignment19">
4089
		  <property name="visible">True</property>
4090
		  <property name="xalign">0.5</property>
4091
		  <property name="yalign">0.5</property>
4092
		  <property name="xscale">0</property>
4093
		  <property name="yscale">0</property>
4094
		  <property name="top_padding">0</property>
4095
		  <property name="bottom_padding">0</property>
4096
		  <property name="left_padding">0</property>
4097
		  <property name="right_padding">0</property>
4098
4099
		  <child>
4100
		    <widget class="GtkHBox" id="hbox14">
4101
		      <property name="visible">True</property>
4102
		      <property name="homogeneous">False</property>
4103
		      <property name="spacing">2</property>
4104
4105
		      <child>
4106
			<widget class="GtkImage" id="image239">
4107
			  <property name="visible">True</property>
4108
			  <property name="stock">gtk-apply</property>
4109
			  <property name="icon_size">4</property>
4110
			  <property name="xalign">0.5</property>
4111
			  <property name="yalign">0.5</property>
4112
			  <property name="xpad">0</property>
4113
			  <property name="ypad">0</property>
4114
			</widget>
4115
			<packing>
4116
			  <property name="padding">0</property>
4117
			  <property name="expand">False</property>
4118
			  <property name="fill">False</property>
4119
			</packing>
4120
		      </child>
4121
4122
		      <child>
4123
			<widget class="GtkLabel" id="label21">
4124
			  <property name="visible">True</property>
4125
			  <property name="label" translatable="yes">_Merge</property>
4126
			  <property name="use_underline">True</property>
4127
			  <property name="use_markup">False</property>
4128
			  <property name="justify">GTK_JUSTIFY_LEFT</property>
4129
			  <property name="wrap">False</property>
4130
			  <property name="selectable">False</property>
4131
			  <property name="xalign">0.5</property>
4132
			  <property name="yalign">0.5</property>
4133
			  <property name="xpad">0</property>
4134
			  <property name="ypad">0</property>
4135
			  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4136
			  <property name="width_chars">-1</property>
4137
			  <property name="single_line_mode">False</property>
4138
			  <property name="angle">0</property>
4139
			</widget>
4140
			<packing>
4141
			  <property name="padding">0</property>
4142
			  <property name="expand">False</property>
4143
			  <property name="fill">False</property>
4144
			</packing>
4145
		      </child>
4146
		    </widget>
4147
		  </child>
4148
		</widget>
4149
	      </child>
4150
	    </widget>
95 by Szilveszter Farkas (Phanatic)
Added pending merges to Commit dialog. Fixed bug #66091.
4151
	  </child>
93 by Szilveszter Farkas (Phanatic)
Began to implement Merge dialog.
4152
	</widget>
4153
	<packing>
4154
	  <property name="padding">0</property>
4155
	  <property name="expand">False</property>
4156
	  <property name="fill">False</property>
4157
	  <property name="pack_type">GTK_PACK_END</property>
4158
	</packing>
4159
      </child>
4160
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
4161
      <child>
4162
	<widget class="GtkHBox" id="hbox_merge">
4163
	  <property name="visible">True</property>
4164
	  <property name="homogeneous">False</property>
4165
	  <property name="spacing">3</property>
4166
4167
	  <child>
4168
	    <widget class="GtkLabel" id="label_merge">
4169
	      <property name="visible">True</property>
4170
	      <property name="label" translatable="yes">Merge from:</property>
4171
	      <property name="use_underline">False</property>
4172
	      <property name="use_markup">False</property>
4173
	      <property name="justify">GTK_JUSTIFY_LEFT</property>
4174
	      <property name="wrap">False</property>
4175
	      <property name="selectable">False</property>
4176
	      <property name="xalign">0.5</property>
4177
	      <property name="yalign">0.5</property>
4178
	      <property name="xpad">0</property>
4179
	      <property name="ypad">0</property>
4180
	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4181
	      <property name="width_chars">-1</property>
4182
	      <property name="single_line_mode">False</property>
4183
	      <property name="angle">0</property>
4184
	    </widget>
4185
	    <packing>
4186
	      <property name="padding">0</property>
4187
	      <property name="expand">False</property>
4188
	      <property name="fill">False</property>
4189
	    </packing>
4190
	  </child>
4191
4192
	  <child>
4193
	    <widget class="GtkEntry" id="entry_merge">
4194
	      <property name="visible">True</property>
4195
	      <property name="can_focus">True</property>
4196
	      <property name="editable">True</property>
4197
	      <property name="visibility">True</property>
4198
	      <property name="max_length">0</property>
4199
	      <property name="text" translatable="yes"></property>
4200
	      <property name="has_frame">True</property>
4201
	      <property name="invisible_char"></property>
4202
	      <property name="activates_default">False</property>
4203
	    </widget>
4204
	    <packing>
4205
	      <property name="padding">0</property>
4206
	      <property name="expand">True</property>
4207
	      <property name="fill">True</property>
4208
	    </packing>
4209
	  </child>
4210
4211
	  <child>
4212
	    <widget class="GtkButton" id="button_merge_open">
4213
	      <property name="visible">True</property>
4214
	      <property name="can_focus">True</property>
4215
	      <property name="relief">GTK_RELIEF_NORMAL</property>
4216
	      <property name="focus_on_click">True</property>
4217
	      <signal name="clicked" handler="on_button_merge_open_clicked" last_modification_time="Mon, 09 Oct 2006 13:35:20 GMT"/>
4218
4219
	      <child>
4220
		<widget class="GtkImage" id="image240">
4221
		  <property name="visible">True</property>
4222
		  <property name="stock">gtk-open</property>
4223
		  <property name="icon_size">4</property>
4224
		  <property name="xalign">0.5</property>
4225
		  <property name="yalign">0.5</property>
4226
		  <property name="xpad">0</property>
4227
		  <property name="ypad">0</property>
4228
		</widget>
4229
	      </child>
4230
	    </widget>
4231
	    <packing>
4232
	      <property name="padding">0</property>
4233
	      <property name="expand">False</property>
4234
	      <property name="fill">False</property>
4235
	    </packing>
4236
	  </child>
4237
	</widget>
4238
	<packing>
4239
	  <property name="padding">0</property>
4240
	  <property name="expand">False</property>
4241
	  <property name="fill">False</property>
4242
	</packing>
4243
      </child>
0.8.57 by Szilveszter Farkas (Phanatic)
Bookmarks have titles; you can also edit them.
4244
    </widget>
4245
  </child>
4246
</widget>
92 by Szilveszter Farkas (Phanatic)
Added Merge dialog and fixed some minor glade issues.
4247
0.8.12 by Szilveszter Farkas (Phanatic)
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
4248
</glade-interface>