index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
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.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
platformsupport
/
input
/
evdevtouch
/
qevdevtouchhandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-2
/
+2
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtInputSupportPrivate: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
Platformsupport: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-26
1
-5
/
+7
*
Platformsupport: stop using QLatin1Char() for creating char literals
Sona Kurazyan
2022-04-26
1
-2
/
+2
*
evdev: Prevent race condition in touch events processing
Jungi Byun
2022-01-26
1
-1
/
+38
*
Test for nullptr before dereferencing the screen
Volker Hilsheimer
2021-12-08
1
-1
/
+1
*
evdevtouch: Fix loading screen name for output mapping
David Rosca
2021-10-12
1
-1
/
+1
*
evdevtouch: Fix wrong addTouchPoint for "mtdev"
Valery Volgutov
2021-02-23
1
-3
/
+7
*
evdevtouch: Fix normalizedPosition
Valery Volgutov
2021-01-27
1
-0
/
+6
*
webOS: Support mapping evdev keyboard and touchscreen to specific window
Elvis Lee
2020-10-27
1
-5
/
+5
*
QHighDpi: window geometry scaling functions
Morten Johan Sørvig
2020-10-20
1
-1
/
+1
*
Properly free m_mtdev when mtdev_open() returns an error
Steffen Kieß
2020-08-26
1
-0
/
+1
*
Refactor pointer event hierarchy
Shawn Rutledge
2020-07-10
1
-28
/
+26
*
Introduce QInputDevice hierarchy; replace QTouchDevice
Shawn Rutledge
2020-06-16
1
-24
/
+17
*
evdevtouch: fix input_event time related compile
Peter Seiderer
2020-05-07
1
-1
/
+9
*
Don't store iterators on QHash while erasing
Lars Knoll
2020-04-01
1
-10
/
+10
*
Avoid initializing QFlags with 0 or nullptr in further cases
Friedemann Kleint
2019-11-22
1
-9
/
+6
*
Add qt.qpa.input.events logging to evdevtouch
Shawn Rutledge
2019-10-10
1
-0
/
+7
*
evdevtouch: Report stationary touchpoints that include pressure changes
Shawn Rutledge
2019-10-08
1
-1
/
+5
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Joerg Bornemann
2019-09-20
1
-2
/
+5
|
\
|
*
evdevtouch: Add fallback definition of ABS_MT_PRESSURE; fix alignment
Shawn Rutledge
2019-09-17
1
-2
/
+5
*
|
Merge remote-tracking branch 'origin/5.13' into 5.14
Friedemann Kleint
2019-09-09
1
-1
/
+1
|
\
\
|
|
/
|
*
Deliver stationary touchpoints that have changed pressure
Shawn Rutledge
2019-09-02
1
-1
/
+1
*
|
QEvdev: use printf-style qCDebug()/qWarning()
Marc Mutz
2019-06-11
1
-12
/
+12
*
|
QEvdevTouchScreenData: remove use of Java-style iterators
Marc Mutz
2019-05-24
1
-11
/
+9
*
|
QEvdevTouchScreenData: use a mutex locker instead of manual lock/unlock()
Marc Mutz
2019-05-21
1
-4
/
+5
|
/
*
Fix evdevtouch input plugin crash when the device can't be opened
Romain Pokrzywka
2018-06-18
1
-1
/
+1
*
Fix typos
Jarek Kobus
2018-02-13
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-10-17
1
-0
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-10-04
1
-0
/
+2
|
|
\
|
|
*
Add missing math.h include (for sqrt function)
Jake Petroules
2017-09-22
1
-0
/
+2
*
|
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-09-26
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
evdev*,libinput: use functor-based connections
Gatis Paeglis
2017-09-05
1
-1
/
+1
*
|
|
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-9
/
+9
|
/
/
*
|
Fix another race in the filtered touch implementation
Gunnar Sletta
2017-03-03
1
-1
/
+1
|
/
*
A few fixes to evdev touch filtering
Gunnar Sletta
2017-01-09
1
-3
/
+10
*
Add support for filtering in the qevdevtouch plugin
Gunnar Sletta
2016-12-13
1
-37
/
+224
*
Add evdev support for FreeBSD
Oleksandr Tymoshenko
2016-10-06
1
-0
/
+4
*
eglfs: Add missing virtual layout setting for DRM/KMS
Laszlo Agocs
2016-09-22
1
-11
/
+19
*
Rework privateFeature
Lars Knoll
2016-08-19
1
-7
/
+7
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-08-16
1
-2
/
+6
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-08-10
1
-2
/
+6
|
|
\
|
|
*
evdevtouch: Avoid crashing on exit
Laszlo Agocs
2016-08-10
1
-2
/
+6
*
|
|
evdevtouch: Enable touch in multi-screen eglfs environments
Laszlo Agocs
2016-08-11
1
-4
/
+36
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-11
1
-3
/
+10
|
\
\
|
|
/
|
*
evdevtouch: ensure touchpoints released with typeB mtdev drivers
Romain Pokrzywka
2016-03-02
1
-3
/
+10
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
[next]