aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/themes
AgeCommit message (Collapse)Author
2023-08-15Merge pull request #1407 from TheKodeToad/icon-indexingSefa Eyeoglu
2023-08-14chore: reformatSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-12`theme` -> `catpacks`TheKodeToad
Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-08-11fix: fix more warningsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-07Merge branch 'develop' into icon-indexingTayou
Signed-off-by: Tayou <31988415+TayouVR@users.noreply.github.com>
2023-08-02chore: reformatSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-30Merge branch 'develop' into chore/add-compiler-warningsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-26Open catpak folder actionTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-22More catpack changes :3TheKodeToad
This is just embarrasing Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-21Merge remote-tracking branch 'upstream/develop' into icon-indexingTheKodeToad
2023-07-20Finish things :PTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
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-19Automatically create theme folders, and add an action to open themTheKodeToad
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-19Remove recursionTheKodeToad
It will add icon packs which aren't available - as QIcon's search paths are not recursed! Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-19removed subdirectory flagTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
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-07-17reveted back to add yearsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-16made the date a objectTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-16simplified code in cat packsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-03fixed logic regarding range over multiple yearsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-02Merge branch 'catpacks' of github.com:Trial97/PrismLauncher into catpacksTrial97
2023-07-02Added more options for variants planingTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-01chore: fix shadowed member and signed/unsigned mismatchRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: supress unused with [[maybe_unused]] Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: unshadow ^&^& static_cast implicit return Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: deshadow and mark unused in parse task Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: mark unused in folder models Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: deshadow and mark unused with instances Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: more deshadow and unused Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: remove uneeded simicolons Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: mark unused Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: prevent shadow Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
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-23Update launcher/ui/themes/CatPack.cppAlexandru Ionut Tripon
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
2023-06-23Made catpack id optional in catpack.jsonTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-23Fixed date constructorTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-23Added CatPacksTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-05-24fix System theme colors on windowsTayou
Signed-off-by: Tayou <tayou@gmx.net>
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>
2023-01-09ui: Let Qt 6.4.2 handle dark mode titlebarTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-12-12Fix: Reset stylesheet before setting styleTheLastRar
Resolves #510 Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
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>
2022-10-23Better dark theme selection contrastTrisave
Tweak background of the selection background in order to make text more readable Signed-off-by: Trisave <42098407+Protrikk@users.noreply.github.com>
2022-10-08Improve default light and dark themes (#1174)Trisave
2022-09-30fix: add missing includes to fix Qt 6.4 buildSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-18fix: dark placeholder text in dark background on dark themeflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek