sneedmc/launcher/ui
jdp_ 9cb6200081 Cleanup codebase
for FileSystem.cpp:
Instead of checking if Linux or FreeBSD, check if its not Windows and not OSX. Chances are other operating systems run a DE that adheres to the XDG Desktop standard (.desktop). The check isn't good enough anyways since alternative shells for Windows exist, it will never be an accurate check. In any case this function is unused.

WorldListPage.cpp:
Redo confusing switch statement plagued with fall throughs, now well defined.

LaunchController.cpp:
Remove cringe. Also fix warning and make the unimplemented case(s) more explicit.

VersionProxyModel.cpp:
Add fallthrough for warning suppression.

WorldListPage.cpp:
redo `mceditState`

TranslationsModel.cpp:
Move up definition of `column` variable to when it is needed, clear up switch cases

FlameInstanceCreationTask.cpp:
Fallthrough intentionally

SkinUpload.cpp:
Make `getVariant`

ResourcePack.cpp:
Add new values for 1.19.3+

meta/Index.cpp:
Make clear switch statement behavior

JavaWizardPage.cpp:
Fix case fallthrough

Yggdrasil.cpp:
Fix case fallthrough

AccountList.cpp:
Fix case fallthrough,

WinDarkmode.cpp:
Add an explanation and fix warnings due to FARPROC casts.

Signed-off-by: jdp_ <42700985+jdpatdiscord@users.noreply.github.com>
2023-05-07 06:20:16 -04:00
..
dialogs huge nit: added const refs, everywhere 2022-09-26 11:50:31 +02:00
instanceview chore: update license headers 2022-07-10 12:19:15 +02:00
pagedialog NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
pages Cleanup codebase 2023-05-07 06:20:16 -04:00
setupwizard Cleanup codebase 2023-05-07 06:20:16 -04:00
themes Improve default light and dark themes (#1174) 2022-10-08 14:33:24 -03:00
widgets fix: modrinth text layout is no longer weird 2023-02-09 19:36:21 +00:00
ColorCache.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ColorCache.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
GuiUtil.cpp feat: add ability to disable cf api key fetching 2022-10-27 01:42:32 +01:00
GuiUtil.h Curseforge workarounds 2022-10-24 23:05:29 +01:00
InstanceWindow.cpp fix: enable demo launch only on supported instances 2022-09-15 19:27:42 -03:00
InstanceWindow.h Added Launch Demo button. 2022-09-15 18:44:18 -03:00
MainWindow.cpp Add a way to change the position of the cat. 2022-12-06 15:25:09 +02:00
MainWindow.h Add Jinx 2022-11-14 21:23:50 +01:00
WinDarkmode.cpp Cleanup codebase 2023-05-07 06:20:16 -04:00
WinDarkmode.h feat: win32 enable dark titlebar for dark theme 2022-07-26 23:25:17 +02:00