summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-241-0/+2
|\
| * QtInputSupportPrivate: includemocsMarc Mutz2022-04-291-0/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-111-1/+1
|\|
| * Test for nullptr before dereferencing the screenVolker Hilsheimer2021-12-081-1/+1
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-01-261-20/+20
* Properly free m_mtdev when mtdev_open() returns an errorSteffen Kieß2020-08-261-0/+1
* evdevtouch: fix input_event time related compilePeter Seiderer2020-05-181-1/+9
* 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
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-3/+10
|\|
| * evdevtouch: ensure touchpoints released with typeB mtdev driversRomain Pokrzywka2016-03-021-3/+10
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
|/
* Synchronize QInputDeviceManager touch device count with QTouchDeviceRomain Pokrzywka2015-09-231-23/+60
* Fix evdevtouch coordinates when high DPI scaling is in useMitch Curtis2015-09-211-2/+4
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-1/+1
* evdevtouch driver: fix indentation.Andreas Hartmetz2015-06-121-5/+5
* evdevtouch: Add hotplug supportLaszlo Agocs2015-04-091-0/+665