summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate subdirs target that slipped inSean Harmer2017-05-121-2/+1
* QNode: setParent create creation change only when neededPaul Lemire2017-05-103-2/+68
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.9.0" into refs/stagin...Jani Heikkinen2017-05-095-8/+17
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.9.0Oswald Buddenhagen2017-05-085-8/+17
| |\
| | * Fix Buffer uploadingPaul Lemire2017-05-081-0/+9
| | * Revert to using new window for each testSean Harmer2017-05-074-8/+8
* | | Scene2D cleanup - register pick events when scene is initializedAntti Määttä2017-05-093-11/+67
* | | Add autotests for new animation classesAntti Määttä2017-05-0915-2/+1418
* | | Scene2D cleanup - remove qml engine and sourceMäättä Antti2017-05-092-57/+6
|/ /
* | Scene2D: put picking coordinates back in window coordinatesKevin Ottens2017-05-051-8/+8
* | Merge 5.9 into 5.9.0Oswald Buddenhagen2017-05-041-0/+6
|\|
| * Renderer: fix OnDemand renderingPaul Lemire2017-04-271-0/+6
* | Update manual tests for changes in APIMike Krus2017-05-034-6/+6
|/
* Add unit tests for FrameGraphVisitorPaul Lemire2017-04-273-1/+189
* Send move events when hover is enabledMike Krus2017-04-251-0/+3
* Remove last bits of qsortcriterionPaul Lemire2017-04-251-138/+0
* Try to investigate why tst_GraphicsHelperGL3_3::blitFramebuffer() failsv5.9.0-beta3Giuseppe D'Angelo2017-04-181-2/+2
* tst_GraphicsHelperGL3_2::blitFramebuffer(): check how many samples are supportedGiuseppe D'Angelo2017-04-182-3/+6
* tst_GraphicsHelperGL3_3: remove blacklist of blitFramebufferGiuseppe D'Angelo2017-04-181-2/+0
* tst_GraphicsHelperGL3_3::blitFramebuffer(): check how many samples are supportedGiuseppe D'Angelo2017-04-181-1/+6
* Fix rendercapture-cpp example crash when using continuous captureMäättä Antti2017-04-181-3/+5
* QRenderCapture: add saveImage() to replace saveToFile()Andy Maloney2017-04-122-2/+2
* Fix license headers in manual testsSean Harmer2017-04-126-48/+294
* 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
* Picking: don’t emit click if mouse released on different entityMike Krus2017-04-121-4/+4
* Use interpolation enum from QKeyFrameSean Harmer2017-04-112-8/+10
* Adapt manual test to exercise new animation data APISean Harmer2017-04-115-3/+180
* Add manual test to prove out API for defining clipsSean Harmer2017-04-116-1/+271
* 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