Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-03 | clang_format for PR files | Tayou | |
I'm getting a rendezvous... I thought I did this already Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-11-03 | added requested changes | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-11-01 | condensed icon theme code | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-11-01 | added suggested changes | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-11-01 | add support for multiple custom themes | Tayou | |
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-11-01 | Merge pull request #333 from flowln/fix_atl_packs_post_modpack_update | timoreo | |
2022-11-01 | Merge pull request #329 from flowln/only_safe_workarounds | timoreo | |
2022-11-01 | Merge pull request #359 from Chrono-byte/develop | DioEgizio | |
2022-10-31 | Merge branch 'PrismLauncher:develop' into develop | Chrono | |
2022-10-31 | remove one space | Chrono | |
Signed-off-by: Chrono <me@disilla.org> | |||
2022-10-31 | Merge pull request #351 from Scrumplex/fix-trash | Sefa Eyeoglu | |
2022-10-31 | fix: fix undo key sequence | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-31 | fix: do not trash instances in Flatpak | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-31 | Merge pull request #354 from Scrumplex/translations-maybe | DioEgizio | |
Improve display names of certain languages | |||
2022-10-31 | Merge pull request #352 from TheLastRar/Win-setDarkWinTitlebar-10OrGreater | DioEgizio | |
2022-10-30 | Merge pull request #353 from FayneAldan/accounts-consistency | flow | |
2022-10-30 | chore: improve display names of certain languages | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-30 | Change Profiles to Accounts for consistency | Fayne Aldan | |
Signed-off-by: Fayne Aldan <FayneAldan@gmail.com> | |||
2022-10-30 | Fix: Check if Windows 10 before calling setDarkWinTitlebar() | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-10-30 | fix: fix disabled trash undo action | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-30 | Merge pull request #342 from fn2006/prism-svg-fix | txtsd | |
2022-10-29 | use existing variables | fn2006 | |
Signed-off-by: fn2006 <usernamefn2006alreadyused@protonmail.com> | |||
2022-10-29 | fix hardcoded svg | fn2006 | |
Signed-off-by: fn2006 <usernamefn2006alreadyused@protonmail.com> | |||
2022-10-29 | Merge pull request #340 from PrismLauncher/repology | Sefa Eyeoglu | |
2022-10-29 | Merge pull request #338 from Scrumplex/fix-credits-1 | Sefa Eyeoglu | |
2022-10-29 | feat: Add Repology badge to README | txtsd | |
Signed-off-by: txtsd <code@ihavea.quest> | |||
2022-10-29 | chore: update credits | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-28 | feat(tests): add test for FS::copy with files | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-28 | fix: copy single files too in FS::copy | flow | |
eek Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-29 | Merge pull request #173 from Scrumplex/fix-icons | Sefa Eyeoglu | |
2022-10-28 | Merge pull request #267 from leo78913/toolbar-icons | Sefa Eyeoglu | |
2022-10-28 | add a flat white version of the launch icon | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-10-28 | Merge branch 'PrismLauncher:develop' into toolbar-icons | leo78913 | |
2022-10-28 | Merge pull request #65 from he3als/develop | Sefa Eyeoglu | |
2022-10-28 | fix: only allow workarounds for blocked mods from MR when 100% safe | flow | |
If a version on Modrinth has more than a single mod loader associated, it means that it's possible we might get the wrong file for download, since individual files don't really have this kind of metadata in the API response. So, in such cases, it's best to let the user take care of it instead. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-28 | Merge pull request #322 from DioEgizio/64bit-it | txtsd | |
2022-10-28 | Merge pull request #319 from Scrumplex/fix-avoid-mr-segfault | Sefa Eyeoglu | |
2022-10-28 | feat: use clang64 on qt6 builds | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-10-28 | Merge pull request #301 from DioEgizio/clang-attempt | DioEgizio | |
feat(actions): use clang32 for building on windows | |||
2022-10-28 | fix: avoid segfault for unexpected API reponse | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-27 | Merge pull request #318 from TheLastRar/manifest-platform | Sefa Eyeoglu | |
Fix: Don't specify x86 in manifest | |||
2022-10-27 | chore: add comment about copy bug | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-27 | feat(actions): use clang32 for building on windows | DioEgizio | |
*way* faster Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-10-27 | Fix: Don't specify x86 in manifest | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-10-27 | Merge pull request #315 from AshtakaOOf/develop | flow | |
Remove appveyor from README | |||
2022-10-27 | Remove appveyor | Adrien | |
I forgor :skull: But seriously I forgor to remove the &logo=appveyor thing AAAAAH!!! Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com> | |||
2022-10-25 | Improve a bit README.md (#305) | Adrien | |
Add Open Collective and fix some stuff. | |||
2022-10-25 | Merge pull request #231 from tobimori/patch-1 | Sefa Eyeoglu | |
2022-10-25 | update macos copyright year | tobimori | |
Signed-off-by: tobimori <tobias@moeritz.cc> | |||
2022-10-25 | Merge pull request #206 from flowln/changelog_height_fix | DioEgizio | |