summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/clipblendnode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-211-3/+3
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-101-10/+13
* Fix deprecated API usage and compile warningsMike Krus2020-11-201-1/+1
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-4/+4
* Remove deprecated classes and functionsPaul Lemire2020-02-111-6/+0
* 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