aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/timelineeditor/timelinesectionitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up some lambdashjk2023-12-121-5/+5
* QmlDesigner: Move the static function from ModeNode to ModelUtilsMarco Bubke2023-09-251-2/+3
* QmlDesigner: Fix deprecated function callsMarco Bubke2023-06-071-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* QmlDesigner: Use new validation approach in timeline editorMarco Bubke2022-09-281-11/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QmlDesigner: Add type enumeration to auxiliary dataMarco Bubke2022-08-091-7/+14
* QmlDesigner: Adapt to C++ 17 [[maybe_unused]]Marco Bubke2022-07-111-4/+3
* Fix various compiler warningsChristian Kandeler2021-12-021-2/+2
* Add missing "emit"sAlessandro Portale2021-11-111-1/+1
* QmlDesigner: Fix uninitialized variablesMarco Bubke2021-09-201-2/+4
* QmlDesigner: Add animation playback for timelineTony Leinonen2021-09-091-3/+129
* QmlDesigner: Replace deprecated color roles in timeline and transition editorThomas Hartmann2021-03-151-4/+3
* Enable touch-pad navigationKnud Dollereder2020-10-121-6/+6
* QmlDesigner: Add lock functionality to navigatorHenning Gruendl2020-10-121-4/+34
* Merge remote-tracking branch 'origin/qds-1.59' into 4.13Tim Jenssen2020-06-261-22/+28
|\
| * QmlDesigner: Break dependencies in the timeline graphics viewThomas Hartmann2020-06-261-22/+28
* | QmlDesigner: performance-for-range-copyAlessandro Portale2020-06-141-1/+1
|/
* fix QPainterPath against Qt 5.15.0Tim Jenssen2020-03-181-0/+1
* QmlDesigner: Fix unused parameter warningsAndre Hartmann2020-02-191-1/+1
* QmlDesigner: Remove unsued QGraphicsProxyWidgetThomas Hartmann2020-02-061-16/+0
* QmlDesigner: Fix missing includeChristian Stenger2019-10-111-0/+1
* Snap duration bar handles movementMahmoud Badri2019-10-101-3/+18
* Implement playhead snappingMahmoud Badri2019-10-071-3/+8
* Prevent timeline bar item from going off limitsMahmoud Badri2019-09-261-4/+13
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-2/+2
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Add curve editorKnud Dollereder2019-06-191-0/+1062