Addl fix #521: zoom increment is not multiplicative
[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_archive;
35         gboolean image_l_click_video;
36         gchar *image_l_click_video_editor;
37         gboolean show_icon_names;
38         gboolean show_star_rating;
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 circular_selection_lists;
49
50         gboolean lazy_image_sync;
51         gboolean update_on_time_change;
52
53         guint duplicates_similarity_threshold;
54         guint duplicates_match;
55         gboolean duplicates_thumbnails;
56         guint duplicates_select_type;
57         gboolean rot_invariant_sim;
58         gboolean sort_totals;
59
60         gint open_recent_list_maxsize;
61         gint dnd_icon_size;
62         DnDAction dnd_default_action;
63         gint clipboard_selection;
64
65         gboolean save_window_positions;
66         gboolean use_saved_window_positions_for_new_windows;
67         gboolean save_window_workspace;
68         gboolean tools_restore_state;
69         gboolean save_dialog_window_positions;
70         gboolean show_window_ids;
71
72         gint log_window_lines;
73
74         gboolean marks_save;            /**< save marks on exit */
75         gchar *marks_tooltips[FILEDATA_MARKS_SIZE];
76
77         gboolean with_rename;
78         gboolean collections_on_top;
79         gboolean hide_window_in_fullscreen;
80
81         gchar *help_search_engine;
82
83         /**
84          * @struct info_comment
85          * info sidebar component height
86          */
87         struct {
88                 gint height;
89         } info_comment;
90
91         /**
92          * @struct info_keywords
93          * info sidebar component height
94          */
95         struct {
96                 gint height;
97         } info_keywords;
98
99         /**
100          * @struct info_title
101          * info sidebar component height
102          */
103         struct {
104                 gint height;
105         } info_title;
106
107         /**
108          * @struct info_rating
109          * info sidebar component height
110          */
111         struct {
112                 gint height;
113         } info_rating;
114
115         /**
116          * @struct info_headline
117          * info sidebar component height
118          */
119         struct {
120                 gint height;
121         } info_headline;
122
123         /* file ops */
124         struct {
125                 gboolean enable_in_place_rename;
126
127                 gboolean confirm_delete;
128                 gboolean confirm_move_to_trash;
129                 gboolean enable_delete_key;
130                 gboolean safe_delete_enable;
131                 gboolean use_system_trash;
132                 gchar *safe_delete_path;
133                 gint safe_delete_folder_maxsize;
134                 gboolean no_trash;
135         } file_ops;
136
137         /* image */
138         struct {
139                 gboolean exif_rotate_enable;
140                 gboolean exif_proof_rotate_enable;
141                 guint scroll_reset_method;
142                 gboolean fit_window_to_image;
143                 gboolean limit_window_size;
144                 gint max_window_size;
145                 gboolean limit_autofit_size;
146                 gint max_autofit_size;
147                 gint max_enlargement_size;
148
149                 gint tile_cache_max;    /**< in megabytes */
150                 gint image_cache_max;   /**< in megabytes */
151                 gboolean enable_read_ahead;
152
153                 ZoomMode zoom_mode;
154                 gboolean zoom_2pass;
155                 gboolean zoom_to_fit_allow_expand;
156                 guint zoom_quality;
157                 gint zoom_increment;    /**< 100 is 1.0, 5 is 0.05, 200 is 2.0, etc. */
158                 ZoomStyle zoom_style;
159                 gboolean use_clutter_renderer;
160
161                 gboolean use_custom_border_color_in_fullscreen;
162                 gboolean use_custom_border_color;
163                 GdkColor border_color;
164                 GdkColor alpha_color_1;
165                 GdkColor alpha_color_2;
166
167                 gint tile_size;
168         } image;
169
170         /* thumbnails */
171         struct {
172                 gint max_width;
173                 gint max_height;
174                 gboolean enable_caching;
175                 gboolean cache_into_dirs;
176                 gboolean use_xvpics;
177                 gboolean spec_standard;
178                 guint quality;
179                 gboolean use_exif;
180                 gboolean use_color_management;
181                 gboolean use_ft_metadata;
182                 gint collection_preview;
183 //              gboolean use_ft_metadata_small;
184         } thumbnails;
185
186         /* file filtering */
187         struct {
188                 gboolean show_hidden_files;
189                 gboolean show_parent_directory;
190                 gboolean show_dot_directory;
191                 gboolean disable_file_extension_checks;
192                 gboolean disable;
193         } file_filter;
194
195         struct {
196                 gchar *ext;
197         } sidecar;
198
199         /* collections */
200         struct {
201                 gboolean rectangular_selection;
202         } collections;
203
204         /* shell */
205         struct {
206                 gchar *path;
207                 gchar *options;
208         } shell;
209
210         /* file sorting */
211         struct {
212                 SortType method;
213                 gboolean ascending;
214                 gboolean case_sensitive; /**< file sorting method (case) */
215                 gboolean natural;
216         } file_sort;
217
218         /* slideshow */
219         struct {
220                 gint delay;     /**< in tenths of a second */
221                 gboolean random;
222                 gboolean repeat;
223         } slideshow;
224
225         /* fullscreen */
226         struct {
227                 gint screen;
228                 gboolean clean_flip;
229                 gboolean disable_saver;
230                 gboolean above;
231         } fullscreen;
232
233         /* image overlay */
234         struct {
235                 gchar *template_string;
236                 gint x;
237                 gint y;
238                 guint16 text_red;
239                 guint16 text_green;
240                 guint16 text_blue;
241                 guint16 text_alpha;
242                 guint16 background_red;
243                 guint16 background_green;
244                 guint16 background_blue;
245                 guint16 background_alpha;
246                 gchar *font;
247         } image_overlay;
248
249         /* properties dialog */
250         struct {
251                 gchar *tabs_order;
252         } properties;
253
254         /* color profiles */
255         struct {
256                 gboolean enabled;
257                 gint input_type;
258                 gchar *input_file[COLOR_PROFILE_INPUTS];
259                 gchar *input_name[COLOR_PROFILE_INPUTS];
260                 gchar *screen_file;
261                 gboolean use_image;
262                 gboolean use_x11_screen_profile;
263                 gint render_intent;
264         } color_profile;
265
266         /* Helpers programs */
267         struct {
268                 struct {
269                         gchar *command_name;
270                         gchar *command_line;
271                 } html_browser;
272         } helpers;
273
274         /* Metadata */
275         struct {
276                 gboolean enable_metadata_dirs;
277
278                 gboolean save_in_image_file;
279                 gboolean save_legacy_IPTC;
280                 gboolean warn_on_write_problems;
281
282                 gboolean save_legacy_format;
283
284                 gboolean sync_grouped_files;
285
286                 gboolean confirm_write;
287                 gint confirm_timeout;
288                 gboolean confirm_after_timeout;
289                 gboolean confirm_on_image_change;
290                 gboolean confirm_on_dir_change;
291                 gboolean keywords_case_sensitive;
292                 gboolean write_orientation;
293                 gboolean sidecar_extended_name;
294         } metadata;
295
296         /* Stereo */
297         struct {
298                 gint mode;;
299                 gint fsmode;
300                 gboolean enable_fsmode;
301                 gint fixed_w, fixed_h;
302                 gint fixed_x1, fixed_y1;
303                 gint fixed_x2, fixed_y2;
304                 /**
305                  * @struct tmp
306                  * options in this struct are packed to mode and fsmode entries
307                  */
308                 struct {
309                         gboolean mirror_right;
310                         gboolean mirror_left;
311                         gboolean flip_right;
312                         gboolean flip_left;
313                         gboolean swap;
314                         gboolean temp_disable;
315                         gboolean fs_mirror_right;
316                         gboolean fs_mirror_left;
317                         gboolean fs_flip_right;
318                         gboolean fs_flip_left;
319                         gboolean fs_swap;
320                         gboolean fs_temp_disable;
321                 } tmp;
322         } stereo;
323
324         /* External preview extraction */
325         struct {
326                 gboolean enable;
327                 gchar *select; /**< path to executable */
328                 gchar *extract; /**< path to executable */
329         } external_preview;
330
331         /**
332          * @struct cp_mv_rn
333          * copy move rename
334          */
335         struct {
336                 gint auto_start;
337                 gchar *auto_end;
338                 gint auto_padding;
339                 gint formatted_start;
340         } cp_mv_rn;
341
342         /* log window */
343         struct {
344                 gboolean paused;
345                 gboolean line_wrap;
346                 gboolean timer_data;
347         } log_window;
348
349         /* star rating */
350         struct {
351                 gunichar star;
352                 gunichar rejected;
353         } star_rating;
354
355         /* Printer */
356         struct {
357                 gchar *image_font;
358                 gchar *page_font;
359                 gboolean show_image_text;
360                 gboolean show_page_text;
361                 gchar *page_text;
362                 gint image_text_position;
363                 gint page_text_position;
364                 gchar *template_string;
365         } printer;
366
367         /* Threads */
368         struct {
369                 gint duplicates;
370         } threads;
371
372         gchar *mouse_button_8; /**< user-definable mouse buttons */
373         gchar *mouse_button_9; /**< user-definable mouse buttons */
374
375         gboolean class_filter[FILE_FORMAT_CLASSES]; /**< class file filter */
376
377         gboolean read_metadata_in_idle;
378
379         gboolean disable_gpu; /**< GPU - see main.c */
380         gboolean override_disable_gpu; /**< GPU - see main.c */
381
382         GList *disabled_plugins;
383 };
384
385 extern ConfOptions *options;
386 extern CommandLine *command_line;
387
388 ConfOptions *init_options(ConfOptions *options);
389 void setup_default_options(ConfOptions *options);
390 void save_options(ConfOptions *options);
391 gboolean load_options(ConfOptions *options);
392
393 void copy_layout_options(LayoutOptions *dest, const LayoutOptions *src);
394 void free_layout_options_content(LayoutOptions *dest);
395 LayoutOptions *init_layout_options(LayoutOptions *options);
396
397 #endif /* OPTIONS_H */
398 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */