Merge remote-tracking branch 'github/merge-requests/451'
[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                 gboolean natural;
133         } file_sort;
134
135         /* slideshow */
136         struct {
137                 gint delay;     /* in tenths of a second */
138                 gboolean random;
139                 gboolean repeat;
140         } slideshow;
141
142         /* fullscreen */
143         struct {
144                 gint screen;
145                 gboolean clean_flip;
146                 gboolean disable_saver;
147                 gboolean above;
148         } fullscreen;
149
150         /* image overlay */
151         struct {
152                 gchar *template_string;
153                 gint x;
154                 gint y;
155                 guint16 text_red;
156                 guint16 text_green;
157                 guint16 text_blue;
158                 guint16 text_alpha;
159                 guint16 background_red;
160                 guint16 background_green;
161                 guint16 background_blue;
162                 guint16 background_alpha;
163                 gchar *font;
164         } image_overlay;
165
166         /* properties dialog */
167         struct {
168                 gchar *tabs_order;
169         } properties;
170
171         /* color profiles */
172         struct {
173                 gboolean enabled;
174                 gint input_type;
175                 gchar *input_file[COLOR_PROFILE_INPUTS];
176                 gchar *input_name[COLOR_PROFILE_INPUTS];
177                 gchar *screen_file;
178                 gboolean use_image;
179                 gboolean use_x11_screen_profile;
180                 gint render_intent;
181         } color_profile;
182
183         /* Helpers programs */
184         struct {
185                 struct {
186                         gchar *command_name;
187                         gchar *command_line;
188                 } html_browser;
189         } helpers;
190
191         /* Metadata */
192         struct {
193                 gboolean enable_metadata_dirs;
194
195                 gboolean save_in_image_file;
196                 gboolean save_legacy_IPTC;
197                 gboolean warn_on_write_problems;
198
199                 gboolean save_legacy_format;
200
201                 gboolean sync_grouped_files;
202
203                 gboolean confirm_write;
204                 gint confirm_timeout;
205                 gboolean confirm_after_timeout;
206                 gboolean confirm_on_image_change;
207                 gboolean confirm_on_dir_change;
208                 gboolean keywords_case_sensitive;
209                 gboolean write_orientation;
210         } metadata;
211
212         /* Stereo */
213         struct {
214                 gint mode;;
215                 gint fsmode;
216                 gboolean enable_fsmode;
217                 gint fixed_w, fixed_h;
218                 gint fixed_x1, fixed_y1;
219                 gint fixed_x2, fixed_y2;
220                 struct { /* options in this struct are packed to mode and fsmode entries */
221                         gboolean mirror_right;
222                         gboolean mirror_left;
223                         gboolean flip_right;
224                         gboolean flip_left;
225                         gboolean swap;
226                         gboolean temp_disable;
227                         gboolean fs_mirror_right;
228                         gboolean fs_mirror_left;
229                         gboolean fs_flip_right;
230                         gboolean fs_flip_left;
231                         gboolean fs_swap;
232                         gboolean fs_temp_disable;
233                 } tmp;
234         } stereo;
235 };
236
237 ConfOptions *options;
238 CommandLine *command_line;
239
240 ConfOptions *init_options(ConfOptions *options);
241 void setup_default_options(ConfOptions *options);
242 void save_options(ConfOptions *options);
243 gboolean load_options(ConfOptions *options);
244
245 void copy_layout_options(LayoutOptions *dest, const LayoutOptions *src);
246 void free_layout_options_content(LayoutOptions *dest);
247 LayoutOptions *init_layout_options(LayoutOptions *options);
248
249 #endif /* OPTIONS_H */
250 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */