aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages
AgeCommit message (Collapse)Author
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: drop LegacyInstanceSefa Eyeoglu
2022-02-21fixswirl
2022-02-20remove notificationsswirl
2022-02-19Fixed segfault when closing window while version info download is still goingtimoreo
2022-02-12fix: MSA = Microsoft AuthenticationSefa Eyeoglu
2022-02-12fix(ui): explain why 'Add Microsoft' might be disabledSefa Eyeoglu
2022-02-12feat: implement MSA client id overrideSefa Eyeoglu
Closes #11
2022-02-12feat(ui): add custom MSA client id settingSefa Eyeoglu
2022-02-10Merge pull request #129 from timoreo22/fix-mod-nameLennyMcLennington
Fixed the download menu putting the wrong name
2022-02-10Remove drama from readme and remove mmc discord linkLenny McLennington
2022-02-04Fix wrong mod file nametimoreo
2022-02-03Merge branch 'offline-mode-accounts' of git://github.com/NyaomiDEV/PolyMC ↵swirl
into feature/offline_mode
2022-02-03Merge branch 'feature/download_mods' of git://github.com/timoreo22/PolyMC ↵swirl
into feature/download_mods
2022-02-03Merge branch 'develop' into feature/close_after_launchswirl
2022-02-03make closeAfterLaunch goodswirl
2022-02-02Merge remote-tracking branch 'upstream/develop' into developswirl
2022-01-31Update to Modrinth API V2timoreo
2022-01-30Merge pull request #4300 from Ghosty141/feature/screenshot_copyPetr Mrázek
GH-4044 Implemented copy screenshots to the clipboard
2022-01-30Lock offline mode support behind insertion of at least one Minecraft accountbexnoss
Co-Authored-By: Naomi Calabretta <tony0000.ac@gmail.com>
2022-01-30Add offline mode supportbexnoss
2022-01-29Close after Launch settingswirl
2022-01-28Fix button being present in other pagestimoreo
2022-01-28Merge branch 'PolyMC:develop' into feature/download_modstimoreo22
2022-01-27Fix icons changing when exiting the settings windowJoshua Goins
2022-01-26Merge pull request #67 from PolyMC/feature/no_paste_eeswirl
Full replacement of paste.ee
2022-01-26Validate Pastebin URL with regexLenny McLennington
2022-01-24Changed modrinth author data to not be a listtimoreo
2022-01-24Fixed spacingtimoreo
2022-01-19Reduce spaghettinesstimoreo
2022-01-19PasteUpload task changed to use 0x0.st's protocolLenny McLennington
- Modified PasteUpload task to upload the log file to 0x0.st and other services with the same protocol. - Modified Paste settings UI to allow the user to select a custom paste URL, simplified the settings page code.
2022-01-18Various fixestimoreo
2022-01-17Revert "Merge pull request #50 from bexnoss/offline-mode"Lenny McLennington
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2.
2022-01-16Default to colored icons, update copyrightswirl
Closes: #74
2022-01-16Added curseforge selectiontimoreo
2022-01-15Added smart file selectiontimoreo
This might fail in a few special cases
2022-01-15Added a no version messagetimoreo
2022-01-15Filtering per mod loader & mc versiontimoreo
2022-01-14pastebin URL app settingswirl
2022-01-14preliminary stuff for paste.ee removalswirl
2022-01-14Removing copyrightstimoreo
2022-01-14Fixed iconstimoreo
Also having a mod loader is now enforced
2022-01-14Reword offline mode disclaimerbexnoss
2022-01-14Added the downloading of the modstimoreo
2022-01-14Added modrinth icontimoreo
2022-01-14Start of mod downloadingtimoreo
2022-01-14Add offline mode disclaimerbexnoss
2022-01-12Add offline mode UIbexnoss
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.