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
/
input
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash if MouseHandler has already been destroyed
Joni Poikelin
2025-06-18
1
-2
/
+4
*
build system: fix unity builds
Tim Blechmann
2024-02-07
3
-5
/
+6
*
Remove qmake build files
Mike Krus
2023-03-17
1
-67
/
+0
*
Remove Qt6 QT_VERSION checks from the code base
Paul Lemire
2023-02-10
2
-13
/
+0
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-20
10
-18
/
+18
*
Port to new Q_UNREACHABLE_RETURN()
Marc Mutz
2022-10-20
1
-2
/
+1
*
Qt3DInput: includemocs
Mike Krus
2022-06-22
1
-0
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
62
-2356
/
+124
*
Fix some compile warnings
Mike Krus
2022-06-03
1
-0
/
+1
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-08
4
-9
/
+8
*
Drop use of QVector in MovingAverage
Mike Krus
2021-01-05
2
-3
/
+4
*
Enable compiling non-QML API against Qt 5.15
Mike Krus
2021-01-05
2
-2
/
+0
*
Restore use of QVector in private API
Mike Krus
2021-01-05
1
-1
/
+1
*
Handle API changes for event handling
Mike Krus
2020-12-01
2
-1
/
+15
*
Fix deprecated API usage and compile warnings
Mike Krus
2020-11-20
2
-5
/
+5
*
Replace old Q_DECL statements with modern C++
Allan Sandfeld Jensen
2020-11-02
2
-3
/
+3
*
InternalEventFilter: forward some missing events
Paul Lemire
2020-08-06
1
-0
/
+10
*
Use QList instead of QVector in implementation and docs
Jarek Kobus
2020-07-09
23
-68
/
+61
*
QAspectJob: switch to using std::vector
Paul Lemire
2020-07-02
2
-3
/
+3
*
Input Aspect: Dispatch events directly
Mike Krus
2020-07-01
15
-957
/
+201
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-06-24
4
-5
/
+5
*
Clean input event handling
Mike Krus
2020-06-23
6
-230
/
+53
*
MouseEventFilter: use QMouseEvent::position for move events
Paul Lemire
2020-06-16
1
-1
/
+1
*
Update dependencies
Paul Lemire
2020-06-12
1
-3
/
+3
*
QResourcesManager: switch to std::vector
Paul Lemire
2020-05-20
1
-1
/
+1
*
Fix build for Qt6
Mike Krus
2020-05-06
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Mike Krus
2020-04-27
1
-0
/
+1
|
\
|
*
Implement Mouse Click and Double Click on MouseHandler
Mike Krus
2020-03-19
1
-0
/
+1
*
|
Add QBackendNode::syncFromFrontEnd to public API
Mike Krus
2020-02-27
1
-1
/
+1
*
|
Remove deprecated classes and functions
Paul Lemire
2020-02-11
19
-30
/
+30
|
/
*
QMouseDevice: add updateAxesContinuously property
Paul Lemire
2020-01-28
2
-2
/
+11
*
Revert "Update jobs to remove post FF changes"
Mike Krus
2019-12-03
12
-7
/
+19
*
Update jobs to remove post FF changes
Mike Krus
2019-10-22
12
-19
/
+7
*
Fix Coverity warnings
Mike Krus
2019-10-21
2
-0
/
+2
*
Clean up old property update code
Mike Krus
2019-10-20
2
-2
/
+0
*
Update MouseEventDispatcherJob to use direct sync
Mike Krus
2019-10-11
4
-44
/
+45
*
Update LoadProxyDeviceJob to use direct sync
Mike Krus
2019-10-11
3
-12
/
+41
*
Update keyboard handling jobs to use direct sync
Mike Krus
2019-10-11
6
-33
/
+78
*
Update AxisAccumulatorJob to use direct sync
Mike Krus
2019-10-11
3
-23
/
+40
*
Update UpdateAxisActionJob to use direct sync
Mike Krus
2019-10-09
4
-25
/
+63
*
Clean up includes
Mike Krus
2019-10-01
11
-20
/
+0
*
Update QPhysicalDeviceProxy to use direct sync
Mike Krus
2019-10-01
2
-11
/
+18
*
Update QInputSettings to use direct sync
Mike Krus
2019-10-01
2
-20
/
+10
*
Update QLogicalDevice to use direct sync
Mike Krus
2019-10-01
2
-38
/
+12
*
Update input action classes to use direct sync
Mike Krus
2019-10-01
8
-115
/
+34
*
Update Axis Input classes to use direct sync
Mike Krus
2019-10-01
6
-66
/
+30
*
Update QMouseHandler to use direct sync
Mike Krus
2019-10-01
2
-24
/
+13
*
Update QAxisAccumulator to use direct sync
Mike Krus
2019-10-01
2
-32
/
+17
*
Update QKeyboardHandler to use direct sync
Mike Krus
2019-10-01
2
-29
/
+21
*
Update device nodes to use direct sync
Mike Krus
2019-10-01
9
-109
/
+57
[next]