summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/clipblendnode
Commit message (Expand)AuthorAgeFilesLines
* Remove last vestiges of parent-child data from ClipBlendNodeSean Harmer2017-03-261-2/+0
* Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-261-0/+5
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-261-1/+1
* Rename QClipBlendNode::performBlend() to blend()Sean Harmer2017-03-261-1/+1
* Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-261-2/+0
* Remove ClipBlendNode::parentId() functionSean Harmer2017-03-261-2/+0
* Remove clips property from QAbstractClipBlendNode and friendsSean Harmer2017-03-261-110/+0
* Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-251-1/+52
* Add function to recursively calculate duration of a blend treeSean Harmer2017-03-251-0/+2
* Add virtual to ClipBlendNode to allow querying dependenciesSean Harmer2017-03-171-0/+5
* Use using namespace Qt3DAnimation::Animation in tst_clipblendnodeSean Harmer2017-03-171-22/+26
* Add ClipResults to ClipBlendNode indexed by animator idSean Harmer2017-03-171-0/+133
* Rename QLerpBlend to QLerpClipBlendSean Harmer2017-02-241-5/+5
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-3/+3
* ClipBlendNode: add a virtual pure blend methodPaul Lemire2017-01-301-0/+2
* Add backend nodes for the blend nodesPaul Lemire2017-01-292-0/+236