summaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add methods to set and retrieve format indices for a blend value nodeSean Harmer2017-03-252-0/+27
* Add function to evaluate a blend treeSean Harmer2017-03-254-4/+44
* Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-258-0/+77
* Add function to recursively calculate duration of a blend treeSean Harmer2017-03-257-5/+34
* Add typedef of ComponentIndices for QVector<int>Sean Harmer2017-03-252-11/+13
* Add function to find set of leaf blend node ids that need evaluatingSean Harmer2017-03-194-16/+176
* Add function to evaluate clip at a given phaseSean Harmer2017-03-192-0/+11
* Cleanup whitespaceSean Harmer2017-03-191-1/+1
* Add function to calculate phase of animation from global timeSean Harmer2017-03-192-0/+14
* Add virtual to ClipBlendNode to allow querying dependenciesSean Harmer2017-03-175-0/+39
* Add ClipResults to ClipBlendNode indexed by animator idSean Harmer2017-03-172-0/+29