summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Animation support for Qt3DAntti Määttä2017-01-3147-12/+4595
* LerpBlend: remove duplicate public declarationPaul Lemire2017-01-291-1/+0
* Build blend trees and execute themPaul Lemire2017-01-2913-8/+643
* Refactor clip evaluation and property mappingPaul Lemire2017-01-297-317/+501
* Add loops property to ClipAnimator and implement logic for itSean Harmer2017-01-295-5/+60
* Register QAbstractClipBlendNode and QLerpBlend to QMLPaul Lemire2017-01-296-6/+192
* Completed BlenderAnimator frontend and backendPaul Lemire2017-01-295-9/+151
* Register QLerpBlend node with Animation aspectPaul Lemire2017-01-295-4/+50
* Add ClipBlendNodeVisitorPaul Lemire2017-01-293-2/+163
* Add backend nodes for the blend nodesPaul Lemire2017-01-297-2/+538
* Add QClipBlendNodeCreatedChangePaul Lemire2017-01-286-5/+243
* QAbstractClipBlendNode: add method to retrieve parentClipBlendNodePaul Lemire2017-01-282-0/+14
* Add QLerpBlend nodePaul Lemire2017-01-284-2/+337
* Add job to process running clip animatorsSean Harmer2017-01-2716-19/+678
* Calculate animation clip duration and send to frontendSean Harmer2017-01-275-1/+81
* Add job to find all clip animators that should be runningSean Harmer2017-01-277-14/+208
* Add channelMapper property to QClipAnimatorSean Harmer2017-01-276-1/+51
* Add API to map animation channels to propertiesSean Harmer2017-01-2722-5/+1217
* Add running property to QClipAnimatorSean Harmer2017-01-278-0/+67
* Morph animation loading support for ColladaAntti Määttä2017-01-2710-293/+2359
* Add a job to load animation clipsSean Harmer2017-01-2717-31/+597
* Adding logging categories to the animation aspectSean Harmer2017-01-273-1/+131
* Add animation componentsSean Harmer2017-01-2723-5/+1328
* Register QAnimationClip with QMLSean Harmer2017-01-271-0/+2
* Implement FCurve evaluationSean Harmer2017-01-268-2/+869
* Add QAbstractClipBlendNodePaul Lemire2017-01-264-2/+265
* Set the final flag on scene changes coming from the backendPaul Lemire2017-01-268-0/+24
* Allow to filter change events based on a track propertyPaul Lemire2017-01-2515-27/+264
* Add in the usual plumbing and register QAnimationClipSean Harmer2017-01-2510-5/+442
* Add AnimationClip backend node and testSean Harmer2017-01-253-0/+172
* Add QAnimationClip frontend class and testSean Harmer2017-01-254-2/+252
* Add animation aspect importsSean Harmer2017-01-255-0/+144
* Merge branch 'dev' into wip/animationSean Harmer2017-01-25134-867/+6396
|\
| * Register QMemoryBarrier to QMLPaul Lemire2017-01-251-0/+3
| * Add Quick3DMemoryBarrierPaul Lemire2017-01-255-4/+165
| * Renderer: apply memory barriersPaul Lemire2017-01-243-0/+12
| * QMemoryBarrier: update doc about execution orderPaul Lemire2017-01-241-0/+8
| * GraphicsHelpers: add glMemoryBarrier supportPaul Lemire2017-01-2411-0/+96
| * Notify components of aggregation changesMike Krus2017-01-242-3/+13
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2417-74/+245
| |\
| | * Send further pick events to initial object pickerMike Krus2017-01-232-7/+13
| | * Picking: restore early checksMike Krus2017-01-214-31/+75
| | * Keep the existence of renderer and nodes in syncMike Krus2017-01-201-1/+5
| | * Texture: small coding style cleanupMauro Persano2017-01-201-24/+12
| | * Accept DDS files with extra data at the endMauro Persano2017-01-201-3/+9
| | * ObjLoader: actually check for the indices' valuesGiuseppe D'Angelo2017-01-131-7/+7
| | * Ignore textures which don't have their texture data yetWieland Hagen2017-01-122-3/+7
| | * Fix compile warningPaul Lemire2017-01-121-3/+2
| | * Prevent copying of QAbstractFunctorVolker Krause2017-01-121-0/+3
| | * Add some basic debug output for texture and texture image managersSean Harmer2017-01-113-0/+30