summaryrefslogtreecommitdiffstats
path: root/tests/manual/animation-keyframe-simple/DefaultSceneEntity.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix license headers in manual testsSean Harmer2017-04-121-8/+49
| | | | | Change-Id: I5469f6724ad28d171dd8ee631e89410f78919497 Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Add a job to load animation clipsSean Harmer2017-01-271-0/+35
Defers the actual work to AnimationClip. Also made all backend nodes have a common base class to make it easy to track the Handler. Added a manual test to exercise this and which we can build up over time as we add API. Change-Id: I7cdd8da948498544059ba51efe38642dd54ea410 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>