summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate subdirs target that slipped inSean Harmer2017-05-121-2/+1
* Add autotests for new animation classesAntti Määttä2017-05-0915-2/+1418
* Use using namespace declaration to animation clip unit testSean Harmer2017-04-121-8/+10
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-126-42/+42
* Add a flag to AnimationClipLoader to track where its data comes fromSean Harmer2017-04-122-0/+6
* Use interpolation enum from QKeyFrameSean Harmer2017-04-112-8/+10
* Use [setL|l]oopCount in C++ for QAbstractClipAnimatorSean Harmer2017-03-304-24/+24
* Remove last vestiges of parent-child data from ClipBlendNodeSean Harmer2017-03-261-2/+0
* Make ClipBlendNodeVisitor use allDependencyIds()Sean Harmer2017-03-261-9/+15
* Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-265-0/+25
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-266-11/+11
* Rename QClipBlendNode::performBlend() to blend()Sean Harmer2017-03-263-3/+3
* Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-265-69/+0
* Remove ClipBlendNode::parentId() functionSean Harmer2017-03-262-11/+0
* Remove clips property from QAbstractClipBlendNode and friendsSean Harmer2017-03-269-318/+0
* Add overload of buildPropertyMappingsSean Harmer2017-03-251-0/+196
* Add function to generate component indices for blend tree formatSean Harmer2017-03-253-0/+577
* Add function assignChannelComponentIndicesSean Harmer2017-03-251-0/+66
* Add a function to build list of unique channel names and typesSean Harmer2017-03-251-0/+126
* Add function to format clip results using a gather operationSean Harmer2017-03-251-0/+68
* Add methods to set and retrieve format indices for a blend value nodeSean Harmer2017-03-251-0/+130
* Add function to evaluate a blend treeSean Harmer2017-03-251-0/+335
* Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-254-1/+446
* Add missing parentheses in conditionalSean Harmer2017-03-251-2/+2
* Add function to recursively calculate duration of a blend treeSean Harmer2017-03-255-0/+154
* Add function to find set of leaf blend node ids that need evaluatingSean Harmer2017-03-191-0/+69
* Add function to evaluate clip at a given phaseSean Harmer2017-03-191-0/+107
* Add function to calculate phase of animation from global timeSean Harmer2017-03-191-0/+165
* Add using namespace Qt3DAnimation::Animation to some backend testsSean Harmer2017-03-173-20/+26
* Add virtual to ClipBlendNode to allow querying dependenciesSean Harmer2017-03-175-0/+88
* Use using namespace Qt3DAnimation::Animation in tst_clipblendnodeSean Harmer2017-03-171-22/+26
* Add ClipResults to ClipBlendNode indexed by animator idSean Harmer2017-03-171-0/+133
* Typedef QVector<float> as ClipResultsSean Harmer2017-03-171-4/+4
* Extend animation utils test to cover evaluationDataForAnimator()Sean Harmer2017-03-061-0/+99
* Extend animation utils test to cover evaluationDataForClip()Sean Harmer2017-03-061-0/+131
* Extend animation utils test to cover channelComponentsToIndicesSean Harmer2017-03-061-0/+84
* Extend animation utils test to cover channelComponentsToIndicesHelperSean Harmer2017-03-061-0/+204
* Extend animation utils test to cover evlaluateClipAtLocalTime()Sean Harmer2017-03-063-0/+370
* Extend test to cover preparePropertyChanges helperSean Harmer2017-03-061-0/+248
* Add test for localTimeFromGLobalTime helperSean Harmer2017-03-061-0/+165
* Remove AnimationUtils classSean Harmer2017-03-061-6/+6
* Refactor tst_animationutils to be data drivenSean Harmer2017-03-021-20/+63
* Factor out some helper functions in AnimationUtils testSean Harmer2017-03-021-16/+43
* Update naming of animation building blocksSean Harmer2017-03-022-48/+113
* Add test for AnimationUtilsSean Harmer2017-03-025-1/+166
* Add ClipBlendValue backend node and testSean Harmer2017-03-023-1/+129
* Add new QClipBlendValue to hold the leaf values of blend treesSean Harmer2017-03-023-1/+226
* Add baseClip and additiveClip properties to QAdditiveClipBlendSean Harmer2017-02-242-11/+218
* Rename blendFactor on QAdditiveClipBlend to additiveFactorSean Harmer2017-02-242-19/+19
* Add startClip and endClip properties to QLerpClipBlendSean Harmer2017-02-241-10/+187