aboutsummaryrefslogtreecommitdiff
path: root/api/logic/wonko
AgeCommit message (Collapse)Author
2016-11-06NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
2016-06-05NOISSUE refactor *Download into more, smaller piecesPetr Mrázek
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
2016-05-01NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵Petr Mrázek
more dead tests.
2016-05-01NOISSUE make travis.ci shut up about fancy QJsonObject initialization in ↵Petr Mrázek
Wonko parser
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek