aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/instance/ModFolderPage.cpp
AgeCommit message (Collapse)Author
2022-03-11fix missing translation stringsflow
my mistake, sorry! ToT
2022-03-03fix extra spacing in resource packs and shader packs, and move button upflow
hopefully now its finally ok
2022-03-03hack: hide 'Download Mods' button when not in the mods tabflow
2022-03-03change 'Install Mods' -> 'Download Mods' and change positionflow
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-01-28Fix button being present in other pagestimoreo
2022-01-24Fixed spacingtimoreo
2022-01-18Various fixestimoreo
2022-01-14Fixed iconstimoreo
Also having a mod loader is now enforced
2022-01-14Start of mod downloadingtimoreo
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek