summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/clipblendvalue_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-5/+5
* Update QClipBlendValue to use direct syncMike Krus2019-09-201-3/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-221-1/+2
|\
| * Generate default channel values as neededSean Harmer2018-01-221-1/+2
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-3/+3
|\|
| * Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-181-3/+3
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-1/+1
|\|
| * Fix gathering clip value node idsSean Harmer2017-09-261-1/+1
* | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-1/+1
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-5/+5
|/
* 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 methods to set and retrieve format indices for a blend value nodeSean Harmer2017-03-251-0/+6
* 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 ClipBlendValue backend node and testSean Harmer2017-03-021-0/+82