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