summaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add doc for undocumented methodsNico Vertriest2017-10-201-0/+6
* Fix reformatting of clip evaluation resultsSean Harmer2017-10-051-12/+48
* Improve debug output for fcurvesSean Harmer2017-10-051-6/+19
* Remove unused buildPropertyMappings() overload and testsSean Harmer2017-09-292-61/+0
* Move the non-blended animation codepath closer to the blended oneSean Harmer2017-09-294-15/+39
* Add unit test for FindRunningClipAnimatorsJobSean Harmer2017-09-291-1/+9
* Add convenience function to ChannelMapper to return list of MappingsSean Harmer2017-09-272-0/+32
* Actually get matching clip indices for componentsSean Harmer2017-09-261-7/+6
* Avoid deep copy in loopSean Harmer2017-09-261-1/+1
* Fix gathering clip value node idsSean Harmer2017-09-262-1/+5
* Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-111-10/+5
* Re-build Blend-Trees when Clips have been loadedWieland Hagen2017-09-088-1/+61
* Doc: add doc to undocumented methods/propertiesNico Vertriest2017-08-281-1/+1
* Doc: correct declaration qml propertiesNico Vertriest2017-08-113-8/+6
* Use QSharedPointer::create() moreMarc Mutz2017-07-221-2/+2
* Avoid crashing when there is one single keyframeLaszlo Agocs2017-07-051-0/+2
* Fix ClipAnimator crash when removing animatorsLaszlo Agocs2017-06-303-0/+30
* Doc: link errorsNico Vertriest2017-06-201-1/+1
* Doc: correct \property statementsNico Vertriest2017-06-202-2/+2
* Doc: correct \property and \qmlproperty statementsNico Vertriest2017-06-193-22/+16
* Doc: typo in definition qmltypeNico Vertriest2017-06-161-1/+1
* Fix mix up regarding QVariant::isNull() and isValid()Laszlo Agocs2017-06-161-2/+2
* Pick the right type for QVariant channel targetsLaszlo Agocs2017-06-142-0/+11
* Add support for linear interpolation in clip jsonLaszlo Agocs2017-06-141-7/+12
* Add support for animating a QColorLaszlo Agocs2017-06-141-3/+19
* Implement linear interpolation for animationsLaszlo Agocs2017-06-141-5/+28
* Doc: add basic doc to undocumented classesNico Vertriest2017-06-093-0/+17
* Fix animation inifinite loopingLaszlo Agocs2017-06-081-1/+1
* Fix container detachments detected by clazySergio Martins2017-05-263-4/+6
* Doc: add doc to undocumented Qt3D classesNico Vertriest2017-05-225-0/+37
* Add quick3d class for VertexBlendAnimationAntti Määttä2017-05-091-1/+5
* Merge 5.9 into 5.9.0Oswald Buddenhagen2017-05-047-59/+522
|\
| * Doc: correct several link errorsNico Vertriest2017-05-031-1/+1
| * Document QAdditiveClipBlendSean Harmer2017-04-271-49/+74
| * Document QAbstractClipBlendNodeSean Harmer2017-04-271-0/+71
| * Document QBlendedClipAnimatorSean Harmer2017-04-271-9/+199
| * Document QClipAnimatorSean Harmer2017-04-271-0/+62
| * Add imperative slots to control animator running propertySean Harmer2017-04-272-0/+19
| * Document the QAbstractClipAnimator classSean Harmer2017-04-271-0/+96
* | Add qAsConst, range-loop might detach Qt container (clazy reports)Mike Krus2017-05-026-8/+8
* | Add missing reference in range-for with non trivial type (clazy reports)Mike Krus2017-05-023-3/+3
|/
* Simplify code example in QAbstractAnimationClipv5.9.0-beta2Sean Harmer2017-04-131-11/+5
* Add convenience ctor to QClipBlendValueSean Harmer2017-04-132-1/+10
* Add convenience ctor to QAnimationClipLoaderSean Harmer2017-04-132-0/+9
* Pass QUrl by const ref in QAnimationClipLoaderSean Harmer2017-04-132-3/+3
* Document QAbstractAnimationClipSean Harmer2017-04-131-0/+86
* Remove defunct TODO commentSean Harmer2017-04-121-1/+0
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-1217-49/+49
* Add a flag to AnimationClipLoader to track where its data comes fromSean Harmer2017-04-122-3/+31
* Refactor clip loading and add support for loading from dataSean Harmer2017-04-124-11/+77