summaryrefslogtreecommitdiffstats
path: root/src/animation/backend
Commit message (Expand)AuthorAgeFilesLines
* build system: fix unity buildsTim Blechmann2024-02-071-1/+2
* animation: silence clang warningTim Blechmann2024-02-011-1/+1
* animation: silence clang warningTim Blechmann2024-02-011-2/+0
* Remove qmake build filesMike Krus2023-03-171-61/+0
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-2115-100/+100
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-207-22/+22
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-1/+1
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Use SPDX license identifiersLucie Gérard2022-06-2255-2090/+110
* Make sure all private headers include at least one otherThiago Macieira2022-03-085-5/+7
* Revert "AnimationClip: fix the way we compute the duration"Paul Lemire2021-11-261-7/+4
* AnimationClip: fix the way we compute the durationPaul Lemire2021-11-241-4/+7
* Reset ClipAnimator loop counter on cleanupMauro Persano2021-09-291-0/+1
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-1047-470/+611
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-241-1/+2
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-051-1/+1
* Restore use of QVector in private APIMike Krus2021-01-0521-125/+123
* Fix deprecated API usage and compile warningsMike Krus2020-11-208-38/+39
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-021-8/+8
* Avoid multiple animation updatesMike Krus2020-10-161-3/+6
* Fix animation not runningMike Krus2020-09-253-21/+21
* evaluateClipAtLocalTime: prevent negative indices for keyframes lookupPaul Lemire2020-09-181-1/+1
* Fix build with latest QtBase and QtDeclarativeMike Krus2020-09-071-1/+1
* Fix compilation with newer qtbaseFabian Kosmale2020-08-251-0/+1
* Fix build to change in typeof QList::size()Mike Krus2020-07-171-2/+2
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-0931-187/+180
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-022-3/+3
* Animation Handler: assign iterator on erasePaul Lemire2020-06-301-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-1/+1
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-2710-35/+40
|\
| * 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-303-8/+14
* | Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-271-1/+1
* | Geometry refactoringMike Krus2020-02-273-24/+24
* | 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 deprecated classes and functionsPaul Lemire2020-02-117-16/+7
|/
* Remove QtGui module path from OpenGL related pathsMike Krus2020-02-061-1/+1
* Fix usages of text stream operatorsAlexandru Croitor2019-12-064-17/+17
* Revert "Update jobs to remove post FF changes"Mike Krus2019-12-034-2/+7
* Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-2/+1
* 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 Coverity warningsMike Krus2019-10-218-9/+11
* Clean up old property update codeMike Krus2019-10-201-1/+0
* Update LoadSkeletonJob to use direct syncMike Krus2019-10-082-22/+12
* Update animation evaluation jobs to use direct syncMike Krus2019-10-0815-140/+286
* Update LoadAnimationClipJob to use direct syncMike Krus2019-10-083-16/+45