summaryrefslogtreecommitdiffstats
path: root/application/themes
Commit message (Collapse)AuthorAgeLines
* NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek2017-12-14-2/+2
| | | | Badly connected signals/slots and similar things.
* GH-1790 do not apply system theme on launch if it is selectedPetr Mrázek2017-01-18-11/+39
| | | | | This prevents some ugly colors to show up on macOS in most cases. It still looks ugly right after you switch to the it though.
* NOISSUE add hack for system themes. Maybe it works?Petr Mrázek2017-01-15-0/+58
|
* GH-378 add a resource search path to custom themesPetr Mrázek2016-11-06-1/+13
| | | | This allows adding images and other bits and pieces to themes.
* GH-378 add basic custom theme supportPetr Mrázek2016-11-06-32/+321
| | | | Files you can customize are created in themes/custom/
* GH-1711 fix inactive element shading in Dark and Bright themesPetr Mrázek2016-11-06-20/+52
|
* NOISSUE add bright theme to complement the dark themePetr Mrázek2016-11-01-0/+59
| | | | Same style, different colors.
* GH-903 force Dark theme to use Fusion Qt stylePetr Mrázek2016-10-22-1/+30
| | | | Themes now include Qt styles.
* GH-903 simple theme switching and dark themePetr Mrázek2016-10-21-0/+111