Gimp/app/file
Michael Natterer 5e2a61850e app: file_open_image(): fix opening of unknown remote files
This got lost when dropping the file-uri plug-in and switching to
interal download using GIO. The file-uri plug-in would just download
whatever remote thing and open it locally, using local magic matching.

We now do the same internally and try the magic matching again on the
downloaded file.
2016-11-07 18:35:48 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
file-open.c app: file_open_image(): fix opening of unknown remote files 2016-11-07 18:35:48 +01:00
file-open.h app: port file_open_from_command_line() 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: move some stuff out of app/file/ 2016-01-03 23:38:08 +01: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: move some stuff out of app/file/ 2016-01-03 23:38:08 +01:00
file-utils.h app: move some stuff out of app/file/ 2016-01-03 23:38:08 +01: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: move some stuff out of app/file/ 2016-01-03 23:38:08 +01:00