pollymc/launcher/ui
flow 8409aa2571
tidy: Fix clang-tidy issues on files changed in this PR
The checks used are roughly the same as the ones proposed in the
clang-tidy PR (except perhaps that I used modernize-* instead of listing
them individually,though I don't think this caused any readability
detriments).

In ModrinthModel.cpp and FlameModModel.cpp I ignored the
modernize-avoid-c-arrays one, mostly because making the sorts array an
std::array would most likely increase the code complexity because of the
virtual function. Aside from that, the static_cast warning from
Application.h was not dealt with, since it's not in this PR's scope.
2022-03-14 17:43:36 -03:00
..
dialogs fix: improve readability and set ok button as disabled by default 2022-02-23 19:17:33 -03:00
instanceview Move MSA Client ID to the same place as the others 2021-12-20 02:57:13 +00:00
pagedialog
pages tidy: Fix clang-tidy issues on files changed in this PR 2022-03-14 17:43:36 -03:00
setupwizard Completely remove Google Analytics library 2021-12-29 10:37:09 -05:00
themes
widgets fix: update link to translations platform 2022-02-10 14:55:52 +01:00
ColorCache.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ColorCache.h
GuiUtil.cpp PasteUpload task changed to use 0x0.st's protocol 2022-01-19 08:27:26 +00:00
GuiUtil.h
InstanceWindow.cpp
InstanceWindow.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
MainWindow.cpp Merge remote-tracking branch 'upstream/develop' into develop 2022-02-17 15:47:43 -05:00
MainWindow.h Revert "refactor: remove news feed" 2022-02-10 12:55:07 +01:00