sneedmc/launcher/ui/setupwizard
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
..
BaseWizardPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
JavaWizardPage.cpp Cleanup codebase 2023-05-07 06:20:16 -04:00
JavaWizardPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
LanguageWizardPage.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
LanguageWizardPage.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
PasteWizardPage.cpp Add migration wizard, fix migration from custom paste instance 2022-05-21 17:30:19 +01:00
PasteWizardPage.h Add migration wizard, fix migration from custom paste instance 2022-05-21 17:30:19 +01:00
PasteWizardPage.ui Add migration wizard, fix migration from custom paste instance 2022-05-21 17:30:19 +01:00
SetupWizard.cpp Completely remove Google Analytics library 2021-12-29 10:37:09 -05:00
SetupWizard.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00