aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix grammar of PropertyAnimation section titleMitch Curtis2023-03-011-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-181-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-181-23/+23
* Use SPDX license identifiersLucie GĂ©rard2022-06-141-38/+2
* Do not re-source the from value in animation with multiple loopsAndreas Buhr2022-05-071-2/+3
* Allow modifying from, to, duration and easing properties during animationMitch Curtis2022-04-281-1/+45
* Update PropertyChanges in src and toolsUlf Hermann2021-10-291-2/+12
* Doc: Replace non-existent \qmlproperty any typeIvan Tkachenko2021-10-261-1/+1
* Doc: Replace \qmlproperty Object and list<> thereof with QtObjectIvan Tkachenko2021-10-221-6/+6
* QQuickAbstractAnimation: Avoid finalizer callbackFabian Kosmale2021-09-241-20/+11
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-1/+1
* Consistent naming for (to|from)Is(Defined|Sourced) in animationsAndreas Buhr2021-03-301-8/+8
* QQmlMetaTypeData: Purge custom string convertersFabian Kosmale2021-03-301-4/+0
* Correct the error in the help documentFan PengCheng2021-03-221-2/+2
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-1/+1
* Animations: Drop checks for duplicate jobsUlf Hermann2021-02-031-9/+7
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-13/+13
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-3/+3
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-2/+2
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Quick: Use unicode character literalsUlf Hermann2020-06-101-1/+1
* Fix warnings from deprecated QChar constructorVolker Hilsheimer2020-06-041-1/+1
* Clean up registration of QEasingCurveUlf Hermann2020-05-191-2/+2
* Fix signal emission order for zero-duration animationsJan Arve Saether2020-03-311-8/+12
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-6/+0
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-9/+9
* QQmlListProperty: Add replace and removeLast functionsUlf Hermann2020-01-151-11/+50
* Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-2/+2
* Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-1/+1
* Doc: Fix typo in code snippetPaul Wicking2019-03-271-1/+1
* Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-11/+11
|\
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-11/+11
* | Animation: add finished() signalMitch Curtis2018-03-091-0/+22
|/
* Silence a GCC 8 warning in qquickanimationVille Voutilainen2018-02-281-3/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-7/+7
* Add NOTIFY signals for QtQuick Animation classes to/from propertiesKevin Krammer2017-12-161-2/+2
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-9/+9
* Quick: add missing 'override'Anton Kudryavtsev2016-10-071-2/+2
* Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-181-1/+1
* QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-3/+3
* Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-2/+2
|\
| * Documentation: fix vector3danimation property type names.Vladimir Moolle2016-04-011-2/+2
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Don't warn about non-existent default properties when one was foundMitch Curtis2015-12-151-4/+29
* Several cases of s/decelerating from/decelerating to/.Edward Welbourne2015-10-211-8/+8
* Doc: resize tables with overflowNico Vertriest2015-06-251-1/+4
* QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-131-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7