31b34e76d9d3f23c546e80c69d149c634a662a57
[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                 gboolean use_clutter_renderer;
159
160                 gboolean use_custom_border_color_in_fullscreen;
161                 gboolean use_custom_border_color;
162                 GdkColor border_color;
163                 GdkColor alpha_color_1;
164                 GdkColor alpha_color_2;
165
166                 gint tile_size;
167         } image;
168
169         /* thumbnails */
170         struct {
171                 gint max_width;
172                 gint max_height;
173                 gboolean enable_caching;
174                 gboolean cache_into_dirs;
175                 gboolean use_xvpics;
176                 gboolean spec_standard;
177                 guint quality;
178                 gboolean use_exif;
179                 gboolean use_color_management;
180                 gboolean use_ft_metadata;
181                 gint collection_preview;
182 //              gboolean use_ft_metadata_small;
183         } thumbnails;
184
185         /* file filtering */
186         struct {
187                 gboolean show_hidden_files;
188                 gboolean show_parent_directory;
189                 gboolean show_dot_directory;
190                 gboolean disable_file_extension_checks;
191                 gboolean disable;
192         } file_filter;
193
194         struct {
195                 gchar *ext;
196         } sidecar;
197
198         /* collections */
199         struct {
200                 gboolean rectangular_selection;
201         } collections;
202
203         /* shell */
204         struct {
205                 gchar *path;
206                 gchar *options;
207         } shell;
208
209         /* file sorting */
210         struct {
211                 SortType method;
212                 gboolean ascending;
213                 gboolean case_sensitive; /**< file sorting method (case) */
214                 gboolean natural;
215         } file_sort;
216
217         /* slideshow */
218         struct {
219                 gint delay;     /**< in tenths of a second */
220                 gboolean random;
221                 gboolean repeat;
222         } slideshow;
223
224         /* fullscreen */
225         struct {
226                 gint screen;
227                 gboolean clean_flip;
228                 gboolean disable_saver;
229                 gboolean above;
230         } fullscreen;
231
232         /* image overlay */
233         struct {
234                 gchar *template_string;
235                 gint x;
236                 gint y;
237                 guint16 text_red;
238                 guint16 text_green;
239                 guint16 text_blue;
240                 guint16 text_alpha;
241                 guint16 background_red;
242                 guint16 background_green;
243                 guint16 background_blue;
244                 guint16 background_alpha;
245                 gchar *font;
246         } image_overlay;
247
248         /* properties dialog */
249         struct {
250                 gchar *tabs_order;
251         } properties;
252
253         /* color profiles */
254         struct {
255                 gboolean enabled;
256                 gint input_type;
257                 gchar *input_file[COLOR_PROFILE_INPUTS];
258                 gchar *input_name[COLOR_PROFILE_INPUTS];
259                 gchar *screen_file;
260                 gboolean use_image;
261                 gboolean use_x11_screen_profile;
262                 gint render_intent;
263         } color_profile;
264
265         /* Helpers programs */
266         struct {
267                 struct {
268                         gchar *command_name;
269                         gchar *command_line;
270                 } html_browser;
271         } helpers;
272
273         /* Metadata */
274         struct {
275                 gboolean enable_metadata_dirs;
276
277                 gboolean save_in_image_file;
278                 gboolean save_legacy_IPTC;
279                 gboolean warn_on_write_problems;
280
281                 gboolean save_legacy_format;
282
283                 gboolean sync_grouped_files;
284
285                 gboolean confirm_write;
286                 gint confirm_timeout;
287                 gboolean confirm_after_timeout;
288                 gboolean confirm_on_image_change;
289                 gboolean confirm_on_dir_change;
290                 gboolean keywords_case_sensitive;
291                 gboolean write_orientation;
292                 gboolean sidecar_extended_name;
293         } metadata;
294
295         /* Stereo */
296         struct {
297                 gint mode;;
298                 gint fsmode;
299                 gboolean enable_fsmode;
300                 gint fixed_w, fixed_h;
301                 gint fixed_x1, fixed_y1;
302                 gint fixed_x2, fixed_y2;
303                 /**
304                  * @struct tmp
305                  * options in this struct are packed to mode and fsmode entries
306                  */
307                 struct {
308                         gboolean mirror_right;
309                         gboolean mirror_left;
310                         gboolean flip_right;
311                         gboolean flip_left;
312                         gboolean swap;
313                         gboolean temp_disable;
314                         gboolean fs_mirror_right;
315                         gboolean fs_mirror_left;
316                         gboolean fs_flip_right;
317                         gboolean fs_flip_left;
318                         gboolean fs_swap;
319                         gboolean fs_temp_disable;
320                 } tmp;
321         } stereo;
322
323         /* External preview extraction */
324         struct {
325                 gboolean enable;
326                 gchar *select; /**< path to executable */
327                 gchar *extract; /**< path to executable */
328         } external_preview;
329
330         /**
331          * @struct cp_mv_rn
332          * copy move rename
333          */
334         struct {
335                 gint auto_start;
336                 gchar *auto_end;
337                 gint auto_padding;
338                 gint formatted_start;
339         } cp_mv_rn;
340
341         /* log window */
342         struct {
343                 gboolean paused;
344                 gboolean line_wrap;
345                 gboolean timer_data;
346         } log_window;
347
348         /* star rating */
349         struct {
350                 gunichar star;
351                 gunichar rejected;
352         } star_rating;
353
354         /* Printer */
355         struct {
356                 gchar *image_font;
357                 gchar *page_font;
358                 gboolean show_image_text;
359                 gboolean show_page_text;
360                 gchar *page_text;
361                 gint image_text_position;
362                 gint page_text_position;
363                 gchar *template_string;
364         } printer;
365
366         /* Threads */
367         struct {
368                 gint duplicates;
369         } threads;
370
371         gchar *mouse_button_8; /**< user-definable mouse buttons */
372         gchar *mouse_button_9; /**< user-definable mouse buttons */
373
374         gboolean class_filter[FILE_FORMAT_CLASSES]; /**< class file filter */
375
376         gboolean read_metadata_in_idle;
377
378         gboolean disable_gpu; /**< GPU - see main.c */
379         gboolean override_disable_gpu; /**< GPU - see main.c */
380
381         GList *disabled_plugins;
382 };
383
384 extern ConfOptions *options;
385 extern CommandLine *command_line;
386
387 ConfOptions *init_options(ConfOptions *options);
388 void setup_default_options(ConfOptions *options);
389 void save_options(ConfOptions *options);
390 gboolean load_options(ConfOptions *options);
391
392 void copy_layout_options(LayoutOptions *dest, const LayoutOptions *src);
393 void free_layout_options_content(LayoutOptions *dest);
394 LayoutOptions *init_layout_options(LayoutOptions *options);
395
396 #endif /* OPTIONS_H */
397 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */