PrismLauncher/launcher/ui
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
..
dialogs style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
instanceview refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05: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 15:48:07 -05: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 15:48:07 -05: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!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
InstanceWindow.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
MainWindow.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
MainWindow.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
MainWindow.ui Consistent case style 2025-08-21 15:08:18 +01:00
ToolTipFilter.cpp format the code 2026-01-09 22:28:25 +02:00
ToolTipFilter.h format the code 2026-01-09 22:28:25 +02:00
ViewLogWindow.cpp format the code 2026-01-09 22:28:25 +02:00
ViewLogWindow.h Change log to be a QMainWindow 2025-06-05 23:15:55 +08:00