summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend
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-025-7/+7
|/
* 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
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-122-2/+2
* Start adding support for programmatic clips to the backend nodeSean Harmer2017-04-114-2/+11
* 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 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 clips property from QAbstractClipBlendNode and friendsSean Harmer2017-03-265-86/+0
* Register QClipBlendValue with the animation aspectSean Harmer2017-03-021-0/+5
* Add new QClipBlendValue to hold the leaf values of blend treesSean Harmer2017-03-024-2/+271
* Add baseClip and additiveClip properties to QAdditiveClipBlendSean Harmer2017-02-243-0/+67
* Rename blendFactor on QAdditiveClipBlend to additiveFactorSean Harmer2017-02-243-16/+16
* Add startClip and endClip properties to QLerpClipBlendSean Harmer2017-02-243-0/+95
* Rename QAdditiveBlend -> QAdditiveClipBlendSean Harmer2017-02-245-50/+50
* Rename QLerpBlend to QLerpClipBlendSean Harmer2017-02-245-47/+47
* Add Status property to QAnimationClipLoaderSean Harmer2017-02-243-0/+52
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-2419-99/+304
* Add Infinite constant to QAbstractClipAnimatorKevin Ottens2017-02-231-0/+3
* Have QBlendedClipAnimator inherit from QAbstractClipAnimatorKevin Ottens2017-02-233-88/+8
* Introduce QAbstractClipAnimatorKevin Ottens2017-02-237-89/+318
* Remove QConductedClipAnimator and defer to laterSean Harmer2017-02-165-239/+0
* Add docs for animationsAntti Määttä2017-02-138-9/+763
* Fix autotestsAntti Määttä2017-02-1310-81/+138
* Fix Clang warnings: remove unused code and dataMike Krus2017-02-111-10/+0
* Fix Clang warnings: use of deprecated apiMike Krus2017-02-112-2/+2
* Fix Clang warnings: out of order initializationMike Krus2017-02-111-2/+2
* Move animations from extras to animationsAntti Määttä2017-02-0722-2/+2682
* Renamed QAddBlend to QAdditiveBlendPaul Lemire2017-01-315-50/+50
* BlendedAnimations: allow nested blending nodes evaluationPaul Lemire2017-01-311-0/+25
* Add AddBlend backend nodePaul Lemire2017-01-301-0/+5