PrismLauncher/launcher/ui/pages/instance
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
..
GameOptionsPage.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
GameOptionsPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
GameOptionsPage.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
InstanceSettingsPage.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
InstanceSettingsPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
InstanceSettingsPage.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
LegacyUpgradePage.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
LegacyUpgradePage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
LegacyUpgradePage.ui Remove drama from readme and remove mmc discord link 2022-02-10 11:21:25 +00:00
LogPage.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
LogPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
LogPage.ui PasteUpload task changed to use 0x0.st's protocol 2022-01-19 08:27:26 +00:00
ModFolderPage.cpp feat: change task container in ModDownloadDialog to a QHash 2022-02-21 21:34:06 -03:00
ModFolderPage.h Start of mod downloading 2022-01-14 09:56:27 +01:00
ModFolderPage.ui Fix button being present in other pages 2022-01-28 19:32:42 +01:00
NotesPage.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NotesPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NotesPage.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
OtherLogsPage.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
OtherLogsPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
OtherLogsPage.ui PasteUpload task changed to use 0x0.st's protocol 2022-01-19 08:27:26 +00:00
ResourcePackPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ScreenshotsPage.cpp Merge pull request #4300 from Ghosty141/feature/screenshot_copy 2022-01-30 16:11:47 +01:00
ScreenshotsPage.h NOISSUE Added Copy File(s) feature for the screenshot page 2021-12-03 16:08:11 +01:00
ScreenshotsPage.ui NOISSUE Added Copy File(s) feature for the screenshot page 2021-12-03 16:08:11 +01:00
ServersPage.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ServersPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ServersPage.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ShaderPackPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
TexturePackPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
VersionPage.cpp More rebranding 2022-01-10 12:47:35 -05:00
VersionPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
VersionPage.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
WorldListPage.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
WorldListPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
WorldListPage.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00