aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/pathtool
Commit message (Collapse)AuthorAgeFilesLines
* QmlDesigner: Compile fix: More Java-style iterator removalhjk2019-08-011-3/+3
| | | | | | | | | | We use QT_NO_JAVA_STYLE_ITERATORS, and Qt dev has wrapped more iterators with that, so without this patch (or undefining QT_NO_JAVA_STYLE_ITERATORS) creator does not compile. Change-Id: I7d3ef0ed11db72e07333e21311725cd13136696a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* QmlDesigner: Fix truncation warninghjk2019-07-311-1/+1
| | | | | Change-Id: Id655291305eeb5b8f13916bad9f14f5aa5362987 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* Add curve editorKnud Dollereder2019-06-1913-0/+2831
Moved qmldesignerextension into component Updated build systems Change-Id: I8d2d0757a1639a472d426b66c0c8ae6fb84cc3d2 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>