aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LuminaOS.h
Commit message (Collapse)AuthorAge
* Finish up the theme engine migration path (works fine now - after some testing).Ken Moore2017-10-31
| | | | Also some random whitespace cleanup
* Add a new OSInterface class to libLumina. This will eventually replace most ↵Ken Moore2017-01-11
| | | | of the LuminaOS class, but is not hooked in to be used yet.
* 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)
* Add in pending update detection/skipping ability to the main logout window ↵Ken Moore2016-08-18
| | | | (not the start menu options yet).
* Add a new OS function: RSSFeeds()Ken Moore2016-06-02
| | | | This will return any OS-specific RSS feeds so that users can easily subscribe to get news about updates and such.
* 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