summaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
* Fix build to change in typeof QList::size()Mike Krus2020-07-172-2/+6
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-0945-210/+203
* Use QList instead of QVectorJarek Kobus2020-07-0718-62/+62
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-024-5/+5
* Animation Handler: assign iterator on erasePaul Lemire2020-06-301-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-1/+1
* Fix handling of SSE/AVX sourceMike Krus2020-06-171-2/+5
* Fix animation cmake projectsMike Krus2020-06-051-1/+1
* Add support for building with CMakeMike Krus2020-05-221-0/+88
* Fix build for Qt6Mike Krus2020-05-065-10/+6
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-2712-37/+46
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-211-1/+2
| |\
| | * Check we remove a valid node when removing from node propertiesPaul Lemire2020-02-101-1/+2
| * | Animations: fix race condition on running clip animators vectorPaul Lemire2020-04-201-15/+10
| * | Animation: remove unused m_drityChannelMapper vectorPaul Lemire2020-04-142-4/+0
| * | Animations: prevent FindRunningClipAnimatorJob from running every framePaul Lemire2020-04-146-8/+16
| * | Properly stop running animations when using a negative playratePaul Lemire2020-03-304-9/+18
* | | Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-273-9/+1
* | | Geometry refactoringMike Krus2020-02-278-53/+53
* | | Merge remote-tracking branch 5.15 into devMike Krus2020-02-171-4/+12
|\| |
| * | Animations: handle colors as vec3 or vec4Paul Lemire2020-02-121-4/+12
* | | Remove custom deprecation macroPaul Lemire2020-02-121-1/+0
* | | Remove deprecated classes and functionsPaul Lemire2020-02-1147-828/+31
|/ /
* | 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