Mercurial > geeqie
annotate src/typedefs.h @ 1270:13e96406760b
switched to po/LINGUAS, see http://live.gnome.org/GnomeGoals/PoLinguas
(new glib-gettextize does not support the old method)
author | nadvornik |
---|---|
date | Thu, 29 Jan 2009 19:23:39 +0000 |
parents | 30e207ac22e4 |
children | e0e12512cde2 |
rev | line source |
---|---|
9 | 1 /* |
196 | 2 * Geeqie |
115
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
3 * (C) 2006 John Ellis |
475 | 4 * Copyright (C) 2008 The Geeqie Team |
9 | 5 * |
6 * Author: John Ellis | |
7 * | |
8 * This software is released under the GNU General Public License (GNU GPL). | |
9 * Please read the included file COPYING for more information. | |
10 * This software comes with no warranty of any kind, use at your own risk! | |
11 */ | |
12 | |
13 | |
14 #ifndef TYPEDEFS_H | |
15 #define TYPEDEFS_H | |
16 | |
134
9009856628f7
started implementation of external commands; external Delete should work
nadvornik
parents:
132
diff
changeset
|
17 typedef enum { |
885
ad420f2eb789
Use a specific enum for image.zoom_mode values (ZoomMode) and
zas_
parents:
868
diff
changeset
|
18 ZOOM_RESET_ORIGINAL = 0, |
ad420f2eb789
Use a specific enum for image.zoom_mode values (ZoomMode) and
zas_
parents:
868
diff
changeset
|
19 ZOOM_RESET_FIT_WINDOW = 1, |
ad420f2eb789
Use a specific enum for image.zoom_mode values (ZoomMode) and
zas_
parents:
868
diff
changeset
|
20 ZOOM_RESET_NONE = 2 |
ad420f2eb789
Use a specific enum for image.zoom_mode values (ZoomMode) and
zas_
parents:
868
diff
changeset
|
21 } ZoomMode; |
ad420f2eb789
Use a specific enum for image.zoom_mode values (ZoomMode) and
zas_
parents:
868
diff
changeset
|
22 |
ad420f2eb789
Use a specific enum for image.zoom_mode values (ZoomMode) and
zas_
parents:
868
diff
changeset
|
23 typedef enum { |
448
a73cc0fa14d0
Use explicit names for mouse buttons instead of numbers.
zas_
parents:
446
diff
changeset
|
24 MOUSE_BUTTON_LEFT = 1, |
a73cc0fa14d0
Use explicit names for mouse buttons instead of numbers.
zas_
parents:
446
diff
changeset
|
25 MOUSE_BUTTON_MIDDLE = 2, |
a73cc0fa14d0
Use explicit names for mouse buttons instead of numbers.
zas_
parents:
446
diff
changeset
|
26 MOUSE_BUTTON_RIGHT = 3, |
a73cc0fa14d0
Use explicit names for mouse buttons instead of numbers.
zas_
parents:
446
diff
changeset
|
27 MOUSE_BUTTON_WHEEL_UP = 4, |
a73cc0fa14d0
Use explicit names for mouse buttons instead of numbers.
zas_
parents:
446
diff
changeset
|
28 MOUSE_BUTTON_WHEEL_DOWN = 5 |
a73cc0fa14d0
Use explicit names for mouse buttons instead of numbers.
zas_
parents:
446
diff
changeset
|
29 } MouseButton; |
a73cc0fa14d0
Use explicit names for mouse buttons instead of numbers.
zas_
parents:
446
diff
changeset
|
30 |
a73cc0fa14d0
Use explicit names for mouse buttons instead of numbers.
zas_
parents:
446
diff
changeset
|
31 typedef enum { |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
32 DIRVIEW_LIST, |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
33 DIRVIEW_TREE |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
34 } DirViewType; |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
35 |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
36 typedef enum { |
554
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
37 FILEVIEW_LIST, |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
38 FILEVIEW_ICON |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
39 } FileViewType; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
40 |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
41 typedef enum { |
283 | 42 CMD_COPY = GQ_EDITOR_GENERIC_SLOTS, |
134
9009856628f7
started implementation of external commands; external Delete should work
nadvornik
parents:
132
diff
changeset
|
43 CMD_MOVE, |
9009856628f7
started implementation of external commands; external Delete should work
nadvornik
parents:
132
diff
changeset
|
44 CMD_RENAME, |
9009856628f7
started implementation of external commands; external Delete should work
nadvornik
parents:
132
diff
changeset
|
45 CMD_DELETE, |
9009856628f7
started implementation of external commands; external Delete should work
nadvornik
parents:
132
diff
changeset
|
46 CMD_FOLDER, |
283 | 47 GQ_EDITOR_SLOTS |
134
9009856628f7
started implementation of external commands; external Delete should work
nadvornik
parents:
132
diff
changeset
|
48 } SpecialEditor; |
9 | 49 |
50 typedef enum { | |
51 SORT_NONE, | |
52 SORT_NAME, | |
53 SORT_SIZE, | |
54 SORT_TIME, | |
55 SORT_PATH, | |
56 SORT_NUMBER | |
57 } SortType; | |
58 | |
59 typedef enum { | |
60 ALTER_NONE, /* do nothing */ | |
61 ALTER_ROTATE_90, | |
62 ALTER_ROTATE_90_CC, /* counterclockwise */ | |
63 ALTER_ROTATE_180, | |
64 ALTER_MIRROR, | |
82
a4c1b7014e6e
Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
65 ALTER_FLIP, |
a4c1b7014e6e
Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
66 ALTER_DESATURATE |
9 | 67 } AlterType; |
68 | |
69 typedef enum { | |
70 LAYOUT_HIDE = 0, | |
71 LAYOUT_LEFT = 1 << 0, | |
72 LAYOUT_RIGHT = 1 << 1, | |
73 LAYOUT_TOP = 1 << 2, | |
74 LAYOUT_BOTTOM = 1 << 3 | |
75 } LayoutLocation; | |
76 | |
77 | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
78 typedef enum { |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
79 IMAGE_STATE_NONE = 0, |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
80 IMAGE_STATE_IMAGE = 1 << 0, |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
81 IMAGE_STATE_LOADING = 1 << 1, |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
82 IMAGE_STATE_ERROR = 1 << 2, |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
83 IMAGE_STATE_COLOR_ADJ = 1 << 3, |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
84 IMAGE_STATE_ROTATE_AUTO = 1 << 4, |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
85 IMAGE_STATE_ROTATE_USER = 1 << 5, |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
86 IMAGE_STATE_DELAY_FLIP = 1 << 6 |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
87 } ImageState; |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
88 |
127 | 89 typedef enum { |
90 SPLIT_NONE = 0, | |
91 SPLIT_VERT, | |
92 SPLIT_HOR, | |
93 SPLIT_QUAD, | |
94 } ImageSplitMode; | |
95 | |
143
0d1bf3ac6cd8
improved FileDataChangeInfo structure, check for another file operation in progress
nadvornik
parents:
141
diff
changeset
|
96 typedef enum { |
0d1bf3ac6cd8
improved FileDataChangeInfo structure, check for another file operation in progress
nadvornik
parents:
141
diff
changeset
|
97 FILEDATA_CHANGE_DELETE, |
0d1bf3ac6cd8
improved FileDataChangeInfo structure, check for another file operation in progress
nadvornik
parents:
141
diff
changeset
|
98 FILEDATA_CHANGE_MOVE, |
0d1bf3ac6cd8
improved FileDataChangeInfo structure, check for another file operation in progress
nadvornik
parents:
141
diff
changeset
|
99 FILEDATA_CHANGE_RENAME, |
590 | 100 FILEDATA_CHANGE_COPY, |
1205
3ff2aa99108b
use the workflow in utilops.c for metadata approving and writting
nadvornik
parents:
1203
diff
changeset
|
101 FILEDATA_CHANGE_UNSPECIFIED, |
3ff2aa99108b
use the workflow in utilops.c for metadata approving and writting
nadvornik
parents:
1203
diff
changeset
|
102 FILEDATA_CHANGE_WRITE_METADATA |
143
0d1bf3ac6cd8
improved FileDataChangeInfo structure, check for another file operation in progress
nadvornik
parents:
141
diff
changeset
|
103 } FileDataChangeType; |
0d1bf3ac6cd8
improved FileDataChangeInfo structure, check for another file operation in progress
nadvornik
parents:
141
diff
changeset
|
104 |
161 | 105 typedef enum { |
106 MTS_MODE_MINUS, | |
107 MTS_MODE_SET, | |
108 MTS_MODE_OR, | |
109 MTS_MODE_AND | |
110 } MarkToSelectionMode; | |
111 | |
112 typedef enum { | |
113 STM_MODE_RESET, | |
114 STM_MODE_SET, | |
115 STM_MODE_TOGGLE | |
116 } SelectionToMarkMode; | |
117 | |
212
c7021159079d
differentiate among normal image, raw image and metadata
nadvornik
parents:
196
diff
changeset
|
118 typedef enum { |
c7021159079d
differentiate among normal image, raw image and metadata
nadvornik
parents:
196
diff
changeset
|
119 FORMAT_CLASS_UNKNOWN, |
c7021159079d
differentiate among normal image, raw image and metadata
nadvornik
parents:
196
diff
changeset
|
120 FORMAT_CLASS_IMAGE, |
c7021159079d
differentiate among normal image, raw image and metadata
nadvornik
parents:
196
diff
changeset
|
121 FORMAT_CLASS_RAWIMAGE, |
c7021159079d
differentiate among normal image, raw image and metadata
nadvornik
parents:
196
diff
changeset
|
122 FORMAT_CLASS_META, |
c7021159079d
differentiate among normal image, raw image and metadata
nadvornik
parents:
196
diff
changeset
|
123 FILE_FORMAT_CLASSES |
c7021159079d
differentiate among normal image, raw image and metadata
nadvornik
parents:
196
diff
changeset
|
124 } FileFormatClass; |
c7021159079d
differentiate among normal image, raw image and metadata
nadvornik
parents:
196
diff
changeset
|
125 |
276 | 126 typedef enum { |
127 SS_ERR_NONE = 0, | |
128 SS_ERR_DISABLED, /**< secsave is disabled. */ | |
129 SS_ERR_OUT_OF_MEM, /**< memory allocation failure */ | |
130 | |
131 /* see err field in SecureSaveInfo */ | |
132 SS_ERR_OPEN_READ, | |
133 SS_ERR_OPEN_WRITE, | |
134 SS_ERR_STAT, | |
135 SS_ERR_ACCESS, | |
136 SS_ERR_MKSTEMP, | |
137 SS_ERR_RENAME, | |
138 SS_ERR_OTHER, | |
139 } SecureSaveErrno; | |
140 | |
791 | 141 typedef enum { |
142 NOTIFY_PRIORITY_HIGH = 0, | |
143 NOTIFY_PRIORITY_MEDIUM, | |
144 NOTIFY_PRIORITY_LOW | |
145 } NotifyPriority; | |
146 | |
792 | 147 typedef enum { |
148 NOTIFY_TYPE_INTERNAL = 0, /* changed internal data only, like marks */ | |
149 NOTIFY_TYPE_REREAD, /* changed file size, date, etc., file name remains unchanged */ | |
150 NOTIFY_TYPE_CHANGE /* generic change described by fd->change */ | |
151 } NotifyType; | |
791 | 152 |
914
9427c91951e8
basic infrastructure for early error and dangerous operations checking
nadvornik
parents:
888
diff
changeset
|
153 typedef enum { |
929 | 154 CHANGE_OK = 0, |
155 CHANGE_WARN_DEST_EXISTS = 1 << 0, | |
156 CHANGE_WARN_NO_WRITE_PERM = 1 << 1, | |
157 CHANGE_WARN_SAME = 1 << 2, | |
933 | 158 CHANGE_WARN_CHANGED_EXT = 1 << 3, |
159 CHANGE_ERROR_MASK = (~0) << 4, /* the values below are fatal errors */ | |
160 CHANGE_NO_READ_PERM = 1 << 4, | |
161 CHANGE_NO_WRITE_PERM_DIR = 1 << 5, | |
162 CHANGE_NO_DEST_DIR = 1 << 6, | |
163 CHANGE_NO_WRITE_PERM_DEST_DIR = 1 << 7, | |
164 CHANGE_NO_WRITE_PERM_DEST = 1 << 8, | |
165 CHANGE_DEST_EXISTS = 1 << 9, | |
166 CHANGE_NO_SRC = 1 << 10, | |
931
a53f5141228b
allow only existing folders in destination dialog
nadvornik
parents:
929
diff
changeset
|
167 CHANGE_GENERIC_ERROR = 1 << 16 |
914
9427c91951e8
basic infrastructure for early error and dangerous operations checking
nadvornik
parents:
888
diff
changeset
|
168 } ChangeError; |
9427c91951e8
basic infrastructure for early error and dangerous operations checking
nadvornik
parents:
888
diff
changeset
|
169 |
127 | 170 #define MAX_SPLIT_IMAGES 4 |
171 | |
9 | 172 typedef struct _ImageLoader ImageLoader; |
173 typedef struct _ThumbLoader ThumbLoader; | |
174 | |
175 typedef struct _CollectInfo CollectInfo; | |
176 typedef struct _CollectionData CollectionData; | |
177 typedef struct _CollectTable CollectTable; | |
178 typedef struct _CollectWindow CollectWindow; | |
179 | |
180 typedef struct _ImageWindow ImageWindow; | |
181 | |
182 typedef struct _FileData FileData; | |
138 | 183 typedef struct _FileDataChangeInfo FileDataChangeInfo; |
9 | 184 |
185 typedef struct _LayoutWindow LayoutWindow; | |
554
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
186 |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
187 typedef struct _ViewDir ViewDir; |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
188 typedef struct _ViewDirInfoList ViewDirInfoList; |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
189 typedef struct _ViewDirInfoTree ViewDirInfoTree; |
554
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
190 |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
191 typedef struct _ViewFile ViewFile; |
557
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
192 typedef struct _ViewFileInfoList ViewFileInfoList; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
193 typedef struct _ViewFileInfoIcon ViewFileInfoIcon; |
9 | 194 |
195 typedef struct _SlideShowData SlideShowData; | |
196 typedef struct _FullScreenData FullScreenData; | |
197 | |
198 typedef struct _PixmapFolders PixmapFolders; | |
273
e0e2c2b72c5a
reworked the histogram patch by Uwe Ohse, most of the code is in
nadvornik
parents:
212
diff
changeset
|
199 typedef struct _Histogram Histogram; |
e0e2c2b72c5a
reworked the histogram patch by Uwe Ohse, most of the code is in
nadvornik
parents:
212
diff
changeset
|
200 |
276 | 201 typedef struct _SecureSaveInfo SecureSaveInfo; |
9 | 202 |
844 | 203 typedef struct _ExifData ExifData; |
204 | |
730 | 205 typedef struct _Editor Editor; |
206 struct _Editor { | |
207 gchar *name; | |
208 gchar *command; | |
209 }; | |
9 | 210 |
1012
fe82830ab8fd
converted image loader to a GObject and use signals for notification
nadvornik
parents:
1008
diff
changeset
|
211 struct _ImageLoader; |
9 | 212 |
213 typedef void (* ThumbLoaderFunc)(ThumbLoader *tl, gpointer data); | |
214 | |
1231 | 215 typedef void (* FileUtilDoneFunc)(gboolean success, const gchar *done_path, gpointer data); |
216 | |
9 | 217 struct _ThumbLoader |
218 { | |
219 gint standard_loader; | |
220 | |
221 ImageLoader *il; | |
838 | 222 FileData *fd; /* fd->pixbuf contains final (scaled) image when done */ |
9 | 223 |
224 gint cache_enable; | |
225 gint cache_hit; | |
226 gdouble percent_done; | |
227 | |
228 gint max_w; | |
229 gint max_h; | |
230 | |
231 ThumbLoaderFunc func_done; | |
232 ThumbLoaderFunc func_error; | |
233 ThumbLoaderFunc func_progress; | |
234 | |
235 gpointer data; | |
236 | |
237 gint idle_done_id; | |
238 }; | |
239 | |
240 struct _CollectInfo | |
241 { | |
138 | 242 FileData *fd; |
9 | 243 GdkPixbuf *pixbuf; |
736 | 244 guint flag_mask; |
9 | 245 }; |
246 | |
247 struct _CollectionData | |
248 { | |
249 gchar *path; | |
250 gchar *name; | |
251 GList *list; | |
252 SortType sort_method; | |
253 | |
254 ThumbLoader *thumb_loader; | |
255 CollectInfo *thumb_info; | |
256 | |
257 void (*info_updated_func)(CollectionData *, CollectInfo *, gpointer); | |
258 gpointer info_updated_data; | |
259 | |
260 gint ref; | |
261 | |
262 /* geometry */ | |
263 gint window_read; | |
264 gint window_x; | |
265 gint window_y; | |
266 gint window_w; | |
267 gint window_h; | |
268 | |
269 /* contents changed since save flag */ | |
270 gint changed; | |
303
6ff0bc50ac46
Prevent multiple insertion of the same file in a collection.
zas_
parents:
290
diff
changeset
|
271 |
6ff0bc50ac46
Prevent multiple insertion of the same file in a collection.
zas_
parents:
290
diff
changeset
|
272 GHashTable *existence; |
9 | 273 }; |
274 | |
275 struct _CollectTable | |
276 { | |
277 GtkWidget *scrolled; | |
278 GtkWidget *listview; | |
279 gint columns; | |
280 gint rows; | |
281 | |
282 CollectionData *cd; | |
283 | |
284 GList *selection; | |
285 CollectInfo *prev_selection; | |
286 | |
287 CollectInfo *click_info; | |
288 | |
289 GtkWidget *tip_window; | |
290 gint tip_delay_id; | |
291 CollectInfo *tip_info; | |
292 | |
293 GdkWindow *marker_window; | |
294 CollectInfo *marker_info; | |
295 | |
296 GtkWidget *status_label; | |
297 GtkWidget *extra_label; | |
298 | |
299 gint focus_row; | |
300 gint focus_column; | |
301 CollectInfo *focus_info; | |
302 | |
303 GtkWidget *popup; | |
304 CollectInfo *drop_info; | |
305 GList *drop_list; | |
306 | |
307 gint sync_idle_id; | |
308 gint drop_idle_id; | |
309 | |
310 gint show_text; | |
311 }; | |
312 | |
313 struct _CollectWindow | |
314 { | |
315 GtkWidget *window; | |
316 CollectTable *table; | |
317 GtkWidget *status_box; | |
318 GList *list; | |
319 | |
320 GtkWidget *close_dialog; | |
321 | |
322 CollectionData *cd; | |
323 }; | |
324 | |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
325 typedef gint (* ImageTileRequestFunc)(ImageWindow *imd, gint x, gint y, |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
326 gint width, gint height, GdkPixbuf *pixbuf, gpointer); |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
327 typedef void (* ImageTileDisposeFunc)(ImageWindow *imd, gint x, gint y, |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
328 gint width, gint height, GdkPixbuf *pixbuf, gpointer); |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
329 |
9 | 330 struct _ImageWindow |
331 { | |
332 GtkWidget *widget; /* use this to add it and show it */ | |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
333 GtkWidget *pr; |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
334 GtkWidget *frame; |
9 | 335 |
138 | 336 FileData *image_fd; |
9 | 337 |
338 gint unknown; /* failed to load image */ | |
339 | |
846 | 340 ImageLoader *il; /* FIXME - image loader should probably go to FileData, but it must first support |
995 | 341 sending callbacks to multiple ImageWindows in parallel */ |
9 | 342 |
343 gint has_frame; | |
344 | |
345 /* top level (not necessarily parent) window */ | |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
346 gint top_window_sync; /* resize top_window when image dimensions change */ |
9 | 347 GtkWidget *top_window; /* window that gets title, and window to resize when 'fitting' */ |
348 gchar *title; /* window title to display left of file name */ | |
349 gchar *title_right; /* window title to display right of file name */ | |
350 gint title_show_zoom; /* option to include zoom in window title */ | |
351 | |
352 gint completed; | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
353 ImageState state; /* mask of IMAGE_STATE_* flags about current image */ |
9 | 354 |
117
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
115
diff
changeset
|
355 void (*func_update)(ImageWindow *imd, gpointer data); |
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
115
diff
changeset
|
356 void (*func_complete)(ImageWindow *imd, gint preload, gpointer data); |
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
115
diff
changeset
|
357 void (*func_state)(ImageWindow *imd, ImageState state, gpointer data); |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
358 ImageTileRequestFunc func_tile_request; |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
359 ImageTileDisposeFunc func_tile_dispose; |
9 | 360 |
361 gpointer data_update; | |
362 gpointer data_complete; | |
117
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
115
diff
changeset
|
363 gpointer data_state; |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
364 gpointer data_tile; |
9 | 365 |
366 /* button, scroll functions */ | |
868
db6977f8b0f1
Reduce number of parameters (mostly unused), just pass the event pointer.
zas_
parents:
849
diff
changeset
|
367 void (*func_button)(ImageWindow *, GdkEventButton *event, gpointer); |
db6977f8b0f1
Reduce number of parameters (mostly unused), just pass the event pointer.
zas_
parents:
849
diff
changeset
|
368 void (*func_drag)(ImageWindow *, GdkEventButton *event, gdouble dx, gdouble dy, gpointer); |
db6977f8b0f1
Reduce number of parameters (mostly unused), just pass the event pointer.
zas_
parents:
849
diff
changeset
|
369 void (*func_scroll)(ImageWindow *, GdkEventScroll *event, gpointer); |
9 | 370 |
371 gpointer data_button; | |
128
98e2632b5d3d
improved connected scroll and active image switching
nadvornik
parents:
127
diff
changeset
|
372 gpointer data_drag; |
9 | 373 gpointer data_scroll; |
374 | |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
375 /* scroll notification (for scroll bar implementation) */ |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
376 void (*func_scroll_notify)(ImageWindow *, gint x, gint y, gint width, gint height, gpointer); |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
377 |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
378 gpointer data_scroll_notify; |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
9
diff
changeset
|
379 |
9 | 380 /* collection info */ |
381 CollectionData *collection; | |
382 CollectInfo *collection_info; | |
383 | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
384 /* color profiles */ |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
385 gint color_profile_enable; |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
386 gint color_profile_input; |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
387 gint color_profile_screen; |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
388 gint color_profile_use_image; |
426
9fe0ca1b5263
show the AdobeRGB profile in the menu, indicate input profile from image
nadvornik
parents:
415
diff
changeset
|
389 gint color_profile_from_image; |
115
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
390 gpointer cm; |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
391 |
9 | 392 AlterType delay_alter_type; |
393 | |
846 | 394 FileData *read_ahead_fd; |
9 | 395 ImageLoader *read_ahead_il; |
396 | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
397 gint prev_color_row; |
9 | 398 |
888 | 399 gint auto_refresh; |
9 | 400 |
401 gint delay_flip; | |
398
c4080362d619
image post-processing (rotation and color management) moved to
nadvornik
parents:
384
diff
changeset
|
402 gint orientation; |
c4080362d619
image post-processing (rotation and color management) moved to
nadvornik
parents:
384
diff
changeset
|
403 gint desaturate; |
415 | 404 |
405 gint overlay_show_zoom; /* set to true if overlay is showing zoom ratio */ | |
9 | 406 }; |
407 | |
149 | 408 #define FILEDATA_MARKS_SIZE 6 |
132 | 409 |
138 | 410 struct _FileDataChangeInfo { |
143
0d1bf3ac6cd8
improved FileDataChangeInfo structure, check for another file operation in progress
nadvornik
parents:
141
diff
changeset
|
411 FileDataChangeType type; |
138 | 412 gchar *source; |
413 gchar *dest; | |
914
9427c91951e8
basic infrastructure for early error and dangerous operations checking
nadvornik
parents:
888
diff
changeset
|
414 gint error; |
138 | 415 }; |
137
be3328a58875
started support for sidecar files like xmp, raw+jpeg etc.
nadvornik
parents:
134
diff
changeset
|
416 |
be3328a58875
started support for sidecar files like xmp, raw+jpeg etc.
nadvornik
parents:
134
diff
changeset
|
417 struct _FileData { |
138 | 418 gint magick; |
137
be3328a58875
started support for sidecar files like xmp, raw+jpeg etc.
nadvornik
parents:
134
diff
changeset
|
419 gint type; |
138 | 420 gchar *original_path; /* key to file_data_pool hash table */ |
137
be3328a58875
started support for sidecar files like xmp, raw+jpeg etc.
nadvornik
parents:
134
diff
changeset
|
421 gchar *path; |
be3328a58875
started support for sidecar files like xmp, raw+jpeg etc.
nadvornik
parents:
134
diff
changeset
|
422 const gchar *name; |
be3328a58875
started support for sidecar files like xmp, raw+jpeg etc.
nadvornik
parents:
134
diff
changeset
|
423 const gchar *extension; |
785 | 424 gchar *collate_key_name; |
425 gchar *collate_key_name_nocase; | |
137
be3328a58875
started support for sidecar files like xmp, raw+jpeg etc.
nadvornik
parents:
134
diff
changeset
|
426 gint64 size; |
be3328a58875
started support for sidecar files like xmp, raw+jpeg etc.
nadvornik
parents:
134
diff
changeset
|
427 time_t date; |
945
fd84847c8231
speed-up of directory notification on deleting large number of files
nadvornik
parents:
933
diff
changeset
|
428 mode_t mode; /* this is needed at least for notification in view_dir because it is preserved after the file/directory is deleted */ |
1227 | 429 |
430 guint marks; /* each bit represents one mark */ | |
431 guint valid_marks; /* zero bit means that the corresponding mark needs to be reread */ | |
432 | |
433 | |
137
be3328a58875
started support for sidecar files like xmp, raw+jpeg etc.
nadvornik
parents:
134
diff
changeset
|
434 GList *sidecar_files; |
141 | 435 FileData *parent; /* parent file if this is a sidecar file, NULL otherwise */ |
138 | 436 FileDataChangeInfo *change; /* for rename, move ... */ |
845 | 437 GdkPixbuf *thumb_pixbuf; |
846 | 438 |
849
db68d673448f
added possibility to disable grouping of selected files
nadvornik
parents:
846
diff
changeset
|
439 GdkPixbuf *pixbuf; /* full-size image, only complete images, NULL during loading |
995 | 440 all FileData with non-NULL pixbuf are referenced by image_cache */ |
846 | 441 |
138 | 442 gint ref; |
763
81f9e8dbb4bf
improved infrastructure for tracing changes, optimized vflist_populate_view
nadvornik
parents:
753
diff
changeset
|
443 gint version; /* increased when any field in this structure is changed */ |
849
db68d673448f
added possibility to disable grouping of selected files
nadvornik
parents:
846
diff
changeset
|
444 gint disable_grouping; |
db68d673448f
added possibility to disable grouping of selected files
nadvornik
parents:
846
diff
changeset
|
445 |
434
1b0aee2b162e
Keep image orientation set by the user during the session.
zas_
parents:
433
diff
changeset
|
446 gint user_orientation; |
439 | 447 gint exif_orientation; |
844 | 448 |
449 ExifData *exif; | |
1203
43bfcbb62cd6
prepared infrastructure for delayed metadata writting - refreshing
nadvornik
parents:
1167
diff
changeset
|
450 GHashTable *modified_xmp; // hash table which contains unwritten xmp metadata in format: key->list of string values |
9 | 451 }; |
452 | |
453 struct _LayoutWindow | |
454 { | |
783 | 455 FileData *dir_fd; |
9 | 456 |
457 /* base */ | |
458 | |
459 GtkWidget *window; | |
460 | |
461 GtkWidget *main_box; | |
462 | |
463 GtkWidget *group_box; | |
464 GtkWidget *h_pane; | |
465 GtkWidget *v_pane; | |
466 | |
467 /* menus, path selector */ | |
468 | |
469 GtkActionGroup *action_group; | |
470 GtkUIManager *ui_manager; | |
471 | |
472 GtkWidget *path_entry; | |
473 | |
474 /* image */ | |
475 | |
476 LayoutLocation image_location; | |
477 | |
478 ImageWindow *image; | |
479 | |
127 | 480 ImageWindow *split_images[MAX_SPLIT_IMAGES]; |
442 | 481 ImageSplitMode split_mode; |
127 | 482 gint active_split_image; |
483 | |
442 | 484 GtkWidget *split_image_widget; |
837
f8c22438376c
use GtkSizeGroup to control initial size of split images
nadvornik
parents:
812
diff
changeset
|
485 GtkSizeGroup *split_image_sizegroup; |
442 | 486 |
9 | 487 /* tools window (float) */ |
488 | |
489 GtkWidget *tools; | |
490 GtkWidget *tools_pane; | |
491 | |
492 gint tools_float; | |
493 gint tools_hidden; | |
494 | |
495 /* toolbar */ | |
496 | |
497 GtkWidget *toolbar; | |
498 gint toolbar_hidden; | |
499 | |
500 GtkWidget *thumb_button; | |
501 gint thumbs_enabled; | |
137
be3328a58875
started support for sidecar files like xmp, raw+jpeg etc.
nadvornik
parents:
134
diff
changeset
|
502 gint marks_enabled; |
442 | 503 |
1167
e812b1a7adda
Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents:
1055
diff
changeset
|
504 GtkWidget *back_button; |
e812b1a7adda
Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents:
1055
diff
changeset
|
505 |
9 | 506 /* dir view */ |
507 | |
508 LayoutLocation dir_location; | |
509 | |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
510 ViewDir *vd; |
9 | 511 GtkWidget *dir_view; |
512 | |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
513 DirViewType dir_view_type; |
9 | 514 |
515 /* file view */ | |
516 | |
517 LayoutLocation file_location; | |
518 | |
554
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
519 ViewFile *vf; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
520 FileViewType file_view_type; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
521 |
9 | 522 GtkWidget *file_view; |
523 | |
524 SortType sort_method; | |
525 gint sort_ascend; | |
526 | |
527 /* status bar */ | |
528 | |
529 GtkWidget *info_box; | |
530 GtkWidget *info_progress_bar; | |
531 GtkWidget *info_sort; | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
82
diff
changeset
|
532 GtkWidget *info_color; |
9 | 533 GtkWidget *info_status; |
534 GtkWidget *info_details; | |
535 GtkWidget *info_zoom; | |
1240
30e207ac22e4
added a status bar button for writting metadata immediately
nadvornik
parents:
1231
diff
changeset
|
536 GtkWidget *info_write; |
9 | 537 |
538 /* slide show */ | |
539 | |
540 SlideShowData *slideshow; | |
541 | |
542 /* full screen */ | |
543 | |
544 FullScreenData *full_screen; | |
545 | |
546 /* dividers */ | |
547 | |
548 gint div_h; | |
549 gint div_v; | |
550 gint div_float; | |
551 | |
552 /* misc */ | |
553 | |
554 GtkWidget *utility_box; | |
555 GtkWidget *bar_sort; | |
556 GtkWidget *bar_exif; | |
557 GtkWidget *bar_info; | |
558 | |
559 gint bar_sort_enabled; | |
560 gint bar_exif_enabled; | |
561 gint bar_info_enabled; | |
562 | |
489
3809ffa3567b
Save state and width of exif, info and sort panels to rc file.
zas_
parents:
480
diff
changeset
|
563 gint bar_exif_width; |
9 | 564 gint bar_exif_advanced; |
489
3809ffa3567b
Save state and width of exif, info and sort panels to rc file.
zas_
parents:
480
diff
changeset
|
565 gint bar_info_width; |
9 | 566 }; |
567 | |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
568 struct _ViewDir |
9 | 569 { |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
570 DirViewType type; |
384
392dd6541d51
Merge parts of view_dir_list/tree constructors/destructors to
zas_
parents:
380
diff
changeset
|
571 gpointer info; |
392dd6541d51
Merge parts of view_dir_list/tree constructors/destructors to
zas_
parents:
380
diff
changeset
|
572 |
9 | 573 GtkWidget *widget; |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
574 GtkWidget *view; |
9 | 575 |
783 | 576 FileData *dir_fd; |
9 | 577 |
578 FileData *click_fd; | |
579 | |
580 FileData *drop_fd; | |
581 GList *drop_list; | |
582 gint drop_scroll_id; | |
583 | |
584 /* func list */ | |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
585 void (*select_func)(ViewDir *vd, const gchar *path, gpointer data); |
9 | 586 gpointer select_data; |
587 | |
407 | 588 void (*dnd_drop_update_func)(ViewDir *vd); |
589 void (*dnd_drop_leave_func)(ViewDir *vd); | |
442 | 590 |
9 | 591 LayoutWindow *layout; |
592 | |
593 GtkWidget *popup; | |
594 | |
595 PixmapFolders *pf; | |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
596 }; |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
597 |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
598 struct _ViewDirInfoList |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
599 { |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
600 GList *list; |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
601 }; |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
602 |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
603 struct _ViewDirInfoTree |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
604 { |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
373
diff
changeset
|
605 gint drop_expand_id; |
9 | 606 gint busy_ref; |
607 }; | |
608 | |
554
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
609 |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
610 struct _ViewFile |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
611 { |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
612 FileViewType type; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
613 gpointer info; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
614 |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
615 GtkWidget *widget; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
616 GtkWidget *listview; |
964 | 617 GtkWidget *scrolled; |
618 GtkWidget *filter; | |
619 GtkWidget *filter_check[FILEDATA_MARKS_SIZE]; | |
554
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
620 |
783 | 621 FileData *dir_fd; |
554
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
622 GList *list; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
623 |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
624 SortType sort_method; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
625 gint sort_ascend; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
626 |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
627 /* func list */ |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
628 void (*func_thumb_status)(ViewFile *vf, gdouble val, const gchar *text, gpointer data); |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
629 gpointer data_thumb_status; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
630 |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
631 void (*func_status)(ViewFile *vf, gpointer data); |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
632 gpointer data_status; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
633 |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
634 LayoutWindow *layout; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
635 |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
636 GtkWidget *popup; |
563
1ad894219964
Move common thumbs_* fields from _ViewFileInfoIcon and _ViewFileInfoList
zas_
parents:
562
diff
changeset
|
637 |
1ad894219964
Move common thumbs_* fields from _ViewFileInfoIcon and _ViewFileInfoList
zas_
parents:
562
diff
changeset
|
638 /* thumbs updates*/ |
1ad894219964
Move common thumbs_* fields from _ViewFileInfoIcon and _ViewFileInfoList
zas_
parents:
562
diff
changeset
|
639 gint thumbs_running; |
1ad894219964
Move common thumbs_* fields from _ViewFileInfoIcon and _ViewFileInfoList
zas_
parents:
562
diff
changeset
|
640 ThumbLoader *thumbs_loader; |
1ad894219964
Move common thumbs_* fields from _ViewFileInfoIcon and _ViewFileInfoList
zas_
parents:
562
diff
changeset
|
641 FileData *thumbs_filedata; |
564
514a4525d651
Move marks-related fields from _ViewFileInfoList to _ViewFile, since
zas_
parents:
563
diff
changeset
|
642 |
514a4525d651
Move marks-related fields from _ViewFileInfoList to _ViewFile, since
zas_
parents:
563
diff
changeset
|
643 /* marks */ |
514a4525d651
Move marks-related fields from _ViewFileInfoList to _ViewFile, since
zas_
parents:
563
diff
changeset
|
644 gint marks_enabled; |
514a4525d651
Move marks-related fields from _ViewFileInfoList to _ViewFile, since
zas_
parents:
563
diff
changeset
|
645 gint active_mark; |
654
6dcfac4b356f
Get rid of vflist_pop_menu() col_idx parameter, use new Viewfile field
zas_
parents:
616
diff
changeset
|
646 gint clicked_mark; |
772
f53c2bb5b1b1
replaced vflist_maint functions by vflist_refresh - it allows to follow
nadvornik
parents:
763
diff
changeset
|
647 |
f53c2bb5b1b1
replaced vflist_maint functions by vflist_refresh - it allows to follow
nadvornik
parents:
763
diff
changeset
|
648 /* refresh */ |
812 | 649 gint refresh_idle_id; |
554
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
650 }; |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
508
diff
changeset
|
651 |
557
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
652 struct _ViewFileInfoList |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
653 { |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
654 FileData *click_fd; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
655 FileData *select_fd; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
656 |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
657 gint thumbs_enabled; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
658 |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
659 gint select_idle_id; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
660 }; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
661 |
138 | 662 struct _IconData; |
663 | |
557
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
664 struct _ViewFileInfoIcon |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
665 { |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
666 /* table stuff */ |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
667 gint columns; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
668 gint rows; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
669 |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
670 GList *selection; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
671 struct _IconData *prev_selection; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
672 |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
673 GtkWidget *tip_window; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
674 gint tip_delay_id; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
675 struct _IconData *tip_id; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
676 |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
677 struct _IconData *click_id; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
678 |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
679 struct _IconData *focus_id; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
680 gint focus_row; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
681 gint focus_column; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
682 |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
683 gint show_text; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
684 }; |
d8d61dc4ff52
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
zas_
parents:
556
diff
changeset
|
685 |
9 | 686 struct _SlideShowData |
687 { | |
688 ImageWindow *imd; | |
689 | |
138 | 690 GList *filelist; |
9 | 691 CollectionData *cd; |
783 | 692 FileData *dir_fd; |
9 | 693 LayoutWindow *layout; |
694 | |
695 GList *list; | |
696 GList *list_done; | |
697 | |
138 | 698 FileData *slide_fd; |
9 | 699 |
736 | 700 guint slide_count; |
9 | 701 gint timeout_id; |
702 | |
703 gint from_selection; | |
704 | |
705 void (*stop_func)(SlideShowData *, gpointer); | |
706 gpointer stop_data; | |
707 | |
708 gint paused; | |
709 }; | |
710 | |
711 struct _FullScreenData | |
712 { | |
713 GtkWidget *window; | |
714 ImageWindow *imd; | |
715 | |
716 GtkWidget *normal_window; | |
717 ImageWindow *normal_imd; | |
718 | |
719 gint hide_mouse_id; | |
720 gint busy_mouse_id; | |
721 gint cursor_state; | |
722 | |
723 gint saver_block_id; | |
724 | |
725 void (*stop_func)(FullScreenData *, gpointer); | |
726 gpointer stop_data; | |
727 }; | |
728 | |
729 struct _PixmapFolders | |
730 { | |
731 GdkPixbuf *close; | |
732 GdkPixbuf *open; | |
733 GdkPixbuf *deny; | |
734 GdkPixbuf *parent; | |
735 }; | |
736 | |
276 | 737 struct _SecureSaveInfo { |
738 FILE *fp; /**< file stream pointer */ | |
739 gchar *file_name; /**< final file name */ | |
740 gchar *tmp_file_name; /**< temporary file name */ | |
741 gint err; /**< set to non-zero value in case of error */ | |
313
a955b7fd626b
Secure save now unlinks temporary file on error by default.
zas_
parents:
311
diff
changeset
|
742 gint secure_save; /**< use secure save for this file, internal use only */ |
a955b7fd626b
Secure save now unlinks temporary file on error by default.
zas_
parents:
311
diff
changeset
|
743 gint preserve_perms; /**< whether to preserve perms, TRUE by default */ |
a955b7fd626b
Secure save now unlinks temporary file on error by default.
zas_
parents:
311
diff
changeset
|
744 gint preserve_mtime; /**< whether to preserve mtime, FALSE by default */ |
a955b7fd626b
Secure save now unlinks temporary file on error by default.
zas_
parents:
311
diff
changeset
|
745 gint unlink_on_error; /**< whether to remove temporary file on save failure, TRUE by default */ |
276 | 746 }; |
747 | |
9 | 748 |
749 #endif | |
1055
1646720364cf
Adding a vim modeline to all files - patch by Klaus Ethgen
nadvornik
parents:
1047
diff
changeset
|
750 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ |