aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-21feat: add confirm dialog for installing modsflow
When selecting multiple mods at once, it can become hard to keep track of which ones you selected. To address this, a dialog is now displayed when you finish selecting the mods to download, showing you which ones you selected and their filenames. From there, you can either accept it and download the mods, or you can cancel it and go back to the mod selection dialog.
2022-02-21fix(ui): change text in selection button when there's no valid versionflow
2022-02-21feat(ui): allow downloading multiple mods from CurseForge at onceflow
2022-02-21feat(ui): allow downloading multiple mods in Modrinth at onceflow
2022-02-21feat: change task container in ModDownloadDialog to a QHashflow
Previously, we used a unique_ptr to a ModDownloadTask to keep track of the selected mod to download when we accepted the dialog. In order to allow multiple mods to be selected at once for download, this has been changed to a QHash where the key is the mods name (since it doesn't seem right to allow for multiple versions of the same mod to be downloaded at once), and the value is a pointer to the corresponding ModDownloadTask.
2022-02-21refactor: set default InstanceType to OneSixSefa Eyeoglu
2022-02-21refactor: drop LegacyInstanceSefa Eyeoglu
2022-02-21refactor: drop migration for pre-component instancesSefa Eyeoglu
2022-02-21fixswirl
2022-02-21Create releases in a separate workflowtxtsd
2022-02-21Add generic Linux system buildstxtsd
2022-02-20remove notificationsswirl
2022-02-20Revert ba6a97557a0d90d77e9eba560931414e39042447Glitch
Let evil win.
2022-02-19Fixed segfault when closing window while version info download is still goingtimoreo
2022-02-19Merge pull request #168 from Kloenk/nix_flake_metadada513
Nix flake meta
2022-02-18fix: typo for account disabled error messagesSefa Eyeoglu
2022-02-19Merge pull request #178 from Scrumplex/add-contributor-covenantEzekiel Smith
Add Contributor Covenant 2.1
2022-02-18Grab short versiontxtsd
2022-02-18feat(accounts): interrupt MSAStep when client ID doesn't matchSefa Eyeoglu
2022-02-18feat(accounts): save client id in MSAStepSefa Eyeoglu
2022-02-18feat(accounts): add disabled account stateSefa Eyeoglu
2022-02-18feat(accounts): support msa-client-id valueSefa Eyeoglu
2022-02-18readd all packagesdada513
2022-02-18chore: clarify trolling in code of conductSefa Eyeoglu
2022-02-17Merge pull request #173 from Scrumplex/fix-application-cppLennyMcLennington
fix: improve code readability in Application.cpp
2022-02-17Merge pull request #176 from PolyMC/upstream-mergeLennyMcLennington
upstream merge
2022-02-17chore: add Contributor CovenantSefa Eyeoglu
2022-02-17Merge remote-tracking branch 'upstream/develop' into developswirl
2022-02-17fix: combine errors if --launch is missingSefa Eyeoglu
2022-02-17fix2dada513
2022-02-17unofficial => community maintaineddada513
2022-02-17Prepare readme for 1.1.0, mark unofficial packages as unofficialdada513
2022-02-17Merge pull request #131 from glowiak/patch-1dada513
Add Slackware package
2022-02-16Merge pull request #171 from DioEgizio/fix-org.polymc-macostimoreo22
Change: set MACOSX_BUNDLE_GUI_IDENTIFIER to org.polymc (fixes org.multimc.PolyMC)
2022-02-16Merge branch 'develop' into patch-1glowiak
2022-02-16updateglowiak
2022-02-16fix: improve code readability in Application.cppSefa Eyeoglu
2022-02-16refactor: switch to new MSA Client IDSefa Eyeoglu
2022-02-16Change: set MACOSX_BUNDLE_GUI_IDENTIFIER to org.polymc instead of org.multimcDioEgizio
2022-02-16chore(github): add issue template for RFCsSefa Eyeoglu
2022-02-15Only trigger GH Release on stable branchtxtsd
2022-02-15Allow building release builds and…txtsd
…trigger GH release using tags
2022-02-14nix: add meta attributeFinn Behrens
2022-02-14Merge pull request #160 from Scrumplex/custom-be-goneSefa Eyeoglu
2022-02-14flake.nix: drop aarch64-darwinFinn Behrens
Currently qtbase is broken on aarch64-darwin, therefor dropping support, so the check can succeed
2022-02-14Merge pull request #164 from Scrumplex/rebase-stableSefa Eyeoglu
Merge stable into develop
2022-02-13Revert "make wsl work"Lenny McLennington
This reverts commit 5779f20fa1633577889b7bda839c5486eb2ba922.
2022-02-13make wsl workswirl
2022-02-13Merge remote-tracking branch 'upstream/stable' into rebase-stableSefa Eyeoglu
2022-02-13Merge pull request #161 from Scrumplex/custom-clientidLennyMcLennington
Add MSA-Client-ID override in UI