aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-screensaver/animations/Text.h
Commit message (Collapse)AuthorAge
* fontMetrics().width -> fontMetrics().horizontalAdvancelbartoletti2019-10-22
|
* A large amount of cleanup:Ken Moore2017-08-31
| | | | | | | | | 1) Fix the screen-alignment in a number of screensavers 2) Fix the restart-interval for screensavers (60 seconds by default) 3) Fix the cleanup of old screensaver objects between rotations 4) Add a default settings file for screensavers 5) Fix the prioritization of the settings files within DesktopSettings. 6) Turn off some event filter debugging
* Clean up the use of the settings files within the entire screensaver system.Ken Moore2017-08-30
| | | | Also fix some minor whitespace/alignment in code, and add fallback routines to a couple screensavers which need external files (so they don't crash if nothing was setup or a directory is empty)
* Added an experimental VideoSlideshow screensaver plus fixesZackaryWelch2017-08-04
|
* Prototype screensavers for Lumina 2.0ZackaryWelch2017-07-06
bgstack15