summaryrefslogtreecommitdiff
path: root/exifilm.glade
diff options
context:
space:
mode:
Diffstat (limited to 'exifilm.glade')
-rw-r--r--exifilm.glade552
1 files changed, 552 insertions, 0 deletions
diff --git a/exifilm.glade b/exifilm.glade
new file mode 100644
index 0000000..7ae4660
--- /dev/null
+++ b/exifilm.glade
@@ -0,0 +1,552 @@
1<?xml version="1.0"?>
2<glade-interface>
3 <!-- interface-requires gtk+ 2.16 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <widget class="GtkWindow" id="main_window">
6 <property name="visible">True</property>
7 <property name="title" translatable="yes">ExiFilm</property>
8 <property name="default_width">400</property>
9 <property name="default_height">500</property>
10 <signal name="destroy" handler="on_main_window_destroy"/>
11 <signal name="key_press_event" handler="on_main_window_key_press_event"/>
12 <child>
13 <widget class="GtkVBox" id="vbox1">
14 <property name="visible">True</property>
15 <child>
16 <widget class="GtkHBox" id="hbox1">
17 <property name="visible">True</property>
18 <property name="border_width">5</property>
19 <property name="spacing">5</property>
20 <child>
21 <widget class="GtkLabel" id="label10">
22 <property name="visible">True</property>
23 <property name="label" translatable="yes">File:</property>
24 </widget>
25 <packing>
26 <property name="expand">False</property>
27 <property name="fill">False</property>
28 <property name="position">0</property>
29 </packing>
30 </child>
31 <child>
32 <widget class="GtkComboBox" id="file">
33 <property name="visible">True</property>
34 <signal name="changed" handler="on_file_changed"/>
35 </widget>
36 <packing>
37 <property name="position">1</property>
38 </packing>
39 </child>
40 </widget>
41 <packing>
42 <property name="expand">False</property>
43 <property name="fill">False</property>
44 <property name="position">0</property>
45 </packing>
46 </child>
47 <child>
48 <widget class="GtkHSeparator" id="hseparator1">
49 <property name="visible">True</property>
50 </widget>
51 <packing>
52 <property name="expand">False</property>
53 <property name="fill">False</property>
54 <property name="position">1</property>
55 </packing>
56 </child>
57 <child>
58 <widget class="GtkTable" id="table1">
59 <property name="visible">True</property>
60 <property name="border_width">5</property>
61 <property name="n_rows">4</property>
62 <property name="n_columns">6</property>
63 <property name="column_spacing">5</property>
64 <property name="row_spacing">5</property>
65 <child>
66 <widget class="GtkEntry" id="film">
67 <property name="visible">True</property>
68 <property name="can_focus">True</property>
69 <property name="invisible_char">&#x25CF;</property>
70 <property name="width_chars">6</property>
71 </widget>
72 <packing>
73 <property name="left_attach">1</property>
74 <property name="right_attach">2</property>
75 <property name="top_attach">1</property>
76 <property name="bottom_attach">2</property>
77 <property name="y_options"></property>
78 </packing>
79 </child>
80 <child>
81 <widget class="GtkEntry" id="aperture">
82 <property name="visible">True</property>
83 <property name="can_focus">True</property>
84 <property name="invisible_char">&#x25CF;</property>
85 <property name="width_chars">6</property>
86 </widget>
87 <packing>
88 <property name="left_attach">1</property>
89 <property name="right_attach">3</property>
90 <property name="top_attach">3</property>
91 <property name="bottom_attach">4</property>
92 <property name="y_options"></property>
93 </packing>
94 </child>
95 <child>
96 <widget class="GtkEntry" id="shutter">
97 <property name="visible">True</property>
98 <property name="can_focus">True</property>
99 <property name="invisible_char">&#x25CF;</property>
100 <property name="width_chars">6</property>
101 </widget>
102 <packing>
103 <property name="left_attach">3</property>
104 <property name="right_attach">5</property>
105 <property name="top_attach">3</property>
106 <property name="bottom_attach">4</property>
107 <property name="y_options"></property>
108 </packing>
109 </child>
110 <child>
111 <widget class="GtkEntry" id="carrier">
112 <property name="visible">True</property>
113 <property name="can_focus">True</property>
114 <property name="invisible_char">&#x25CF;</property>
115 <property name="width_chars">4</property>
116 </widget>
117 <packing>
118 <property name="left_attach">2</property>
119 <property name="right_attach">4</property>
120 <property name="top_attach">1</property>
121 <property name="bottom_attach">2</property>
122 <property name="y_options"></property>
123 </packing>
124 </child>
125 <child>
126 <widget class="GtkEntry" id="process">
127 <property name="visible">True</property>
128 <property name="can_focus">True</property>
129 <property name="invisible_char">&#x25CF;</property>
130 <property name="width_chars">4</property>
131 </widget>
132 <packing>
133 <property name="left_attach">4</property>
134 <property name="right_attach">5</property>
135 <property name="top_attach">1</property>
136 <property name="bottom_attach">2</property>
137 <property name="y_options"></property>
138 </packing>
139 </child>
140 <child>
141 <widget class="GtkLabel" id="label1">
142 <property name="visible">True</property>
143 <property name="label" translatable="yes">ID</property>
144 </widget>
145 <packing>
146 <property name="x_options">GTK_FILL</property>
147 <property name="y_options"></property>
148 </packing>
149 </child>
150 <child>
151 <widget class="GtkLabel" id="label2">
152 <property name="visible">True</property>
153 <property name="label" translatable="yes">Film</property>
154 </widget>
155 <packing>
156 <property name="left_attach">1</property>
157 <property name="right_attach">2</property>
158 <property name="x_options">GTK_FILL</property>
159 <property name="y_options"></property>
160 </packing>
161 </child>
162 <child>
163 <widget class="GtkLabel" id="label3">
164 <property name="visible">True</property>
165 <property name="label" translatable="yes">Carrier</property>
166 </widget>
167 <packing>
168 <property name="left_attach">2</property>
169 <property name="right_attach">4</property>
170 <property name="x_options">GTK_FILL</property>
171 <property name="y_options"></property>
172 </packing>
173 </child>
174 <child>
175 <widget class="GtkLabel" id="label4">
176 <property name="visible">True</property>
177 <property name="label" translatable="yes">Process</property>
178 </widget>
179 <packing>
180 <property name="left_attach">4</property>
181 <property name="right_attach">5</property>
182 <property name="x_options">GTK_FILL</property>
183 <property name="y_options"></property>
184 </packing>
185 </child>
186 <child>
187 <widget class="GtkLabel" id="label5">
188 <property name="visible">True</property>
189 <property name="label" translatable="yes">Front Movement</property>
190 </widget>
191 <packing>
192 <property name="left_attach">5</property>
193 <property name="right_attach">6</property>
194 <property name="x_options">GTK_FILL</property>
195 <property name="y_options"></property>
196 </packing>
197 </child>
198 <child>
199 <widget class="GtkLabel" id="label6">
200 <property name="visible">True</property>
201 <property name="label" translatable="yes">Rear Movement</property>
202 </widget>
203 <packing>
204 <property name="left_attach">5</property>
205 <property name="right_attach">6</property>
206 <property name="top_attach">2</property>
207 <property name="bottom_attach">3</property>
208 <property name="x_options">GTK_FILL</property>
209 <property name="y_options"></property>
210 </packing>
211 </child>
212 <child>
213 <widget class="GtkLabel" id="label7">
214 <property name="visible">True</property>
215 <property name="label" translatable="yes">Lens</property>
216 </widget>
217 <packing>
218 <property name="top_attach">2</property>
219 <property name="bottom_attach">3</property>
220 <property name="x_options">GTK_FILL</property>
221 <property name="y_options"></property>
222 </packing>
223 </child>
224 <child>
225 <widget class="GtkLabel" id="label8">
226 <property name="visible">True</property>
227 <property name="label" translatable="yes">Aperture</property>
228 </widget>
229 <packing>
230 <property name="left_attach">1</property>
231 <property name="right_attach">3</property>
232 <property name="top_attach">2</property>
233 <property name="bottom_attach">3</property>
234 <property name="x_options">GTK_FILL</property>
235 <property name="y_options"></property>
236 </packing>
237 </child>
238 <child>
239 <widget class="GtkLabel" id="label9">
240 <property name="visible">True</property>
241 <property name="label" translatable="yes">Shutter</property>
242 </widget>
243 <packing>
244 <property name="left_attach">3</property>
245 <property name="right_attach">5</property>
246 <property name="top_attach">2</property>
247 <property name="bottom_attach">3</property>
248 <property name="x_options">GTK_FILL</property>
249 <property name="y_options"></property>
250 </packing>
251 </child>
252 <child>
253 <widget class="GtkEntry" id="id">
254 <property name="visible">True</property>
255 <property name="can_focus">True</property>
256 <property name="invisible_char">&#x25CF;</property>
257 <property name="width_chars">4</property>
258 </widget>
259 <packing>
260 <property name="top_attach">1</property>
261 <property name="bottom_attach">2</property>
262 <property name="y_options"></property>
263 </packing>
264 </child>
265 <child>
266 <widget class="GtkEntry" id="lens">
267 <property name="visible">True</property>
268 <property name="can_focus">True</property>
269 <property name="invisible_char">&#x25CF;</property>
270 <property name="width_chars">4</property>
271 </widget>
272 <packing>
273 <property name="top_attach">3</property>
274 <property name="bottom_attach">4</property>
275 <property name="y_options"></property>
276 </packing>
277 </child>
278 <child>
279 <widget class="GtkButton" id="front">
280 <property name="label" translatable="yes">None</property>
281 <property name="visible">True</property>
282 <property name="can_focus">True</property>
283 <property name="receives_default">True</property>
284 <signal name="clicked" handler="on_front_clicked"/>
285 </widget>
286 <packing>
287 <property name="left_attach">5</property>
288 <property name="right_attach">6</property>
289 <property name="top_attach">1</property>
290 <property name="bottom_attach">2</property>
291 </packing>
292 </child>
293 <child>
294 <widget class="GtkButton" id="rear">
295 <property name="label" translatable="yes">None</property>
296 <property name="visible">True</property>
297 <property name="can_focus">True</property>
298 <property name="receives_default">True</property>
299 <signal name="clicked" handler="on_rear_clicked"/>
300 </widget>
301 <packing>
302 <property name="left_attach">5</property>
303 <property name="right_attach">6</property>
304 <property name="top_attach">3</property>
305 <property name="bottom_attach">4</property>
306 </packing>
307 </child>
308 </widget>
309 <packing>
310 <property name="expand">False</property>
311 <property name="fill">False</property>
312 <property name="position">2</property>
313 </packing>
314 </child>
315 <child>
316 <widget class="GtkHSeparator" id="hseparator2">
317 <property name="visible">True</property>
318 </widget>
319 <packing>
320 <property name="expand">False</property>
321 <property name="position">3</property>
322 </packing>
323 </child>
324 <child>
325 <widget class="GtkTable" id="table2">
326 <property name="visible">True</property>
327 <property name="border_width">5</property>
328 <property name="n_rows">2</property>
329 <property name="n_columns">2</property>
330 <property name="column_spacing">5</property>
331 <property name="row_spacing">5</property>
332 <child>
333 <widget class="GtkLabel" id="label11">
334 <property name="visible">True</property>
335 <property name="xalign">0</property>
336 <property name="label" translatable="yes">Description:</property>
337 </widget>
338 <packing>
339 <property name="x_options">GTK_FILL</property>
340 </packing>
341 </child>
342 <child>
343 <widget class="GtkLabel" id="label12">
344 <property name="visible">True</property>
345 <property name="xalign">0</property>
346 <property name="label" translatable="yes">Date:</property>
347 </widget>
348 <packing>
349 <property name="top_attach">1</property>
350 <property name="bottom_attach">2</property>
351 <property name="x_options">GTK_FILL</property>
352 </packing>
353 </child>
354 <child>
355 <widget class="GtkEntry" id="description">
356 <property name="visible">True</property>
357 <property name="can_focus">True</property>
358 <property name="invisible_char">&#x25CF;</property>
359 </widget>
360 <packing>
361 <property name="left_attach">1</property>
362 <property name="right_attach">2</property>
363 </packing>
364 </child>
365 <child>
366 <widget class="GtkHButtonBox" id="hbuttonbox1">
367 <property name="visible">True</property>
368 <property name="layout_style">start</property>
369 <child>
370 <widget class="GtkButton" id="date">
371 <property name="visible">True</property>
372 <property name="can_focus">True</property>
373 <property name="receives_default">True</property>
374 <signal name="clicked" handler="on_date_clicked"/>
375 </widget>
376 <packing>
377 <property name="expand">False</property>
378 <property name="fill">False</property>
379 <property name="position">0</property>
380 </packing>
381 </child>
382 </widget>
383 <packing>
384 <property name="left_attach">1</property>
385 <property name="right_attach">2</property>
386 <property name="top_attach">1</property>
387 <property name="bottom_attach">2</property>
388 </packing>
389 </child>
390 </widget>
391 <packing>
392 <property name="expand">False</property>
393 <property name="fill">False</property>
394 <property name="position">4</property>
395 </packing>
396 </child>
397 <child>
398 <widget class="GtkHSeparator" id="hseparator3">
399 <property name="visible">True</property>
400 </widget>
401 <packing>
402 <property name="expand">False</property>
403 <property name="position">5</property>
404 </packing>
405 </child>
406 <child>
407 <widget class="GtkScrolledWindow" id="scrolledwindow1">
408 <property name="visible">True</property>
409 <property name="can_focus">True</property>
410 <property name="border_width">5</property>
411 <property name="hscrollbar_policy">automatic</property>
412 <property name="vscrollbar_policy">automatic</property>
413 <child>
414 <widget class="GtkTextView" id="comments">
415 <property name="visible">True</property>
416 <property name="can_focus">True</property>
417 </widget>
418 </child>
419 </widget>
420 <packing>
421 <property name="position">6</property>
422 </packing>
423 </child>
424 </widget>
425 </child>
426 </widget>
427 <widget class="GtkDialog" id="calendar_dialog">
428 <property name="border_width">5</property>
429 <property name="type_hint">normal</property>
430 <property name="has_separator">False</property>
431 <child internal-child="vbox">
432 <widget class="GtkVBox" id="dialog-vbox1">
433 <property name="visible">True</property>
434 <property name="orientation">vertical</property>
435 <property name="spacing">2</property>
436 <child>
437 <widget class="GtkCalendar" id="calendar">
438 <property name="visible">True</property>
439 <property name="can_focus">True</property>
440 <property name="year">2009</property>
441 <property name="month">4</property>
442 <property name="day">27</property>
443 </widget>
444 <packing>
445 <property name="position">1</property>
446 </packing>
447 </child>
448 <child internal-child="action_area">
449 <widget class="GtkHButtonBox" id="dialog-action_area1">
450 <property name="visible">True</property>
451 <property name="layout_style">end</property>
452 <child>
453 <widget class="GtkButton" id="cancel">
454 <property name="label" translatable="yes">gtk-cancel</property>
455 <property name="visible">True</property>
456 <property name="can_focus">True</property>
457 <property name="receives_default">True</property>
458 <property name="use_stock">True</property>
459 </widget>
460 <packing>
461 <property name="expand">False</property>
462 <property name="fill">False</property>
463 <property name="position">0</property>
464 </packing>
465 </child>
466 <child>
467 <widget class="GtkButton" id="ok">
468 <property name="label" translatable="yes">gtk-ok</property>
469 <property name="response_id">1</property>
470 <property name="visible">True</property>
471 <property name="can_focus">True</property>
472 <property name="receives_default">True</property>
473 <property name="use_stock">True</property>
474 </widget>
475 <packing>
476 <property name="expand">False</property>
477 <property name="fill">False</property>
478 <property name="position">1</property>
479 </packing>
480 </child>
481 </widget>
482 <packing>
483 <property name="expand">False</property>
484 <property name="pack_type">end</property>
485 <property name="position">0</property>
486 </packing>
487 </child>
488 </widget>
489 </child>
490 </widget>
491 <widget class="GtkDialog" id="movement_dialog">
492 <property name="border_width">5</property>
493 <property name="type_hint">normal</property>
494 <property name="has_separator">False</property>
495 <child internal-child="vbox">
496 <widget class="GtkVBox" id="dialog-vbox2">
497 <property name="visible">True</property>
498 <property name="orientation">vertical</property>
499 <property name="spacing">2</property>
500 <child>
501 <widget class="GtkTreeView" id="movements">
502 <property name="visible">True</property>
503 <property name="can_focus">True</property>
504 </widget>
505 <packing>
506 <property name="position">1</property>
507 </packing>
508 </child>
509 <child internal-child="action_area">
510 <widget class="GtkHButtonBox" id="dialog-action_area2">
511 <property name="visible">True</property>
512 <property name="layout_style">end</property>
513 <child>
514 <widget class="GtkButton" id="cancel">
515 <property name="label" translatable="yes">gtk-cancel</property>
516 <property name="visible">True</property>
517 <property name="can_focus">True</property>
518 <property name="receives_default">True</property>
519 <property name="use_stock">True</property>
520 </widget>
521 <packing>
522 <property name="expand">False</property>
523 <property name="fill">False</property>
524 <property name="position">0</property>
525 </packing>
526 </child>
527 <child>
528 <widget class="GtkButton" id="ok">
529 <property name="label" translatable="yes">gtk-ok</property>
530 <property name="response_id">1</property>
531 <property name="visible">True</property>
532 <property name="can_focus">True</property>
533 <property name="receives_default">True</property>
534 <property name="use_stock">True</property>
535 </widget>
536 <packing>
537 <property name="expand">False</property>
538 <property name="fill">False</property>
539 <property name="position">1</property>
540 </packing>
541 </child>
542 </widget>
543 <packing>
544 <property name="expand">False</property>
545 <property name="pack_type">end</property>
546 <property name="position">0</property>
547 </packing>
548 </child>
549 </widget>
550 </child>
551 </widget>
552</glade-interface>