aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/timelineeditor/timelineselectiontool.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Fix deprecated function callsMarco Bubke2023-06-071-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QmlDesigner: Adapt to C++ 17 [[maybe_unused]]Marco Bubke2022-07-111-22/+7
* QmlDesigner: Add animation playback for timelineTony Leinonen2021-09-091-0/+24
* QmlDesigner: Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-181-1/+1
* QmlDesigner: Break dependencies in the timeline graphics viewThomas Hartmann2020-06-261-1/+1
* Correct timeline selection rect. vertical boundsMahmoud Badri2019-10-071-1/+2
* Some timeline visual updates and correctionsMahmoud Badri2019-10-011-1/+5
* Allow dragging the playhead by clicking the rulerMahmoud Badri2019-10-011-4/+12
* Allow setting a keyframe's time in the Edit keyframe dialogMahmoud Badri2019-09-261-2/+3
* Avoid warning on empty expressionshjk2019-07-231-9/+9
* Add curve editorKnud Dollereder2019-06-191-0/+179