pollymc/launcher/ui/pages
flow 9c6727e27f
feat: change task container in ModDownloadDialog to a QHash
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-21 21:34:06 -03:00
..
global fix: MSA = Microsoft Authentication 2022-02-12 21:27:35 +01:00
instance feat: change task container in ModDownloadDialog to a QHash 2022-02-21 21:34:06 -03:00
modplatform Fix wrong mod file name 2022-02-04 16:24:19 +01:00
BasePage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
BasePageContainer.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
BasePageProvider.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00