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
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
/
qml
/
animations
/
qabstractanimationjob.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...
v5.15.8-lts-lgpl
Tarja Sundqvist
2022-11-10
1
-6
/
+35
|
\
|
*
Unset the QQmlAnimationTimer pointer from unregistered jobs
Volker Hilsheimer
2021-11-24
1
-2
/
+4
|
*
Reset the timer of all controlled animations upon timer destruction
Volker Hilsheimer
2021-11-24
1
-5
/
+32
|
*
Don't create an animation timer when destroying the animation job
Volker Hilsheimer
2021-11-24
1
-1
/
+1
*
|
Revert "Update commercial license headers"
v5.15.3-lts-lgpl
Tarja Sundqvist
2021-03-24
1
-20
/
+20
|
/
*
Update commercial license headers
Tarja Sundqvist
2021-02-02
1
-20
/
+20
*
Fix alwaysRunToEnd==true prevented complex Anim from stopping
Piotr Mikolajczyk
2020-10-16
1
-0
/
+3
*
Remove unused define
Norihito Tohge
2020-03-12
1
-2
/
+0
*
Fix Qt6 build in preparation of qt5 submodule update
Alexandru Croitor
2019-12-19
1
-1
/
+1
*
Fix crash caused by objects self-destructions during displacement animations
Yulong Bai
2019-06-17
1
-4
/
+0
*
Make QtDeclarative work for the no-thread config
Morten Johan Sørvig
2018-09-05
1
-5
/
+0
*
Fix build with QT_NO_THREAD
Simon Hausmann
2018-05-28
1
-1
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-4
/
+4
*
Avoid repeated calls into thread local storage to get the animation timer
Lars Knoll
2018-01-22
1
-39
/
+34
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+1
*
Replace QPODVector with a std::vector in QAbstractAnimationJob
Frank Meerkoetter
2016-04-07
1
-12
/
+9
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
QtQml: Fix const correctness in old style casts
Thiago Macieira
2015-07-09
1
-1
/
+1
*
Improve debug formatting of QAbstractAnimationJob and related classes.
Friedemann Kleint
2015-04-02
1
-1
/
+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
*
Avoid eventloop recursion in touch event handling.
Gunnar Sletta
2014-07-31
1
-0
/
+2
*
Reset loop counters when animations are started.
Gunnar Sletta
2014-04-24
1
-0
/
+1
*
Support dumping of animation jobs via QML_ANIMATION_TICK_DUMP.
Michael Brasser
2014-04-08
1
-0
/
+23
*
Stop the animation driver when no animations are ticking.
Gunnar Sletta
2014-04-04
1
-1
/
+2
*
Make SmoothedAnimation and SpringAnimation smoothly transition again.
Michael Brasser
2014-02-20
1
-6
/
+3
*
Support looping for "uncontrolled animations".
Gunnar Sletta
2013-09-26
1
-18
/
+51
*
Animators - Render thread animation system
Gunnar Sletta
2013-09-21
1
-0
/
+2
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-10
1
-1
/
+1
*
Do not crash on some animation changes
Albert Astals Cid
2012-12-20
1
-1
/
+1
*
Add designer support for animations and componentComplete
Marco Bubke
2012-11-22
1
-1
/
+12
*
Fixed missing virtual destructors in qtdeclarative.
Samuel Rødal
2012-09-24
1
-0
/
+4
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-23
1
-24
/
+24
*
Add more RETURN_IF_DELETED checking in animation code
Charles Yin
2012-05-25
1
-1
/
+1
*
Add completeToBeginning()/completeToEnd() to animation controller
Charles Yin
2012-05-23
1
-3
/
+32
*
More defense programming in animation code
Charles Yin
2012-05-17
1
-2
/
+5
*
Add a new running property to QQuickTransition
Charles Yin
2012-04-16
1
-1
/
+0
*
More refactoring on animation controller
Charles Yin
2012-03-13
1
-5
/
+31
*
Return early if animationjob was deleted in all callback methods.
Charles Yin
2012-03-12
1
-6
/
+9
*
Rename QDeclarative symbols to QQuick and QQml
Matthew Vogt
2012-02-24
1
-0
/
+544