aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LDesktopUtils.h
Commit message (Collapse)AuthorAge
* Oops - need to make sure that status function does not access any global ↵Ken Moore2017-09-21
| | | | QApplication instance.
* Add the ability to generate symlinks in the Desktop folder the first time ↵Ken Moore2017-08-18
| | | | Lumina starts up for a user, based on entries in the system's luminaDesktop.conf file.
* Add the ability to scan/migrate desktop/panel settings from one monitor ID ↵Ken Moore2017-05-18
| | | | to another on the first start of the desktop, and enable that migration for single-monitor arrangements.
* LARGE UPDATE:Ken Moore2016-11-07
1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
bgstack15