annotate src/bar_exif.c @ 1309:55ea4962887a

config file format changed to XML save and restore all layout windows save and restore sidebar configuration
author nadvornik
date Sun, 22 Feb 2009 15:35:37 +0000
parents 48e064b37ba6
children 8cca18bce950
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1 /*
196
f6e307c7bad6 rename GQview -> Geeqie over the code
nadvornik
parents: 188
diff changeset
2 * Geeqie
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
3 * (C) 2004 John Ellis
1284
8b89e3ff286b Add year 2009 to copyright info everywhere.
zas_
parents: 1189
diff changeset
4 * Copyright (C) 2008 - 2009 The Geeqie Team
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
5 *
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
6 * Author: John Ellis
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
7 *
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
8 * This software is released under the GNU General Public License (GNU GPL).
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
9 * Please read the included file COPYING for more information.
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
10 * This software comes with no warranty of any kind, use at your own risk!
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
11 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
12
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
13
281
9995c5fb202a gqview.h -> main.h
zas_
parents: 258
diff changeset
14 #include "main.h"
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
15 #include "bar_exif.h"
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
16
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
17 #include "exif.h"
1288
10073464e6aa use metadata_read_* functions where possible
nadvornik
parents: 1284
diff changeset
18 #include "metadata.h"
1022
9962b24b6b43 Move miscellaneous functions to their own files (new misc.[ch]).
zas_
parents: 902
diff changeset
19 #include "filedata.h"
902
c414002a1f27 Move history_list_*() functions to separate files:
zas_
parents: 895
diff changeset
20 #include "history_list.h"
1022
9962b24b6b43 Move miscellaneous functions to their own files (new misc.[ch]).
zas_
parents: 902
diff changeset
21 #include "misc.h"
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
22 #include "ui_misc.h"
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
23 #include "bar.h"
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
24 #include "rcfile.h"
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
25
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
26
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
27 #include <math.h>
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
28
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
29 ExifUI ExifUIList[]={
1189
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
30 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("Camera")},
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
31 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("DateTime")},
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
32 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("ShutterSpeed")},
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
33 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("Aperture")},
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
34 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("ExposureBias")},
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
35 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("ISOSpeedRating")},
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
36 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("FocalLength")},
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
37 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("FocalLength35mmFilm")},
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
38 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("Flash")},
325
a0fcd4934266 Only display defined exif tags by default.
zas_
parents: 324
diff changeset
39 { 0, 0, EXIF_UI_IFSET, "Exif.Photo.ExposureProgram"},
a0fcd4934266 Only display defined exif tags by default.
zas_
parents: 324
diff changeset
40 { 0, 0, EXIF_UI_IFSET, "Exif.Photo.MeteringMode"},
a0fcd4934266 Only display defined exif tags by default.
zas_
parents: 324
diff changeset
41 { 0, 0, EXIF_UI_IFSET, "Exif.Photo.LightSource"},
1189
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
42 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("ColorProfile")},
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
43 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("SubjectDistance")},
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
44 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("Resolution")},
325
a0fcd4934266 Only display defined exif tags by default.
zas_
parents: 324
diff changeset
45 { 0, 0, EXIF_UI_IFSET, "Exif.Image.Orientation"},
1189
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
46 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("GPSPosition")},
9e424170e958 Do not hardcode exif formatted prefix.
zas_
parents: 1069
diff changeset
47 { 0, 0, EXIF_UI_IFSET, EXIF_FORMATTED("GPSAltitude")},
325
a0fcd4934266 Only display defined exif tags by default.
zas_
parents: 324
diff changeset
48 { 0, 0, EXIF_UI_IFSET, "Exif.Image.ImageDescription"},
a0fcd4934266 Only display defined exif tags by default.
zas_
parents: 324
diff changeset
49 { 0, 0, EXIF_UI_IFSET, "Exif.Image.Copyright"},
a0fcd4934266 Only display defined exif tags by default.
zas_
parents: 324
diff changeset
50 { 0, 0, EXIF_UI_OFF, NULL}
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
51 };
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
52
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
53
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
54 /*
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
55 *-------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
56 * table util
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
57 *-------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
58 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
59
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
60 static void table_add_line_custom(GtkWidget *table, gint x, gint y,
442
4b2d7f9af171 Big whitespaces cleanup:
zas_
parents: 438
diff changeset
61 const gchar *text1, const gchar *text2,
1062
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
62 GtkWidget **label1, GtkWidget **label2,
1065
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
63 GtkWidget **remove)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
64 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
65 GtkWidget *label;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
66 gchar *buf;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
67
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
68 buf = g_strconcat((text1) ? text1 : "fixme", ":", NULL);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
69 if (!text2) text2 = "";
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
70
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
71 label = gtk_label_new(buf);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
72 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
73 pref_label_bold(label, TRUE, FALSE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
74 gtk_table_attach(GTK_TABLE(table), label,
1065
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
75 x + 1, x + 2, y, y + 1,
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
76 GTK_FILL, GTK_FILL,
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
77 2, 2);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
78 *label1 = label;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
79
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
80 label = gtk_label_new(text2);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
81 gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
82 gtk_table_attach(GTK_TABLE(table), label,
1065
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
83 x + 2, x + 3, y, y + 1,
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
84 GTK_FILL, GTK_FILL,
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
85 2, 2);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
86 *label2 = label;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
87
1065
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
88 if (remove)
1062
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
89 {
1065
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
90 *remove = gtk_check_button_new();
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
91 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(*remove), TRUE);
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
92
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
93 gtk_table_attach(GTK_TABLE(table), *remove,
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
94 x, x + 1, y, y + 1,
1062
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
95 GTK_FILL, GTK_FILL,
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
96 2, 2);
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
97 }
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
98
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
99 g_free(buf);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
100 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
101
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
102 static GtkWidget *table_add_line(GtkWidget *table, gint x, gint y,
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
103 const gchar *description, const gchar *text,
1062
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
104 GtkWidget **keyret)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
105 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
106 GtkWidget *key;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
107 GtkWidget *label;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
108
1062
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
109 table_add_line_custom(table, x, y, description, text, &key, &label, NULL);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
110 gtk_widget_show(key);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
111 gtk_widget_show(label);
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
112 if (keyret) *keyret = key;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
113
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
114 return label;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
115 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
116
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
117
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
118 /*
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
119 *-------------------------------------------------------------------
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
120 * EXIF widget
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
121 *-------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
122 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
123
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
124 typedef struct _PaneExifData PaneExifData;
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
125 struct _PaneExifData
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
126 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
127 PaneData pane;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
128 GtkWidget *vbox;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
129 GtkWidget *scrolled;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
130 GtkWidget *table;
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
131 GtkWidget **keys;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
132 GtkWidget **labels;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
133
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
134 GtkWidget *custom_sep;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
135 GtkWidget *custom_name[EXIF_BAR_CUSTOM_COUNT];
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
136 GtkWidget *custom_value[EXIF_BAR_CUSTOM_COUNT];
1062
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
137 GtkWidget *custom_remove[EXIF_BAR_CUSTOM_COUNT];
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
138
138
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 114
diff changeset
139 FileData *fd;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
140
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
141 gint allow_search;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
142 };
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
143
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
144 static void bar_pane_exif_sensitive(PaneExifData *ped, gint enable)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
145 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
146 gtk_widget_set_sensitive(ped->table, enable);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
147 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
148
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
149 static void bar_pane_exif_update(PaneExifData *ped)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
150 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
151 ExifData *exif;
233
f9634d21ad35 Remove unused variable declarations.
zas_
parents: 222
diff changeset
152 gint i;
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
153 GList *list;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
154
1288
10073464e6aa use metadata_read_* functions where possible
nadvornik
parents: 1284
diff changeset
155 /* do we have any exif at all ? */
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
156 exif = exif_read_fd(ped->fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
157
1288
10073464e6aa use metadata_read_* functions where possible
nadvornik
parents: 1284
diff changeset
158 if (!exif)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
159 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
160 bar_pane_exif_sensitive(ped, FALSE);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
161 return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
162 }
1069
aeae25d5d50d infrastructure for preprocessing of metadata
nadvornik
parents: 1068
diff changeset
163 else
aeae25d5d50d infrastructure for preprocessing of metadata
nadvornik
parents: 1068
diff changeset
164 {
1288
10073464e6aa use metadata_read_* functions where possible
nadvornik
parents: 1284
diff changeset
165 /* we will use high level functions so we can release it for now.
10073464e6aa use metadata_read_* functions where possible
nadvornik
parents: 1284
diff changeset
166 it will stay in the cache */
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
167 exif_free_fd(ped->fd, exif);
1288
10073464e6aa use metadata_read_* functions where possible
nadvornik
parents: 1284
diff changeset
168 exif = NULL;
1069
aeae25d5d50d infrastructure for preprocessing of metadata
nadvornik
parents: 1068
diff changeset
169 }
1288
10073464e6aa use metadata_read_* functions where possible
nadvornik
parents: 1284
diff changeset
170
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
171
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
172 bar_pane_exif_sensitive(ped, TRUE);
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
173
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
174 for (i = 0; ExifUIList[i].key; i++)
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
175 {
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
176 gchar *text;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
177
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
178 if (ExifUIList[i].current == EXIF_UI_OFF)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
179 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
180 gtk_widget_hide(ped->labels[i]);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
181 gtk_widget_hide(ped->keys[i]);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
182 continue;
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
183 }
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
184 text = metadata_read_string(ped->fd, ExifUIList[i].key, METADATA_FORMATTED);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
185 if (ExifUIList[i].current == EXIF_UI_IFSET
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
186 && (!text || !*text))
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
187 {
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
188 gtk_widget_hide(ped->labels[i]);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
189 gtk_widget_hide(ped->keys[i]);
1288
10073464e6aa use metadata_read_* functions where possible
nadvornik
parents: 1284
diff changeset
190 g_free(text);
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
191 continue;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
192 }
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
193 gtk_widget_show(ped->labels[i]);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
194 gtk_widget_show(ped->keys[i]);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
195 gtk_label_set_text(GTK_LABEL(ped->labels[i]), text);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
196 g_free(text);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
197 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
198
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
199 list = g_list_last(history_list_get_by_key("exif_extras"));
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
200 if (list)
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
201 {
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
202 gtk_widget_show(ped->custom_sep);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
203 }
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
204 else
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
205 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
206 gtk_widget_hide(ped->custom_sep);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
207 }
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
208 i = 0;
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
209 while (list && i < EXIF_BAR_CUSTOM_COUNT)
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
210 {
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
211 gchar *text;
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
212 gchar *name;
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
213 gchar *buf;
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
214 gchar *description;
1288
10073464e6aa use metadata_read_* functions where possible
nadvornik
parents: 1284
diff changeset
215
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
216 name = list->data;
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
217 list = list->prev;
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
218
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
219 text = metadata_read_string(ped->fd, name, METADATA_FORMATTED);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
220
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
221 description = exif_get_tag_description_by_key(name);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
222 if (!description || *description == '\0')
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
223 {
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
224 g_free(description);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
225 description = g_strdup(name);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
226 }
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
227 buf = g_strconcat(description, ":", NULL);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
228 g_free(description);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
229
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
230 gtk_label_set_text(GTK_LABEL(ped->custom_name[i]), buf);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
231 g_free(buf);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
232 gtk_label_set_text(GTK_LABEL(ped->custom_value[i]), text);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
233 g_free(text);
767
e73d30e0c896 Make utf8_validate_or_convert() to always allocate a new string.
zas_
parents: 680
diff changeset
234
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
235 gtk_widget_show(ped->custom_name[i]);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
236 gtk_widget_show(ped->custom_value[i]);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
237 g_object_set_data(G_OBJECT(ped->custom_remove[i]), "key", name);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
238 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(ped->custom_remove[i]), TRUE);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
239 gtk_widget_show(ped->custom_remove[i]);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
240
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
241 i++;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
242 }
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
243 while (i < EXIF_BAR_CUSTOM_COUNT)
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
244 {
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
245 g_object_set_data(G_OBJECT(ped->custom_remove[i]), "key", NULL);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
246 gtk_widget_hide(ped->custom_name[i]);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
247 gtk_widget_hide(ped->custom_value[i]);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
248 gtk_widget_hide(ped->custom_remove[i]);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
249
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
250 i++;
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
251 }
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
252 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
253
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
254 static void bar_pane_exif_clear(PaneExifData *ped)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
255 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
256 gint i;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
257
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
258 if (!GTK_WIDGET_SENSITIVE(ped->labels[0])) return;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
259
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
260 for (i = 0; ExifUIList[i].key; i++)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
261 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
262 gtk_label_set_text(GTK_LABEL(ped->labels[i]), "");
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
263 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
264 for (i = 0; i < EXIF_BAR_CUSTOM_COUNT; i++)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
265 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
266 gtk_label_set_text(GTK_LABEL(ped->custom_value[i]), "");
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
267 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
268 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
269
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
270 void bar_pane_exif_set_fd(GtkWidget *widget, FileData *fd)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
271 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
272 PaneExifData *ped;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
273
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
274 ped = g_object_get_data(G_OBJECT(widget), "pane_data");
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
275 if (!ped) return;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
276
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
277 /* store this, advanced view toggle needs to reload data */
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
278 file_data_unref(ped->fd);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
279 ped->fd = file_data_ref(fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
280
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
281 bar_pane_exif_clear(ped);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
282 bar_pane_exif_update(ped);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
283 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
284
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
285 static void bar_pane_exif_write_config(GtkWidget *pane, GString *outstr, gint indent)
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
286 {
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
287 PaneExifData *ped;
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
288
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
289 ped = g_object_get_data(G_OBJECT(pane), "pane_data");
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
290 if (!ped) return;
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
291
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
292 write_indent(outstr, indent);
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
293 g_string_append_printf(outstr, "<pane_exif\n");
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
294 indent++;
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
295 WRITE_CHAR(*ped, pane.title);
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
296 WRITE_BOOL(*ped, pane.expanded);
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
297 indent--;
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
298 write_indent(outstr, indent);
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
299 g_string_append_printf(outstr, "/>\n");
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
300 }
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
301
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
302
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
303 static void bar_pane_exif_remove_advanced_cb(GtkWidget *widget, gpointer data)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
304 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
305 PaneExifData *ped = data;
1062
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
306 const gchar *key;
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
307
1065
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
308 /* continue only if the toggle was deactivated */
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
309 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(widget))) return;
6a8402e0eaea improved custom exif look:
nadvornik
parents: 1062
diff changeset
310
1062
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
311 key = g_object_get_data(G_OBJECT(widget), "key");
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
312 if (!key) return;
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
313
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
314 history_list_item_change("exif_extras", key, NULL);
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
315
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
316 bar_pane_exif_update(ped);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
317 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
318
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
319 void bar_pane_exif_close(GtkWidget *widget)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
320 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
321 PaneExifData *ped;
48
6948407f52a5 Fri Jun 3 18:43:46 2005 John Ellis <johne@verizon.net>
gqview
parents: 9
diff changeset
322
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
323 ped = g_object_get_data(G_OBJECT(widget), "pane_data");
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
324 if (!ped) return;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
325
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
326 gtk_widget_destroy(ped->vbox);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
327 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
328
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
329 static void bar_pane_exif_destroy(GtkWidget *widget, gpointer data)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
330 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
331 PaneExifData *ped = data;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
332
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
333 g_free(ped->keys);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
334 g_free(ped->labels);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
335 file_data_unref(ped->fd);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
336 g_free(ped);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
337 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
338
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
339 GtkWidget *bar_pane_exif_new(const gchar *title, gboolean expanded)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
340 {
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
341 PaneExifData *ped;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
342 GtkWidget *table;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
343 GtkWidget *viewport;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
344 GtkWidget *hbox;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
345 gint i;
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
346 gint exif_len;
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
347
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
348 for (exif_len = 0; ExifUIList[exif_len].key; exif_len++)
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
349 ;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
350
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
351 ped = g_new0(PaneExifData, 1);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
352
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
353 ped->pane.pane_set_fd = bar_pane_exif_set_fd;
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
354 ped->pane.pane_write_config = bar_pane_exif_write_config;
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
355 ped->pane.title = g_strdup(title);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
356 ped->pane.expanded = expanded;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
357
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
358 ped->keys = g_new0(GtkWidget *, exif_len);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
359 ped->labels = g_new0(GtkWidget *, exif_len);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
360
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
361 ped->vbox = gtk_vbox_new(FALSE, PREF_PAD_GAP);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
362 g_object_set_data(G_OBJECT(ped->vbox), "pane_data", ped);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
363 g_signal_connect_after(G_OBJECT(ped->vbox), "destroy",
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
364 G_CALLBACK(bar_pane_exif_destroy), ped);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
365
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
366
1062
2e661b3e7ca0 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
zas_
parents: 1055
diff changeset
367 table = gtk_table_new(3, exif_len + 1 + EXIF_BAR_CUSTOM_COUNT, FALSE);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
368
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
369 ped->table = table;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
370
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
371 for (i = 0; ExifUIList[i].key; i++)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
372 {
1053
77ca9a5d42be fixed charset of exiv2 strings in non-utf8 locales
nadvornik
parents: 1052
diff changeset
373 gchar *text;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
374
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
375 text = exif_get_description_by_key(ExifUIList[i].key);
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
376 ped->labels[i] = table_add_line(table, 0, i, text, NULL,
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
377 &ped->keys[i]);
1053
77ca9a5d42be fixed charset of exiv2 strings in non-utf8 locales
nadvornik
parents: 1052
diff changeset
378 g_free(text);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
379 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
380
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
381 ped->custom_sep = gtk_hseparator_new();
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
382 gtk_table_attach(GTK_TABLE(table), ped->custom_sep, 0, 3,
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
383 exif_len, exif_len + 1,
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
384 GTK_FILL, GTK_FILL, 2, 2);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
385
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
386 for (i = 0; i < EXIF_BAR_CUSTOM_COUNT; i++)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
387 {
222
77f1bcc6c161 various exif improvements based on patch by Uwe Ohse
nadvornik
parents: 204
diff changeset
388 table_add_line_custom(table, 0, exif_len + 1 + i,
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
389 "", "", &ped->custom_name[i], &ped->custom_value[i],
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
390 &ped->custom_remove[i]);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
391 g_signal_connect(G_OBJECT(ped->custom_remove[i]), "clicked",
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
392 G_CALLBACK(bar_pane_exif_remove_advanced_cb), ped);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
393 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
394
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
395 ped->scrolled = gtk_scrolled_window_new(NULL, NULL);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
396 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(ped->scrolled),
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
397 GTK_POLICY_AUTOMATIC, GTK_POLICY_NEVER);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
398
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
399 viewport = gtk_viewport_new(NULL, NULL);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
400 gtk_viewport_set_shadow_type(GTK_VIEWPORT(viewport), GTK_SHADOW_NONE);
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
401 gtk_container_add(GTK_CONTAINER(ped->scrolled), viewport);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
402 gtk_widget_show(viewport);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
403
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
404 gtk_container_add(GTK_CONTAINER(viewport), table);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
405 gtk_widget_show(table);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
406
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
407 gtk_box_pack_start(GTK_BOX(ped->vbox), ped->scrolled, TRUE, TRUE, 0);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
408
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
409 hbox = gtk_hbox_new(FALSE, PREF_PAD_SPACE);
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
410 gtk_box_pack_end(GTK_BOX(ped->vbox), hbox, FALSE, FALSE, 0);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
411 gtk_widget_show(hbox);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
412
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
413 gtk_widget_show(ped->scrolled);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
414
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
415 gtk_widget_show(ped->vbox);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
416
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1288
diff changeset
417 return ped->vbox;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
418 }
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
419
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
420 GtkWidget *bar_pane_exif_new_from_config(const gchar **attribute_names, const gchar **attribute_values)
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
421 {
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
422 gchar *title = g_strdup(_("NoName"));
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
423 gboolean expanded = TRUE;
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
424
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
425 while (*attribute_names)
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
426 {
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
427 const gchar *option = *attribute_names++;
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
428 const gchar *value = *attribute_values++;
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
429
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
430 READ_CHAR_FULL("pane.title", title);
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
431 READ_BOOL_FULL("pane.expanded", expanded);
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
432
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
433
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
434 DEBUG_1("unknown attribute %s = %s", option, value);
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
435 }
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
436
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
437 return bar_pane_exif_new(title, expanded);
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
438 }
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
439
55ea4962887a config file format changed to XML
nadvornik
parents: 1293
diff changeset
440
1055
1646720364cf Adding a vim modeline to all files - patch by Klaus Ethgen
nadvornik
parents: 1053
diff changeset
441 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */