summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/handler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-211-8/+8
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-101-10/+13
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-241-1/+2
* Restore use of QVector in private APIMike Krus2021-01-051-4/+4
* Avoid multiple animation updatesMike Krus2020-10-161-3/+6
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-4/+4
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-021-2/+2
* Animation Handler: assign iterator on erasePaul Lemire2020-06-301-3/+3
* Animations: fix race condition on running clip animators vectorPaul Lemire2020-04-201-15/+10
* Animation: remove unused m_drityChannelMapper vectorPaul Lemire2020-04-141-3/+0
* Avoid duplicate animation job dependenciesKaj Grönholm2018-02-101-2/+5
* Merge remote-tracking branch 'origin/5.9' into 5.10Andy Nichols2017-11-171-0/+11
|\
| * Fix AnimationClip crash when removing clipsAndy Nichols2017-11-151-0/+11
* | Remove unnecessary list searchesChristian Strømme2017-11-141-8/+12
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-121-0/+6
|\|
| * Re-build Blend-Trees when Clips have been loadedWieland Hagen2017-09-081-0/+6
* | Add Skeleton backend node to the animation aspectSean Harmer2017-08-301-1/+2
* | Merge branch '5.9' into devSean Harmer2017-08-191-2/+2
|\|
| * Use QSharedPointer::create() moreMarc Mutz2017-07-221-2/+2
* | Add clock property to QAbstractClipAnimatorChip Collier2017-07-241-0/+1
|/
* Fix ClipAnimator crash when removing animatorsLaszlo Agocs2017-06-301-0/+26
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-2/+2
* Remove QConductedClipAnimator and defer to laterSean Harmer2017-02-161-1/+0
* BlendedAnimations: allow nested blending nodes evaluationPaul Lemire2017-01-311-0/+2
* Build blend trees and execute themPaul Lemire2017-01-291-0/+62
* Register QLerpBlend node with Animation aspectPaul Lemire2017-01-291-0/+1
* Add job to process running clip animatorsSean Harmer2017-01-271-3/+44
* Add job to find all clip animators that should be runningSean Harmer2017-01-271-7/+20
* Add API to map animation channels to propertiesSean Harmer2017-01-271-0/+10
* Add running property to QClipAnimatorSean Harmer2017-01-271-0/+22
* Add a job to load animation clipsSean Harmer2017-01-271-1/+25
* Add animation componentsSean Harmer2017-01-271-0/+3
* Add in the usual plumbing and register QAnimationClipSean Harmer2017-01-251-0/+65