summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/lerpclipblend_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Update QLerpClipBlend to use direct syncMike Krus2019-09-201-3/+1
* Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-3/+3
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-3/+3
* Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-261-0/+5
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-261-1/+1
* Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-261-1/+0
* Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-251-0/+3
* 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
* Add startClip and endClip properties to QLerpClipBlendSean Harmer2017-02-241-0/+8
* Rename QLerpBlend to QLerpClipBlendSean Harmer2017-02-241-0/+83