summaryrefslogtreecommitdiffstats
path: root/api/logic/InstanceImportTask.h
Commit message (Collapse)AuthorAgeLines
* NOISSUE retry committing instances if it fails a few timesPetr Mrázek2017-09-05-2/+1
| | | | This should fix issues with antivirus locking files/folders on Windows.
* NOISSUE refactor pack import (extraction and paths)Petr Mrázek2017-09-04-4/+10
| | | | | | 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.
* NOISSUE Add flame.Petr Mrázek2017-04-22-3/+3
|
* NOISSUE finalize curse modpack import workPetr Mrázek2017-04-21-2/+0
|
* NOISSUE add import from curse zip packsPetr Mrázek2017-04-20-0/+11
| | | | 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-0/+7
| | | | | 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/+40