summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* QEvdevTouchScreenData: use string view types moreAnton Kudryavtsev2023-09-071-4/+4
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtInputSupportPrivate: includemocsMarc Mutz2022-04-291-0/+2
* Platformsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-261-5/+7
* Platformsupport: stop using QLatin1Char() for creating char literalsSona Kurazyan2022-04-261-2/+2
* evdev: Prevent race condition in touch events processingJungi Byun2022-01-261-1/+38
* Test for nullptr before dereferencing the screenVolker Hilsheimer2021-12-081-1/+1
* evdevtouch: Fix loading screen name for output mappingDavid Rosca2021-10-121-1/+1
* evdevtouch: Fix wrong addTouchPoint for "mtdev"Valery Volgutov2021-02-231-3/+7
* evdevtouch: Fix normalizedPositionValery Volgutov2021-01-271-0/+6
* webOS: Support mapping evdev keyboard and touchscreen to specific windowElvis Lee2020-10-271-5/+5
* QHighDpi: window geometry scaling functionsMorten Johan Sørvig2020-10-201-1/+1
* Properly free m_mtdev when mtdev_open() returns an errorSteffen Kieß2020-08-261-0/+1
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-28/+26
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-24/+17
* evdevtouch: fix input_event time related compilePeter Seiderer2020-05-071-1/+9
* Don't store iterators on QHash while erasingLars Knoll2020-04-011-10/+10
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-9/+6
* Add qt.qpa.input.events logging to evdevtouchShawn Rutledge2019-10-101-0/+7
* evdevtouch: Report stationary touchpoints that include pressure changesShawn Rutledge2019-10-081-1/+5
* Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-201-2/+5
|\
| * evdevtouch: Add fallback definition of ABS_MT_PRESSURE; fix alignmentShawn Rutledge2019-09-171-2/+5
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-1/+1
|\|
| * Deliver stationary touchpoints that have changed pressureShawn Rutledge2019-09-021-1/+1
* | QEvdev: use printf-style qCDebug()/qWarning()Marc Mutz2019-06-111-12/+12
* | QEvdevTouchScreenData: remove use of Java-style iteratorsMarc Mutz2019-05-241-11/+9
* | QEvdevTouchScreenData: use a mutex locker instead of manual lock/unlock()Marc Mutz2019-05-211-4/+5
|/
* Fix evdevtouch input plugin crash when the device can't be openedRomain Pokrzywka2018-06-181-1/+1
* Fix typosJarek Kobus2018-02-131-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-0/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+2
| |\
| | * Add missing math.h include (for sqrt function)Jake Petroules2017-09-221-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-1/+1
|\| |
| * | evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-051-1/+1
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-9/+9
|/ /
* / Fix another race in the filtered touch implementationGunnar Sletta2017-03-031-1/+1
|/
* A few fixes to evdev touch filteringGunnar Sletta2017-01-091-3/+10
* Add support for filtering in the qevdevtouch pluginGunnar Sletta2016-12-131-37/+224
* Add evdev support for FreeBSDOleksandr Tymoshenko2016-10-061-0/+4
* eglfs: Add missing virtual layout setting for DRM/KMSLaszlo Agocs2016-09-221-11/+19
* Rework privateFeatureLars Knoll2016-08-191-7/+7
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-2/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-2/+6
| |\
| | * evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-101-2/+6
* | | evdevtouch: Enable touch in multi-screen eglfs environmentsLaszlo Agocs2016-08-111-4/+36
|/ /