summaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-02-281-1/+0
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-138-17/+17
* build system: fix unity buildsTim Blechmann2024-02-072-2/+4
* animation: silence clang warningTim Blechmann2024-02-011-1/+1
* animation: silence clang warningTim Blechmann2024-02-011-2/+0
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-221-0/+1
* Doc: Fix incorrect module/type names in \qmlproperty commandsTopi Reinio2023-06-061-5/+5
* Remove qmake build filesMike Krus2023-03-173-168/+0
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-101-0/+3
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-2115-100/+100
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-2012-30/+30
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-241-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Qt3DAnimation: includemocsMike Krus2022-06-2224-0/+48
* Use SPDX license identifiersLucie Gérard2022-06-22143-5422/+286
* QAnimationCallback: De-inline dtor of polymorphic classMarc Mutz2022-06-213-2/+53
* Make sure all private headers include at least one otherThiago Macieira2022-03-087-5/+9
* 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