index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick
/
util
/
qquickanimation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not re-source the from value in animation with multiple loops
Andreas Buhr
2022-05-07
1
-2
/
+3
*
Allow modifying from, to, duration and easing properties during animation
Mitch Curtis
2022-04-28
1
-1
/
+45
*
Update PropertyChanges in src and tools
Ulf Hermann
2021-10-29
1
-2
/
+12
*
Doc: Replace non-existent \qmlproperty any type
Ivan Tkachenko
2021-10-26
1
-1
/
+1
*
Doc: Replace \qmlproperty Object and list<> thereof with QtObject
Ivan Tkachenko
2021-10-22
1
-6
/
+6
*
QQuickAbstractAnimation: Avoid finalizer callback
Fabian Kosmale
2021-09-24
1
-20
/
+11
*
Pass QMetaType by value rather than by ID in more places
Ulf Hermann
2021-06-09
1
-1
/
+1
*
Consistent naming for (to|from)Is(Defined|Sourced) in animations
Andreas Buhr
2021-03-30
1
-8
/
+8
*
QQmlMetaTypeData: Purge custom string converters
Fabian Kosmale
2021-03-30
1
-4
/
+0
*
Correct the error in the help document
Fan PengCheng
2021-03-22
1
-2
/
+2
*
Unregister value types when tearing down QML types
Ulf Hermann
2021-02-12
1
-1
/
+1
*
Animations: Drop checks for duplicate jobs
Ulf Hermann
2021-02-03
1
-9
/
+7
*
Use QMetaType instead of metatype-id, take 2
Fabian Kosmale
2020-12-03
1
-13
/
+13
*
QQmlListProperty: Use qsizetype rather than int for sizes
Ulf Hermann
2020-11-09
1
-3
/
+3
*
Avoid various warnings about deprected QMetaType methods
Ulf Hermann
2020-09-16
1
-2
/
+2
*
Port QtDeclarative from QStringRef to QStringView
Karsten Heimrich
2020-06-16
1
-1
/
+1
*
Quick: Use unicode character literals
Ulf Hermann
2020-06-10
1
-1
/
+1
*
Fix warnings from deprecated QChar constructor
Volker Hilsheimer
2020-06-04
1
-1
/
+1
*
Clean up registration of QEasingCurve
Ulf Hermann
2020-05-19
1
-2
/
+2
*
Fix signal emission order for zero-duration animations
Jan Arve Saether
2020-03-31
1
-8
/
+12
*
Remove hard-coded notes for 'Corresponding handler' for QML signals
Topi Reinio
2020-03-10
1
-6
/
+0
*
Replace QVariant::type with QVariant::userType
Olivier Goffart
2020-01-17
1
-9
/
+9
*
QQmlListProperty: Add replace and removeLast functions
Ulf Hermann
2020-01-15
1
-11
/
+50
*
Fix Qt6 build in preparation of qt5 submodule update
Alexandru Croitor
2019-12-19
1
-2
/
+2
*
Small performance improvements suggested by clang-tidy
Albert Astals Cid
2019-10-07
1
-1
/
+1
*
Doc: Fix typo in code snippet
Paul Wicking
2019-03-27
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.11' into dev
Ulf Hermann
2018-06-25
1
-11
/
+11
|
\
|
*
Doc: Add missing dots (qtdeclarative)
Paul Wicking
2018-06-19
1
-11
/
+11
*
|
Animation: add finished() signal
Mitch Curtis
2018-03-09
1
-0
/
+22
|
/
*
Silence a GCC 8 warning in qquickanimation
Ville Voutilainen
2018-02-28
1
-3
/
+3
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-7
/
+7
*
Add NOTIFY signals for QtQuick Animation classes to/from properties
Kevin Krammer
2017-12-16
1
-2
/
+2
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+2
*
Port existing qmlInfo callers to qmlWarning
Robin Burchell
2017-01-11
1
-9
/
+9
*
Quick: add missing 'override'
Anton Kudryavtsev
2016-10-07
1
-2
/
+2
*
Quick: replace 'foreach' with 'range for'
Anton Kudryavtsev
2016-08-18
1
-1
/
+1
*
QML: Unify property reads/writes and use accessors
Erik Verbruggen
2016-07-25
1
-3
/
+3
*
Use QStringRef to optimize memory allocation
Anton Kudryavtsev
2016-04-26
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-08
1
-2
/
+2
|
\
|
*
Documentation: fix vector3danimation property type names.
Vladimir Moolle
2016-04-01
1
-2
/
+2
*
|
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
Don't warn about non-existent default properties when one was found
Mitch Curtis
2015-12-15
1
-4
/
+29
*
Several cases of s/decelerating from/decelerating to/.
Edward Welbourne
2015-10-21
1
-8
/
+8
*
Doc: resize tables with overflow
Nico Vertriest
2015-06-25
1
-1
/
+4
*
QtQuick: Fix const correctness in old style casts
Thiago Macieira
2015-05-13
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Doc: correct link/compilation errors in Qt Declarative
Nico Vertriest
2014-07-02
1
-2
/
+1
*
Support dumping of animation jobs via QML_ANIMATION_TICK_DUMP.
Michael Brasser
2014-04-08
1
-0
/
+60
*
Doc: Document signals (not handlers) under \qmlsignal
Sze Howe Koh
2014-03-18
1
-5
/
+9
[next]