| Age | Commit message (Collapse) | Author | 
|---|
|  | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | 
|  | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | 
|  |  | 
|  | Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: supress unused with [[maybe_unused]]
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: unshadow ^&^& static_cast implicit return
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: deshadow and mark unused in parse task
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: mark unused in folder models
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: deshadow and mark unused with instances
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: more deshadow and unused
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: remove uneeded simicolons
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: mark unused
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: prevent shadow
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | 
|  | Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | 
|  | - 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> | 
|  | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | 
|  | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | 
|  |  | 
|  | Also remove some unused imports | 
|  | Since now we're inheriting from Task, some signals can be reused. | 
|  | This also reduces some code duplication by using some Task logic in
NetAction. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  |