aboutsummaryrefslogtreecommitdiff
path: root/api/logic/InstanceCopyTask.cpp
AgeCommit message (Collapse)Author
2017-09-20NOISSUE more work on Legacy migrationPetr Mrázek
2017-09-05NOISSUE retry committing instances if it fails a few timesPetr Mrázek
This should fix issues with antivirus locking files/folders on Windows.
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-05-03NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek
2017-04-29NOISSUE refactor NetAction to be based on TaskPetr Mrázek
Still missing some things, this is part 1.
2017-01-22GH-1794 Only write to the instance.cfg once after copying FTB instances.Petr Mrázek
2016-12-08GH-1745 fix crash when using path matching filter on copy operationsPetr Mrázek
Copying instances without saves doesn't crash anymore.
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