gimp/plug-ins
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
..
common plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-bmp plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-dds plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-exr plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-faxg3 plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-fits plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-fli plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-icns plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-ico plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-jpeg plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-psd plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-raw plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-sgi plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-tiff plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
file-webp plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
flame Fix plugins to use new GimpResource. 2023-01-14 17:43:26 +01:00
fractal-explorer Fix plugins to use new GimpResource. 2023-01-14 17:43:26 +01:00
gfig plug-ins: Port GFig to GAction/GMenuModel 2023-02-04 23:16:24 -05:00
gimpressionist meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
gradient-flare Fix plugins to use new GimpResource. 2023-01-14 17:43:26 +01:00
help gimphelplocale: MacOS can get http and https 2023-01-08 23:55:22 +00:00
help-browser plug-ins: coding-style fixes. 2023-01-27 01:48:33 +01:00
ifs-compose plug-ins: Fix possible crash on ifs-compose load 2023-02-02 14:27:34 -05:00
imagemap meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
lighting meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
map-object meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
metadata meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
pagecurl Fix plugins to use new GimpResource. 2023-01-14 17:43:26 +01:00
print meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
python plug-ins: add back the prompt when "clearing" the Python console. 2023-02-13 13:17:30 +01:00
screenshot plug-ins: get rid of various gimp_image_set_file() calls. 2023-02-13 22:54:16 +01:00
script-fu Issue #5440: removed broken "Predator" script. 2023-01-24 19:22:26 +01:00
selection-to-path meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
twain Use GetModuleHandleW () 2023-01-24 14:48:44 +00:00
ui plug-ins: add translation context for tag values 2022-02-02 17:29:48 +00:00
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am Fix plugins to use new GimpResource. 2023-01-14 17:43:26 +01:00
meson.build Fix plugins to use new GimpResource. 2023-01-14 17:43:26 +01:00