PrismLauncher/launcher/ui
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
..
dialogs feat: change task container in ModDownloadDialog to a QHash 2022-02-21 21:34:06 -03:00
instanceview Move MSA Client ID to the same place as the others 2021-12-20 02:57:13 +00:00
pagedialog NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
pages feat: change task container in ModDownloadDialog to a QHash 2022-02-21 21:34:06 -03:00
setupwizard Completely remove Google Analytics library 2021-12-29 10:37:09 -05:00
themes NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
widgets fix: update link to translations platform 2022-02-10 14:55:52 +01:00
ColorCache.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ColorCache.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
GuiUtil.cpp PasteUpload task changed to use 0x0.st's protocol 2022-01-19 08:27:26 +00:00
GuiUtil.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
InstanceWindow.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
InstanceWindow.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
MainWindow.cpp Merge remote-tracking branch 'upstream/develop' into develop 2022-02-17 15:47:43 -05:00
MainWindow.h Revert "refactor: remove news feed" 2022-02-10 12:55:07 +01:00