summaryrefslogtreecommitdiffstats
path: root/editorlib/qml/inputfields/FilePropertyInputField.qml
Commit message (Collapse)AuthorAgeFilesLines
* Creator plugin launches embedded editorMiikka Heikkinen2016-06-281-5/+5
| | | | | | | | There's not yet any interaction between embedded editor and creator, such as opening the correct file. Change-Id: I1b8507ca209ba2387e0c1dfa8657bd45560a671a Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Set FileDialog folderTomi Korpipää2016-06-131-1/+5
| | | | | | | | | Set default folder for file dialogs. There are be three folders dialogs should remember: save/load, import and texture. Change-Id: Id5acce311f1174188263684c80e15549a8310cd5 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* Refactor editor to support launching it from creator pluginMiikka Heikkinen2016-05-301-0/+92
Editor functionality is moved into a library, which is used from both a new standalone application and a creator plugin. Currently creator plugin just launches the editor in a separate window. Change-Id: Ia549d43e8b3d282ea5f96ad0cf661cf3b53aadfc Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>