aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-theme-engine/src/lthemeengine
Commit message (Collapse)AuthorAge
* 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.
* Update lthemeengine.cppKen Moore2020-04-03
| | | Ensure we create the cursor directory before saving the cursor theme file
* remove QSignalMapper. Use lambda func instead.lbartoletti2019-10-28
|
* fix (set)backgroundColorlbartoletti2019-10-22
|
* Make the minimum size of the page buttons larger in the lthemeengine UI.Ken Moore2019-01-26
|
* Track a Qt change with Qt 5.12:Ken Moore2019-01-15
| | | | | They added a new color to the QPalette class, which was throwing off the settings-load system. Make the settings-load system more robust by supporting files which had fewer colors specified (backwards compatible), while also updating the palette editor to add support for the new color.
* Merge pull request #571 from rodlie/lthemeengine_qss_orderKen Moore2018-04-16
|\ | | | | lthemeengine: fix qss order
| * lthemeengine: fix qss orderOle-André Rodlie2018-04-14
| |
* | lthemeengine: check if dirs ends with "/" in stylesheet/color path, this ↵Ole-André Rodlie2018-04-14
|/ | | | fixes enabled.contains
* Start trying to get stylesheet validation into the qss editor.Ken Moore2017-12-06
| | | | Not quite working yet - still not picking up on the error message from Qt itself from the new lthemeengine-sstest process.
* Cleanup a little bit of lthemeengineKen Moore2017-11-21
| | | | | 1. Ensure setting paths are converted to absolute paths before comparisons 2. Get rid of the buttonbox in mainwindow and replace it with a couple toolbuttons with icons (same functionality)
* Bump the version of Lumina to 1.4.0Ken Moore2017-11-20
| | | | Also ensure the lumina-theme-engine uses the same versioning system.
* Remove the "ok" button, and change the "cancel" button to "close".Ken Moore2017-10-02
|
* Add a "copy" button to the QSS page for copying files to make changes.Ken Moore2017-10-02
|
* Add mouse cursor theme management to lthemeengine.Ken Moore2017-09-15
| | | | Also fix up a number of other little bugs in various pages.
* Turn off the custom theme engine for the 1.x desktop itself, and use the ↵Ken Moore2017-09-14
| | | | | | lthemeengine styles for everything now. Also commit a few simple fixes for the lthemeengine styles page and a couple other random tweaks.
* Cleanup the QSS page quite a bit so that items can now be sorted, ordered by ↵Ken Moore2017-09-14
| | | | priority and more.
* Also auto-open the palette modification UI when creating a copy of a color ↵Ken Moore2017-09-13
| | | | scheme.
* Fix up a bunch more of the lumina-theme-engine functionality - adding in all ↵Ken Moore2017-09-13
| | | | the desktop style settings and reworking the configuration UI and functionality.
* Fix up some of the qss theme pageKen Moore2017-09-13
|
* Rename the "stylesheets" tab and split it up into two tabs:Ken Moore2017-09-11
| | | | | "Application Theme" and "Desktop Theme". Also re-work the qsspage class a bit to understand whether it is running in "desktop" or "application" mode.
* fix spelling typoq5sys2017-09-04
|
* 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
* Cleanup the lumina-theme-engine subprojectKen Moore2017-08-03
| | | | | | | 1. Use the built-in OS-detect.pri for build settings 2. Remove the "DISABLE_WIDGETS" flag (desktop always needs it) 3. Clean up the multi-path search routines for qss/color files 4. Add some color files to the default install
* fix version string defineq5sys2017-08-03
|
* bring bracket sanity to a wasteland of if statementsq5sys2017-07-31
|
* clean up tab pagesq5sys2017-07-20
|
* clean up qss pagesq5sys2017-07-20
|
* clean up palette pagesq5sys2017-07-20
|
* clean up main pagesq5sys2017-07-20
|
* clean up lthemeengine pagesq5sys2017-07-20
|
* clean up interface pagesq5sys2017-07-20
|
* clean up icon pagesq5sys2017-07-20
|
* clean up font pagesq5sys2017-07-20
|
* clean up appearance source filesq5sys2017-07-20
|
* set proper define for datadirq5sys2017-07-18
|
* update to .desktop fileq5sys2017-07-18
|
* apply path patchq5sys2017-07-18
|
* get lthemeengine building successfullyq5sys2017-07-18
|
* the second great renamingq5sys2017-07-18
|
* the changing of the namesq5sys2017-07-18
|
* source directory updatesq5sys2017-07-18
bgstack15