Commit Graph

9 Commits

Author SHA1 Message Date
Jacek Jendrzej
a64b6ebcbb hourglass: fix segfault, repeatable with: for(int i = 1; i < 10000; i++){hg.paint();hg.hide();}
Origin commit data
------------------
Commit: 4c1d17c4b5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-11-20 (Sat, 20 Nov 2021)
2021-11-20 18:42:49 +01:00
Thilo Graf
4f3ecfaeb2 hourglass: ensure clean screen on disabled bg save
hide() has no effect with disabled bg save


Origin commit data
------------------
Commit: 8dc21b74fd
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-04 (Thu, 04 Nov 2021)
2021-11-04 19:38:06 +01:00
Thilo Graf
9164e9807d hourglass.cpp: simplify constructor
supplement to:
	hourglass.cpp: Avoid division by zero if no images are available.
	b4a3d19c9fa503560b52a49018a8cea6a22f94bb


Origin commit data
------------------
Commit: 08205a3c6a
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-10-20 (Wed, 20 Oct 2021)
2021-10-20 19:31:13 +02:00
vanhofen
a5a955494e hourglass: minor formatations
Origin commit data
------------------
Commit: d05a48c270
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-19 (Tue, 19 Oct 2021)

Origin message was:
------------------
- hourglass: minor formatations
2021-10-19 22:35:24 +02:00
Thilo Graf
c7baf65bf3 hourglass.cpp: Avoid division by zero if no images are available.
Origin commit data
------------------
Commit: 12a7e32e85
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-10-19 (Tue, 19 Oct 2021)
2021-10-19 22:35:24 +02:00
TangoCash
39eef7d45b increase hourglass images, cast to int
Origin commit data
------------------
Commit: 825f7cb7b3
Author: TangoCash <eric@loxat.de>
Date: 2021-10-12 (Tue, 12 Oct 2021)
2021-10-12 23:04:56 +02:00
Thilo Graf
221a8538c3 hourglass: use count of images as calculation base for paint interval
We are using possible 3rd party theme packages (installed via package
manager) with other counts of images.
This should ensure an automatic adaptation of interval
in case of different count of images.


Origin commit data
------------------
Commit: 2edf3a209c
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-10-10 (Sun, 10 Oct 2021)
2021-10-10 20:02:36 +02:00
vanhofen
fb85154562 hourglass: allow hourglass.png
Origin commit data
------------------
Commit: ca16db0604
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-09 (Sat, 09 Oct 2021)

Origin message was:
------------------
- hourglass: allow hourglass.png
2021-10-09 23:53:50 +02:00
Thilo Graf
d738fc22c1 gui/widget: add class CHourGlass
Provides an hourglass/snake-loader function to visualize running processes.
A template xcf-file for Gimp 2.10 is appended. Feel free to edit.


Origin commit data
------------------
Commit: 0e809c9c76
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-10-09 (Sat, 09 Oct 2021)
2021-10-09 01:23:28 +02:00