summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation
Commit message (Expand)AuthorAgeFilesLines
* Extend generateClipFormatIndices() to handle jointIndexSean Harmer2017-09-023-0/+1450
* Extend checkAssignChannelComponentIndices test to cover indexed targetSean Harmer2017-09-021-0/+29
* Extend buildRequiredChannelsAndTypes to handle indexed targetsSean Harmer2017-09-021-0/+42
* Mirror QSkeletonMapping properties to ChannelMapping backend nodeSean Harmer2017-09-021-0/+30
* Add QSkeletonMapping to Qt3DAnimationSean Harmer2017-09-023-1/+189
* Create backend nodes for any QAbstractChannelMapping subclassSean Harmer2017-09-021-2/+5
* Send joint names and local poses from render to animation aspectSean Harmer2017-08-303-1/+160
* Merge branch '5.9' into devSean Harmer2017-08-194-12/+12
|\
| * Use QSharedPointer::create() moreMarc Mutz2017-07-224-11/+11
* | Fix Qt3DAnimation::Animation::Clock::playbackRateChip Collier2017-08-022-10/+10
* | Add clock property to QAbstractClipAnimatorChip Collier2017-07-243-7/+82
* | Add QClock to Qt3DAnimationChip Collier2017-07-245-2/+275
* | Merge remote-tracking branch 'origin/5.9' into devAndy Nichols2017-07-111-0/+54
|\|
| * animationutils: Improve autotests for QColorLaszlo Agocs2017-06-191-0/+54
* | Add support for animation callbacksLaszlo Agocs2017-06-231-0/+118
* | Add support for channel components with no nameLaszlo Agocs2017-06-211-0/+25
|/
* Add support for linear interpolation in clip jsonLaszlo Agocs2017-06-143-0/+88
* Fix and extend animationutils autotestLaszlo Agocs2017-06-141-3/+32
* Fix animation inifinite loopingLaszlo Agocs2017-06-081-4/+4
* 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