summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/clipblendvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-101-10/+13
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-1/+1
* Remove deprecated classes and functionsPaul Lemire2020-02-111-1/+0
* Clean up includesMike Krus2019-10-011-1/+0
* Update QClipBlendValue to use direct syncMike Krus2019-09-201-14/+6
* Generate default channel values as neededSean Harmer2018-01-221-4/+8
* Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-181-6/+6
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-1/+1
* Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-261-9/+0
* Add methods to set and retrieve format indices for a blend value nodeSean Harmer2017-03-251-0/+21
* Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-251-0/+8
* Add function to recursively calculate duration of a blend treeSean Harmer2017-03-251-0/+9
* Add ClipBlendValue backend node and testSean Harmer2017-03-021-0/+87