Mercurial > geeqie
comparison src/options.c @ 594:4cfce4ed35e0
Use a dedicated option to enable keywords and comment saving as XMP tags
in image's files.
This new option is named "save_metadata_in_image_file" in configuration file.
User can toggle it through Preferences > Advanced > Miscellaneous > Store keywords and comments as XMP tags in image files.
Description of enable_metadata_dirs was modified as an attempt to improve clarity.
author | zas_ |
---|---|
date | Tue, 06 May 2008 12:31:23 +0000 |
parents | fe675761d091 |
children | 21864cc96369 |
comparison
equal
deleted
inserted
replaced
593:bb712693cad3 | 594:4cfce4ed35e0 |
---|---|
25 options->color_profile.use_image = TRUE; | 25 options->color_profile.use_image = TRUE; |
26 | 26 |
27 options->dnd_icon_size = 48; | 27 options->dnd_icon_size = 48; |
28 options->duplicates_similarity_threshold = 99; | 28 options->duplicates_similarity_threshold = 99; |
29 options->enable_metadata_dirs = FALSE; | 29 options->enable_metadata_dirs = FALSE; |
30 | 30 |
31 options->file_filter.disable = FALSE; | 31 options->file_filter.disable = FALSE; |
32 options->file_filter.show_dot_directory = FALSE; | 32 options->file_filter.show_dot_directory = FALSE; |
33 options->file_filter.show_hidden_files = FALSE; | 33 options->file_filter.show_hidden_files = FALSE; |
34 | 34 |
35 options->file_ops.confirm_delete = TRUE; | 35 options->file_ops.confirm_delete = TRUE; |
109 options->panels.sort.enabled = FALSE; | 109 options->panels.sort.enabled = FALSE; |
110 options->panels.sort.mode_state = 0; | 110 options->panels.sort.mode_state = 0; |
111 options->panels.sort.selection_state = 0; | 111 options->panels.sort.selection_state = 0; |
112 | 112 |
113 options->progressive_key_scrolling = FALSE; | 113 options->progressive_key_scrolling = FALSE; |
114 | |
115 options->save_metadata_in_image_file = FALSE; | |
116 | |
114 options->show_copy_path = FALSE; | 117 options->show_copy_path = FALSE; |
115 options->show_icon_names = TRUE; | 118 options->show_icon_names = TRUE; |
116 | 119 |
117 options->slideshow.delay = 150; | 120 options->slideshow.delay = 150; |
118 options->slideshow.random = FALSE; | 121 options->slideshow.random = FALSE; |