aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/themes/ThemeManager.h
AgeCommit message (Collapse)Author
2023-07-26Open catpak folder actionTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-21Merge remote-tracking branch 'upstream/develop' into icon-indexingTheKodeToad
2023-07-20(UX) Add open folder button next to combo boxesTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-19Better theme resetTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-19Sorting and invalid resetTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-19LicensesTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-19Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into catpacks
2023-07-18Multiple icon themes!TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-284 clang-tidy changes, update copyright infoTayou
while already at it I updated all my emails to use one from my domain Signed-off-by: Tayou <tayou@gmx.net>
2023-06-23Added CatPacksTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-04-08fix: do not apply system theme on launchSefa Eyeoglu
Closes PrismLauncher/PrismLauncher#490 Regression introduced by PrismLauncher/PrismLauncher#249 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-01-10CRLF -> LFTayou
damn you visual studio for creating CRLF files everywhere... Signed-off-by: Tayou <tayou@gmx.net>
2023-01-10Update launcher/Application.cpp with suggestion from scrumplexTayou
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Tayou <tayou@gmx.net>
2023-01-10Implement Suggestions from flow & ScrumplexTayou
Signed-off-by: Tayou <tayou@gmx.net>
2023-01-10UX tweak + formatting + added cat to wizardTayou
Signed-off-by: Tayou <tayou@gmx.net>
2023-01-10add theme setup wizardTayou
Signed-off-by: Tayou <tayou@gmx.net>
2022-11-03clang_format for PR filesTayou
I'm getting a rendezvous... I thought I did this already Signed-off-by: Tayou <tayou@gmx.net>
2022-11-03added requested changesTayou
Signed-off-by: Tayou <tayou@gmx.net>
2022-11-01added suggested changesTayou
Signed-off-by: Tayou <tayou@gmx.net>
2022-11-01add support for multiple custom themesTayou
also moved theme related code from Application.cpp to new ui/themes/ThemeManager.cpp, this class should cleanly isolate theme related functions and help avoid code duplication in future theme related additions. Themes can now be just qss or css files, they won't have color pallette information with them in that case Signed-off-by: Tayou <tayou@gmx.net>