aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/core.pro
Commit message (Collapse)AuthorAge
* Disable xscreensaver from auto-start.Ken Moore2020-04-24
| | | | Enable lumina-checkpass
* Get lumina-pingcursor integrated into the core package.Ken Moore2020-04-03
| | | | Also fix a couple random errors. Adjust the default "PREFIX" to /usr for all Linux distros for instance.
* Fix the pkg-plist for lumina-core.Ken Moore2017-11-17
| | | | | Wallpaper files are installed by the lumina-themes package now. Also remove the old "color" files (pre-theme-engine)
* Fix up a bit more of the lumina-theme-engineKen Moore2017-08-03
| | | | | | | | 1. Adjust the build directories for all projects 2. Add lumina-theme-engine to the "core" meta-project 3. flip the names of the "dusk" and "darker" color schemes 4. Add a simple drop-down menu for standard colors when editing a stylesheet 5. Ensure the find colors/qss routines skip duplicate directory entries
* Turn on the new icon theme for Lumina, and use it by default as the fallback ↵Ken Moore2017-04-12
| | | | icon set (no longer rely on the "oxygen" icon set).
* 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 the new JSON menu generation scripts to the "core" files installed ↵Ken Moore2016-07-01
| | | | (since they are basically another type of plugin).
* Add the beginnings of a new "lumina-session" wrapper utility for the ↵Ken Moore2016-04-25
| | | | | | sequentual loading of various utilities (WM, DE, screensaver, compositing manager, etc..) Also setup lumina-session to auto-start xcompmgr if it is installed, and adjust the Lumina-DE.desktop xsession entry to launch the session instead of the Lumina-DE binary directly.
* 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