summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix invalid QML base type information in documentationDavid Boddie2025-01-081-1/+0
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-2013-13/+13
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-138-17/+17
* build system: fix unity buildsTim Blechmann2024-02-071-1/+2
* Doc: Fix incorrect module/type names in \qmlproperty commandsTopi Reinio2023-06-061-5/+5
* Remove qmake build filesMike Krus2023-03-171-86/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-205-8/+8
* Qt3DAnimation: includemocsMike Krus2022-06-2224-0/+48
* Use SPDX license identifiersLucie Gérard2022-06-2283-3142/+166
* QAnimationCallback: De-inline dtor of polymorphic classMarc Mutz2022-06-212-1/+52
* Revert "QVector<T>::const_iterator isn't always a const T*"Thiago Macieira2021-11-033-6/+3
* Fix compilation with latest qtbaseKai Köhne2021-10-283-6/+6
* QVector<T>::const_iterator isn't always a const T*Ville Voutilainen2021-10-253-3/+6
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-1049-512/+659
* QChannel/QChannelComponent: Export comparison operatorsFriedemann Kleint2021-06-072-8/+8
* Don't export QKeyFrame which is fully implemented in the headerPaul Lemire2021-06-021-1/+1
* Fix MSVC warning about inconsistent DLL linkage of QAnimationClipData operato...Friedemann Kleint2021-01-291-4/+4
* Restore use of QVector in private APIMike Krus2021-01-056-25/+25
* Doc: Fix documentation warningsTopi Reinio2020-11-251-2/+2
* Handle fallout from QEvent loosing it's copy constructorMike Krus2020-11-231-0/+1
* Fix deprecated API usage and compile warningsMike Krus2020-11-202-12/+12
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-027-62/+62
* Fix build to change in typeof QList::size()Mike Krus2020-07-171-0/+4
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-0914-23/+23
* Use QList instead of QVectorJarek Kobus2020-07-0718-62/+62
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-022-2/+2
* Fix build for Qt6Mike Krus2020-05-065-10/+6
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-272-2/+6
|\
| * 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
| * | Properly stop running animations when using a negative playratePaul Lemire2020-03-301-1/+4
* | | Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-272-8/+0
* | | Geometry refactoringMike Krus2020-02-275-29/+29
* | | Remove deprecated classes and functionsPaul Lemire2020-02-1140-812/+24
|/ /
* | Revert "Fix post FF API changes"Mike Krus2019-12-031-10/+10
* | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-1/+0
|/
* Doc: Fix documentation warningsTopi Reinio2019-11-1311-13/+65
* 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-212-2/+3
* Clean up old property update codeMike Krus2019-10-202-2/+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 animation evaluation jobs to use direct syncMike Krus2019-10-082-15/+0
* | Update LoadAnimationClipJob to use direct syncMike Krus2019-10-084-28/+0
* | Clean up includesMike Krus2019-10-014-5/+0
* | Update QChannelMapper to use direct syncMike Krus2019-09-232-11/+3