Fix #414 Render Intents
[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 show_icon_names;
35
36         /* various */
37         gboolean tree_descend_subdirs;
38         gboolean view_dir_list_single_click_enter;
39
40         gboolean lazy_image_sync;
41         gboolean update_on_time_change;
42
43         guint duplicates_similarity_threshold;
44         gboolean rot_invariant_sim;
45
46         gint open_recent_list_maxsize;
47         gint dnd_icon_size;
48
49         gboolean save_window_positions;
50         gboolean use_saved_window_positions_for_new_windows;
51         gboolean tools_restore_state;
52
53         /* file ops */
54         struct {
55                 gboolean enable_in_place_rename;
56
57                 gboolean confirm_delete;
58                 gboolean enable_delete_key;
59                 gboolean safe_delete_enable;
60                 gchar *safe_delete_path;
61                 gint safe_delete_folder_maxsize;
62         } file_ops;
63
64         /* image */
65         struct {
66                 gboolean exif_rotate_enable;
67                 gboolean exif_proof_rotate_enable;
68                 guint scroll_reset_method;
69                 gboolean fit_window_to_image;
70                 gboolean limit_window_size;
71                 gint max_window_size;
72                 gboolean limit_autofit_size;
73                 gint max_autofit_size;
74
75                 gint tile_cache_max;    /* in megabytes */
76                 gint image_cache_max;   /* in megabytes */
77                 gboolean enable_read_ahead;
78
79                 ZoomMode zoom_mode;
80                 gboolean zoom_2pass;
81                 gboolean zoom_to_fit_allow_expand;
82                 guint zoom_quality;
83                 gint zoom_increment;    /* 100 is 1.0, 5 is 0.05, 200 is 2.0, etc. */
84                 gboolean use_clutter_renderer;
85
86                 gboolean use_custom_border_color_in_fullscreen;
87                 gboolean use_custom_border_color;
88                 GdkColor border_color;
89         } image;
90
91         /* thumbnails */
92         struct {
93                 gint max_width;
94                 gint max_height;
95                 gboolean enable_caching;
96                 gboolean cache_into_dirs;
97                 gboolean use_xvpics;
98                 gboolean spec_standard;
99                 guint quality;
100                 gboolean use_exif;
101         } thumbnails;
102
103         /* file filtering */
104         struct {
105                 gboolean show_hidden_files;
106                 gboolean show_parent_directory;
107                 gboolean show_dot_directory;
108                 gboolean disable_file_extension_checks;
109                 gboolean disable;
110         } file_filter;
111
112         struct {
113                 gchar *ext;
114         } sidecar;
115
116         /* collections */
117         struct {
118                 gboolean rectangular_selection;
119         } collections;
120
121         /* shell */
122         struct {
123                 gchar *path;
124                 gchar *options;
125         } shell;
126
127         /* file sorting */
128         struct {
129                 SortType method;
130                 gboolean ascending;
131                 gboolean case_sensitive; /* file sorting method (case) */
132         } file_sort;
133
134         /* slideshow */
135         struct {
136                 gint delay;     /* in tenths of a second */
137                 gboolean random;
138                 gboolean repeat;
139         } slideshow;
140
141         /* fullscreen */
142         struct {
143                 gint screen;
144                 gboolean clean_flip;
145                 gboolean disable_saver;
146                 gboolean above;
147         } fullscreen;
148
149         /* image overlay */
150         struct {
151                 gchar *template_string;
152                 gint x;
153                 gint y;
154                 guint16 text_red;
155                 guint16 text_green;
156                 guint16 text_blue;
157                 guint16 text_alpha;
158                 guint16 background_red;
159                 guint16 background_green;
160                 guint16 background_blue;
161                 guint16 background_alpha;
162                 gchar *font;
163         } image_overlay;
164
165         /* properties dialog */
166         struct {
167                 gchar *tabs_order;
168         } properties;
169
170         /* color profiles */
171         struct {
172                 gboolean enabled;
173                 gint input_type;
174                 gchar *input_file[COLOR_PROFILE_INPUTS];
175                 gchar *input_name[COLOR_PROFILE_INPUTS];
176                 gchar *screen_file;
177                 gboolean use_image;
178                 gboolean use_x11_screen_profile;
179                 gint render_intent;
180         } color_profile;
181
182         /* Helpers programs */
183         struct {
184                 struct {
185                         gchar *command_name;
186                         gchar *command_line;
187                 } html_browser;
188         } helpers;
189
190         /* Metadata */
191         struct {
192                 gboolean enable_metadata_dirs;
193
194                 gboolean save_in_image_file;
195                 gboolean save_legacy_IPTC;
196                 gboolean warn_on_write_problems;
197
198                 gboolean save_legacy_format;
199
200                 gboolean sync_grouped_files;
201
202                 gboolean confirm_write;
203                 gint confirm_timeout;
204                 gboolean confirm_after_timeout;
205                 gboolean confirm_on_image_change;
206                 gboolean confirm_on_dir_change;
207                 gboolean keywords_case_sensitive;
208                 gboolean write_orientation;
209         } metadata;
210
211         /* Stereo */
212         struct {
213                 gint mode;;
214                 gint fsmode;
215                 gboolean enable_fsmode;
216                 gint fixed_w, fixed_h;
217                 gint fixed_x1, fixed_y1;
218                 gint fixed_x2, fixed_y2;
219                 struct { /* options in this struct are packed to mode and fsmode entries */
220                         gboolean mirror_right;
221                         gboolean mirror_left;
222                         gboolean flip_right;
223                         gboolean flip_left;
224                         gboolean swap;
225                         gboolean temp_disable;
226                         gboolean fs_mirror_right;
227                         gboolean fs_mirror_left;
228                         gboolean fs_flip_right;
229                         gboolean fs_flip_left;
230                         gboolean fs_swap;
231                         gboolean fs_temp_disable;
232                 } tmp;
233         } stereo;
234 };
235
236 ConfOptions *options;
237 CommandLine *command_line;
238
239 ConfOptions *init_options(ConfOptions *options);
240 void setup_default_options(ConfOptions *options);
241 void save_options(ConfOptions *options);
242 gboolean load_options(ConfOptions *options);
243
244 void copy_layout_options(LayoutOptions *dest, const LayoutOptions *src);
245 void free_layout_options_content(LayoutOptions *dest);
246 LayoutOptions *init_layout_options(LayoutOptions *options);
247
248 #endif /* OPTIONS_H */
249 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */