PrismLauncher/launcher/ui
Rachel Powers d1b6d7c402
chore: Re-simplify IndexVersionType and MessageLevel with c++20
This sets our compiler requirements to gcc 11 and clang 13. If we
forgo the use of `using enum` we can drop to gcc 10 and clang 10 but
that means using `MessageLevel::Enum::Unknown` for direct enum access

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2025-12-11 09:59:33 -07:00
..
dialogs chore: Re-simplify IndexVersionType and MessageLevel with c++20 2025-12-11 09:59:33 -07:00
instanceview add options to change the cat scalling 2025-06-02 15:15:17 +03:00
java Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
pagedialog chore: add miggrate qbytearray settings to qstring 2025-06-02 11:40:48 +03:00
pages chore: Re-simplify IndexVersionType and MessageLevel with c++20 2025-12-11 09:59:33 -07: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 Simplify IndexedVersionType::VersionType -> IndexedVersionType 2025-12-07 14:34:00 +00: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 chore: add miggrate qbytearray settings to qstring 2025-06-02 11:40:48 +03: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
ViewLogWindow.cpp fix log window margins (#4428) 2025-12-08 13:20:46 +01:00
ViewLogWindow.h Change log to be a QMainWindow 2025-06-05 23:15:55 +08:00