summaryrefslogtreecommitdiffstats
path: root/api/logic/InstanceImportTask.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-4/+4
| | | | Still missing some things, this is part 1.
* NOISSUE Add flame.Petr Mrázek2017-04-22-26/+31
|
* NOISSUE fix problems in old curse packsPetr Mrázek2017-04-22-3/+61
| | | | | | | | | Added: * jarmod importing * fixing of bad minecraft versions * mapping of undefined 'recommended' forge versions to something appropriate * some fake guessing of pack icons * fixes for some more issues found with the pack manifest format
* NOISSUE fix build: there is no qInfo in old Qt5.Petr Mrázek2017-04-21-4/+4
|
* NOISSUE finalize curse modpack import workPetr Mrázek2017-04-21-25/+119
|
* NOISSUE add import from curse zip packsPetr Mrázek2017-04-20-11/+77
| | | | Does not actually grab mods, but resolves them and prints the results in logs.
* NOISSUE use QtConcurrent to run FS operations in worker threadsPetr Mrázek2016-10-26-7/+25
| | | | | Not all operations - only the ones that aren't in error handling. The API for QFuture is too nasty to do much more in a sensible way.
* NOISSUE Granular instance reloadPetr Mrázek2016-10-26-0/+146