PrismLauncher/launcher/ui
Seth Flynn da4bf6e8c2
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>
(cherry picked from commit fd91f87c21)
2026-01-18 23:01:42 +02:00
..
dialogs style: re-format tree with editorconfig 2026-01-18 23:01:42 +02:00
instanceview refactor: remove broken Qt includes 2026-01-06 11:06:15 +00:00
java fix partial java download (#4472) 2025-12-14 00:55:05 +02:00
pagedialog Make page container hug edges of dialog <3 2025-12-11 14:07:02 +00:00
pages style: re-format tree with editorconfig 2026-01-18 23:01:42 +02:00
setupwizard style: run-run clang-format on launcher/* 2025-10-14 04:05:56 +03:00
themes Simplify MessageLevel::Enum -> MessageLevel 2025-12-07 13:15:22 +00:00
widgets style: re-format tree with editorconfig 2026-01-18 23:01:42 +02:00
GuiUtil.cpp refactor: paste upload to report the error directly 2025-05-10 12:16:10 +03:00
GuiUtil.h feat: add regex removal for log sesnitive data 2025-05-07 00:12:10 +03:00
InstanceWindow.cpp refactor: remove broken Qt includes 2026-01-06 11:06:15 +00:00
InstanceWindow.h Reformat 2023-08-17 18:53:32 +01:00
MainWindow.cpp Remove ensure JSON helpers 2025-11-09 21:35:11 +00:00
MainWindow.h Add stubs and b asic integration with MainWindow 2025-05-18 23:09:39 +08:00
MainWindow.ui Consistent case style 2025-08-21 15:08:18 +01:00
ToolTipFilter.cpp format the code 2026-01-09 21:36:46 +00:00
ToolTipFilter.h format the code 2026-01-09 21:36:46 +00:00
ViewLogWindow.cpp format the code 2026-01-09 21:36:46 +00:00
ViewLogWindow.h Change log to be a QMainWindow 2025-06-05 23:15:55 +08:00