aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin
Commit message (Collapse)AuthorAge
* Adjust the cleanup of old QPalette within lthemeengine plugin.Ken Moore2019-01-18
| | | | | Closes #638 This seems to prevent race conditions when switching between two palettes in the application
* 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.
* 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 ↵Ken Moore2018-03-05
| | | | reload of the Qt cursor cache (for now), but this seems to fix it in Fluxbox right away.
* Turn of some stdout messages within the Qt theme plugin.Ken Moore2017-12-21
|
* Cleanup the stylesheet usage on apps a bit more.Ken Moore2017-09-18
| | | | Still apply any application styles if the app has it's own global stylesheet, but put the additional styles earlier in the priority so the app stylesheet has priority over any conflicting rules.
* 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
| | | | | Try to update application window icons when the theme changes. Minor change to the Glass desktop theme.
* Commit a "scrollbar-simple.qss" file, and some WIP on updating X cursors on ↵Ken Moore2017-09-15
| | | | theme change (not working yet)
* 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.
* Add support for a "desktop_stylesheets" config knob which will activated if ↵Ken Moore2017-09-11
| | | | the application loading the theme engine is called "lumina-desktop".
* Cleanup some fallback routines for loading icons from the Qt theme methods.Ken Moore2017-08-03
|
* 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
* minor housekeeping to pro filesq5sys2017-08-01
|
* bring bracket sanity to a wasteland of if statementsq5sys2017-07-31
|
* clean up lthemeengine-qtplugin pagesq5sys2017-07-20
|
* 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