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
CopyInstanceDialog.h
CopyInstanceDialog.ui
CustomMessageBox.cpp
CustomMessageBox.h
EditAccountDialog.cpp
EditAccountDialog.h
EditAccountDialog.ui
ExportInstanceDialog.cpp fix: bring back instance exports 2022-01-31 21:40:59 +01:00
ExportInstanceDialog.h
ExportInstanceDialog.ui
IconPickerDialog.cpp
IconPickerDialog.h
IconPickerDialog.ui
LoginDialog.cpp GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
LoginDialog.h
LoginDialog.ui
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
MSALoginDialog.ui feat(MSALogin): add open page & copy code button 2022-01-20 21:04:48 +01:00
NewComponentDialog.cpp
NewComponentDialog.h
NewComponentDialog.ui
NewInstanceDialog.cpp
NewInstanceDialog.h
NewInstanceDialog.ui
NotificationDialog.cpp
NotificationDialog.h
NotificationDialog.ui
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
ProfileSelectDialog.h
ProfileSelectDialog.ui
ProfileSetupDialog.cpp GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
ProfileSetupDialog.h
ProfileSetupDialog.ui
ProgressDialog.cpp
ProgressDialog.h
ProgressDialog.ui
SkinUploadDialog.cpp GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
SkinUploadDialog.h
SkinUploadDialog.ui
UpdateDialog.cpp More rebranding 2022-01-10 12:47:35 -05:00
UpdateDialog.h
UpdateDialog.ui More rebranding 2022-01-10 12:47:35 -05:00
VersionSelectDialog.cpp
VersionSelectDialog.h