aboutsummaryrefslogtreecommitdiff
path: root/application/themes
AgeCommit message (Collapse)Author
2021-04-04NOISSUE add some logging to the system theme determination logicPetr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-05-19Catch C++ exceptions by const referenceCharles Milette
Fixes #2277
2017-12-14NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek
Badly connected signals/slots and similar things.
2017-01-18GH-1790 do not apply system theme on launch if it is selectedPetr Mrázek
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.
2017-01-15NOISSUE add hack for system themes. Maybe it works?Petr Mrázek
2016-11-06GH-378 add a resource search path to custom themesPetr Mrázek
This allows adding images and other bits and pieces to themes.
2016-11-06GH-378 add basic custom theme supportPetr Mrázek
Files you can customize are created in themes/custom/
2016-11-06GH-1711 fix inactive element shading in Dark and Bright themesPetr Mrázek
2016-11-01NOISSUE add bright theme to complement the dark themePetr Mrázek
Same style, different colors.
2016-10-22GH-903 force Dark theme to use Fusion Qt stylePetr Mrázek
Themes now include Qt styles.
2016-10-21GH-903 simple theme switching and dark themePetr Mrázek