aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-2/+1
* Support dumping of animation jobs via QML_ANIMATION_TICK_DUMP.Michael Brasser2014-04-081-0/+60
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-5/+9
* Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-201-0/+1
* Do not crash when one of group animation's children is nullJacek Całusiński2013-11-151-1/+2
* Doc: Fix broken linksSze Howe Koh2013-11-051-8/+8
* Remane private QQuickAction into QQuickStateActionGabriel de Dietrich2013-10-031-12/+12
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-43/+43
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Support looping for "uncontrolled animations".Gunnar Sletta2013-09-261-0/+1
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-11/+11
* Animators - Render thread animation systemGunnar Sletta2013-09-211-3/+58