summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/clipblendnodemanager/tst_clipblendnodemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-231-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-27/+2
* Use QList instead of QVector in testsJarek Kobus2020-07-091-4/+4
* Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-3/+3
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* 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-2/+0
* 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-0/+2
* Add virtual to ClipBlendNode to allow querying dependenciesSean Harmer2017-03-171-0/+4
* ClipBlendNode: add a virtual pure blend methodPaul Lemire2017-01-301-0/+3
* Add backend nodes for the blend nodesPaul Lemire2017-01-291-0/+175