Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE redo new instance dialog | Petr Mrázek | 2018-03-27 | -6/+1 |
| | ||||
* | NOISSUE more work on Legacy migration | Petr Mrázek | 2017-09-20 | -3/+0 |
| | ||||
* | NOISSUE retry committing instances if it fails a few times | Petr Mrázek | 2017-09-05 | -6/+3 |
| | | | | This should fix issues with antivirus locking files/folders on Windows. | |||
* | NOISSUE refactor pack import (extraction and paths) | Petr Mrázek | 2017-09-04 | -1/+1 |
| | | | | | | 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 Revert all recent changes to NetAction and NetJob | Petr Mrázek | 2017-05-03 | -1/+1 |
| | ||||
* | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | 2017-04-29 | -1/+1 |
| | | | | Still missing some things, this is part 1. | |||
* | GH-1794 Only write to the instance.cfg once after copying FTB instances. | Petr Mrázek | 2017-01-22 | -1/+1 |
| | ||||
* | GH-1745 fix crash when using path matching filter on copy operations | Petr Mrázek | 2016-12-08 | -9/+7 |
| | | | | Copying instances without saves doesn't crash anymore. | |||
* | NOISSUE use QtConcurrent to run FS operations in worker threads | Petr Mrázek | 2016-10-26 | -9/+26 |
| | | | | | 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 reload | Petr Mrázek | 2016-10-26 | -0/+53 |