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.10
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
/
frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: Fix invalid QML base type information in documentation
David Boddie
2025-01-08
1
-1
/
+0
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
13
-13
/
+13
*
Doc: Fully qualify \property, \qmlproperty, \typedef, \enum
Luca Di Sera
2024-02-13
8
-17
/
+17
*
build system: fix unity builds
Tim Blechmann
2024-02-07
1
-1
/
+2
*
Doc: Fix incorrect module/type names in \qmlproperty commands
Topi Reinio
2023-06-06
1
-5
/
+5
*
Remove qmake build files
Mike Krus
2023-03-17
1
-86
/
+0
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-20
5
-8
/
+8
*
Qt3DAnimation: includemocs
Mike Krus
2022-06-22
24
-0
/
+48
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
83
-3142
/
+166
*
QAnimationCallback: De-inline dtor of polymorphic class
Marc Mutz
2022-06-21
2
-1
/
+52
*
Revert "QVector<T>::const_iterator isn't always a const T*"
Thiago Macieira
2021-11-03
3
-6
/
+3
*
Fix compilation with latest qtbase
Kai Köhne
2021-10-28
3
-6
/
+6
*
QVector<T>::const_iterator isn't always a const T*
Ville Voutilainen
2021-10-25
3
-3
/
+6
*
Replace QT_BEGIN_LICENSE:LGPL3 header
Kai Köhne
2021-08-10
49
-512
/
+659
*
QChannel/QChannelComponent: Export comparison operators
Friedemann Kleint
2021-06-07
2
-8
/
+8
*
Don't export QKeyFrame which is fully implemented in the header
Paul Lemire
2021-06-02
1
-1
/
+1
*
Fix MSVC warning about inconsistent DLL linkage of QAnimationClipData operato...
Friedemann Kleint
2021-01-29
1
-4
/
+4
*
Restore use of QVector in private API
Mike Krus
2021-01-05
6
-25
/
+25
*
Doc: Fix documentation warnings
Topi Reinio
2020-11-25
1
-2
/
+2
*
Handle fallout from QEvent loosing it's copy constructor
Mike Krus
2020-11-23
1
-0
/
+1
*
Fix deprecated API usage and compile warnings
Mike Krus
2020-11-20
2
-12
/
+12
*
Replace old Q_DECL statements with modern C++
Allan Sandfeld Jensen
2020-11-02
7
-62
/
+62
*
Fix build to change in typeof QList::size()
Mike Krus
2020-07-17
1
-0
/
+4
*
Use QList instead of QVector in implementation and docs
Jarek Kobus
2020-07-09
14
-23
/
+23
*
Use QList instead of QVector
Jarek Kobus
2020-07-07
18
-62
/
+62
*
QAspectJob: switch to using std::vector
Paul Lemire
2020-07-02
2
-2
/
+2
*
Fix build for Qt6
Mike Krus
2020-05-06
5
-10
/
+6
*
Merge remote-tracking branch 'origin/5.15' into dev
Mike Krus
2020-04-27
2
-2
/
+6
|
\
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Antti Määttä
2020-04-21
1
-1
/
+2
|
|
\
|
|
*
Check we remove a valid node when removing from node properties
Paul Lemire
2020-02-10
1
-1
/
+2
|
*
|
Properly stop running animations when using a negative playrate
Paul Lemire
2020-03-30
1
-1
/
+4
*
|
|
Add QBackendNode::syncFromFrontEnd to public API
Mike Krus
2020-02-27
2
-8
/
+0
*
|
|
Geometry refactoring
Mike Krus
2020-02-27
5
-29
/
+29
*
|
|
Remove deprecated classes and functions
Paul Lemire
2020-02-11
40
-812
/
+24
|
/
/
*
|
Revert "Fix post FF API changes"
Mike Krus
2019-12-03
1
-10
/
+10
*
|
Avoid initializing QFlags with 0 or nullptr
Friedemann Kleint
2019-11-25
1
-1
/
+0
|
/
*
Doc: Fix documentation warnings
Topi Reinio
2019-11-13
11
-13
/
+65
*
Fix post FF API changes
Mike Krus
2019-10-22
1
-10
/
+10
*
Restore sceneChangeEvent overload that were removed
Paul Lemire
2019-10-22
6
-1
/
+21
*
Fix Coverity warnings
Mike Krus
2019-10-21
2
-2
/
+3
*
Clean up old property update code
Mike Krus
2019-10-20
2
-2
/
+0
*
Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"
Paul Lemire
2019-10-15
3
-0
/
+24
|
\
|
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Paul Lemire
2019-10-15
3
-0
/
+24
|
|
\
|
|
*
Add documentation for AbstractClipAnimator QML type properties
Mats Honkamaa
2019-10-08
1
-0
/
+22
|
|
*
Doc: Add inherits tags to ClipAnimator and BlendedClipAnimator
Mats Honkamaa
2019-10-04
2
-0
/
+2
*
|
|
Restore use of Added/Removed messages for aspects not supporting sync
Mike Krus
2019-10-14
1
-2
/
+3
|
/
/
*
|
Update animation evaluation jobs to use direct sync
Mike Krus
2019-10-08
2
-15
/
+0
*
|
Update LoadAnimationClipJob to use direct sync
Mike Krus
2019-10-08
4
-28
/
+0
*
|
Clean up includes
Mike Krus
2019-10-01
4
-5
/
+0
*
|
Update QChannelMapper to use direct sync
Mike Krus
2019-09-23
2
-11
/
+3
[next]