summaryrefslogtreecommitdiffstats
path: root/api/logic/FolderInstanceProvider.cpp
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-462/+0
|
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-38/+5
|
* NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek2018-03-16-1/+1
|
* Added FTB pack selection ad download, WIPJanrupf2018-02-28-0/+8
|
* GH-2154 Ignore 'hidden' flag of insttance foldersPetr Mrázek2018-02-18-1/+1
|
* NOISSUE handle 'folder' Flame packages by ignoring them, show warnings for ↵Petr Mrázek2017-12-30-0/+4
| | | | minor Flame import problems
* GH-2059 fix instance directory not being created on first launchPetr Mrázek2017-12-05-4/+5
|
* NOISSUE normalize instances path in FolderInstanceProviderPetr Mrázek2017-12-03-2/+3
| | | | | This resolves some issues with the instance export dialog when the instances folder path contains '..' and '.', or involves symlinks.
* NOISSUE implement LEgacy instance migrationPetr Mrázek2017-09-26-0/+10
|
* NOISSUE Add back Legacy for migration purposesPetr Mrázek2017-09-17-0/+5
|
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-2/+2
|
* NOISSUE Remove Legacy supportPetr Mrázek2017-09-09-5/+0
|
* NOISSUE retry committing instances if it fails a few timesPetr Mrázek2017-09-05-24/+98
| | | | This should fix issues with antivirus locking files/folders on Windows.
* NOISSUE refactor pack import (extraction and paths)Petr Mrázek2017-09-04-3/+47
| | | | | | 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.
* GH-1971 do not check filesystem boundaries when committing instancesPetr Mrázek2017-09-02-6/+3
| | | | The check wasn't very good and was breaking because it assumed uniform paths.
* NOISSUE use QtConcurrent to run FS operations in worker threadsPetr Mrázek2016-10-26-2/+2
| | | | | 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/+356