summaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
* Properly stop running animations when using a negative playratePaul Lemire2020-03-304-9/+18
* Animations: handle colors as vec3 or vec4Paul Lemire2020-02-121-4/+12
* Remove QtGui module path from OpenGL related pathsMike Krus2020-02-061-1/+1
* Fix deprecation handlingMike Krus2020-01-141-0/+1
* Fix usages of text stream operatorsAlexandru Croitor2019-12-064-17/+17
* Revert "Fix post FF API changes"Mike Krus2019-12-031-10/+10
* Revert "Update jobs to remove post FF changes"Mike Krus2019-12-034-2/+7
* Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-252-3/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-1611-13/+65
|\
| * Doc: Fix documentation warningsTopi Reinio2019-11-1311-13/+65
* | Accept CBOR as optional format in gltf dataUlf Hermann2019-10-291-6/+4
|/
* Update jobs to remove post FF changesMike Krus2019-10-224-7/+2
* Fix post FF API changesMike Krus2019-10-221-10/+10
* Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-226-1/+21
* Fix Coverity warningsMike Krus2019-10-2110-11/+14
* Clean up old property update codeMike Krus2019-10-203-3/+0
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Paul Lemire2019-10-153-0/+24
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Paul Lemire2019-10-153-0/+24
| |\
| | * Add documentation for AbstractClipAnimator QML type propertiesMats Honkamaa2019-10-081-0/+22
| | * Doc: Add inherits tags to ClipAnimator and BlendedClipAnimatorMats Honkamaa2019-10-042-0/+2
* | | Restore use of Added/Removed messages for aspects not supporting syncMike Krus2019-10-141-2/+3
|/ /
* | Update LoadSkeletonJob to use direct syncMike Krus2019-10-082-22/+12
* | Update animation evaluation jobs to use direct syncMike Krus2019-10-0817-155/+286
* | Update LoadAnimationClipJob to use direct syncMike Krus2019-10-087-44/+45
* | Fix backend property updatesMike Krus2019-10-031-1/+1
* | Clean up includesMike Krus2019-10-0110-16/+0
* | Update QChannelMapper to use direct syncMike Krus2019-09-234-45/+19
* | Update mapping classes to use direct syncMike Krus2019-09-235-99/+43
* | Update QLerpClipBlend to use direct syncMike Krus2019-09-203-27/+13
* | Update QClipBlendValue to use direct syncMike Krus2019-09-203-18/+8
* | Update QAdditiveClipBlend to use direct syncMike Krus2019-09-203-26/+11
* | Update QAbstractSkeleton to use direct syncMike Krus2019-09-203-11/+2
* | Update QBlendedClipAnimator to use direct syncMike Krus2019-09-203-39/+30
* | Update QClipAnimator to use direct syncMike Krus2019-09-203-39/+28
* | Update QClock to use direct syncMike Krus2019-09-203-23/+9
* | Update QAnimationClip (and Loader) to use direct syncMike Krus2019-09-203-41/+25
* | Enable syncing on animation aspectMike Krus2019-09-204-0/+19
* | Update QTransform to use direct syncMike Krus2019-09-181-0/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-112-3/+14
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-312-3/+14
| |\
| | * Fix LerpClipBlend QML documentationMats Honkamaa2019-08-271-3/+3
| | * Add QML documentation for ClipBlendValueMats Honkamaa2019-08-261-0/+11
* | | Animations: don't assert if mapper is not setPaul Lemire2019-08-261-1/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-233-12/+38
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-163-12/+38
| |\|
| | * Take shortest path on quaternion slerpJuan Jose Casafranca2019-07-153-12/+38
* | | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-06-031-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-261-3/+3
| |\|
| | * Check if animation channel only have one component and shortcircuitJuan Jose Casafranca2019-05-141-3/+3
* | | Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0