PrismLauncher/launcher/ui/widgets
Seth Flynn fd91f87c21
style: re-format tree with editorconfig
```
find $PWD \
  -type f \
  ! -path '*/.git/*' ! -path '*/flatpak/shared-modules/*' \
  ! -path '*/libraries/*' ! -path '*/testdata/*' ! -name '*.patch' \
  ! -name '*.svg' ! -name '*.scd' ! -path '*/program_info/LICENSE' \
  ! -path '*/COPYING.md' ! -path '*/cmake/*' ! -name '.gitmodules' \
  -exec eclint -fix {} \;
```

Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-01-18 15:48:07 -05:00
..
AppearanceWidget.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
AppearanceWidget.h fix memory leak 2025-03-24 01:48:15 +00:00
AppearanceWidget.ui Fix settings window being too large 2026-01-14 17:07:58 +00:00
CheckComboBox.cpp fix(CheckComboBox): check that mouse press is inside view rectangle 2026-01-07 14:03:38 +05:00
CheckComboBox.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
Common.cpp
Common.h
CustomCommands.cpp Fix broken EnvironmentVariables and CustomCommands when tab is inactive 2026-01-09 21:13:12 +00:00
CustomCommands.h
CustomCommands.ui fix(ui/CustomCommands): memory corruption in labelPostExitCmd 2025-07-03 01:20:45 -04:00
EnvironmentVariables.cpp Fix broken EnvironmentVariables and CustomCommands when tab is inactive 2026-01-09 21:13:12 +00:00
EnvironmentVariables.h made env vars behave like the rest of the settings 2023-10-26 22:51:38 +03:00
EnvironmentVariables.ui Try to make getchoo requested changes 2025-03-27 00:38:37 +00:00
IconLabel.cpp
IconLabel.h
InfoFrame.cpp style: run-run clang-format on launcher/* 2025-10-14 04:05:56 +03:00
InfoFrame.h Data pack management 2023-11-28 14:08:08 +00:00
InfoFrame.ui
JavaSettingsWidget.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
JavaSettingsWidget.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
JavaSettingsWidget.ui Fix Java memory field alignment when warning label is visible 2025-11-05 10:31:55 +00:00
JavaWizardWidget.cpp refactor!!!: migrate from shared pointers (#4673) 2026-01-16 20:32:17 +00:00
JavaWizardWidget.h Fix JavaWizardWidget compilation without PCH 2026-01-14 16:20:32 +00:00
LabeledToolButton.cpp
LabeledToolButton.h
LanguageSelectionWidget.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
LanguageSelectionWidget.h increment clang-tools version 2024-06-28 12:48:52 +03:00
LogView.cpp Implement find wrapping in LogView 2025-11-23 16:15:43 +00:00
LogView.h Add color lines button 2025-04-15 05:07:56 +08:00
MinecraftSettingsWidget.cpp refactor!!!: migrate from shared pointers (#4673) 2026-01-16 20:32:17 +00:00
MinecraftSettingsWidget.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
MinecraftSettingsWidget.ui More consistent padding and frames 2025-08-21 15:08:18 +01:00
ModFilterWidget.cpp Simplify IndexedVersionType::VersionType -> IndexedVersionType 2025-12-07 14:34:00 +00:00
ModFilterWidget.h removed some duplicate code 2025-09-15 18:25:07 +03:00
ModFilterWidget.ui Add Ornithe, LegacyFabric and Rift mod loader filters 2025-08-05 11:12:22 +02:00
ModListView.cpp Made resource columns resizable 2023-11-14 23:21:53 +02:00
ModListView.h
PageContainer.cpp format the code 2026-01-09 22:28:25 +02:00
PageContainer.h Make page container hug edges of dialog <3 2025-12-11 14:07:02 +00:00
PageContainer_p.h Make page container hug edges of dialog <3 2025-12-11 14:07:02 +00:00
ProgressWidget.cpp Remove pointless const_cast in ProgressWidget 2025-09-17 11:24:10 +01:00
ProgressWidget.h Remove pointless const_cast in ProgressWidget 2025-09-17 11:24:10 +01:00
ProjectDescriptionPage.cpp
ProjectDescriptionPage.h
ProjectItem.cpp Use old ProjectItem highlight on Windows styles 2025-12-11 15:46:31 +00:00
ProjectItem.h Handle checkbox toggle 2025-03-19 01:17:25 +00:00
SubTaskProgressBar.cpp
SubTaskProgressBar.h
SubTaskProgressBar.ui Added mouse interactions for labels in ProgressDialog 2024-10-28 16:22:52 +02:00
VariableSizedImageObject.cpp update retry netjob dialog 2024-05-26 11:04:41 +03:00
VariableSizedImageObject.h Fix image width in project description 2024-04-24 22:02:55 +03:00
VersionListView.cpp
VersionListView.h
VersionSelectWidget.cpp Refactor Filter 2025-08-04 14:02:54 +01:00
VersionSelectWidget.h Refactor Filter 2025-08-04 14:02:54 +01:00
WideBar.cpp Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
WideBar.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00