index
:
delta/qt5/qt3d.git
1_0_RC1
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
baserock/morph
baserock/v5.0.0-beta1-81-gbdb98ba
dev
master
qt4
refactor
release
stable
wip/animation
wip/cmake
wip/newapi
wip/particles
wip/physics
wip/qt6
wip/qt6_snapshot
wip/qtquickintegration
wip/qtquickintergration
wip/refactor
wip/rhi-renderer
wip/vr
wip/yaml-dependencies
code.qt.io: qt/qt3d.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-09-20
2
-57
/
+62
|
\
|
*
Improve QInputSettings docs
Miikka Heikkinen
2016-09-05
1
-34
/
+22
|
*
Update QMouseDevice docs
Antti Määttä
2016-09-05
1
-23
/
+40
*
|
Add Wheel axes to QMouseDevice
Paul Lemire
2016-09-08
2
-5
/
+14
*
|
QInputAspect: slightly simplify createPhysicalDevice
Paul Lemire
2016-08-27
1
-3
/
+4
*
|
Merge branch '5.7' into 5.8
Sean Harmer
2016-08-25
1
-1
/
+0
|
\
\
|
|
/
|
*
QInputAspect::jobToExcute: time is in fact used
Kevin Ottens
2016-08-24
1
-1
/
+0
*
|
Long live QAxisAccumulator!
Sean Harmer
2016-08-11
4
-2
/
+465
|
/
*
QMouseHandler: proper bookkeeping of QMouseDevice
Paul Lemire
2016-06-30
1
-0
/
+15
*
QMouseHandler: fix onPressed/onPressAndHold
Paul Lemire
2016-06-29
2
-12
/
+25
*
Merge branch '5.7.0' into 5.7
Sean Harmer
2016-06-14
18
-89
/
+799
|
\
|
*
More doc for input Module
Colin Ogilvie
2016-06-03
17
-77
/
+573
|
*
Transfer previously written doc for input module
Colin Ogilvie
2016-06-03
8
-48
/
+262
*
|
Fix reset in input event filters in shutdown
Määttä Antti
2016-06-08
2
-0
/
+15
|
/
*
Fix warning about unregistered metatype for QAbstractPhysicalDevice
Paul Lemire
2016-05-27
2
-1
/
+1
*
Add doc skeleton for Qt3DInput
Tomi Korpipää
2016-05-25
20
-133
/
+509
*
Shared node bookkeeping
Paul Lemire
2016-05-23
8
-0
/
+63
*
Use QVector instead of QVariantList properties
Kevin Ottens
2016-05-23
3
-9
/
+8
*
De-inline some more dtors of non-leaf Private classes
Marc Mutz
2016-05-19
6
-3
/
+21
*
Introduce QAbstractActionInputPrivate
Marc Mutz
2016-05-19
10
-23
/
+101
*
De-inline dtors of public polymorphic classes
Marc Mutz
2016-05-19
35
-0
/
+106
*
Remove #if defined(Q_COMPILER_TEMPLATE_ALIAS)
Sean Harmer
2016-05-18
1
-11
/
+0
*
Add more explicit
Marc Mutz
2016-05-14
1
-2
/
+2
*
De-inline dtors of aspect classes
Marc Mutz
2016-05-14
2
-0
/
+6
*
Use some constructor delegation
Marc Mutz
2016-05-14
2
-1
/
+8
*
Qt3D: replace QStringLiteral with QLatin1String when appending or comparing
Marc Mutz
2016-05-14
1
-2
/
+2
*
Remove QBackendNodePropertyChange
Sean Harmer
2016-05-13
3
-7
/
+6
*
Linear scaling for key controlled axis
Colin Ogilvie
2016-05-12
3
-0
/
+49
*
Rename QNodeRemovedPropertyChange -> QPropertyNodeRemovedChange
Sean Harmer
2016-05-10
6
-13
/
+13
*
Rename QNodeAddedPropertyChange -> QPropertyNodeAddedChange
Sean Harmer
2016-05-10
6
-13
/
+13
*
QNodePropertyChange -> QPropertyUpdatedChange
Sean Harmer
2016-05-10
6
-10
/
+10
*
Remove QSceneChange::SenderType
Sean Harmer
2016-05-10
3
-7
/
+7
*
Remove ChangeFlag from NodeUpdated change type ctors
Sean Harmer
2016-05-10
1
-2
/
+2
*
Rename NodeUpdated ChangeFlag to PropertyUpdated
Sean Harmer
2016-05-10
6
-7
/
+7
*
Add missing "We mean it" warnings
Sean Harmer
2016-05-06
1
-0
/
+11
*
input/frontend: eradicate Q_FOREACH loops [low-risk]
Marc Mutz
2016-05-05
1
-10
/
+12
*
Change QList<int> properties to QVector<int>
Kevin Ottens
2016-05-04
4
-20
/
+18
*
Remove cloning from QGamepadInput
Mike Krus
2016-05-03
2
-16
/
+0
*
Bring more type safety to the buttons properties
Kevin Ottens
2016-05-02
6
-22
/
+24
*
Make QInputDevicePlugin and friends private
Kevin Ottens
2016-05-02
8
-66
/
+77
*
Turn QAxisInput into QAbstractAxisInput
Kevin Ottens
2016-05-02
14
-65
/
+50
*
Split QAnalogAxisInput out of QAxisInput
Kevin Ottens
2016-05-02
9
-25
/
+261
*
Splitting of QAxisInput
Robert Brock
2016-05-02
8
-45
/
+293
*
Q_NULLPTR -> nullptr
Sean Harmer
2016-05-01
28
-40
/
+40
*
QNodeRemovedChange: contains QNodeIdTypePair
Paul Lemire
2016-05-01
6
-7
/
+7
*
QNodeAddedChange: contains a QNodeIdTypePair
Paul Lemire
2016-05-01
6
-7
/
+7
*
Strip out cloning subsystem
Sean Harmer
2016-04-29
27
-161
/
+0
*
Make public headers compile with -Wzero-as-null-pointer-constant
Marc Mutz
2016-04-27
1
-2
/
+2
*
AbstractPhysicalDevice use new added/removed change types
Sean Harmer
2016-04-27
1
-2
/
+19
*
QLogicalDevice/LogicalDevice use new added/removed change types
Sean Harmer
2016-04-27
1
-9
/
+7
[next]