Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-06 | Implement Scrumplex's suggestions | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-02 | Remove unnecessary block | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-02 | Even more fixes | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-02 | Another fix | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-02 | A good use of auto | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-02 | Formatting and forward-declaration | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-01 | Add another fallback | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-01 | Slight cleanup | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-01 | Only select correct mod | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-01 | Hacky tweaks | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-01 | Auto-select first result | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-01 | Add more license headers | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-01 | Initial better mod browser link implementation | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
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-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 | 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-29 | fix hardcoded svg | fn2006 | |
Signed-off-by: fn2006 <usernamefn2006alreadyused@protonmail.com> | |||
2022-10-29 | chore: update credits | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
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 | 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 #319 from Scrumplex/fix-avoid-mr-segfault | Sefa Eyeoglu | |
2022-10-28 | fix: avoid segfault for unexpected API reponse | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-27 | chore: add comment about copy bug | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-25 | Merge pull request #206 from flowln/changelog_height_fix | DioEgizio | |
2022-10-24 | Merge pull request #283 from flowln/fix_abort_on_autosearch | Sefa Eyeoglu | |
2022-10-24 | Merge pull request #211 from Hibiii/show-instace-arg | Sefa Eyeoglu | |
2022-10-24 | fix: retry mod search job after aborting it | flow | |
This way, we don't get stuck with an aborted job in our way! :o Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-24 | fix: update icon generate script | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-23 | add icons to the instance toolbar | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-10-23 | Better dark theme selection contrast | Trisave | |
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-23 | Merge pull request #228 from bensuperpc/change_cast | flow | |
2022-10-23 | Replace tab with spaces in flat_white.qrc | he3als | |
Signed-off-by: he3als <65787561+he3als@users.noreply.github.com> | |||
2022-10-23 | Fix new flat white icons | he3als | |
Signed-off-by: he3als <65787561+he3als@users.noreply.github.com> | |||
2022-10-23 | Fix version labels width | jn64 | |
Make labels fit to the contents, so Ibeam cursor doesn't appear over empty space. Should have been done with 90025ed. Signed-off-by: jn64 <23169302+jn64@users.noreply.github.com> | |||
2022-10-22 | Merge pull request #234 from AliceDTRH/fix/dedupejava | flow | |
2022-10-22 | Use correct variable for Windows | AliceDTRH | |
Signed-off-by: AliceDTRH <57547425+AliceDTRH@users.noreply.github.com> |