summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/clipblendnode_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-3/+3
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* Remove last vestiges of parent-child data from ClipBlendNodeSean Harmer2017-03-261-3/+0
* Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-261-0/+1
* 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-1/+0
* Remove clips property from QAbstractClipBlendNode and friendsSean Harmer2017-03-261-10/+0
* Add function to evaluate a blend treeSean Harmer2017-03-251-4/+1
* Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-251-0/+6
* Add function to recursively calculate duration of a blend treeSean Harmer2017-03-251-1/+2
* Add virtual to ClipBlendNode to allow querying dependenciesSean Harmer2017-03-171-0/+2
* Add ClipResults to ClipBlendNode indexed by animator idSean Harmer2017-03-171-0/+8
* Add ClipBlendValue backend node and testSean Harmer2017-03-021-1/+2
* Renamed QAddBlend to QAdditiveBlendPaul Lemire2017-01-311-1/+1
* Add AddBlend backend nodePaul Lemire2017-01-301-1/+2
* ClipBlendNode: add a virtual pure blend methodPaul Lemire2017-01-301-0/+1
* Register QLerpBlend node with Animation aspectPaul Lemire2017-01-291-2/+39
* Add backend nodes for the blend nodesPaul Lemire2017-01-291-0/+106