Mercurial > geeqie.yaz
comparison src/options.c @ 1208:c45cc5cf3c4d
added options for metadata - not yet used
author | nadvornik |
---|---|
date | Sat, 20 Dec 2008 23:18:20 +0000 |
parents | 3a7af6a8cd5f |
children | 878718372aca |
comparison
equal
deleted
inserted
replaced
1207:4742b47b75d1 | 1208:c45cc5cf3c4d |
---|---|
39 | 39 |
40 options->dnd_icon_size = 48; | 40 options->dnd_icon_size = 48; |
41 options->documentation.htmldir = NULL; | 41 options->documentation.htmldir = NULL; |
42 options->documentation.helpdir = NULL; | 42 options->documentation.helpdir = NULL; |
43 options->duplicates_similarity_threshold = 99; | 43 options->duplicates_similarity_threshold = 99; |
44 options->enable_metadata_dirs = FALSE; | |
45 | 44 |
46 options->file_filter.disable = FALSE; | 45 options->file_filter.disable = FALSE; |
47 options->file_filter.show_dot_directory = FALSE; | 46 options->file_filter.show_dot_directory = FALSE; |
48 options->file_filter.show_hidden_files = FALSE; | 47 options->file_filter.show_hidden_files = FALSE; |
49 | 48 |
135 options->panels.sort.mode_state = 0; | 134 options->panels.sort.mode_state = 0; |
136 options->panels.sort.selection_state = 0; | 135 options->panels.sort.selection_state = 0; |
137 | 136 |
138 options->progressive_key_scrolling = TRUE; | 137 options->progressive_key_scrolling = TRUE; |
139 | 138 |
140 options->save_metadata_in_image_file = FALSE; | 139 options->metadata.enable_metadata_dirs = FALSE; |
140 options->metadata.save_in_image_file = FALSE; | |
141 options->metadata.save_legacy_IPTC = FALSE; | |
142 options->metadata.warn_on_write_problems = TRUE; | |
143 options->metadata.save_legacy_format = FALSE; | |
144 options->metadata.sync_grouped_files = TRUE; | |
145 options->metadata.confirm_write = TRUE; | |
146 options->metadata.confirm_timeout = 0; | |
147 options->metadata.confirm_on_image_change = FALSE; | |
148 options->metadata.confirm_on_dir_change = TRUE; | |
141 | 149 |
142 options->show_copy_path = TRUE; | 150 options->show_copy_path = TRUE; |
143 options->show_icon_names = TRUE; | 151 options->show_icon_names = TRUE; |
144 | 152 |
145 options->slideshow.delay = 50; | 153 options->slideshow.delay = 50; |