aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/timelineTestApp/test01.qml
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-151-28/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: Id08a72f10277d29991582947fd3d5cfb1c2c2293 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Fix license header for manual testsv5.15.0-beta4Thomas Hartmann2020-04-021-9/+20
| | | | | | | Task-number: QTBUG-83248 Change-Id: I5d257d99c21485b42b419677de747c5e946e988b Reviewed-by: Fabian Vogt <fabian@ritter-vogt.de> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add TimelineAnimationThomas Hartmann2018-04-271-12/+12
| | | | | | | | | | | * New api to define animation clips * Special animation type for timeline * Adding ping pong for TimelineAnimation * Adjusting manual tests * Adding new manual tests Change-Id: Ic670b389062ef4ac92e000bc99574e5fa04a7006 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Rename Keyframes to KeyframeGroupThomas Hartmann2018-04-181-3/+3
| | | | | Change-Id: I3c31e2a3ab576e2293d1c8dd3d60b6d4550777e4 Reviewed-by: Knud Dollereder <knud.dollereder@qt.io>
* Rename KeyframeMutator to TimelineThomas Hartmann2018-04-101-4/+4
| | | | | | | Also renaming the class and tests. Change-Id: I6037c00608c7fc31eb9e8c969d8b67861dbf5711 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Initial commitThomas Hartmann2017-11-291-0/+137
This implements the timeline module for keyframe based animations in Qt Quick. Change-Id: Icf4a4191da7580f670a02ef52e4b0bee4befed18 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>