Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make the minimum size of the page buttons larger in the lthemeengine UI. | Ken Moore | 2019-01-26 |
| | |||
* | Adjust the cleanup of old QPalette within lthemeengine plugin. | Ken Moore | 2019-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 Moore | 2019-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. | ||
* | Fix a typo in the names of the new desktop-icons styles. | Ken Moore | 2018-08-30 |
| | |||
* | Split the background coloration of the desktop items into a separate style file. | Ken Moore | 2018-08-27 |
| | | | | This allows the desktop icons to be transparent-background by default, or add the other style as well for the boxy/glass look. | ||
* | update trident dark colors | q5sys | 2018-07-10 |
| | |||
* | Add a new color theme: trident-dark | Ken Moore | 2018-04-30 |
| | |||
* | Merge pull request #571 from rodlie/lthemeengine_qss_order | Ken Moore | 2018-04-16 |
|\ | | | | | lthemeengine: fix qss order | ||
| * | lthemeengine: fix qss order | Ole-André Rodlie | 2018-04-14 |
| | | |||
* | | Merge pull request #570 from rodlie/lthemeengine_fix_dirs | Ken Moore | 2018-04-16 |
|\ \ | | | | | | | lthemeengine: check if dirs ends with "/" | ||
| * | | lthemeengine: check if dirs ends with "/" in stylesheet/color path, this ↵ | Ole-André Rodlie | 2018-04-14 |
| |/ | | | | | | | fixes enabled.contains | ||
* / | lthemeengine-qtplugin: add missing include | Ole-André Rodlie | 2018-04-14 |
|/ | |||
* | Turn off all the debugging output in the cursor change code in the theme engine. | Ken Moore | 2018-03-05 |
| | |||
* | Make the cursor theme change a but more dynamic. Can't seem to force a ↵ | Ken Moore | 2018-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 Moore | 2017-12-21 |
| | |||
* | Fix up the sliders-simple.qss style. | Ken Moore | 2017-12-07 |
| | |||
* | add qballoontip stylesheet | q5sys | 2017-12-07 |
| | |||
* | Start trying to get stylesheet validation into the qss editor. | Ken Moore | 2017-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 lthemeengine | Ken Moore | 2017-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.0 | Ken Moore | 2017-11-20 |
| | | | | Also ensure the lumina-theme-engine uses the same versioning system. | ||
* | Adjust the border on the simple scrollbar style, and update the pkg-plist. | Ken Moore | 2017-10-02 |
| | |||
* | Add a couple more "simple" stylesheets for sliders and tooltips. | Ken Moore | 2017-10-02 |
| | |||
* | Remove the "ok" button, and change the "cancel" button to "close". | Ken Moore | 2017-10-02 |
| | |||
* | Add a "copy" button to the QSS page for copying files to make changes. | Ken Moore | 2017-10-02 |
| | |||
* | Cleanup the stylesheet usage on apps a bit more. | Ken Moore | 2017-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 Moore | 2017-09-18 |
| | |||
* | A few more tweaks for the theme engine. | Ken Moore | 2017-09-18 |
| | | | | | Try to update application window icons when the theme changes. Minor change to the Glass desktop theme. | ||
* | Convert the "Glass" desktop theme over to the new format. | Ken Moore | 2017-09-18 |
| | |||
* | Commit a "scrollbar-simple.qss" file, and some WIP on updating X cursors on ↵ | Ken Moore | 2017-09-15 |
| | | | | theme change (not working yet) | ||
* | Add mouse cursor theme management to lthemeengine. | Ken Moore | 2017-09-15 |
| | | | | Also fix up a number of other little bugs in various pages. | ||
* | Make sure the "leave" dialog is themeable, and theme it within the DarkGlass ↵ | Ken Moore | 2017-09-14 |
| | | | | style. | ||
* | Turn off the custom theme engine for the 1.x desktop itself, and use the ↵ | Ken Moore | 2017-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 Moore | 2017-09-14 |
| | | | | priority and more. | ||
* | Also auto-open the palette modification UI when creating a copy of a color ↵ | Ken Moore | 2017-09-13 |
| | | | | scheme. | ||
* | Fix up a bunch more of the lumina-theme-engine functionality - adding in all ↵ | Ken Moore | 2017-09-13 |
| | | | | the desktop style settings and reworking the configuration UI and functionality. | ||
* | Fix up some of the qss theme page | Ken Moore | 2017-09-13 |
| | |||
* | Rename the "stylesheets" tab and split it up into two tabs: | Ken Moore | 2017-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. | ||
* | Add support for a "desktop_stylesheets" config knob which will activated if ↵ | Ken Moore | 2017-09-11 |
| | | | | the application loading the theme engine is called "lumina-desktop". | ||
* | fix spelling typo | q5sys | 2017-09-04 |
| | |||
* | Cleanup some fallback routines for loading icons from the Qt theme methods. | Ken Moore | 2017-08-03 |
| | |||
* | Fix up a bit more of the lumina-theme-engine | Ken Moore | 2017-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 subproject | Ken Moore | 2017-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 define | q5sys | 2017-08-03 |
| | |||
* | minor housekeeping to pro files | q5sys | 2017-08-01 |
| | |||
* | fix default prefix path | q5sys | 2017-08-01 |
| | |||
* | bring bracket sanity to a wasteland of if statements | q5sys | 2017-07-31 |
| | |||
* | clean up lthemeengine-style pages | q5sys | 2017-07-20 |
| | |||
* | clean up lthemeengine-qtplugin pages | q5sys | 2017-07-20 |
| | |||
* | clean up tab pages | q5sys | 2017-07-20 |
| | |||
* | clean up qss pages | q5sys | 2017-07-20 |
| |