summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/clipanimator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Animations: prevent FindRunningClipAnimatorJob from running every framePaul Lemire2020-04-141-2/+2
* Update animation evaluation jobs to use direct syncMike Krus2019-10-081-22/+0
* Clean up includesMike Krus2019-10-011-2/+0
* Update QClipAnimator to use direct syncMike Krus2019-09-201-35/+26
* Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-231-0/+18
* Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-181-1/+1
* Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-061-1/+22
* Merge branch '5.9' into 5.10Sean Harmer2017-09-301-0/+1
|\
| * Move the non-blended animation codepath closer to the blended oneSean Harmer2017-09-291-0/+1
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-121-0/+5
|\|
| * Re-build Blend-Trees when Clips have been loadedWieland Hagen2017-09-081-0/+5
* | Add clock property to QAbstractClipAnimatorChip Collier2017-07-241-0/+11
* | Add support for animation callbacksLaszlo Agocs2017-06-231-0/+16
|/
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-1/+1
* Pass argument by reference and make trivial function inlineSean Harmer2017-03-251-5/+0
* Remove AnimationUtils classSean Harmer2017-03-061-1/+1
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-1/+1
* Refactor clip evaluation and property mappingPaul Lemire2017-01-291-281/+6
* Add loops property to ClipAnimator and implement logic for itSean Harmer2017-01-291-4/+31
* Add job to process running clip animatorsSean Harmer2017-01-271-1/+274
* Add job to find all clip animators that should be runningSean Harmer2017-01-271-2/+10
* Add channelMapper property to QClipAnimatorSean Harmer2017-01-271-0/+10
* Add running property to QClipAnimatorSean Harmer2017-01-271-0/+11
* Add a job to load animation clipsSean Harmer2017-01-271-2/+1
* Add animation componentsSean Harmer2017-01-271-0/+87