pollymc/launcher/ui/dialogs
Rachel Powers 8f30237765 fix: prevent potental crash if droping non local files
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-12-09 17:21:40 -07:00
..
AboutDialog.cpp change: Update credits 2022-11-02 01:20:58 +05:30
AboutDialog.h remove patreon stuff 2022-01-09 13:51:46 -05:00
AboutDialog.ui Fix version labels width 2022-10-23 03:35:23 +08:00
BlockedModsDialog.cpp fix: prevent potental crash if droping non local files 2022-12-09 17:21:40 -07:00
BlockedModsDialog.h fix(blockedmods): Track and use targetFolder for blocked files 2022-12-08 18:42:51 -07:00
BlockedModsDialog.ui fix: remove rogue notr 2022-12-06 20:52:32 +01:00
ChooseProviderDialog.cpp feat: add ChooseProviderDialog 2022-07-17 11:33:41 -03:00
ChooseProviderDialog.h feat: add ChooseProviderDialog 2022-07-17 11:33:41 -03:00
ChooseProviderDialog.ui feat: add ChooseProviderDialog 2022-07-17 11:33:41 -03:00
CopyInstanceDialog.cpp added option to not copy screenshots 2022-10-29 22:27:31 -04:00
CopyInstanceDialog.h added option to not copy screenshots 2022-10-29 22:27:31 -04:00
CopyInstanceDialog.ui added option to not copy screenshots 2022-10-29 22:27:31 -04: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 refactor: move MMCStrings -> StringUtils 2022-11-04 16:53:24 -03: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
ImportResourcePackDialog.cpp fix(RPImportDialog): allow changing item size to accomodate wrapped text 2022-11-25 11:51:08 -03:00
ImportResourcePackDialog.h fix: resource pack import dialog icons and add message 2022-11-20 00:14:16 +08:00
ImportResourcePackDialog.ui fix: resource pack import dialog icons and add message 2022-11-20 00:14:16 +08:00
LoginDialog.cpp refactor+fix: use QSharedPointer for shared_qobject_ptr 2022-08-04 15:33:51 -03: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 Implement Scrumplex's suggestions 2022-11-06 10:09:06 +00:00
ModDownloadDialog.h Implement Scrumplex's suggestions 2022-11-06 10:09:06 +00:00
ModUpdateDialog.cpp fix: remove max height logic for mod update changelogs 2022-10-21 14:07:43 -03:00
ModUpdateDialog.h fix: don't give shared pointer to obj. external to the model 2022-08-20 10:48:00 -03:00
MSALoginDialog.cpp refactor+fix: use QSharedPointer for shared_qobject_ptr 2022-08-04 15:33:51 -03: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 chore: update license headers 2022-07-10 12:19:15 +02: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 fix: abort search if we're already trying to download a pack 2022-10-13 13:49:06 -03:00
NewInstanceDialog.h huge nit: added const refs, everywhere 2022-09-26 11:50:31 +02:00
NewInstanceDialog.ui fix: limit instance names to 128 chars 2022-03-19 23:23:08 +01:00
NewsDialog.cpp feat: add image support for the news reader :^) 2022-10-11 16:11:08 -03:00
NewsDialog.h feat: add news reader dialog 2022-06-25 20:15:16 -03:00
NewsDialog.ui feat: add image support for the news reader :^) 2022-10-11 16:11:08 -03:00
OfflineLoginDialog.cpp refactor+fix: use QSharedPointer for shared_qobject_ptr 2022-08-04 15:33:51 -03:00
OfflineLoginDialog.h Limit offline username to 16 characters with override 2022-03-19 10:12:07 -04:00
OfflineLoginDialog.ui Limit offline username to 16 characters with override 2022-03-19 10:12:07 -04: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 chore: update license headers 2022-07-10 12:19:15 +02: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 fix: prevent abort for un-abortable tasks 2022-11-12 20:28:30 +01:00
ProgressDialog.h feat: Use a single progress dialog when doing multiple tasks 2022-04-01 09:32:00 -03:00
ProgressDialog.ui fix: various issues with ProgressDialog and SequentialTasks 2022-05-21 08:36:36 -03:00
ReviewMessageBox.cpp change: change button names to be more user-friendly 2022-08-01 07:33:29 -03:00
ReviewMessageBox.h feat: allow deselecting mods from the mod confirmation dialog 2022-05-21 08:02:27 -03:00
ReviewMessageBox.ui feat: allow deselecting mods from the mod confirmation dialog 2022-05-21 08:02:27 -03:00
ScrollMessageBox.cpp Restore ScrollMessageBox 2022-07-17 02:40:27 -04:00
ScrollMessageBox.h Restore ScrollMessageBox 2022-07-17 02:40:27 -04:00
ScrollMessageBox.ui feat: add mod update dialog 2022-07-17 11:33:42 -03:00
SkinUploadDialog.cpp Make skin upload optional 2022-07-15 12:23:11 +10:00
SkinUploadDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
SkinUploadDialog.ui Make skin upload optional 2022-07-15 12:23:11 +10:00
UpdateDialog.cpp Rename 2022-10-19 15:02:43 +05:30
UpdateDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
UpdateDialog.ui fix(i18n): remove brand names from translations 2022-03-29 15:25:21 +02:00
VersionSelectDialog.cpp fix: don't use forward-declared Ptr types in meta/ 2022-11-01 19:48:26 -03:00
VersionSelectDialog.h fix: don't use forward-declared Ptr types in meta/ 2022-11-01 19:48:26 -03:00