Gimp/app/file
Michael Natterer b51ee77ec0 app: implement the "Convert to RGB Working Space" import dialog in the core
Add gimp_image_import_color_profile(), a GUI vtable entry
query_profile_policy() and a new dialog which returns the profile
policy and the profile to convert to. Get rid of the wrapper that
calls the lcms plug-in for that dialog, the plug-in is now completely
unused.

This commit doesn't add any new features, it's just the former lcms
plug-in dialog implemented in app/ (except the little fix that it is
now aware of linear vs. gamma images).
2015-08-23 12:59:12 +02:00
..
.gitignore
file-open.c app: implement the "Convert to RGB Working Space" import dialog in the core 2015-08-23 12:59:12 +02:00
file-open.h app: port file_open_from_command_line() to GFile 2014-07-07 23:58:11 +02:00
file-procedure.c app: file_procedure_find(): check magics only for native files 2014-07-23 21:37:13 +02:00
file-procedure.h app: port all file_open() and file_save() functions to GFile 2014-07-07 23:58:11 +02:00
file-remote.c Removes various easy compilation warnings. 2014-09-28 18:18:00 +02:00
file-remote.h app: separate the mount logic from uploading/downloading 2014-07-23 21:37:13 +02:00
file-save.c app: don't leak the GFileInfo in file_open_image() and file_save() 2014-10-07 15:23:19 +02:00
file-save.h app: port all file_open() and file_save() functions to GFile 2014-07-07 23:58:11 +02:00
file-utils.c app: fix implicit enum casting 2015-01-10 00:02:28 +01:00
file-utils.h app: change file_utils_filename_to_uri() to file_utils_filename_to_file() 2014-07-08 10:25:25 +02:00
gimp-file.h app: port all file_open() and file_save() functions to GFile 2014-07-07 23:58:11 +02:00
Makefile.am app: add file-remote.[ch] which implements uploading/downloading 2014-07-11 01:23:11 +02:00