summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/clipblendnode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-231-19/+19
* Update commercial license headersTarja Sundqvist2021-02-021-19/+19
* Clean up includesMike Krus2019-10-011-2/+0
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-201-3/+3
* Remove last vestiges of parent-child data from ClipBlendNodeSean Harmer2017-03-261-5/+0
* Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-261-0/+11
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-261-2/+2
* Rename QClipBlendNode::performBlend() to blend()Sean Harmer2017-03-261-1/+1
* Remove ClipBlendNode::parentId() functionSean Harmer2017-03-261-5/+0
* Remove clips property from QAbstractClipBlendNode and friendsSean Harmer2017-03-261-76/+1
* Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-251-0/+28
* Add function to recursively calculate duration of a blend treeSean Harmer2017-03-251-4/+1
* Add virtual to ClipBlendNode to allow querying dependenciesSean Harmer2017-03-171-0/+22
* Add ClipResults to ClipBlendNode indexed by animator idSean Harmer2017-03-171-0/+21
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-3/+3
* Register QLerpBlend node with Animation aspectPaul Lemire2017-01-291-2/+2
* Add backend nodes for the blend nodesPaul Lemire2017-01-291-0/+167