aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/BootSplash.cpp
Commit message (Collapse)AuthorAge
* screenGeometry/screenCount -> QGuiApplication::screens(). another roundlbartoletti2019-10-22
|
* Update BootSplash.cppKen Moore2018-11-16
| | | Add ${PREFIX}/bin/ to the search paths for the lumina-motd file.
* Fix a compilation error with loading the default quotes option.Ken Moore2018-11-05
| | | | Closes #632
* Cleanup a little bit of the startup quote fetching system.Ken Moore2018-10-22
| | | | No real change - just checking things.
* add option to disbale startup quotesq5sys2018-03-28
|
* Adjust a couple size measurements so they work better across both normal and ↵Ken Moore2017-05-26
| | | | high-DPI screens.
* Add new options for the Lumina tips:Ken Moore2016-12-13
| | | | | | If a lumina-motd file (executable or text) is found within one of the etc directories (/usr/local/etc/lumina-motd on FreeBSD) or as a valid binary on PATH, then that file will be "preferred" for generating the tips rather than the built-in system. This allows system administrators and/or OS-distributors to customize the login messages "at will" for their particular use-case. NOTE: By making the lumina-motd file a blank text file the tips will be disabled.
* Add a ton more quotes to the login message generator. Now up to 46, which ↵Ken Moore2016-12-09
| | | | should be good enough for a while.
* Add a couple more options for the tip of the day.Ken Moore2016-12-08
|
* Get rid of the "fortune" usage, and replace it with a built-in system of ↵Ken Moore2016-12-01
| | | | tips for Lumina itself (avoids strange stuff from fortune, and ensures information which is at least semi-useful for the user).
* Add the Lumina version to the bottom of the boot splash as well.Ken Moore2016-12-01
|
* Cleanup the bootsplash a bit:Ken Moore2016-11-30
| | | | | | 1) Move the loading message/progress to the bottom of the window. 2) Move the loading icon to the top-left side 3) Implement the (optional) usage of the "fortune" utility for a random/short message during the loading process.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15