Option to select thumbnail color management
[geeqie.git] / src / options.h
1 /*
2  * Copyright (C) 2008 - 2016 The Geeqie Team
3  *
4  * Authors: Vladimir Nadvornik, Laurent Monin
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License along
17  * with this program; if not, write to the Free Software Foundation, Inc.,
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19  */
20
21 #ifndef OPTIONS_H
22 #define OPTIONS_H
23
24 typedef struct _ConfOptions ConfOptions;
25
26 struct _ConfOptions
27 {
28         /* ui */
29         gboolean progressive_key_scrolling;
30         guint keyboard_scroll_step;
31         gboolean place_dialogs_under_mouse;
32         gboolean mousewheel_scrolls;
33         gboolean image_lm_click_nav;
34         gboolean image_l_click_video;
35         gchar *image_l_click_video_editor;
36         gboolean show_icon_names;
37         gboolean show_star_rating;
38         gboolean show_guidelines;
39         gboolean draw_rectangle;
40         gboolean show_predefined_keyword_tree;
41         gboolean overunderexposed;
42         gboolean expand_menu_toolbar;
43
44         /* various */
45         gboolean tree_descend_subdirs;
46         gboolean view_dir_list_single_click_enter;
47
48         gboolean lazy_image_sync;
49         gboolean update_on_time_change;
50
51         guint duplicates_similarity_threshold;
52         guint duplicates_match;
53         gboolean duplicates_thumbnails;
54         guint duplicates_select_type;
55         gboolean rot_invariant_sim;
56         gboolean sort_totals;
57
58         gint open_recent_list_maxsize;
59         gint dnd_icon_size;
60         DnDAction dnd_default_action;
61         gint clipboard_selection;
62
63         gboolean save_window_positions;
64         gboolean use_saved_window_positions_for_new_windows;
65         gboolean save_window_workspace;
66         gboolean tools_restore_state;
67         gboolean save_dialog_window_positions;
68         gboolean show_window_ids;
69
70         gint log_window_lines;
71
72         gboolean marks_save;            /**< save marks on exit */
73         gchar *marks_tooltips[FILEDATA_MARKS_SIZE];
74
75         gboolean with_rename;
76         gboolean collections_on_top;
77         gboolean hide_window_in_fullscreen;
78
79         gchar *help_search_engine;
80
81         /**
82          * \struct info_comment
83          * info sidebar component height
84          */
85         struct {
86                 gint height;
87         } info_comment;
88
89         /**
90          * \struct info_keywords
91          * info sidebar component height
92          */
93         struct {
94                 gint height;
95         } info_keywords;
96
97         /**
98          * \struct info_title
99          * info sidebar component height
100          */
101         struct {
102                 gint height;
103         } info_title;
104
105         /**
106          * \struct info_rating
107          * info sidebar component height
108          */
109         struct {
110                 gint height;
111         } info_rating;
112
113         /* file ops */
114         struct {
115                 gboolean enable_in_place_rename;
116
117                 gboolean confirm_delete;
118                 gboolean confirm_move_to_trash;
119                 gboolean enable_delete_key;
120                 gboolean safe_delete_enable;
121                 gboolean use_system_trash;
122                 gchar *safe_delete_path;
123                 gint safe_delete_folder_maxsize;
124                 gboolean no_trash;
125         } file_ops;
126
127         /* image */
128         struct {
129                 gboolean exif_rotate_enable;
130                 gboolean exif_proof_rotate_enable;
131                 guint scroll_reset_method;
132                 gboolean fit_window_to_image;
133                 gboolean limit_window_size;
134                 gint max_window_size;
135                 gboolean limit_autofit_size;
136                 gint max_autofit_size;
137                 gint max_enlargement_size;
138
139                 gint tile_cache_max;    /**< in megabytes */
140                 gint image_cache_max;   /**< in megabytes */
141                 gboolean enable_read_ahead;
142
143                 ZoomMode zoom_mode;
144                 gboolean zoom_2pass;
145                 gboolean zoom_to_fit_allow_expand;
146                 guint zoom_quality;
147                 gint zoom_increment;    /**< 100 is 1.0, 5 is 0.05, 200 is 2.0, etc. */
148                 gboolean use_clutter_renderer;
149
150                 gboolean use_custom_border_color_in_fullscreen;
151                 gboolean use_custom_border_color;
152                 GdkColor border_color;
153                 GdkColor alpha_color_1;
154                 GdkColor alpha_color_2;
155         } image;
156
157         /* thumbnails */
158         struct {
159                 gint max_width;
160                 gint max_height;
161                 gboolean enable_caching;
162                 gboolean cache_into_dirs;
163                 gboolean use_xvpics;
164                 gboolean spec_standard;
165                 guint quality;
166                 gboolean use_exif;
167                 gboolean use_color_management;
168                 gboolean use_ft_metadata;
169                 gint collection_preview;
170 //              gboolean use_ft_metadata_small;
171         } thumbnails;
172
173         /* file filtering */
174         struct {
175                 gboolean show_hidden_files;
176                 gboolean show_parent_directory;
177                 gboolean show_dot_directory;
178                 gboolean disable_file_extension_checks;
179                 gboolean disable;
180         } file_filter;
181
182         struct {
183                 gchar *ext;
184         } sidecar;
185
186         /* collections */
187         struct {
188                 gboolean rectangular_selection;
189         } collections;
190
191         /* shell */
192         struct {
193                 gchar *path;
194                 gchar *options;
195         } shell;
196
197         /* file sorting */
198         struct {
199                 SortType method;
200                 gboolean ascending;
201                 gboolean case_sensitive; /**< file sorting method (case) */
202                 gboolean natural;
203         } file_sort;
204
205         /* slideshow */
206         struct {
207                 gint delay;     /**< in tenths of a second */
208                 gboolean random;
209                 gboolean repeat;
210         } slideshow;
211
212         /* fullscreen */
213         struct {
214                 gint screen;
215                 gboolean clean_flip;
216                 gboolean disable_saver;
217                 gboolean above;
218         } fullscreen;
219
220         /* image overlay */
221         struct {
222                 gchar *template_string;
223                 gint x;
224                 gint y;
225                 guint16 text_red;
226                 guint16 text_green;
227                 guint16 text_blue;
228                 guint16 text_alpha;
229                 guint16 background_red;
230                 guint16 background_green;
231                 guint16 background_blue;
232                 guint16 background_alpha;
233                 gchar *font;
234         } image_overlay;
235
236         /* properties dialog */
237         struct {
238                 gchar *tabs_order;
239         } properties;
240
241         /* color profiles */
242         struct {
243                 gboolean enabled;
244                 gint input_type;
245                 gchar *input_file[COLOR_PROFILE_INPUTS];
246                 gchar *input_name[COLOR_PROFILE_INPUTS];
247                 gchar *screen_file;
248                 gboolean use_image;
249                 gboolean use_x11_screen_profile;
250                 gint render_intent;
251         } color_profile;
252
253         /* Helpers programs */
254         struct {
255                 struct {
256                         gchar *command_name;
257                         gchar *command_line;
258                 } html_browser;
259         } helpers;
260
261         /* Metadata */
262         struct {
263                 gboolean enable_metadata_dirs;
264
265                 gboolean save_in_image_file;
266                 gboolean save_legacy_IPTC;
267                 gboolean warn_on_write_problems;
268
269                 gboolean save_legacy_format;
270
271                 gboolean sync_grouped_files;
272
273                 gboolean confirm_write;
274                 gint confirm_timeout;
275                 gboolean confirm_after_timeout;
276                 gboolean confirm_on_image_change;
277                 gboolean confirm_on_dir_change;
278                 gboolean keywords_case_sensitive;
279                 gboolean write_orientation;
280                 gboolean sidecar_extended_name;
281         } metadata;
282
283         /* Stereo */
284         struct {
285                 gint mode;;
286                 gint fsmode;
287                 gboolean enable_fsmode;
288                 gint fixed_w, fixed_h;
289                 gint fixed_x1, fixed_y1;
290                 gint fixed_x2, fixed_y2;
291                 /**
292                  * \struct tmp
293                  * options in this struct are packed to mode and fsmode entries
294                  */
295                 struct {
296                         gboolean mirror_right;
297                         gboolean mirror_left;
298                         gboolean flip_right;
299                         gboolean flip_left;
300                         gboolean swap;
301                         gboolean temp_disable;
302                         gboolean fs_mirror_right;
303                         gboolean fs_mirror_left;
304                         gboolean fs_flip_right;
305                         gboolean fs_flip_left;
306                         gboolean fs_swap;
307                         gboolean fs_temp_disable;
308                 } tmp;
309         } stereo;
310
311         /**
312          * \struct cp_mv_rn
313          * copy move rename
314          */
315         struct {
316                 gint auto_start;
317                 gchar *auto_end;
318                 gint auto_padding;
319                 gint formatted_start;
320         } cp_mv_rn;
321
322         /* log window */
323         struct {
324                 gboolean paused;
325                 gboolean line_wrap;
326                 gboolean timer_data;
327         } log_window;
328
329         /* star rating */
330         struct {
331                 gunichar star;
332                 gunichar rejected;
333         } star_rating;
334
335         /* Printer */
336         struct {
337                 gchar *image_font;
338                 gchar *page_font;
339                 gboolean show_image_text;
340                 gboolean show_page_text;
341                 gchar *page_text;
342                 gint image_text_position;
343                 gint page_text_position;
344                 gchar *template_string;
345         } printer;
346
347         gchar *mouse_button_8; /**< user-definable mouse buttons */
348         gchar *mouse_button_9; /**< user-definable mouse buttons */
349
350         gboolean class_filter[FILE_FORMAT_CLASSES]; /**< class file filter */
351
352         gboolean read_metadata_in_idle;
353
354         gboolean disable_gpu; /**< GPU - see main.c */
355         gboolean override_disable_gpu; /**< GPU - see main.c */
356
357         GList *disabled_plugins;
358 };
359
360 extern ConfOptions *options;
361 extern CommandLine *command_line;
362
363 ConfOptions *init_options(ConfOptions *options);
364 void setup_default_options(ConfOptions *options);
365 void save_options(ConfOptions *options);
366 gboolean load_options(ConfOptions *options);
367
368 void copy_layout_options(LayoutOptions *dest, const LayoutOptions *src);
369 void free_layout_options_content(LayoutOptions *dest);
370 LayoutOptions *init_layout_options(LayoutOptions *options);
371
372 #endif /* OPTIONS_H */
373 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */