summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Blacklist a tst_VSyncFrameAdvanceService test on openSUSE 42.1Tony Sarajärvi2017-04-041-0/+2
* Blacklist tst_GraphicsHelperGL3_2::blitFramebuffer on Ubuntu 16.04Tony Sarajärvi2017-04-041-0/+2
* Fix QML registration of QAnimationClipLoaderSean Harmer2017-04-032-3/+3
* Blacklist tst_GraphicsHelperGL3_3::blitFramebuffer on Ubuntu 16.04Tony Sarajärvi2017-03-311-0/+2
* Remove pointless template member function from QAbstractFunctorSean Harmer2017-03-306-9/+9
* Use [setL|l]oopCount in C++ for QAbstractClipAnimatorSean Harmer2017-03-304-24/+24
* Rename QBuffer::access property to accessTypeSean Harmer2017-03-291-1/+1
* Add Threshold suffix to QLevelOfDetail enum valuesSean Harmer2017-03-293-10/+10
* Add arguments to notify signals in QFirstpersonCameraControllerSean Harmer2017-03-281-2/+2
* Fix ShaderData following texture support changesPaul Lemire2017-03-271-2/+70
* 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
* Update animation-keyframe-blendtree exampleSean Harmer2017-03-257-482/+949
* 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
* Fix scene2d mouse event coordinate calculationAntti Määttä2017-03-233-2/+293
* 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
* Cleanup scene2d - remove event forwardAntti Määttä2017-03-157-919/+0
* 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
* Update animation clip in keyframe manual testSean Harmer2017-03-061-85/+248
* 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
* cleanup scene2d - change mouse event handlingAntti Määttä2017-03-031-11/+5
* Split blend tree manual test out from simple key frame testSean Harmer2017-03-0210-185/+620