aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-theme-engine/src
Commit message (Expand)AuthorAge
* Update lthemeengine.cppKen Moore2020-04-03
* 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
* Adjust the cleanup of old QPalette within lthemeengine plugin.Ken Moore2019-01-18
* Track a Qt change with Qt 5.12:Ken Moore2019-01-15
* Merge pull request #571 from rodlie/lthemeengine_qss_orderKen Moore2018-04-16
|\
| * lthemeengine: fix qss orderOle-André Rodlie2018-04-14
* | Merge pull request #570 from rodlie/lthemeengine_fix_dirsKen Moore2018-04-16
|\ \
| * | lthemeengine: check if dirs ends with "/" in stylesheet/color path, this fixe...Ole-André Rodlie2018-04-14
| |/
* / lthemeengine-qtplugin: add missing includeOle-André Rodlie2018-04-14
|/
* Turn off all the debugging output in the cursor change code in the theme engine.Ken Moore2018-03-05
* Make the cursor theme change a but more dynamic. Can't seem to force a reload...Ken Moore2018-03-05
* Turn of some stdout messages within the Qt theme plugin.Ken Moore2017-12-21
* Start trying to get stylesheet validation into the qss editor.Ken Moore2017-12-06
* Cleanup a little bit of lthemeengineKen Moore2017-11-21
* Bump the version of Lumina to 1.4.0Ken Moore2017-11-20
* 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
* Cleanup the stylesheet usage on apps a bit more.Ken Moore2017-09-18
* Make sure we never overwrite an application's stylesheet if one is set.Ken Moore2017-09-18
* A few more tweaks for the theme engine.Ken Moore2017-09-18
* Commit a "scrollbar-simple.qss" file, and some WIP on updating X cursors on t...Ken Moore2017-09-15
* Add mouse cursor theme management to lthemeengine.Ken Moore2017-09-15
* Turn off the custom theme engine for the 1.x desktop itself, and use the lthe...Ken Moore2017-09-14
* Cleanup the QSS page quite a bit so that items can now be sorted, ordered by ...Ken Moore2017-09-14
* Also auto-open the palette modification UI when creating a copy of a color sc...Ken Moore2017-09-13
* Fix up a bunch more of the lumina-theme-engine functionality - adding in all ...Ken Moore2017-09-13
* 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
* Add support for a "desktop_stylesheets" config knob which will activated if t...Ken Moore2017-09-11
* fix spelling typoq5sys2017-09-04
* Cleanup some fallback routines for loading icons from the Qt theme methods.Ken Moore2017-08-03
* Fix up a bit more of the lumina-theme-engineKen Moore2017-08-03
* Cleanup the lumina-theme-engine subprojectKen Moore2017-08-03
* fix version string defineq5sys2017-08-03
* minor housekeeping to pro filesq5sys2017-08-01
* bring bracket sanity to a wasteland of if statementsq5sys2017-07-31
* clean up lthemeengine-style pagesq5sys2017-07-20
* clean up lthemeengine-qtplugin pagesq5sys2017-07-20
* 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
bgstack15