pollymc/launcher/ui/dialogs
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
..
AboutDialog.cpp Add "PolyMC Contributors" to Credits section 2022-01-31 09:09:58 -05:00
AboutDialog.h remove patreon stuff 2022-01-09 13:51:46 -05:00
AboutDialog.ui Improve the About page 2022-01-27 19:06:07 -05:00
CopyInstanceDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
CopyInstanceDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
CopyInstanceDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
CustomMessageBox.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
CustomMessageBox.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
EditAccountDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
EditAccountDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
EditAccountDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ExportInstanceDialog.cpp fix: bring back instance exports 2022-01-31 21:40:59 +01:00
ExportInstanceDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ExportInstanceDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
IconPickerDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
IconPickerDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
IconPickerDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
LoginDialog.cpp GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
LoginDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
LoginDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ModDownloadDialog.cpp feat: change task container in ModDownloadDialog to a QHash 2022-02-21 21:34:06 -03:00
ModDownloadDialog.h feat: change task container in ModDownloadDialog to a QHash 2022-02-21 21:34:06 -03:00
MSALoginDialog.cpp feat(MSALogin): add open page & copy code button 2022-01-20 21:04:48 +01:00
MSALoginDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
MSALoginDialog.ui feat(MSALogin): add open page & copy code button 2022-01-20 21:04:48 +01:00
NewComponentDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NewComponentDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NewComponentDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NewInstanceDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NewInstanceDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NewInstanceDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NotificationDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NotificationDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NotificationDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
OfflineLoginDialog.cpp Add offline mode support 2022-01-30 02:35:56 +01:00
OfflineLoginDialog.h Add offline mode support 2022-01-30 02:35:56 +01:00
OfflineLoginDialog.ui Add offline mode support 2022-01-30 02:35:56 +01:00
ProfileSelectDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProfileSelectDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProfileSelectDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProfileSetupDialog.cpp GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
ProfileSetupDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProfileSetupDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProgressDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProgressDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProgressDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
SkinUploadDialog.cpp GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
SkinUploadDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
SkinUploadDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
UpdateDialog.cpp More rebranding 2022-01-10 12:47:35 -05:00
UpdateDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
UpdateDialog.ui More rebranding 2022-01-10 12:47:35 -05:00
VersionSelectDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
VersionSelectDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00