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. |
||
|---|---|---|
| .. | ||
| python-console | ||
| colorxhtml.py | ||
| file-openraster.py | ||
| foggify.py | ||
| gradients-save-as-css.py | ||
| histogram-export.py | ||
| meson.build | ||
| palette-offset.py | ||
| palette-sort.py | ||
| palette-to-gradient.py | ||
| pygimp.interp.in | ||
| python-eval.py | ||
| spyro-plus.py | ||
| test-dialog.py | ||