aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/curveeditor/detail/playhead.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert the CurveEditorDialog to a view-pluginKnud Dollereder2020-09-111-6/+4
| | | | | | | | | | Continuously send frame-changed signals when dragging the playhead Fix timescale painting Paint playhead behind the valuescale Task-number: QDS-2551 Change-Id: Ia8d3952b4401500a4c6d31ff9f5742ff44b2c092 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* fix QPainterPath against Qt 5.15.0Tim Jenssen2020-03-181-0/+1
| | | | | Change-Id: I08aaf6886b04407f1e52ca4f56607c81fccec85c Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Display the current frame in a dedicated controlKnud Dollereder2019-10-311-0/+5
| | | | | | | | | Enable immediate dragging of the playhead after clicking into the time-scale Rename "Curve Picker" to "Easing Curve Editor" and "Curve Editor" to "Animation Curve Editor" Change-Id: I0085a26d0ea510286586d89c6cddb9bbe720e49e Reviewed-by: Tim Jenssen <tim.jenssen@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>