Less stdout noise when running Tux Paint

Avoid warnings when we cannot load non-existent SVGs by checking for file existence first.
(h/t Thomas K)

Add some "Info" and "Warning" labels to some output; improve some messages.

Free gerror that rsvg_handle_new_from_file() allocates.
This commit is contained in:
Bill Kendrick 2024-12-20 00:13:59 -08:00
parent fa2f06792e
commit 199f11ce31
2 changed files with 47 additions and 21 deletions

View file

@ -6,13 +6,18 @@ Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2024.December.19 (0.9.35)
2024.December.20 (0.9.35)
* Other Improvements:
-------------------
+ Improved color picker: better behavior when clicking/tapping and
dragging hue/saturation box and value slider.
Bill Kendrick <bill@newbreedsoftware.com>
+ Less warning noise to stdout (e.g., don't complain about inability
to load SVGs that don't exist; check whether they exist, first).
h/t Thomas Klausner for mentioning it.
Bill Kendrick <bill@newbreedsoftware.com>
* Ports & Building:
-----------------
+ Don't use Linux-specific invocation of "install"; use "mkdir" & "cp"