index
:
qt/qt3d.git
5.10
5.11
5.12
5.13
5.14
5.15
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
qt4
wip/animation
wip/cmake
wip/particles
wip/physics
wip/qtquickintegration
wip/refactor
wip/rhi-renderer
wip/vr
Qt3D
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
animation
/
backend
/
handler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Animtation Handler: fix unprotected concurrent access
Paul Lemire
2024-12-13
1
-0
/
+6
*
Remove qsizetype to int narrowing conversions
Aurélien Brooke
2022-12-21
1
-8
/
+8
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-38
/
+2
*
Replace QT_BEGIN_LICENSE:LGPL3 header
Kai Köhne
2021-08-10
1
-10
/
+13
*
Replace all implicit container move and clear by an explicit function
Paul Lemire
2021-02-24
1
-1
/
+2
*
Restore use of QVector in private API
Mike Krus
2021-01-05
1
-4
/
+4
*
Avoid multiple animation updates
Mike Krus
2020-10-16
1
-3
/
+6
*
Use QList instead of QVector in implementation and docs
Jarek Kobus
2020-07-09
1
-4
/
+4
*
QAspectJob: switch to using std::vector
Paul Lemire
2020-07-02
1
-2
/
+2
*
Animation Handler: assign iterator on erase
Paul Lemire
2020-06-30
1
-3
/
+3
*
Animations: fix race condition on running clip animators vector
Paul Lemire
2020-04-20
1
-15
/
+10
*
Animation: remove unused m_drityChannelMapper vector
Paul Lemire
2020-04-14
1
-3
/
+0
*
Avoid duplicate animation job dependencies
Kaj Grönholm
2018-02-10
1
-2
/
+5
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Andy Nichols
2017-11-17
1
-0
/
+11
|
\
|
*
Fix AnimationClip crash when removing clips
Andy Nichols
2017-11-15
1
-0
/
+11
*
|
Remove unnecessary list searches
Christian Strømme
2017-11-14
1
-8
/
+12
*
|
Merge branch '5.9' into 5.10
Sean Harmer
2017-09-12
1
-0
/
+6
|
\
|
|
*
Re-build Blend-Trees when Clips have been loaded
Wieland Hagen
2017-09-08
1
-0
/
+6
*
|
Add Skeleton backend node to the animation aspect
Sean Harmer
2017-08-30
1
-1
/
+2
*
|
Merge branch '5.9' into dev
Sean Harmer
2017-08-19
1
-2
/
+2
|
\
|
|
*
Use QSharedPointer::create() more
Marc Mutz
2017-07-22
1
-2
/
+2
*
|
Add clock property to QAbstractClipAnimator
Chip Collier
2017-07-24
1
-0
/
+1
|
/
*
Fix ClipAnimator crash when removing animators
Laszlo Agocs
2017-06-30
1
-0
/
+26
*
Introduce QAbstractAnimationClip and rename QAnimationClip
Sean Harmer
2017-02-24
1
-2
/
+2
*
Remove QConductedClipAnimator and defer to later
Sean Harmer
2017-02-16
1
-1
/
+0
*
BlendedAnimations: allow nested blending nodes evaluation
Paul Lemire
2017-01-31
1
-0
/
+2
*
Build blend trees and execute them
Paul Lemire
2017-01-29
1
-0
/
+62
*
Register QLerpBlend node with Animation aspect
Paul Lemire
2017-01-29
1
-0
/
+1
*
Add job to process running clip animators
Sean Harmer
2017-01-27
1
-3
/
+44
*
Add job to find all clip animators that should be running
Sean Harmer
2017-01-27
1
-7
/
+20
*
Add API to map animation channels to properties
Sean Harmer
2017-01-27
1
-0
/
+10
*
Add running property to QClipAnimator
Sean Harmer
2017-01-27
1
-0
/
+22
*
Add a job to load animation clips
Sean Harmer
2017-01-27
1
-1
/
+25
*
Add animation components
Sean Harmer
2017-01-27
1
-0
/
+3
*
Add in the usual plumbing and register QAnimationClip
Sean Harmer
2017-01-25
1
-0
/
+65