PrismLauncher/launcher/ui/pages/instance
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
..
DataPackPage.cpp Allow data packs on vanilla instances 2025-06-02 09:39:45 +01:00
DataPackPage.h style: re-format tree with editorconfig 2026-01-18 23:01:42 +02:00
ExternalResourcesPage.cpp fix mod update remaining disabled on second open 2025-12-23 22:10:44 +00:00
ExternalResourcesPage.h Make requested changes 2025-03-26 10:12:13 +00:00
ExternalResourcesPage.ui Prevent View Configs showing in places it shouldn't 2025-08-21 15:08:18 +01:00
GameOptionsPage.h Remove unused code 2025-09-19 09:04:29 +01:00
InstanceSettingsPage.h Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
LogPage.cpp chore: Re-simplify IndexVersionType and MessageLevel with c++20 2025-12-11 09:59:33 -07:00
LogPage.h Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
LogPage.ui More consistent padding and frames 2025-08-21 15:08:18 +01:00
ManagedPackPage.cpp fix mod select 2025-11-05 14:24:38 +02:00
ManagedPackPage.h removed some duplicate code 2025-09-15 18:25:07 +03:00
ManagedPackPage.ui More consistent padding and frames 2025-08-21 15:08:18 +01:00
McClient.cpp refactor: remove broken Qt includes 2026-01-06 11:06:15 +00:00
McClient.h chore: fixe some codeql warnings 2025-06-05 00:34:45 +03:00
McResolver.cpp chore: fix some codeql warnings 2025-06-05 09:45:25 +03:00
McResolver.h chore: reformat 2025-04-29 10:46:41 +03:00
ModFolderPage.cpp format the code 2026-01-09 21:36:46 +00:00
ModFolderPage.h Minor remaining fixes for PR (#4374) 2025-11-21 16:19:41 -05:00
NotesPage.cpp chore: update license headers 2023-08-14 18:17:05 +02:00
NotesPage.h Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
NotesPage.ui let the theme decide the notes page right margin 2022-12-17 12:05:20 -03:00
OtherLogsPage.cpp refactor(MessageLevel): move and rename 'FromLine*' functions 2025-12-11 09:59:33 -07:00
OtherLogsPage.h Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
OtherLogsPage.ui More consistent padding and frames 2025-08-21 15:08:18 +01:00
ResourcePackPage.cpp Merge remote-tracking branch 'upstream/develop' into data-packs 2025-04-29 09:15:11 +01:00
ResourcePackPage.h Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
ScreenshotsPage.cpp Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
ScreenshotsPage.h Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
ScreenshotsPage.ui Fix buggy movement in screenshots page 2025-08-21 13:05:13 +01:00
ServerPingTask.cpp style: re-format tree with editorconfig 2026-01-18 23:01:42 +02:00
ServerPingTask.h chore: reformat 2025-04-29 10:46:41 +03:00
ServersPage.cpp Remove unused code 2025-12-12 12:18:56 +00:00
ServersPage.h Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
ServersPage.ui Add dummy UI button 2024-11-17 19:10:15 +01:00
ShaderPackPage.cpp Merge remote-tracking branch 'upstream/develop' into data-packs 2025-04-29 09:15:11 +01:00
ShaderPackPage.h Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
TexturePackPage.cpp Merge remote-tracking branch 'upstream/develop' into data-packs 2025-04-29 09:15:11 +01:00
TexturePackPage.h Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
VersionPage.cpp Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
VersionPage.h validate metadata on launch 2024-06-28 20:51:26 +03:00
VersionPage.ui Make search bars consistent 2025-08-21 15:08:16 +01:00
WorldListPage.cpp Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
WorldListPage.h Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
WorldListPage.ui Merge branch 'develop' into data-packs 2024-08-22 20:00:49 +01:00