Gimp/plug-ins/python
Jehan 10808f2830 libgimp, plug-ins: create automatically a GimpFileChooser for GimpParamSpecFile arguments.
This new widget is much nicer, with proper label to document the GUI and
also with support to save files or create folders. It also has mnemonic
support and the label is put into the same size group as other so that
it's nicely aligned.

As a consequence, I remove bad support of object arguments with a GFile
value. People should just create proper GimpParamSpecFile arguments
(also GimpProcedure API now has a function only for such type of file
argument).

I also remove gimp_procedure_dialog_get_file_chooser() which was only
useful when we didn't know what action a file argument was for. Now it's
part of the param spec definition.

libscriptfu was updated too because SF-DIRNAME arguments don't need
special casing anymore.

Finally I change gradients-save-as-css to just make use of the new
automatic widget creation (more than 60 lines of plug-in code replaced
by… 0 lines because it's automatic!).

This whole commit is mostly a lot of code removal now that we have
proper automatization for file arguments! \o/
2025-01-26 18:13:55 +01:00
..
python-console plug-ins: also update the prompt when searching. 2024-12-18 00:16:06 +01:00
tests image loading plug-in tests: add cmyk pam tests 2025-01-08 13:15:56 -05:00
colorxhtml.py python: Fix file arguments after 161b3c53 2025-01-22 21:29:16 +01:00
file-openraster.py libgimp*, pdb, plug-ins: remove deprecated GIMP_PRECISION_*_GAMMA. 2024-11-03 20:18:52 +01:00
foggify.py app, pdb, plug-ins: replace (plug-in-plasma). 2024-12-17 16:24:54 +00:00
gradients-save-as-css.py libgimp, plug-ins: create automatically a GimpFileChooser for GimpParamSpecFile arguments. 2025-01-26 18:13:55 +01:00
histogram-export.py python: Fix file arguments after 161b3c53 2025-01-22 21:29:16 +01:00
meson.build build, plug-ins: Bundle and distribute correct python*.exe 2024-11-19 09:30:57 -03:00
palette-offset.py app, libgimp, pdb, plug-ins: add ability to default to context for all resource args. 2024-09-06 16:33:24 +02:00
palette-sort.py app, libgimp, pdb, plug-ins: add ability to default to context for all resource args. 2024-09-06 16:33:24 +02:00
palette-to-gradient.py python: Fix function API in Palette-to-Gradient 2024-12-30 17:55:51 +00:00
pygimp.interp.in build, plug-ins: Bundle and distribute correct python*.exe 2024-11-19 09:30:57 -03:00
python-eval.py plug-ins: python-fu-eval should correctly exit with error. 2024-10-27 22:55:51 +01:00
spyro-plus.py python: Update Spyro-Plus after GEGL Color update 2025-01-24 02:51:34 +00:00
test-dialog.py extensions, libgimp, plug-ins: remove n_drawables arg from GimpImageProcedure's… 2024-10-28 22:08:45 +01:00