summaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Reset ClipAnimator loop counter on cleanupMauro Persano2021-09-291-0/+1
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-1096-982/+1270
* 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
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-241-1/+2
* Fix MSVC warning about inconsistent DLL linkage of QAnimationClipData operato...Friedemann Kleint2021-01-291-4/+4
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-051-1/+1
* Restore use of QVector in private APIMike Krus2021-01-0527-150/+148
* 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-2010-50/+51
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-028-70/+70
* Avoid multiple animation updatesMike Krus2020-10-161-3/+6
* Use internal CMake APIMike Krus2020-10-071-1/+1
* 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-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