aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/curveeditor/animationcurve.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply interpolation when restoring an animation-curveKnud Dollereder2019-08-271-0/+17
| | | | | | | + Notify timeline when inserting a keyframe Change-Id: I91548c4e45306e9a6c6490cc94b88080de3910ac Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Improve update behaviorKnud Dollereder2019-08-261-2/+12
| | | | | | | | - Suppress reflections - Keep selection when updating the model Change-Id: I0e165f0019c8c24802193f3a59902876d4cb5060 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Include handles when computing the scene extendKnud Dollereder2019-08-141-0/+16
| | | | | Change-Id: I6a6cd17d97c7d590b329315283acdb90ab9117f1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Connect CurveEditor edits to the timeline moduleKnud Dollereder2019-08-081-40/+187
| | | | | Change-Id: Ic00e0840da34bdbb8627b2fe2d8546a867b24966 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add curve editorKnud Dollereder2019-06-191-0/+187
Moved qmldesignerextension into component Updated build systems Change-Id: I8d2d0757a1639a472d426b66c0c8ae6fb84cc3d2 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>