Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-20 | chore: add license header | Sefa Eyeoglu | |
2022-03-20 | App: Retranslate all pages when the language is changed | Jamie Mansfield | |
2022-03-20 | fix: disable "Download mods" button when needed | Sefa Eyeoglu | |
Fixes #271 | |||
2022-03-11 | fix missing translation strings | flow | |
my mistake, sorry! ToT | |||
2022-03-03 | fix extra spacing in resource packs and shader packs, and move button up | flow | |
hopefully now its finally ok | |||
2022-03-03 | hack: hide 'Download Mods' button when not in the mods tab | flow | |
2022-03-03 | change 'Install Mods' -> 'Download Mods' and change position | flow | |
2022-02-21 | feat: change task container in ModDownloadDialog to a QHash | flow | |
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-28 | Fix button being present in other pages | timoreo | |
2022-01-24 | Fixed spacing | timoreo | |
2022-01-18 | Various fixes | timoreo | |
2022-01-14 | Fixed icons | timoreo | |
Also having a mod loader is now enforced | |||
2022-01-14 | Start of mod downloading | timoreo | |
2021-11-22 | NOISSUE continue reshuffling the codebase | Petr Mrázek | |