PrismLauncher/launcher/ui/dialogs
Tayou 502a5175e2
fix category filtering
I have no idea how this worked at all when I made the commit originally, but it works now, just as well as it did on the prior commit.

Further improvements, using subfolders and other metadata will be in another PR.
Signed-off-by: Tayou <git@tayou.org>
2026-06-04 19:07:24 +02:00
..
skins chore: clang-format 2026-03-27 07:24:15 +01:00
AboutDialog.cpp fix: log error if file open/commit fails 2026-03-23 01:07:05 +05:00
AboutDialog.h removed some unused stuff 2023-10-20 16:44:37 +03:00
AboutDialog.ui
BlockedModsDialog.cpp Reduce include chain further, forward declare settings and log model 2026-02-09 20:03:10 -07:00
BlockedModsDialog.h fix: curseforge optinal blocked mods 2025-06-09 23:04:20 +03:00
BlockedModsDialog.ui improve blocked mods dialog 2025-06-02 15:35:05 +03:00
ChooseOfflineNameDialog.cpp format the code 2026-01-09 22:28:25 +02:00
ChooseOfflineNameDialog.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
ChooseOfflineNameDialog.ui Create a unified dialog to ask user for offline name 2025-10-07 01:07:50 +05:00
ChooseProviderDialog.cpp refactored hassing task 2024-06-18 16:51:26 +03:00
ChooseProviderDialog.h chore: clang-tidy work adjacent to changelog api fix 2026-03-16 14:58:20 -07:00
ChooseProviderDialog.ui
CopyInstanceDialog.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
CopyInstanceDialog.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
CopyInstanceDialog.ui
CreateShortcutDialog.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
CreateShortcutDialog.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
CreateShortcutDialog.ui Add notes in shortcut creation screen 2025-06-01 16:33:43 +08:00
CustomMessageBox.cpp Use CustomMessageBox::selectable 2025-03-31 07:14:09 +08:00
CustomMessageBox.h Use CustomMessageBox::selectable 2025-03-31 07:14:09 +08:00
ExportInstanceDialog.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
ExportInstanceDialog.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
ExportInstanceDialog.ui
ExportPackDialog.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
ExportPackDialog.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
ExportPackDialog.ui Tweak pack export UI – add recommended RAM 2025-04-29 14:44:09 +01:00
ExportToModListDialog.cpp Remove usage of SIGNAL/SLOT macro 2025-06-05 21:35:19 +08:00
ExportToModListDialog.h moved export to list to the mods page 2023-11-14 18:40:45 +02:00
ExportToModListDialog.ui Update ExportToModListDialog.ui 2025-04-04 11:22:00 +08:00
IconPickerDialog.cpp fix category filtering 2026-06-04 19:07:24 +02:00
IconPickerDialog.h use custom QSortFilterProxyModel impl 2026-05-04 15:40:38 +02:00
IconPickerDialog.ui add category selector to icon picker dialog 2026-05-04 15:40:06 +02:00
ImportResourceDialog.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
ImportResourceDialog.h make universal resource type 2025-07-18 16:17:22 +03:00
ImportResourceDialog.ui
InstallLoaderDialog.cpp fix: force metadata version list refreshes to reload 2026-04-10 02:19:28 +02:00
InstallLoaderDialog.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
MSALoginDialog.cpp Reduce include chain further, forward declare settings and log model 2026-02-09 20:03:10 -07:00
MSALoginDialog.h remove some QEventLoops 2025-03-02 08:36:48 +02:00
MSALoginDialog.ui split the auth loading screen 2024-09-16 16:41:16 +03:00
NetworkJobFailedDialog.cpp Allow selecting multiple items in Network Error dialog 2026-04-02 13:20:03 +00:00
NetworkJobFailedDialog.h feat(NetworkJobFailedDialog): implement URL copying 2026-03-26 10:46:37 +05:00
NetworkJobFailedDialog.ui feat(NetworkJobFailedDialog): implement URL copying 2026-03-26 10:46:37 +05:00
NewComponentDialog.cpp chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
NewComponentDialog.h
NewComponentDialog.ui
NewInstanceDialog.cpp Revert "chore: remove FTB modpack support" 2026-01-17 17:25:20 +02:00
NewInstanceDialog.h sync modpack search field 2024-10-01 08:53:27 +03:00
NewInstanceDialog.ui
NewsDialog.cpp feat(NewsDialog): save and restore geometry 2026-02-21 00:21:53 +05:00
NewsDialog.h
NewsDialog.ui
ProfileSelectDialog.cpp fix build 2026-01-17 02:28:56 +02:00
ProfileSelectDialog.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
ProfileSelectDialog.ui Use AccountList as model in ProfileSelectDialog 2026-01-07 11:28:41 +00:00
ProfileSetupDialog.cpp Use an owning QByteArray in ByteArraySink 2026-02-18 00:31:05 +00:00
ProfileSetupDialog.h Use an owning QByteArray in ByteArraySink 2026-02-18 00:31:05 +00:00
ProfileSetupDialog.ui Added mouse interactions for labels in ProgressDialog 2024-10-28 16:22:52 +02:00
ProgressDialog.cpp fix(ProgressDialog): allow finished tasks to be re-displayed once restarted 2026-04-16 22:04:43 +05:00
ProgressDialog.h chore:fixed some codeql warnings 2025-03-24 22:25:35 +02:00
ProgressDialog.ui
ResourceDownloadDialog.cpp fix(macos): fix margins on macos 2026-02-06 16:53:25 +01:00
ResourceDownloadDialog.h fix build 2026-01-17 02:28:56 +02:00
ResourceUpdateDialog.cpp Add configurable option on ScrollMessageBox (#4335) 2026-01-31 14:03:32 +02:00
ResourceUpdateDialog.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
ReviewMessageBox.cpp Simplify implementation by removing some unused code 2025-12-09 11:42:17 +00:00
ReviewMessageBox.h Simplify implementation by removing some unused code 2025-12-09 11:42:17 +00:00
ReviewMessageBox.ui added button to disable dependencies on the mod review 2023-10-30 22:14:26 +02:00
ScrollMessageBox.cpp Pass option as constructor parameter 2025-11-10 04:52:26 -05:00
ScrollMessageBox.h Change visibility of ui ptr back to private 2025-11-11 08:31:41 -05:00
ScrollMessageBox.ui Add optionCheckBox to ScrollMessageBox ui 2025-11-10 03:24:00 -05:00
UpdateAvailableDialog.cpp Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
UpdateAvailableDialog.h format 2023-09-26 20:19:35 +03:00
UpdateAvailableDialog.ui
VersionSelectDialog.cpp fix: force metadata version list refreshes to reload 2026-04-10 02:19:28 +02:00
VersionSelectDialog.h Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into feature/java-downloader 2024-08-23 08:16:59 +03:00