aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LUtils.h
Commit message (Collapse)AuthorAge
* Update the backend process-running routine for Lumina (LUtils)Ken Moore2017-10-16
| | | | | This gives us an extra function with additional hooks (environment, working directory) It also gets rid of all that ugly QFuture stuff which never quite worked as expected anyway.
* Deactivate the "themes" page within lumina-config.Ken Moore2017-09-18
| | | | Replace that button with one that launches the theme engine config tool.
* Added video extension detection support with hardcoded inputZackaryWelch2017-09-11
|
* Add a new backend function to LUtils for opening a QSettings file.Ken Moore2017-06-07
| | | | This function is user-permissions-aware and prevents a process launched with sudo from overwriting the file/permissions on a settings file. Instead, the root user will get its own [settings file]_root.conf which is a copy of the user file (as needed).
* 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