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
/
inputhandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash if MouseHandler has already been destroyed
Joni Poikelin
14 days
1
-2
/
+4
*
build system: fix unity builds
Tim Blechmann
2024-02-07
1
-3
/
+2
*
Remove Qt6 QT_VERSION checks from the code base
Paul Lemire
2023-02-10
1
-4
/
+0
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-20
1
-5
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-38
/
+2
*
Fix some compile warnings
Mike Krus
2022-06-03
1
-0
/
+1
*
Handle API changes for event handling
Mike Krus
2020-12-01
1
-1
/
+6
*
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
1
-1
/
+1
*
Input Aspect: Dispatch events directly
Mike Krus
2020-07-01
1
-148
/
+164
*
Clean input event handling
Mike Krus
2020-06-23
1
-35
/
+47
*
QResourcesManager: switch to std::vector
Paul Lemire
2020-05-20
1
-1
/
+1
*
Remove the Aspect Thread
Paul Lemire
2019-08-07
1
-12
/
+8
*
Iterate by const reference on handles
Mike Krus
2018-01-13
1
-3
/
+3
*
Fix build for -no-feature-wheelevent
Stephan Binner
2017-04-27
1
-4
/
+16
*
Coding convention fix for Src/input
Robert Brock
2017-03-16
1
-9
/
+10
*
Add plumbing and process AxisAccumulators each frame
Sean Harmer
2016-12-07
1
-0
/
+2
*
Input: move createPhysicalDevice into input handler
Paul Lemire
2016-11-18
1
-0
/
+11
*
Add PhysicalDeviceProxy: backend for QAbstractPhysicalDeviceProxy
Paul Lemire
2016-11-18
1
-0
/
+2
*
MouseDevice: add wheel axes handling
Paul Lemire
2016-09-08
1
-0
/
+1
*
Add convenience to look for action inputs by id
Kevin Ottens
2016-08-24
1
-0
/
+10
*
Fix MouseHandler/SourceDevice mouse event dispatching
Paul Lemire
2016-06-30
1
-7
/
+14
*
Fix reset in input event filters in shutdown
Määttä Antti
2016-06-08
1
-0
/
+8
*
Qt3DInput: eradicate remaining Q_FOREACH loop
Marc Mutz
2016-05-14
1
-10
/
+10
*
Turn QAxisInput into QAbstractAxisInput
Kevin Ottens
2016-05-02
1
-2
/
+0
*
Split QAnalogAxisInput out of QAxisInput
Kevin Ottens
2016-05-02
1
-0
/
+2
*
Splitting of QAxisInput
Robert Brock
2016-05-02
1
-0
/
+2
*
Q_NULLPTR -> nullptr
Sean Harmer
2016-05-01
1
-2
/
+2
*
Fix memory leaks in input
Määttä Antti
2016-04-28
1
-0
/
+15
*
Add Mouse Wheel event handling in the backend
Paul Lemire
2016-04-21
1
-13
/
+32
*
Class QKeyboardController rename to QKeyboardDevice
Franck Arrecot
2016-03-16
1
-13
/
+13
*
QMouseController changes and rename
Franck Arrecot
2016-03-11
1
-7
/
+7
*
QBackendNode::peerUuid() renamed to peerId()
Paul Lemire
2016-03-05
1
-1
/
+1
*
Inputs overhauled
Paul Lemire
2016-02-29
1
-1
/
+0
*
const QNodeId & -> QNodeId
Paul Lemire
2016-02-22
1
-1
/
+1
*
Unify license header usage
Antti Kokko
2016-01-26
1
-11
/
+14
*
QInputAspect: create EventSourceSetterHelper in main thread
Paul Lemire
2016-01-22
1
-1
/
+9
*
QInputAspect: hookup EventSourceHelper/InputSetings
Paul Lemire
2016-01-19
1
-0
/
+10
*
QInputAspect/InputHandler: add EventSourceSetterHelper member
Paul Lemire
2016-01-19
1
-1
/
+12
*
Add InputSettings member on InputHandler
Paul Lemire
2016-01-19
1
-0
/
+7
*
Backend Nodes for Aggregate Actions
Colin Ogilvie
2016-01-16
1
-0
/
+2
*
Say hello to GenericDevice
BogDan Vatra
2016-01-16
1
-1
/
+12
*
Turn all services private for now
Kevin Ottens
2015-12-12
1
-1
/
+1
*
Rename Q3D*Event to Q*Event and handle namespace
Mike Krus
2015-12-10
1
-8
/
+8
*
MouseController: various fixes
Paul Lemire
2015-12-07
1
-1
/
+1
*
Input: fix, event filters can't be registered with the same priority
Paul Lemire
2015-12-07
1
-2
/
+2
*
QMouseController: converted to QAbstractPhysicalDevice
Paul Lemire
2015-12-07
1
-0
/
+1
*
Input: make KeyboardController a physical device
Paul Lemire
2015-12-07
1
-0
/
+1
*
Add backend class for axis-action handler
Sean Harmer
2015-12-04
1
-0
/
+1
*
QInputAspect: launch an axis/action update frame
Paul Lemire
2015-11-30
1
-0
/
+10
[next]