summaryrefslogtreecommitdiffstats
path: root/application/dialogs/ExportInstanceDialog.cpp
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-406/+400
|
* NOISSUE update copyright datesPetr Mrázek2018-02-11-1/+1
|
* NOISSUE sort export dialog contents in ascending order by defaultPetr Mrázek2017-12-21-0/+1
|
* GH-2050 fix cancel button in file browse dialogs filling text fieldsPetr Mrázek2017-12-03-1/+1
|
* NOISSUE show hidden files in instance export dialog (like .minecraft)Petr Mrázek2017-10-28-0/+1
|
* NOISSUE instance export filter should use covers, not containsPetr Mrázek2017-05-31-1/+1
|
* NOISSUE finish cleaning quazipPetr Mrázek2017-05-31-1/+3
| | | | All LGPL code is back in the customized quazip fork
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-1/+1
|
* GH-1559 Fix FTB iconsPetr Mrázek2016-05-03-2/+2
| | | | | This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later.
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-2/+2
|
* NOISSUE Do not ask to overwrite existing file twice when exporting instancesiarspider2016-01-20-1/+1
|
* NOISSUE dissolve util libraryPetr Mrázek2015-10-05-6/+5
|
* NOISSUE use FS a bit morePetr Mrázek2015-06-06-6/+8
|
* GH-1031 include icon in exported instance if it is customPetr Mrázek2015-06-01-0/+49
|
* GH-885 export dialog for filtering exported filesPetr Mrázek2015-04-19-0/+434
Includes implementation of a separator based prefix tree and some related bits