Show progress bar while loading (more) stamps

This commit is contained in:
Bill Kendrick 2020-03-15 13:06:13 -07:00
parent 2860da7668
commit ad4bfde57c
4 changed files with 15 additions and 10 deletions

View file

@ -2,13 +2,13 @@ CHANGES.txt for Tux Paint
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2019
Copyright (c) 2002-2020
Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
$Id$
2019.Sep.25 (0.9.24)
2020.Mar.25 (0.9.24)
* New tools
---------
* Fill
@ -36,6 +36,9 @@ $Id$
Use "--newcolorslast" option.
(Suggested by Bernard Verhaeghe)
* Show progress bar while loading (more) stamps, to avoid
looking hung on slower systems or with complicated stamp images.
* Recognize signals (SIGUSR1 and SIGUSR2) on POSIX systems,
which causes Tux Paint to quit, first saving the current drawing
(if unsaved) (like "--autosave"), either saving a new image

View file

@ -3,10 +3,10 @@
A simple drawing program for children
Copyright 2002-2019 by various contributors; see AUTHORS.txt
Copyright 2002-2020 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
June 14, 2002 - September 21, 2019
June 14, 2002 - March 15, 2019
----------------------------------------------------------------------

View file

@ -17,12 +17,12 @@ version
</h1>
<h3>A simple drawing program for children</h3>
<p>Copyright 2002-2019 by various contributors; see AUTHORS.txt<br>
<p>Copyright 2002-2020 by various contributors; see AUTHORS.txt<br>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>June 14, 2002 -
September 21, 2019</p>
March 15, 2019</p>
</center>