summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/evaluateclipanimatorjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-101-10/+13
* Animations: prevent FindRunningClipAnimatorJob from running every framePaul Lemire2020-04-141-1/+5
* Fix Coverity warningsMike Krus2019-10-211-0/+1
* Update animation evaluation jobs to use direct syncMike Krus2019-10-081-13/+14
* Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-231-6/+19
* Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-181-2/+2
* Remove unused variables in the evaluate clip animator jobsChristian Stromme2017-11-271-2/+0
* Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-061-4/+10
* Merge branch '5.9' into 5.10Sean Harmer2017-09-301-3/+8
|\
| * Move the non-blended animation codepath closer to the blended oneSean Harmer2017-09-291-2/+6
* | Add clock property to QAbstractClipAnimatorChip Collier2017-07-241-1/+3
* | Add support for animation callbacksLaszlo Agocs2017-06-231-0/+3
|/
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-1/+1
* Typedef QVector<float> as ClipResultsSean Harmer2017-03-171-1/+1
* Rename ClipPreEvaluationData to ClipEvaluationDataSean Harmer2017-03-061-1/+1
* Rename animationEvaluationDataForAnimatorSean Harmer2017-03-061-1/+1
* Remove AnimationUtils classSean Harmer2017-03-061-7/+7
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-1/+1
* Animations: add type to the jobs for the profilerPaul Lemire2017-02-061-0/+2
* Improve the clip evalution codePaul Lemire2017-01-301-11/+7
* Refactor clip evaluation and property mappingPaul Lemire2017-01-291-2/+24
* Add job to process running clip animatorsSean Harmer2017-01-271-0/+72