Gimp/plug-ins/python
Kamil Burda c7c1743dd0 plug-ins: Fix Save button in Python Console
Clicking on the Save button threw an exception as the wrong class was
used to invoke the `set_alternative_button_order_from_array()` method.

Since `Gtk.Dialog.set_alternative_button_order_from_array()` is
deprecated and the GIMP functions with the same name suppress
deprecation warnings in the C code, we suppress the warning here as
well. The `warnings.catch_warnings()` function is not thread-safe
according to the Python documentation, which should not pose a problem
here.

Also, the file chooser dialog now allows specifying a new file instead
of overwriting an existing file.
2024-02-12 21:49:28 +00:00
..
python-console plug-ins: Fix Save button in Python Console 2024-02-12 21:49:28 +00:00
colorxhtml.py plug-ins: fix the GimpSaveProcedure plug-ins in Python. 2023-10-01 20:52:02 +02:00
file-openraster.py plug-ins: port forgotten uses of gimp_pdb_run_procedure*() removed API. 2023-10-20 19:01:38 +02:00
foggify.py plug-ins: improve default color handling of foggify 2024-01-08 18:11:46 -05:00
gradients-save-as-css.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
histogram-export.py plug-ins: port forgotten uses of gimp_pdb_run_procedure*() removed API. 2023-10-20 19:01:38 +02:00
meson.build build/windows, data, extensions, plug-ins: Fix Build omissions 2024-01-02 10:49:31 +00:00
palette-offset.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
palette-sort.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
palette-to-gradient.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
pygimp.interp.in build/windows, data, extensions, plug-ins: Fix Build omissions 2024-01-02 10:49:31 +00:00
python-eval.py plug-ins, libgimp: move GimpBatchProcedure's run function to use config objects. 2023-10-01 20:52:01 +02:00
spyro-plus.py plug-ins: port forgotten uses of gimp_pdb_run_procedure*() removed API. 2023-10-20 19:01:38 +02:00
test-dialog.py plug-ins: port other Python plug-ins to new gimp_image_procedure_new(). 2023-10-01 21:02:34 +02:00