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