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> |
|
9 |
<property name="visible">True</property> |
|
10 |
<property name="title" translatable="yes">Olive - Bazaar-NG GUI</property> |
|
11 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|
12 |
<property name="window_position">GTK_WIN_POS_NONE</property> |
|
13 |
<property name="modal">False</property> |
|
14 |
<property name="resizable">True</property> |
|
15 |
<property name="destroy_with_parent">False</property> |
|
16 |
<property name="icon">oliveicon2.png</property> |
|
17 |
<property name="decorated">True</property> |
|
18 |
<property name="skip_taskbar_hint">False</property> |
|
19 |
<property name="skip_pager_hint">False</property> |
|
20 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
|
21 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|
22 |
<property name="focus_on_map">True</property> |
|
23 |
<property name="urgency_hint">False</property> |
|
24 |
<signal name="destroy" handler="on_window_main_destroy" last_modification_time="Sun, 16 Jul 2006 15:29:52 GMT"/> |
|
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> |
|
48 |
<widget class="GtkImageMenuItem" id="menuitem_quit"> |
|
49 |
<property name="visible">True</property> |
|
50 |
<property name="label">gtk-quit</property> |
|
51 |
<property name="use_stock">True</property> |
|
52 |
<signal name="activate" handler="on_quit_activate" last_modification_time="Fri, 14 Jul 2006 15:40:34 GMT"/> |
|
53 |
</widget> |
|
54 |
</child> |
|
55 |
</widget> |
|
56 |
</child> |
|
57 |
</widget> |
|
58 |
</child> |
|
59 |
||
60 |
<child> |
|
61 |
<widget class="GtkMenuItem" id="menuitem_view"> |
|
62 |
<property name="visible">True</property> |
|
63 |
<property name="label" translatable="yes">_View</property> |
|
64 |
<property name="use_underline">True</property> |
|
65 |
</widget> |
|
66 |
</child> |
|
67 |
||
68 |
<child> |
|
69 |
<widget class="GtkMenuItem" id="menuitem_help"> |
|
70 |
<property name="visible">True</property> |
|
71 |
<property name="label" translatable="yes">_Help</property> |
|
72 |
<property name="use_underline">True</property> |
|
73 |
||
74 |
<child> |
|
75 |
<widget class="GtkMenu" id="menuitem_help_menu"> |
|
76 |
||
77 |
<child> |
|
78 |
<widget class="GtkImageMenuItem" id="menuitem_about"> |
|
79 |
<property name="visible">True</property> |
|
80 |
<property name="label">gtk-about</property> |
|
81 |
<property name="use_stock">True</property> |
|
82 |
<signal name="activate" handler="on_about_activate" last_modification_time="Fri, 14 Jul 2006 15:44:52 GMT"/> |
|
83 |
</widget> |
|
84 |
</child> |
|
85 |
</widget> |
|
86 |
</child> |
|
87 |
</widget> |
|
88 |
</child> |
|
89 |
</widget> |
|
90 |
<packing> |
|
91 |
<property name="padding">0</property> |
|
92 |
<property name="expand">False</property> |
|
93 |
<property name="fill">False</property> |
|
94 |
</packing> |
|
95 |
</child> |
|
96 |
||
97 |
<child> |
|
98 |
<widget class="GtkToolbar" id="toolbar"> |
|
99 |
<property name="visible">True</property> |
|
100 |
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property> |
|
101 |
<property name="toolbar_style">GTK_TOOLBAR_BOTH</property> |
|
102 |
<property name="tooltips">True</property> |
|
103 |
<property name="show_arrow">True</property> |
|
104 |
||
105 |
<child> |
|
106 |
<widget class="GtkToolButton" id="toolbutton_update"> |
|
107 |
<property name="visible">True</property> |
|
108 |
<property name="label" translatable="yes">Update</property> |
|
109 |
<property name="use_underline">True</property> |
|
110 |
<property name="stock_id">gtk-refresh</property> |
|
111 |
<property name="visible_horizontal">True</property> |
|
112 |
<property name="visible_vertical">True</property> |
|
113 |
<property name="is_important">False</property> |
|
114 |
</widget> |
|
115 |
<packing> |
|
116 |
<property name="expand">False</property> |
|
117 |
<property name="homogeneous">True</property> |
|
118 |
</packing> |
|
119 |
</child> |
|
120 |
||
121 |
<child> |
|
122 |
<widget class="GtkToolButton" id="toolbutton_log"> |
|
123 |
<property name="visible">True</property> |
|
124 |
<property name="label" translatable="yes">Log</property> |
|
125 |
<property name="use_underline">True</property> |
|
126 |
<property name="visible_horizontal">True</property> |
|
127 |
<property name="visible_vertical">True</property> |
|
128 |
<property name="is_important">False</property> |
|
129 |
</widget> |
|
130 |
<packing> |
|
131 |
<property name="expand">False</property> |
|
132 |
<property name="homogeneous">True</property> |
|
133 |
</packing> |
|
134 |
</child> |
|
135 |
||
136 |
<child> |
|
137 |
<widget class="GtkToolButton" id="toolbutton_diff"> |
|
138 |
<property name="visible">True</property> |
|
139 |
<property name="label" translatable="yes">Diff</property> |
|
140 |
<property name="use_underline">True</property> |
|
141 |
<property name="visible_horizontal">True</property> |
|
142 |
<property name="visible_vertical">True</property> |
|
143 |
<property name="is_important">False</property> |
|
144 |
</widget> |
|
145 |
<packing> |
|
146 |
<property name="expand">False</property> |
|
147 |
<property name="homogeneous">True</property> |
|
148 |
</packing> |
|
149 |
</child> |
|
150 |
||
151 |
<child> |
|
152 |
<widget class="GtkSeparatorToolItem" id="separatortoolitem1"> |
|
153 |
<property name="visible">True</property> |
|
154 |
<property name="draw">True</property> |
|
155 |
<property name="visible_horizontal">True</property> |
|
156 |
<property name="visible_vertical">True</property> |
|
157 |
</widget> |
|
158 |
<packing> |
|
159 |
<property name="expand">False</property> |
|
160 |
<property name="homogeneous">False</property> |
|
161 |
</packing> |
|
162 |
</child> |
|
163 |
||
164 |
<child> |
|
165 |
<widget class="GtkToolButton" id="toolbutton_commit"> |
|
166 |
<property name="visible">True</property> |
|
167 |
<property name="label" translatable="yes">Commit</property> |
|
168 |
<property name="use_underline">True</property> |
|
169 |
<property name="stock_id">gtk-redo</property> |
|
170 |
<property name="visible_horizontal">True</property> |
|
171 |
<property name="visible_vertical">True</property> |
|
172 |
<property name="is_important">False</property> |
|
173 |
</widget> |
|
174 |
<packing> |
|
175 |
<property name="expand">False</property> |
|
176 |
<property name="homogeneous">True</property> |
|
177 |
</packing> |
|
178 |
</child> |
|
179 |
||
180 |
<child> |
|
181 |
<widget class="GtkSeparatorToolItem" id="separatortoolitem2"> |
|
182 |
<property name="visible">True</property> |
|
183 |
<property name="draw">True</property> |
|
184 |
<property name="visible_horizontal">True</property> |
|
185 |
<property name="visible_vertical">True</property> |
|
186 |
</widget> |
|
187 |
<packing> |
|
188 |
<property name="expand">False</property> |
|
189 |
<property name="homogeneous">False</property> |
|
190 |
</packing> |
|
191 |
</child> |
|
192 |
||
193 |
<child> |
|
194 |
<widget class="GtkToolButton" id="toolbutton_pull"> |
|
195 |
<property name="visible">True</property> |
|
196 |
<property name="label" translatable="yes">Pull</property> |
|
197 |
<property name="use_underline">True</property> |
|
198 |
<property name="stock_id">gtk-goto-bottom</property> |
|
199 |
<property name="visible_horizontal">True</property> |
|
200 |
<property name="visible_vertical">True</property> |
|
201 |
<property name="is_important">False</property> |
|
202 |
</widget> |
|
203 |
<packing> |
|
204 |
<property name="expand">False</property> |
|
205 |
<property name="homogeneous">True</property> |
|
206 |
</packing> |
|
207 |
</child> |
|
208 |
||
209 |
<child> |
|
210 |
<widget class="GtkToolButton" id="toolbutton_push"> |
|
211 |
<property name="visible">True</property> |
|
212 |
<property name="label" translatable="yes">Push</property> |
|
213 |
<property name="use_underline">True</property> |
|
214 |
<property name="stock_id">gtk-goto-top</property> |
|
215 |
<property name="visible_horizontal">True</property> |
|
216 |
<property name="visible_vertical">True</property> |
|
217 |
<property name="is_important">False</property> |
|
218 |
</widget> |
|
219 |
<packing> |
|
220 |
<property name="expand">False</property> |
|
221 |
<property name="homogeneous">True</property> |
|
222 |
</packing> |
|
223 |
</child> |
|
224 |
||
225 |
<child> |
|
226 |
<widget class="GtkSeparatorToolItem" id="separatortoolitem3"> |
|
227 |
<property name="visible">True</property> |
|
228 |
<property name="draw">True</property> |
|
229 |
<property name="visible_horizontal">True</property> |
|
230 |
<property name="visible_vertical">True</property> |
|
231 |
</widget> |
|
232 |
<packing> |
|
233 |
<property name="expand">False</property> |
|
234 |
<property name="homogeneous">False</property> |
|
235 |
</packing> |
|
236 |
</child> |
|
237 |
||
238 |
<child> |
|
239 |
<widget class="GtkToolButton" id="toolbutton_bookmarks"> |
|
240 |
<property name="visible">True</property> |
|
241 |
<property name="label" translatable="yes">Bookmarks</property> |
|
242 |
<property name="use_underline">True</property> |
|
243 |
<property name="visible_horizontal">True</property> |
|
244 |
<property name="visible_vertical">True</property> |
|
245 |
<property name="is_important">False</property> |
|
246 |
</widget> |
|
247 |
<packing> |
|
248 |
<property name="expand">False</property> |
|
249 |
<property name="homogeneous">True</property> |
|
250 |
</packing> |
|
251 |
</child> |
|
252 |
</widget> |
|
253 |
<packing> |
|
254 |
<property name="padding">0</property> |
|
255 |
<property name="expand">False</property> |
|
256 |
<property name="fill">False</property> |
|
257 |
</packing> |
|
258 |
</child> |
|
259 |
||
260 |
<child> |
|
261 |
<widget class="GtkHPaned" id="hpaned_main"> |
|
262 |
<property name="visible">True</property> |
|
263 |
<property name="can_focus">True</property> |
|
264 |
<property name="position">200</property> |
|
265 |
||
266 |
<child> |
|
267 |
<widget class="GtkScrolledWindow" id="scrolledwindow_left"> |
|
268 |
<property name="visible">True</property> |
|
269 |
<property name="can_focus">True</property> |
|
270 |
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|
271 |
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|
272 |
<property name="shadow_type">GTK_SHADOW_NONE</property> |
|
273 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|
274 |
||
275 |
<child> |
|
276 |
<widget class="GtkTreeView" id="treeview_left"> |
|
277 |
<property name="visible">True</property> |
|
278 |
<property name="can_focus">True</property> |
|
279 |
<property name="headers_visible">False</property> |
|
280 |
<property name="rules_hint">False</property> |
|
281 |
<property name="reorderable">False</property> |
|
282 |
<property name="enable_search">True</property> |
|
283 |
<property name="fixed_height_mode">False</property> |
|
284 |
<property name="hover_selection">False</property> |
|
285 |
<property name="hover_expand">False</property> |
|
286 |
</widget> |
|
287 |
</child> |
|
288 |
</widget> |
|
289 |
<packing> |
|
290 |
<property name="shrink">True</property> |
|
291 |
<property name="resize">False</property> |
|
292 |
</packing> |
|
293 |
</child> |
|
294 |
||
295 |
<child> |
|
296 |
<widget class="GtkScrolledWindow" id="scrolledwindow_right"> |
|
297 |
<property name="visible">True</property> |
|
298 |
<property name="can_focus">True</property> |
|
299 |
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|
300 |
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|
301 |
<property name="shadow_type">GTK_SHADOW_NONE</property> |
|
302 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|
303 |
||
304 |
<child> |
|
305 |
<widget class="GtkTreeView" id="treeview_right"> |
|
306 |
<property name="visible">True</property> |
|
307 |
<property name="can_focus">True</property> |
|
308 |
<property name="headers_visible">False</property> |
|
309 |
<property name="rules_hint">False</property> |
|
310 |
<property name="reorderable">False</property> |
|
311 |
<property name="enable_search">True</property> |
|
312 |
<property name="fixed_height_mode">False</property> |
|
313 |
<property name="hover_selection">False</property> |
|
314 |
<property name="hover_expand">False</property> |
|
315 |
</widget> |
|
316 |
</child> |
|
317 |
</widget> |
|
318 |
<packing> |
|
319 |
<property name="shrink">True</property> |
|
320 |
<property name="resize">True</property> |
|
321 |
</packing> |
|
322 |
</child> |
|
323 |
</widget> |
|
324 |
<packing> |
|
325 |
<property name="padding">0</property> |
|
326 |
<property name="expand">True</property> |
|
327 |
<property name="fill">True</property> |
|
328 |
</packing> |
|
329 |
</child> |
|
330 |
||
331 |
<child> |
|
332 |
<widget class="GtkStatusbar" id="statusbar"> |
|
333 |
<property name="visible">True</property> |
|
334 |
<property name="has_resize_grip">True</property> |
|
335 |
</widget> |
|
336 |
<packing> |
|
337 |
<property name="padding">0</property> |
|
338 |
<property name="expand">False</property> |
|
339 |
<property name="fill">False</property> |
|
340 |
</packing> |
|
341 |
</child> |
|
342 |
</widget> |
|
343 |
</child> |
|
344 |
</widget>
|
|
345 |
||
346 |
<widget class="GtkWindow" id="window_commit"> |
|
347 |
<property name="visible">True</property> |
|
348 |
<property name="title" translatable="yes">Olive - Commit</property> |
|
349 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|
350 |
<property name="window_position">GTK_WIN_POS_NONE</property> |
|
351 |
<property name="modal">False</property> |
|
352 |
<property name="resizable">True</property> |
|
353 |
<property name="destroy_with_parent">False</property> |
|
354 |
<property name="decorated">True</property> |
|
355 |
<property name="skip_taskbar_hint">False</property> |
|
356 |
<property name="skip_pager_hint">False</property> |
|
357 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
|
358 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|
359 |
<property name="focus_on_map">True</property> |
|
360 |
<property name="urgency_hint">False</property> |
|
361 |
||
362 |
<child> |
|
363 |
<widget class="GtkVBox" id="vbox_commit"> |
|
364 |
<property name="border_width">5</property> |
|
365 |
<property name="visible">True</property> |
|
366 |
<property name="homogeneous">False</property> |
|
367 |
<property name="spacing">3</property> |
|
368 |
||
369 |
<child> |
|
370 |
<widget class="GtkLabel" id="label_commit"> |
|
371 |
<property name="visible">True</property> |
|
372 |
<property name="label" translatable="yes">Please specify a commit message:</property> |
|
373 |
<property name="use_underline">False</property> |
|
374 |
<property name="use_markup">False</property> |
|
375 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|
376 |
<property name="wrap">False</property> |
|
377 |
<property name="selectable">False</property> |
|
378 |
<property name="xalign">0</property> |
|
379 |
<property name="yalign">0.5</property> |
|
380 |
<property name="xpad">0</property> |
|
381 |
<property name="ypad">0</property> |
|
382 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|
383 |
<property name="width_chars">-1</property> |
|
384 |
<property name="single_line_mode">False</property> |
|
385 |
<property name="angle">0</property> |
|
386 |
</widget> |
|
387 |
<packing> |
|
388 |
<property name="padding">0</property> |
|
389 |
<property name="expand">False</property> |
|
390 |
<property name="fill">False</property> |
|
391 |
</packing> |
|
392 |
</child> |
|
393 |
||
394 |
<child> |
|
395 |
<widget class="GtkScrolledWindow" id="scrolledwindow_commit"> |
|
396 |
<property name="visible">True</property> |
|
397 |
<property name="can_focus">True</property> |
|
398 |
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|
399 |
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|
400 |
<property name="shadow_type">GTK_SHADOW_NONE</property> |
|
401 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|
402 |
||
403 |
<child> |
|
404 |
<widget class="GtkTextView" id="textview_commit"> |
|
405 |
<property name="visible">True</property> |
|
406 |
<property name="can_focus">True</property> |
|
407 |
<property name="editable">True</property> |
|
408 |
<property name="overwrite">False</property> |
|
409 |
<property name="accepts_tab">True</property> |
|
410 |
<property name="justification">GTK_JUSTIFY_LEFT</property> |
|
411 |
<property name="wrap_mode">GTK_WRAP_NONE</property> |
|
412 |
<property name="cursor_visible">True</property> |
|
413 |
<property name="pixels_above_lines">0</property> |
|
414 |
<property name="pixels_below_lines">0</property> |
|
415 |
<property name="pixels_inside_wrap">0</property> |
|
416 |
<property name="left_margin">0</property> |
|
417 |
<property name="right_margin">0</property> |
|
418 |
<property name="indent">0</property> |
|
419 |
<property name="text" translatable="yes"></property> |
|
420 |
</widget> |
|
421 |
</child> |
|
422 |
</widget> |
|
423 |
<packing> |
|
424 |
<property name="padding">0</property> |
|
425 |
<property name="expand">True</property> |
|
426 |
<property name="fill">True</property> |
|
427 |
</packing> |
|
428 |
</child> |
|
429 |
||
430 |
<child> |
|
431 |
<widget class="GtkHButtonBox" id="hbuttonbox_commit"> |
|
432 |
<property name="visible">True</property> |
|
433 |
<property name="layout_style">GTK_BUTTONBOX_SPREAD</property> |
|
434 |
<property name="spacing">0</property> |
|
435 |
||
436 |
<child> |
|
437 |
<widget class="GtkButton" id="button_commit_commit"> |
|
438 |
<property name="visible">True</property> |
|
439 |
<property name="can_default">True</property> |
|
440 |
<property name="can_focus">True</property> |
|
441 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|
442 |
<property name="focus_on_click">True</property> |
|
443 |
||
444 |
<child> |
|
445 |
<widget class="GtkAlignment" id="alignment1"> |
|
446 |
<property name="visible">True</property> |
|
447 |
<property name="xalign">0.5</property> |
|
448 |
<property name="yalign">0.5</property> |
|
449 |
<property name="xscale">0</property> |
|
450 |
<property name="yscale">0</property> |
|
451 |
<property name="top_padding">0</property> |
|
452 |
<property name="bottom_padding">0</property> |
|
453 |
<property name="left_padding">0</property> |
|
454 |
<property name="right_padding">0</property> |
|
455 |
||
456 |
<child> |
|
457 |
<widget class="GtkHBox" id="hbox3"> |
|
458 |
<property name="visible">True</property> |
|
459 |
<property name="homogeneous">False</property> |
|
460 |
<property name="spacing">2</property> |
|
461 |
||
462 |
<child> |
|
463 |
<widget class="GtkImage" id="image1"> |
|
464 |
<property name="visible">True</property> |
|
465 |
<property name="stock">gtk-apply</property> |
|
466 |
<property name="icon_size">4</property> |
|
467 |
<property name="xalign">0.5</property> |
|
468 |
<property name="yalign">0.5</property> |
|
469 |
<property name="xpad">0</property> |
|
470 |
<property name="ypad">0</property> |
|
471 |
</widget> |
|
472 |
<packing> |
|
473 |
<property name="padding">0</property> |
|
474 |
<property name="expand">False</property> |
|
475 |
<property name="fill">False</property> |
|
476 |
</packing> |
|
477 |
</child> |
|
478 |
||
479 |
<child> |
|
480 |
<widget class="GtkLabel" id="label2"> |
|
481 |
<property name="visible">True</property> |
|
482 |
<property name="label" translatable="yes">Commit</property> |
|
483 |
<property name="use_underline">True</property> |
|
484 |
<property name="use_markup">False</property> |
|
485 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|
486 |
<property name="wrap">False</property> |
|
487 |
<property name="selectable">False</property> |
|
488 |
<property name="xalign">0.5</property> |
|
489 |
<property name="yalign">0.5</property> |
|
490 |
<property name="xpad">0</property> |
|
491 |
<property name="ypad">0</property> |
|
492 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|
493 |
<property name="width_chars">-1</property> |
|
494 |
<property name="single_line_mode">False</property> |
|
495 |
<property name="angle">0</property> |
|
496 |
</widget> |
|
497 |
<packing> |
|
498 |
<property name="padding">0</property> |
|
499 |
<property name="expand">False</property> |
|
500 |
<property name="fill">False</property> |
|
501 |
</packing> |
|
502 |
</child> |
|
503 |
</widget> |
|
504 |
</child> |
|
505 |
</widget> |
|
506 |
</child> |
|
507 |
</widget> |
|
508 |
</child> |
|
509 |
||
510 |
<child> |
|
511 |
<widget class="GtkButton" id="button_commit_cancel"> |
|
512 |
<property name="visible">True</property> |
|
513 |
<property name="can_default">True</property> |
|
514 |
<property name="can_focus">True</property> |
|
515 |
<property name="label">gtk-cancel</property> |
|
516 |
<property name="use_stock">True</property> |
|
517 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|
518 |
<property name="focus_on_click">True</property> |
|
519 |
</widget> |
|
520 |
</child> |
|
521 |
</widget> |
|
522 |
<packing> |
|
523 |
<property name="padding">0</property> |
|
524 |
<property name="expand">False</property> |
|
525 |
<property name="fill">False</property> |
|
526 |
</packing> |
|
527 |
</child> |
|
528 |
</widget> |
|
529 |
</child> |
|
530 |
</widget>
|
|
531 |
||
532 |
<widget class="GtkWindow" id="window_branch"> |
|
533 |
<property name="visible">True</property> |
|
534 |
<property name="title" translatable="yes">Olive - Branch</property> |
|
535 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|
536 |
<property name="window_position">GTK_WIN_POS_NONE</property> |
|
537 |
<property name="modal">False</property> |
|
538 |
<property name="resizable">True</property> |
|
539 |
<property name="destroy_with_parent">False</property> |
|
540 |
<property name="decorated">True</property> |
|
541 |
<property name="skip_taskbar_hint">False</property> |
|
542 |
<property name="skip_pager_hint">False</property> |
|
543 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
|
544 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|
545 |
<property name="focus_on_map">True</property> |
|
546 |
<property name="urgency_hint">False</property> |
|
547 |
||
548 |
<child> |
|
549 |
<widget class="GtkVBox" id="vbox_branch"> |
|
550 |
<property name="border_width">5</property> |
|
551 |
<property name="visible">True</property> |
|
552 |
<property name="homogeneous">False</property> |
|
553 |
<property name="spacing">3</property> |
|
554 |
||
555 |
<child> |
|
556 |
<widget class="GtkTable" id="table_branch"> |
|
557 |
<property name="visible">True</property> |
|
558 |
<property name="n_rows">5</property> |
|
559 |
<property name="n_columns">2</property> |
|
560 |
<property name="homogeneous">False</property> |
|
561 |
<property name="row_spacing">3</property> |
|
562 |
<property name="column_spacing">3</property> |
|
563 |
||
564 |
<child> |
|
565 |
<widget class="GtkLabel" id="label_branch_location"> |
|
566 |
<property name="visible">True</property> |
|
567 |
<property name="label" translatable="yes">Branch location:</property> |
|
568 |
<property name="use_underline">False</property> |
|
569 |
<property name="use_markup">False</property> |
|
570 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|
571 |
<property name="wrap">False</property> |
|
572 |
<property name="selectable">False</property> |
|
573 |
<property name="xalign">0</property> |
|
574 |
<property name="yalign">0.5</property> |
|
575 |
<property name="xpad">0</property> |
|
576 |
<property name="ypad">0</property> |
|
577 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|
578 |
<property name="width_chars">-1</property> |
|
579 |
<property name="single_line_mode">False</property> |
|
580 |
<property name="angle">0</property> |
|
581 |
</widget> |
|
582 |
<packing> |
|
583 |
<property name="left_attach">0</property> |
|
584 |
<property name="right_attach">1</property> |
|
585 |
<property name="top_attach">0</property> |
|
586 |
<property name="bottom_attach">1</property> |
|
587 |
<property name="x_options">fill</property> |
|
588 |
<property name="y_options"></property> |
|
589 |
</packing> |
|
590 |
</child> |
|
591 |
||
592 |
<child> |
|
593 |
<widget class="GtkLabel" id="label_branch_destination"> |
|
594 |
<property name="visible">True</property> |
|
595 |
<property name="label" translatable="yes">Destination:</property> |
|
596 |
<property name="use_underline">False</property> |
|
597 |
<property name="use_markup">False</property> |
|
598 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|
599 |
<property name="wrap">False</property> |
|
600 |
<property name="selectable">False</property> |
|
601 |
<property name="xalign">0</property> |
|
602 |
<property name="yalign">0.5</property> |
|
603 |
<property name="xpad">0</property> |
|
604 |
<property name="ypad">0</property> |
|
605 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|
606 |
<property name="width_chars">-1</property> |
|
607 |
<property name="single_line_mode">False</property> |
|
608 |
<property name="angle">0</property> |
|
609 |
</widget> |
|
610 |
<packing> |
|
611 |
<property name="left_attach">0</property> |
|
612 |
<property name="right_attach">1</property> |
|
613 |
<property name="top_attach">1</property> |
|
614 |
<property name="bottom_attach">2</property> |
|
615 |
<property name="x_options">fill</property> |
|
616 |
<property name="y_options"></property> |
|
617 |
</packing> |
|
618 |
</child> |
|
619 |
||
620 |
<child> |
|
621 |
<widget class="GtkFileChooserButton" id="filechooserbutton_branch"> |
|
622 |
<property name="visible">True</property> |
|
623 |
<property name="title" translatable="yes">Please select a folder</property> |
|
624 |
<property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property> |
|
625 |
<property name="local_only">True</property> |
|
626 |
<property name="show_hidden">False</property> |
|
627 |
<property name="do_overwrite_confirmation">False</property> |
|
628 |
<property name="width_chars">-1</property> |
|
629 |
</widget> |
|
630 |
<packing> |
|
631 |
<property name="left_attach">1</property> |
|
632 |
<property name="right_attach">2</property> |
|
633 |
<property name="top_attach">1</property> |
|
634 |
<property name="bottom_attach">2</property> |
|
635 |
<property name="y_options">fill</property> |
|
636 |
</packing> |
|
637 |
</child> |
|
638 |
||
639 |
<child> |
|
640 |
<widget class="GtkEntry" id="entry_branch_location"> |
|
641 |
<property name="visible">True</property> |
|
642 |
<property name="can_focus">True</property> |
|
643 |
<property name="editable">True</property> |
|
644 |
<property name="visibility">True</property> |
|
645 |
<property name="max_length">0</property> |
|
646 |
<property name="text" translatable="yes"></property> |
|
647 |
<property name="has_frame">True</property> |
|
648 |
<property name="invisible_char">●</property> |
|
649 |
<property name="activates_default">False</property> |
|
650 |
</widget> |
|
651 |
<packing> |
|
652 |
<property name="left_attach">1</property> |
|
653 |
<property name="right_attach">2</property> |
|
654 |
<property name="top_attach">0</property> |
|
655 |
<property name="bottom_attach">1</property> |
|
656 |
<property name="y_options"></property> |
|
657 |
</packing> |
|
658 |
</child> |
|
659 |
||
660 |
<child> |
|
661 |
<widget class="GtkLabel" id="label_branch_revno"> |
|
662 |
<property name="visible">True</property> |
|
663 |
<property name="label" translatable="yes">Revision number:</property> |
|
664 |
<property name="use_underline">False</property> |
|
665 |
<property name="use_markup">False</property> |
|
666 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|
667 |
<property name="wrap">False</property> |
|
668 |
<property name="selectable">False</property> |
|
669 |
<property name="xalign">0</property> |
|
670 |
<property name="yalign">0.5</property> |
|
671 |
<property name="xpad">0</property> |
|
672 |
<property name="ypad">0</property> |
|
673 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|
674 |
<property name="width_chars">-1</property> |
|
675 |
<property name="single_line_mode">False</property> |
|
676 |
<property name="angle">0</property> |
|
677 |
</widget> |
|
678 |
<packing> |
|
679 |
<property name="left_attach">0</property> |
|
680 |
<property name="right_attach">1</property> |
|
681 |
<property name="top_attach">2</property> |
|
682 |
<property name="bottom_attach">3</property> |
|
683 |
<property name="x_options">fill</property> |
|
684 |
<property name="y_options"></property> |
|
685 |
</packing> |
|
686 |
</child> |
|
687 |
||
688 |
<child> |
|
689 |
<widget class="GtkEntry" id="entry_branch_revno"> |
|
690 |
<property name="visible">True</property> |
|
691 |
<property name="can_focus">True</property> |
|
692 |
<property name="editable">True</property> |
|
693 |
<property name="visibility">True</property> |
|
694 |
<property name="max_length">0</property> |
|
695 |
<property name="text" translatable="yes"></property> |
|
696 |
<property name="has_frame">True</property> |
|
697 |
<property name="invisible_char">●</property> |
|
698 |
<property name="activates_default">False</property> |
|
699 |
</widget> |
|
700 |
<packing> |
|
701 |
<property name="left_attach">1</property> |
|
702 |
<property name="right_attach">2</property> |
|
703 |
<property name="top_attach">2</property> |
|
704 |
<property name="bottom_attach">3</property> |
|
705 |
<property name="y_options"></property> |
|
706 |
</packing> |
|
707 |
</child> |
|
708 |
||
709 |
<child> |
|
710 |
<widget class="GtkCheckButton" id="checkbutton_branch_checkout"> |
|
711 |
<property name="visible">True</property> |
|
712 |
<property name="can_focus">True</property> |
|
713 |
<property name="label" translatable="yes">Checkout</property> |
|
714 |
<property name="use_underline">True</property> |
|
715 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|
716 |
<property name="focus_on_click">True</property> |
|
717 |
<property name="active">False</property> |
|
718 |
<property name="inconsistent">False</property> |
|
719 |
<property name="draw_indicator">True</property> |
|
720 |
</widget> |
|
721 |
<packing> |
|
722 |
<property name="left_attach">1</property> |
|
723 |
<property name="right_attach">2</property> |
|
724 |
<property name="top_attach">3</property> |
|
725 |
<property name="bottom_attach">4</property> |
|
726 |
<property name="x_options">fill</property> |
|
727 |
<property name="y_options"></property> |
|
728 |
</packing> |
|
729 |
</child> |
|
730 |
||
731 |
<child> |
|
732 |
<widget class="GtkCheckButton" id="checkbutton_branch_lightweight"> |
|
733 |
<property name="visible">True</property> |
|
734 |
<property name="can_focus">True</property> |
|
735 |
<property name="label" translatable="yes">Lightweight checkout</property> |
|
736 |
<property name="use_underline">True</property> |
|
737 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|
738 |
<property name="focus_on_click">True</property> |
|
739 |
<property name="active">False</property> |
|
740 |
<property name="inconsistent">False</property> |
|
741 |
<property name="draw_indicator">True</property> |
|
742 |
</widget> |
|
743 |
<packing> |
|
744 |
<property name="left_attach">1</property> |
|
745 |
<property name="right_attach">2</property> |
|
746 |
<property name="top_attach">4</property> |
|
747 |
<property name="bottom_attach">5</property> |
|
748 |
<property name="x_options">fill</property> |
|
749 |
<property name="y_options"></property> |
|
750 |
</packing> |
|
751 |
</child> |
|
752 |
</widget> |
|
753 |
<packing> |
|
754 |
<property name="padding">0</property> |
|
755 |
<property name="expand">True</property> |
|
756 |
<property name="fill">True</property> |
|
757 |
</packing> |
|
758 |
</child> |
|
759 |
||
760 |
<child> |
|
761 |
<widget class="GtkHButtonBox" id="hbuttonbox_branch"> |
|
762 |
<property name="visible">True</property> |
|
763 |
<property name="layout_style">GTK_BUTTONBOX_SPREAD</property> |
|
764 |
<property name="spacing">0</property> |
|
765 |
||
766 |
<child> |
|
767 |
<widget class="GtkButton" id="button_branch_branch"> |
|
768 |
<property name="visible">True</property> |
|
769 |
<property name="can_default">True</property> |
|
770 |
<property name="can_focus">True</property> |
|
771 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|
772 |
<property name="focus_on_click">True</property> |
|
773 |
||
774 |
<child> |
|
775 |
<widget class="GtkAlignment" id="alignment2"> |
|
776 |
<property name="visible">True</property> |
|
777 |
<property name="xalign">0.5</property> |
|
778 |
<property name="yalign">0.5</property> |
|
779 |
<property name="xscale">0</property> |
|
780 |
<property name="yscale">0</property> |
|
781 |
<property name="top_padding">0</property> |
|
782 |
<property name="bottom_padding">0</property> |
|
783 |
<property name="left_padding">0</property> |
|
784 |
<property name="right_padding">0</property> |
|
785 |
||
786 |
<child> |
|
787 |
<widget class="GtkHBox" id="hbox4"> |
|
788 |
<property name="visible">True</property> |
|
789 |
<property name="homogeneous">False</property> |
|
790 |
<property name="spacing">2</property> |
|
791 |
||
792 |
<child> |
|
793 |
<widget class="GtkImage" id="image2"> |
|
794 |
<property name="visible">True</property> |
|
795 |
<property name="stock">gtk-apply</property> |
|
796 |
<property name="icon_size">4</property> |
|
797 |
<property name="xalign">0.5</property> |
|
798 |
<property name="yalign">0.5</property> |
|
799 |
<property name="xpad">0</property> |
|
800 |
<property name="ypad">0</property> |
|
801 |
</widget> |
|
802 |
<packing> |
|
803 |
<property name="padding">0</property> |
|
804 |
<property name="expand">False</property> |
|
805 |
<property name="fill">False</property> |
|
806 |
</packing> |
|
807 |
</child> |
|
808 |
||
809 |
<child> |
|
810 |
<widget class="GtkLabel" id="label6"> |
|
811 |
<property name="visible">True</property> |
|
812 |
<property name="label" translatable="yes">Branch</property> |
|
813 |
<property name="use_underline">True</property> |
|
814 |
<property name="use_markup">False</property> |
|
815 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|
816 |
<property name="wrap">False</property> |
|
817 |
<property name="selectable">False</property> |
|
818 |
<property name="xalign">0.5</property> |
|
819 |
<property name="yalign">0.5</property> |
|
820 |
<property name="xpad">0</property> |
|
821 |
<property name="ypad">0</property> |
|
822 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|
823 |
<property name="width_chars">-1</property> |
|
824 |
<property name="single_line_mode">False</property> |
|
825 |
<property name="angle">0</property> |
|
826 |
</widget> |
|
827 |
<packing> |
|
828 |
<property name="padding">0</property> |
|
829 |
<property name="expand">False</property> |
|
830 |
<property name="fill">False</property> |
|
831 |
</packing> |
|
832 |
</child> |
|
833 |
</widget> |
|
834 |
</child> |
|
835 |
</widget> |
|
836 |
</child> |
|
837 |
</widget> |
|
838 |
</child> |
|
839 |
||
840 |
<child> |
|
841 |
<widget class="GtkButton" id="button_branch_cancel"> |
|
842 |
<property name="visible">True</property> |
|
843 |
<property name="can_default">True</property> |
|
844 |
<property name="can_focus">True</property> |
|
845 |
<property name="label">gtk-cancel</property> |
|
846 |
<property name="use_stock">True</property> |
|
847 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|
848 |
<property name="focus_on_click">True</property> |
|
849 |
</widget> |
|
850 |
</child> |
|
851 |
</widget> |
|
852 |
<packing> |
|
853 |
<property name="padding">0</property> |
|
854 |
<property name="expand">False</property> |
|
855 |
<property name="fill">False</property> |
|
856 |
</packing> |
|
857 |
</child> |
|
858 |
</widget> |
|
859 |
</child> |
|
860 |
</widget>
|
|
861 |
||
862 |
<widget class="GtkAboutDialog" id="aboutdialog"> |
|
863 |
<property name="visible">True</property> |
|
864 |
<property name="destroy_with_parent">False</property> |
|
865 |
<property name="name" translatable="yes">Olive</property> |
|
866 |
<property name="copyright" translatable="yes">Copyright (C) 2006 Szilveszter Farkas (Phanatic)</property> |
|
867 |
<property name="wrap_license">False</property> |
|
868 |
<property name="website">https://launchpad.net/products/olive</property> |
|
869 |
<property name="website_label" translatable="yes">https://launchpad.net/products/olive</property> |
|
870 |
<property name="authors">Szilveszter Farkas (Phanatic) <szilveszter.farkas@gmail.com></property> |
|
871 |
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property> |
|
872 |
</widget>
|
|
873 |
||
874 |
</glade-interface>
|