aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/curveeditor/treeitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add the ability to unify keyframe handlesKnud Dollereder2020-03-251-0/+10
| | | | | | Task-number: QDS-568 Change-Id: I5b102423e8e166d41edf199c42305cee102e8b54 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Implement locking and pinning of animation-curvesKnud Dollereder2020-02-111-0/+11
| | | | | | | Fixes: QDS-550 Fixes: QDS-551 Change-Id: I53a120a3753bb98fe729106b7e996f475fbda2f1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Move selection related code into SelectionModelKnud Dollereder2019-12-031-0/+14
| | | | | | | | | | And fix a bug where the curves where missing in the graphicsview after opening the AnimationCurveDialog a second time. Change-Id: I4f13bd345afafaa0578a3be28be6326fa232dbe1 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-2/+2
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/QtCreatorIDEBranding.cmake qbs/modules/qtc/qtc.qbs qtcreator_ide_branding.pri src/plugins/projectexplorer/gcctoolchain.cpp src/plugins/qmldesigner/components/stateseditor/stateseditormodel.cpp Change-Id: Iffdf48e782a734107ea170ebb3812e997cea0e7b
| * Fix MSVC warningsOrgad Shaneh2019-09-111-2/+2
| | | | | | | | | | | | | | | | | | | | * Missing `this` captures * Implicit size_t -> int conversion * Unused argument * Suppress warnings in clang headers Change-Id: I7083ce6ab22ee22ecc1258539e77c790acc78df1 Reviewed-by: hjk <hjk@qt.io>
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-271-0/+33
|\| | | | | | | Change-Id: Idfe86eb91c7a9a16f15d528a2a03beecca1cb208
| * Improve update behaviorKnud Dollereder2019-08-261-0/+33
| | | | | | | | | | | | | | | | - Suppress reflections - Keep selection when updating the model Change-Id: I0e165f0019c8c24802193f3a59902876d4cb5060 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-091-3/+42
|\| | | | | | | Change-Id: I273a1e8f5f9e54756befbc398c2c2754534ff128
| * Connect CurveEditor edits to the timeline moduleKnud Dollereder2019-08-081-3/+42
| | | | | | | | | | Change-Id: Ic00e0840da34bdbb8627b2fe2d8546a867b24966 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | Avoid warning on empty expressionshjk2019-07-231-1/+1
|/ | | | | | | | For some reason, Q_UNUSED includes already a semicolon, adding one on the user side creates an additional empty statement. Change-Id: I9c5e8fac381345a60792cb75e2938fd53958d3b0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Add curve editorKnud Dollereder2019-06-191-0/+227
Moved qmldesignerextension into component Updated build systems Change-Id: I8d2d0757a1639a472d426b66c0c8ae6fb84cc3d2 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>