summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/clipanimator_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update commercial license headersTarja Sundqvist2021-02-021-19/+19
* Animations: prevent FindRunningClipAnimatorJob from running every framePaul Lemire2020-04-141-1/+1
* Update animation evaluation jobs to use direct syncMike Krus2019-10-081-3/+0
* Update QClipAnimator to use direct syncMike Krus2019-09-201-3/+1
* Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-231-1/+14
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-3/+3
|\
| * Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-181-3/+3
* | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-131-3/+9
|\|
| * Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-061-3/+9
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-0/+4
|\|
| * Merge branch '5.9' into 5.10Sean Harmer2017-09-301-0/+4
| |\
| | * Move the non-blended animation codepath closer to the blended oneSean Harmer2017-09-291-0/+4
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-1/+1
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/ /
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-121-0/+2
|\|
| * Re-build Blend-Trees when Clips have been loadedWieland Hagen2017-09-081-0/+2
* | Add clock property to QAbstractClipAnimatorChip Collier2017-07-241-0/+3
* | Add support for animation callbacksLaszlo Agocs2017-06-231-0/+1
|/
* Pass argument by reference and make trivial function inlineSean Harmer2017-03-251-1/+1
* Add ClipAnimator::setLoops() for testing purposesSean Harmer2017-03-061-0/+1
* Remove AnimationUtils classSean Harmer2017-03-061-3/+3
* Update naming of animation building blocksSean Harmer2017-03-021-1/+1
* Fix build warnings in animationsAntti Määttä2017-02-021-1/+1
* Refactor clip evaluation and property mappingPaul Lemire2017-01-291-30/+8
* Add loops property to ClipAnimator and implement logic for itSean Harmer2017-01-291-1/+5
* Add job to process running clip animatorsSean Harmer2017-01-271-0/+37
* Add job to find all clip animators that should be runningSean Harmer2017-01-271-1/+4
* Add channelMapper property to QClipAnimatorSean Harmer2017-01-271-1/+3
* Add running property to QClipAnimatorSean Harmer2017-01-271-0/+6
* Add a job to load animation clipsSean Harmer2017-01-271-3/+2
* Add animation componentsSean Harmer2017-01-271-0/+86