aboutsummaryrefslogtreecommitdiff
path: root/api/logic/InstanceImportTask.h
AgeCommit message (Collapse)Author
2017-09-04NOISSUE refactor pack import (extraction and paths)Petr Mrázek
It now: * Doesn't extract until it knows the content format is good. * Extracts in a predictable location, not requiring to use a second path for the actual pack root.
2017-04-22NOISSUE Add flame.Petr Mrázek
2017-04-21NOISSUE finalize curse modpack import workPetr Mrázek
2017-04-20NOISSUE add import from curse zip packsPetr Mrázek
Does not actually grab mods, but resolves them and prints the results in logs.
2016-10-26NOISSUE use QtConcurrent to run FS operations in worker threadsPetr Mrázek
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.
2016-10-26NOISSUE Granular instance reloadPetr Mrázek