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