summaryrefslogtreecommitdiffstats
path: root/application/dialogs/ExportInstanceDialog.cpp
Commit message (Collapse)AuthorAgeLines
* 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