gimp/plug-ins/file-raw
Jehan 4f1d0fb53b plug-ins: get rid of various gimp_image_set_file() calls.
- This is unneeded in all import procedures. See previous commit. Note though
  that this is not because of a change in previous commit. This was already
  useless previously. The file set with this PDB function was overridden by the
  core anyway (i.e. even before the previous commits).
  In app/file/file-import.c:file_import_image(), the imported file is correctly
  set (so there is no need to set it from plug-in, which anyway libgimp's
  gimp_image_set_file() was not doing) and the XCF file is reset to NULL
  (rendering the call to gimp_image_set_file() in a GimpLoadProcedure useless).
- Similarly, this is a useless call in export procedures because
  app/file/file-save.c:file_save() overrides such call too. I could only see one
  such case for JPEG export, which was quite useless.
- Finally in other types of plug-ins, setting a non-XCF file extension was
  interfering with the save feature (similarly to commit e6e73e14c7). I only
  fixed the screenshot implementations doing such a thing.
- I left a few usages which will have to be looked at more in details later.
2023-02-13 22:54:16 +01:00
..
.gitignore Bug 784261 - Have some nice error message for formats known to work... 2017-07-24 22:19:53 +02:00
Makefile.am plug-ins: port file-raw plug-ins to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
file-darktable-export-on-exit.lua plug-ins: update darktable lua script to API change in darktable master 2021-02-15 17:11:32 +00:00
file-darktable-get-size.lua Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
file-darktable.c plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-raw-formats.h Issue #4618: support Canon CR3. 2020-03-14 23:56:45 +01:00
file-raw-placeholder.c plug-ins, libgimp: override set_i18n() for all our core plug-ins. 2022-06-05 01:57:02 +02:00
file-raw-utils.c Issue #2179: Get rid of the win32_use_hkcu flag. 2018-09-19 15:01:46 +02:00
file-raw-utils.h Issue #2179: Get rid of the win32_use_hkcu flag. 2018-09-19 15:01:46 +02:00
file-rawtherapee.c plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
meson.build meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00