aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/main.cpp
Commit message (Collapse)AuthorAge
* Ensure that the browser path is always canonical.Ken Moore2019-04-27
| | | | Also ensure that glib is not used for Qt.
* A few tweaks for teh LVideoLabel - trying to get it loading a bit more reliably.Ken Moore2017-11-14
| | | | Also disable the LVideoLabel from being used at the moment in lumina-fm - needs a bit more work before we turn this on for everybody.
* Disable the theme engine from the desktop-utilities.Ken Moore2016-11-10
| | | | Also start pruning unneeded libLumina classes from the desktop utils.
* 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)
* Get the new backend functional.Ken Moore2016-09-27
| | | | This is still disabled for the moment, but the initial tests seem to indicate that the new backend is faster and more stable than the current system.
* 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