aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
2022-05-15fix: always show project url, if availableSefa Eyeoglu
2022-05-15change: update modrinth iconflow
Updates to the version at https://github.com/modrinth/docs/blob/master/static/img/logo.svg
2022-05-15change: use modrinth icon as default on modrinth packsflow
2022-05-15feat: add version of Modrinth modpack to instance nameSefa Eyeoglu
2022-05-15chore: license headers 2flow
2022-05-15chore: add/update license headersSefa Eyeoglu
2022-05-15change: use build variables for the modrinth API URLsflow
Make it more consistent with the others
2022-05-15fix: add author page urlflow
2022-05-15feat: add support for Quilt Loader in Modrinth packsSefa Eyeoglu
2022-05-15fix: fix build on Qt 5.12Sefa Eyeoglu
2022-05-14fix: choose valid download url even if it's not the primary oneflow
It seems to be possible to have modpack versions that have to primary file. In those cases, we pick a valid one "at random".
2022-05-14change: list what file types can be entered in the importerflow
2022-05-14refactor: some random improvementsflow
2022-05-14fix: Have the URL be the project URL itselfflow
(I think, doesn't seem to work for the waffle though, probably because of the staging API :/)
2022-05-14fix: make all modrinth modpacks have the same icon sizeflow
2022-05-14fix: download icon as well when importing modrinth modpacksflow
2022-05-14feat: add modrinth pack downloadingflow
Things that don't work / work poorly (there's more for sure but those are the evident ones): - Icons are broken in the import dialog - No way to search for private packs - Icons are not downloaded when downloading a mod - No support for multiple download URLs - Probably a lot more...
2022-05-14fix: adapt upstream Modrinth code to our codebaseSefa Eyeoglu
2022-05-14Add support for importing Modrinth packs from fileskb1000
2022-05-14refactor: rename Modrinth classes to ModrinthModSefa Eyeoglu
2022-05-13fix: Handle icons with a dot in their namesflow
E.g. some FTB modpacks. Also fixes an issue with the name viewing on the Icon Chooser dialog when the name was too big.
2022-05-13Merge pull request #528 from flowln/guo_extSefa Eyeoglu
2022-05-12chore: add license header to remaining filesflow
Also remove some unused imports
2022-05-12chore: add polymc license headers to launcher/net filesflow
2022-05-12fix: abort and fail logic in tasksflow
Also sets up correctly the status connections
2022-05-12refactor: more net cleanupflow
This runs clang-tidy on some other files in launcher/net/. This also makes use of some JSON wrappers in HttpMetaCache, instead of using the Qt stuff directly. Lastly, this removes useless null checks (crashes don't occur because of this, but because of concurrent usage / free of the QByteArray pointer), and fix a fixme in Download.h
2022-05-12refactor: remove some superfluous signalsflow
Since now we're inheriting from Task, some signals can be reused.
2022-05-12refactor: organize a little more the code in launcher/net/flow
This also reduces some code duplication by using some Task logic in NetAction.
2022-05-12Add UI for miscellaneous instance setting overridesKenneth Chew
2022-05-12Add instance overrides for miscellaneous settingsKenneth Chew
2022-05-09Hide temporary directory in instances folderKenneth Chew
2022-05-09Make profile menu scrollableKenneth Chew
2022-05-09Merge pull request #537 from PolyMC/stabletimoreo22
Merge stable into develop
2022-05-09fix websiteurl in curseforge modpacksDioEgizio
2022-05-09Show "executable" screenshots in the screenshot managerKenneth Chew
Since the readable/writable filter was removed to do this, extra code was added to enable/disable certain buttons based on whether the screenshot is readable or writable.
2022-05-08Retranslate playtime text immediately when language is changedKenneth Chew
2022-05-08Retranslate account actions after switching languageKenneth Chew
2022-05-08Merge pull request #534 from DioEgizio/stableSefa Eyeoglu
2022-05-08Merge pull request #475 from Scrumplex/fix-hide-all-tokenstimoreo22
Hide all tokens for non-Debug builds for log and logfiles
2022-05-08Merge pull request #482 from TheCodex6824/mojang-auth-fixSefa Eyeoglu
2022-05-08Update launcher/modplatform/flame/FlameModIndex.cppSefa Eyeoglu
Co-authored-by: flow <thiagodonato300@gmail.com>
2022-05-08Update launcher/modplatform/flame/FlameModIndex.cppSefa Eyeoglu
2022-05-08This makes more senseOzynt
2022-05-08adopt changes from #497 remappedRyan Cao
2022-05-07fix: always have the instance toolbar be verticalflow
This overrides the orientation set automatically by Qt when we start moving the toolbar around.
2022-05-07fix: filter based on MIME type instead of plaintext suffixflow
Suffixes are unreliable in different locales, while MIME types are more standarized.
2022-05-02Merge pull request #503 from txtsd/mnemonics_fixdada513
Fix mnemonics that didn't parse
2022-05-02Merge pull request #475 from Scrumplex/fix-hide-all-tokenstimoreo22
Hide all tokens for non-Debug builds for log and logfiles
2022-05-01Merge pull request #511 from dada513/hide_java_wizarddada513
add hide java wizard toggle
2022-04-30Update launcher/ui/pages/global/JavaPage.uidada513
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>