aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/BootSplash.cpp
Commit message (Collapse)AuthorAge
* Tidier wording, and punctuation, in BootSplash.cppGraham Perrin2015-09-18
| | | Primarily: 'Workspace' in lieu of 'Desktop(s)', and 'Applications' in lieu of 'System Applications'. Plus other minor changes to wording. Ellipses (…) – with leading space, see for example http://english.stackexchange.com/a/28208/11504
* Move the desktop initialization after the menu's initialization. With all ↵Ken Moore2015-05-23
| | | | teh additional process events calls the menus needs to be ready before desktop elements start trying to use them.
* Add a new "phase" into the boot splash - system applications loading.Ken Moore2015-05-23
|
* Add a new boot splash screen to be used during the Lumina initialization ↵Ken Moore2015-05-21
phase. This is *not* a QSplashScreen, so we avoid the issues with VirtualBox/3D acceleration and it loads/updates much faster (almost no change in the startup time on my system).
bgstack15