pollymc/launcher/ui/dialogs
flow 6131346e2f
refactor: change the way instance names are handled
While working on pack updating, instance naming always gets in the way,
since we need both way of respecting the user's name choice, and a
standarized way of getting the original pack name / version.

This tries to circunvent such problems by abstracting away the naming
schema into it's own struct, holding both the original name / version,
and the user-defined name, so that everyone can be happy and world peace
can be achieved! (at least that's what i'd hope :c).

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-09-20 18:36:08 -03:00
..
AboutDialog.cpp refactor: switch to new versioning scheme 2022-08-12 14:22:24 +02:00
AboutDialog.h
AboutDialog.ui make the about dialog smaller 2022-09-04 14:32:33 +02:00
BlockedModsDialog.cpp qtcreator moment 2022-07-18 14:03:06 -04:00
BlockedModsDialog.h Add "Open All" button to blocked mods dialog 2022-07-16 19:14:54 -04:00
BlockedModsDialog.ui Add "Open All" button to blocked mods dialog 2022-07-16 19:14:54 -04: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
CopyInstanceDialog.h
CopyInstanceDialog.ui
CustomMessageBox.cpp
CustomMessageBox.h
EditAccountDialog.cpp
EditAccountDialog.h
EditAccountDialog.ui
ExportInstanceDialog.cpp
ExportInstanceDialog.h
ExportInstanceDialog.ui
IconPickerDialog.cpp
IconPickerDialog.h
IconPickerDialog.ui
LoginDialog.cpp refactor+fix: use QSharedPointer for shared_qobject_ptr 2022-08-04 15:33:51 -03:00
LoginDialog.h
LoginDialog.ui
ModDownloadDialog.cpp refactor: create mod pages and filter widget by factory methods 2022-09-07 08:29:58 -03:00
ModDownloadDialog.h change: preserve search term across different mod providers 2022-08-01 07:33:29 -03:00
ModUpdateDialog.cpp Merge pull request #1052 from flowln/resource_model 2022-08-28 16:52:53 +02: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
MSALoginDialog.ui
NewComponentDialog.cpp
NewComponentDialog.h
NewComponentDialog.ui
NewInstanceDialog.cpp refactor: change the way instance names are handled 2022-09-20 18:36:08 -03:00
NewInstanceDialog.h refactor: change the way instance names are handled 2022-09-20 18:36:08 -03:00
NewInstanceDialog.ui
NewsDialog.cpp
NewsDialog.h
NewsDialog.ui
OfflineLoginDialog.cpp refactor+fix: use QSharedPointer for shared_qobject_ptr 2022-08-04 15:33:51 -03:00
OfflineLoginDialog.h
OfflineLoginDialog.ui
ProfileSelectDialog.cpp
ProfileSelectDialog.h
ProfileSelectDialog.ui
ProfileSetupDialog.cpp
ProfileSetupDialog.h
ProfileSetupDialog.ui
ProgressDialog.cpp fix: progress dialog going away even if the task was not aborted 2022-07-26 20:33:33 +02:00
ProgressDialog.h
ProgressDialog.ui
ReviewMessageBox.cpp change: change button names to be more user-friendly 2022-08-01 07:33:29 -03:00
ReviewMessageBox.h
ReviewMessageBox.ui
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
SkinUploadDialog.ui Make skin upload optional 2022-07-15 12:23:11 +10:00
UpdateDialog.cpp
UpdateDialog.h
UpdateDialog.ui
VersionSelectDialog.cpp
VersionSelectDialog.h