pollymc/launcher/ui
Rachel Powers 12f0d51c0c Fix: signal/slot macro -> func pointer & network fixes
- convert qt connect calls to use function pointers instead of the signal/slot macros wherever practical (UI classes were mostly left alone, target was tasks and processes)
- give signals an explicit receivers to use the static method over the instance method wherever practical
- ensure networks tasks are using the `errorOccured` signal added in Qt5.15 over the deprecated `error` signal
- ensure all networks tasks have an sslErrors signal connected
- add seemingly missing `MinecraftAccount::authSucceeded` connection for `MSAInteractive` login flow

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-04-17 18:23:18 -07:00
..
dialogs refactor: rename watch_subdirectories -> watch_recurisve (prevent confusion of behavior) 2023-04-12 11:30:02 -07:00
instanceview chore: update license headers 2022-07-10 12:19:15 +02:00
pagedialog
pages Fix: signal/slot macro -> func pointer & network fixes 2023-04-17 18:23:18 -07:00
setupwizard Add hint about Cat 2023-01-10 16:09:57 +01:00
themes fix: do not apply system theme on launch 2023-04-08 18:48:05 +02:00
widgets Merge pull request #724 from leo78913/dot-ui-mainwindow 2023-01-27 10:55:49 -08:00
ColorCache.cpp
ColorCache.h
GuiUtil.cpp Merge branch 'develop' into remove-updater 2023-01-24 14:40:17 +01:00
GuiUtil.h Use optional instead of hardcoded cancelled string 2022-12-26 14:58:37 +00:00
InstanceWindow.cpp feat: add functionality to MR modpack update in the page :D 2022-12-06 17:00:32 -03:00
InstanceWindow.h Added Launch Demo button. 2022-09-15 18:44:18 -03:00
MainWindow.cpp feat(RD): add shader pack downloader 2023-02-05 17:02:56 -03:00
MainWindow.h Merge pull request #724 from leo78913/dot-ui-mainwindow 2023-01-27 10:55:49 -08:00
MainWindow.ui Fix: fix some regressions in the main window 2023-01-28 15:09:26 -03:00