summaryrefslogtreecommitdiffstats
path: root/editorlib/qml/EntityLibrary.qml
Commit message (Collapse)AuthorAgeFilesLines
* Display world coordinates of the mouse cursor on toolbarMiikka Heikkinen2016-09-091-0/+3
| | | | | | | | | If not drag scaling/rotating/translating an entity, shows the coordinate on helper plane. When dragging, shows the drag handle coordinate. Change-Id: I50fd226bfb323d0d4ed4df24efc61aacb98c4fd2 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Creator plugin launches embedded editorMiikka Heikkinen2016-06-281-7/+7
| | | | | | | | 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>
* Fix the behavior of TextInput field inside treeviewMiikka Heikkinen2016-06-221-0/+1
| | | | | | | | | Now the TextInput field properly hides when it should. It also no longer hogs the focus when hidden. Change-Id: I634befb62af4ba7f8d5822d3128df36b54141f4e Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* Persistent settings support addedTomi Korpipää2016-06-131-2/+3
| | | | | | | Note: The rest will be added in a separate task Change-Id: I0f6f0fb345e35d4fb97737d61a4c25f7aac48a11 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Refactor editor to support launching it from creator pluginMiikka Heikkinen2016-05-301-0/+158
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>