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