Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-20 | feat: make Task a QRunnable | flow | |
This makes it possible to run a task in another thread. I added a variable to toggle debug prints because they seem to trigger an assertion on Qt internals when the task in on another thread. Of course, this isn't awesome, but can wait until we improve our logging. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-05-12 | chore: add license header to remaining files | flow | |
Also remove some unused imports | |||
2022-05-12 | fix: abort and fail logic in tasks | flow | |
Also sets up correctly the status connections | |||
2022-05-12 | refactor: remove some superfluous signals | flow | |
Since now we're inheriting from Task, some signals can be reused. | |||
2021-10-21 | NOISSUE continue debranding... | Petr Mrázek | |
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |