Gimp/plug-ins/python/python-console
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
..
meson.build build, plug-ins, gitlab: make GIMP runnable from build directory without… 2023-06-27 17:46:46 +02:00
pyconsole.py python: Use theme colors for console font color 2024-01-04 17:51:02 +00:00
python-console.py plug-ins: Fix Save button in Python Console 2024-02-12 21:49:28 +00:00