WIP Disallow creation of duplicate templates...

...based on saved files.  So far, only looking for identical
template prefix (which is based on the save file's filename).

Next will be to check other fingerprints, in case the saved file
changed after an earlier template was created.
This commit is contained in:
Bill Kendrick 2023-05-27 13:09:05 -07:00
parent 9537efd987
commit 785401d68e
2 changed files with 60 additions and 11 deletions

View file

@ -42,10 +42,14 @@ https://tuxpaint.org/
for other drawings by selecting it from the New dialog.
Closes https://sourceforge.net/p/tuxpaint/feature-requests/236/
Bill Kendrick <bill@newbreedsoftware.com>
TODO:
+ Need to allow the ability to turn this off.
+ May need to ensure the same unchanged saved image isn't
made into multiple redundant templates.
+ TODO - Need to allow the ability to turn this feature off.
- tuxpaint: Command-line/config file option
- tuxpaint: Add to bash completion
- tuxpaint-docs,tuxpaint: Document in OPTIONS docs
- tuxpaint-docs,tuxpaint: Document in manpage
- tuxpaint-config: Add support to Tux Paint Config.
+ WIP - Ensure the same unchanged saved image isn't made into
multiple redundant templates.
* Bug Fixes:
----------