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.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
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace qgetenv() calls converted to QString with qEnvironmentVariable()
Thiago Macieira
2025-01-01
1
-1
/
+1
*
Extract QEvdevTouchFilter to shared classes
Michał Łoś
2024-10-30
2
-142
/
+3
*
Straighten out various logging categories
Ulf Hermann
2024-06-19
3
-3
/
+4
*
Fix -Wimplicit-fallthrough for clang
Tim Blechmann
2024-03-01
1
-0
/
+1
*
Include what you need: <QPointer>
Marc Mutz
2023-10-12
1
-0
/
+2
*
QEvdevTouchScreenData: use string view types more
Anton Kudryavtsev
2023-09-07
1
-4
/
+4
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
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
5
-192
/
+12
*
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
*
Misc: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+1
*
Make sure all qtbase private headers include at least one other
Thiago Macieira
2022-02-24
1
-1
/
+1
*
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
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-16
/
+0
*
Replace qt_make_unique with std::make_unique
Allan Sandfeld Jensen
2020-11-23
1
-2
/
+1
*
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
3
-30
/
+25
*
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
*
evdevtouch: Fix touch device count not being updated
Johan Klokkhammer Helsing
2019-10-11
1
-1
/
+1
*
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: remove m_deviceDiscovery members
Marc Mutz
2019-06-13
2
-6
/
+4
*
|
QEvdev: Extract Method parseSpecification()
Marc Mutz
2019-06-13
1
-14
/
+6
*
|
QEvdev: Replace manual memory management with unique_ptr
Marc Mutz
2019-06-12
2
-13
/
+10
*
|
QEvdev: use printf-style qCDebug()/qWarning()
Marc Mutz
2019-06-11
2
-18
/
+18
*
|
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
*
|
More nullptr usage in headers
Kevin Funk
2019-03-14
1
-1
/
+1
|
/
*
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
[next]