summaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use interpolation enum from QKeyFrameSean Harmer2017-04-112-9/+3
* Start adding support for programmatic clips to the backend nodeSean Harmer2017-04-116-7/+39
* Fix header include guardsSean Harmer2017-04-111-3/+3
* Register QAbstractAnimationClip to create AnimationClipLoadersSean Harmer2017-04-111-3/+3
* Add QAnimationClip classSean Harmer2017-04-114-2/+262
* Add value types for animation dataSean Harmer2017-04-119-2/+934
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Fix include guards in QAnimationClipLoaderSean Harmer2017-04-051-3/+3
* Fix GCC warning about use of an uninitialized variableThiago Macieira2017-04-021-1/+1
* Use [setL|l]oopCount in C++ for QAbstractClipAnimatorSean Harmer2017-03-302-7/+7
* Mark protected ctors in QChannelMap* explicitSean Harmer2017-03-282-2/+2
* Mark protected ctor in QAnimationClipLoader explicitSean Harmer2017-03-281-1/+1
* Mark protected ctor in QBlendedClipAnimator explicitSean Harmer2017-03-271-1/+1
* Remove last vestiges of parent-child data from ClipBlendNodeSean Harmer2017-03-262-8/+0
* Make ClipBlendNodeVisitor use allDependencyIds()Sean Harmer2017-03-261-2/+2
* Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-265-0/+27
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-267-9/+9
* Rename QClipBlendNode::performBlend() to blend()Sean Harmer2017-03-263-3/+3
* Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-267-25/+1
* Remove ClipBlendNode::parentId() functionSean Harmer2017-03-262-6/+0
* Remove clips property from QAbstractClipBlendNode and friendsSean Harmer2017-03-267-172/+1
* Remove some dead code related to old blend tree implementationSean Harmer2017-03-263-30/+1
* Implement the new blend tree prep and evaluation jobsSean Harmer2017-03-253-301/+100
* Pass argument by reference and make trivial function inlineSean Harmer2017-03-252-6/+1
* Add storage for channel mappings to BlendedClipAnimatorSean Harmer2017-03-251-0/+4
* Add overload of buildPropertyMappingsSean Harmer2017-03-252-0/+42
* Add function to generate component indices for blend tree formatSean Harmer2017-03-254-4/+66
* Add function assignChannelComponentIndicesSean Harmer2017-03-252-23/+59
* Add a function to build list of unique channel names and typesSean Harmer2017-03-252-0/+46
* Add function to format clip results using a gather operationSean Harmer2017-03-252-0/+22