[ui] tweaked some boxes
[marvin.git] / marvin / ui / marvin.glade
blobff493a909372724859e27a9680b3c411fe1ea6c7
1 <?xml version="1.0"?>
2 <glade-interface>
3 <requires-version lib="gtk+" version="2.12"/>
4 <widget class="GtkWindow" id="wnd_photo_import">
5 <property name="height_request">300</property>
6 <property name="border_width">5</property>
7 <property name="title" translatable="yes">Import Photos</property>
8 <child>
9 <widget class="GtkVBox" id="vbox4">
10 <property name="visible">True</property>
11 <child>
12 <widget class="GtkHBox" id="hbox4">
13 <property name="visible">True</property>
14 <property name="spacing">5</property>
15 <child>
16 <widget class="GtkVBox" id="vbox5">
17 <property name="visible">True</property>
18 <property name="spacing">5</property>
19 <child>
20 <widget class="GtkHBox" id="hbox5">
21 <property name="visible">True</property>
22 <property name="spacing">5</property>
23 <child>
24 <widget class="GtkLabel" id="label2">
25 <property name="visible">True</property>
26 <property name="label" translatable="yes">Directory</property>
27 </widget>
28 <packing>
29 <property name="expand">False</property>
30 </packing>
31 </child>
32 <child>
33 <widget class="GtkFileChooserButton" id="chooserbtn_dir_to_import">
34 <property name="visible">True</property>
35 <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
36 <property name="preview_widget_active">False</property>
37 <signal name="current_folder_changed" handler="on_chooserbtn_dir_to_import_current_folder_changed"/>
38 </widget>
39 <packing>
40 <property name="position">1</property>
41 </packing>
42 </child>
43 </widget>
44 <packing>
45 <property name="expand">False</property>
46 </packing>
47 </child>
48 <child>
49 <widget class="GtkCheckButton" id="checkbtn_include_subdirs">
50 <property name="visible">True</property>
51 <property name="can_focus">True</property>
52 <property name="label" translatable="yes">Include subdirectories</property>
53 <property name="response_id">0</property>
54 <property name="draw_indicator">True</property>
55 <signal name="toggled" handler="on_checkbtn_include_subdirs_toggled"/>
56 </widget>
57 <packing>
58 <property name="expand">False</property>
59 <property name="position">1</property>
60 </packing>
61 </child>
62 <child>
63 <widget class="GtkCheckButton" id="checkbtn_copy">
64 <property name="visible">True</property>
65 <property name="can_focus">True</property>
66 <property name="label" translatable="yes">Copy to Photos directory</property>
67 <property name="response_id">0</property>
68 <property name="active">True</property>
69 <property name="draw_indicator">True</property>
70 </widget>
71 <packing>
72 <property name="expand">False</property>
73 <property name="position">2</property>
74 </packing>
75 </child>
76 <child>
77 <widget class="GtkHBox" id="hbox3">
78 <property name="visible">True</property>
79 <property name="spacing">5</property>
80 <child>
81 <widget class="GtkLabel" id="label3">
82 <property name="visible">True</property>
83 <property name="label" translatable="yes">Tags</property>
84 </widget>
85 <packing>
86 <property name="expand">False</property>
87 </packing>
88 </child>
89 <child>
90 <widget class="GtkEntry" id="entry_import_tags">
91 <property name="visible">True</property>
92 <property name="can_focus">True</property>
93 </widget>
94 <packing>
95 <property name="position">1</property>
96 </packing>
97 </child>
98 </widget>
99 <packing>
100 <property name="expand">False</property>
101 <property name="position">3</property>
102 </packing>
103 </child>
104 </widget>
105 </child>
106 <child>
107 <widget class="GtkScrolledWindow" id="scrolledwindow3">
108 <property name="visible">True</property>
109 <property name="can_focus">True</property>
110 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
111 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
112 <child>
113 <widget class="GtkViewport" id="viewport2">
114 <property name="visible">True</property>
115 <property name="resize_mode">GTK_RESIZE_QUEUE</property>
116 <child>
117 <widget class="GtkIconView" id="iconview_preview">
118 <property name="width_request">170</property>
119 <property name="visible">True</property>
120 <property name="can_focus">True</property>
121 <property name="selection_mode">GTK_SELECTION_MULTIPLE</property>
122 </widget>
123 </child>
124 </widget>
125 </child>
126 </widget>
127 <packing>
128 <property name="position">1</property>
129 </packing>
130 </child>
131 </widget>
132 </child>
133 <child>
134 <widget class="GtkProgressBar" id="progressbar_import">
135 <property name="visible">True</property>
136 <property name="no_show_all">True</property>
137 <property name="text" translatable="yes"></property>
138 </widget>
139 <packing>
140 <property name="expand">False</property>
141 <property name="position">1</property>
142 </packing>
143 </child>
144 <child>
145 <widget class="GtkHBox" id="hbox2">
146 <property name="visible">True</property>
147 <property name="spacing">5</property>
148 <child>
149 <widget class="GtkButton" id="button2">
150 <property name="visible">True</property>
151 <property name="can_focus">True</property>
152 <property name="receives_default">True</property>
153 <property name="label" translatable="yes">gtk-cancel</property>
154 <property name="use_stock">True</property>
155 <property name="response_id">0</property>
156 </widget>
157 <packing>
158 <property name="expand">False</property>
159 <property name="pack_type">GTK_PACK_END</property>
160 <property name="position">1</property>
161 </packing>
162 </child>
163 <child>
164 <widget class="GtkButton" id="btn_accept">
165 <property name="visible">True</property>
166 <property name="can_focus">True</property>
167 <property name="receives_default">True</property>
168 <property name="label" translatable="yes">gtk-ok</property>
169 <property name="use_stock">True</property>
170 <property name="response_id">0</property>
171 <signal name="clicked" handler="on_btn_accept_clicked"/>
172 </widget>
173 <packing>
174 <property name="expand">False</property>
175 <property name="pack_type">GTK_PACK_END</property>
176 </packing>
177 </child>
178 </widget>
179 <packing>
180 <property name="expand">False</property>
181 <property name="fill">False</property>
182 <property name="padding">5</property>
183 <property name="position">2</property>
184 </packing>
185 </child>
186 </widget>
187 </child>
188 </widget>
189 <widget class="GtkWindow" id="wnd_main">
190 <property name="width_request">400</property>
191 <property name="height_request">300</property>
192 <signal name="delete_event" handler="on_wnd_main_delete_event"/>
193 <child>
194 <widget class="GtkVBox" id="vbox1">
195 <property name="visible">True</property>
196 <child>
197 <placeholder/>
198 </child>
199 <child>
200 <placeholder/>
201 </child>
202 <child>
203 <widget class="GtkHPaned" id="hpaned1">
204 <property name="visible">True</property>
205 <property name="can_focus">True</property>
206 <child>
207 <widget class="GtkVBox" id="vbox2">
208 <property name="visible">True</property>
209 <property name="spacing">5</property>
210 <child>
211 <widget class="GtkLabel" id="lbl_original_date">
212 <property name="visible">True</property>
213 </widget>
214 <packing>
215 <property name="expand">False</property>
216 <property name="fill">False</property>
217 </packing>
218 </child>
219 <child>
220 <widget class="GtkLabel" id="lbl_tags">
221 <property name="visible">True</property>
222 </widget>
223 <packing>
224 <property name="expand">False</property>
225 <property name="fill">False</property>
226 <property name="position">1</property>
227 </packing>
228 </child>
229 <child>
230 <placeholder/>
231 </child>
232 </widget>
233 <packing>
234 <property name="resize">False</property>
235 <property name="shrink">True</property>
236 </packing>
237 </child>
238 <child>
239 <widget class="GtkVBox" id="vbox3">
240 <property name="visible">True</property>
241 <child>
242 <widget class="GtkHBox" id="hbox1">
243 <property name="visible">True</property>
244 <property name="spacing">5</property>
245 <child>
246 <widget class="GtkLabel" id="label1">
247 <property name="visible">True</property>
248 <property name="label" translatable="yes">Filter</property>
249 </widget>
250 <packing>
251 <property name="expand">False</property>
252 <property name="fill">False</property>
253 </packing>
254 </child>
255 <child>
256 <widget class="GtkEntry" id="entry_sql_filter">
257 <property name="visible">True</property>
258 <property name="can_focus">True</property>
259 <signal name="activate" handler="on_entry_sql_filter_activate"/>
260 </widget>
261 <packing>
262 <property name="expand">False</property>
263 <property name="fill">False</property>
264 <property name="position">1</property>
265 </packing>
266 </child>
267 <child>
268 <widget class="GtkButton" id="btn_search_with_filter">
269 <property name="visible">True</property>
270 <property name="can_focus">True</property>
271 <property name="receives_default">True</property>
272 <property name="label" translatable="yes">gtk-find</property>
273 <property name="use_stock">True</property>
274 <property name="response_id">0</property>
275 <signal name="clicked" handler="on_btn_search_with_filter_clicked"/>
276 </widget>
277 <packing>
278 <property name="expand">False</property>
279 <property name="position">2</property>
280 </packing>
281 </child>
282 </widget>
283 <packing>
284 <property name="expand">False</property>
285 <property name="padding">5</property>
286 </packing>
287 </child>
288 <child>
289 <widget class="GtkScrolledWindow" id="scrolledwindow1">
290 <property name="visible">True</property>
291 <property name="can_focus">True</property>
292 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
293 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
294 <child>
295 <widget class="GtkIconView" id="iconview1">
296 <property name="visible">True</property>
297 <property name="can_focus">True</property>
298 <signal name="button_press_event" handler="on_iconview1_button_press_event"/>
299 <signal name="item_activated" handler="on_iconview1_item_activated"/>
300 <signal name="selection_changed" handler="on_iconview1_selection_changed"/>
301 </widget>
302 </child>
303 </widget>
304 <packing>
305 <property name="position">1</property>
306 </packing>
307 </child>
308 </widget>
309 <packing>
310 <property name="resize">True</property>
311 <property name="shrink">True</property>
312 </packing>
313 </child>
314 </widget>
315 <packing>
316 <property name="position">2</property>
317 </packing>
318 </child>
319 <child>
320 <widget class="GtkProgressBar" id="progressbar1">
321 <property name="visible">True</property>
322 <property name="no_show_all">True</property>
323 <property name="text" translatable="yes"></property>
324 </widget>
325 <packing>
326 <property name="expand">False</property>
327 <property name="fill">False</property>
328 <property name="position">3</property>
329 </packing>
330 </child>
331 <child>
332 <widget class="GtkStatusbar" id="statusbar1">
333 <property name="visible">True</property>
334 <property name="spacing">2</property>
335 </widget>
336 <packing>
337 <property name="expand">False</property>
338 <property name="fill">False</property>
339 <property name="position">4</property>
340 </packing>
341 </child>
342 </widget>
343 </child>
344 </widget>
345 <widget class="GtkWindow" id="wnd_display_img">
346 <signal name="key_press_event" handler="on_wnd_display_img_key_press_event"/>
347 <signal name="delete_event" handler="on_wnd_display_img_delete_event"/>
348 <signal name="window_state_event" handler="on_wnd_display_img_window_state_event"/>
349 <child>
350 <widget class="GtkScrolledWindow" id="scrolledwindow2">
351 <property name="visible">True</property>
352 <property name="can_focus">True</property>
353 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
354 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
355 <child>
356 <widget class="GtkViewport" id="viewport1">
357 <property name="visible">True</property>
358 <property name="resize_mode">GTK_RESIZE_QUEUE</property>
359 <child>
360 <widget class="GtkImage" id="img">
361 <property name="visible">True</property>
362 <property name="stock">gtk-missing-image</property>
363 </widget>
364 </child>
365 </widget>
366 </child>
367 </widget>
368 </child>
369 </widget>
370 </glade-interface>