summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevtouch
Commit message (Expand)AuthorAgeFilesLines
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-9/+6
* evdevtouch: Fix touch device count not being updatedJohan Klokkhammer Helsing2019-10-111-1/+1
* 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: remove m_deviceDiscovery membersMarc Mutz2019-06-132-6/+4
* | QEvdev: Extract Method parseSpecification()Marc Mutz2019-06-131-14/+6
* | QEvdev: Replace manual memory management with unique_ptrMarc Mutz2019-06-122-13/+10
* | QEvdev: use printf-style qCDebug()/qWarning()Marc Mutz2019-06-112-18/+18
* | 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
* | More nullptr usage in headersKevin Funk2019-03-141-1/+1
|/
* 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-264-7/+6
|\| |
| * | evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-054-7/+6
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-11/+11
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
|/ /
* / Fix another race in the filtered touch implementationGunnar Sletta2017-03-031-1/+1
|/
* evdevtouch: Replace LPGL21 with LGPL license headerKai Koehne2017-02-281-12/+18
* evdevtouch: Add missing we mean it noteLaszlo Agocs2017-02-101-0/+11
* A few fixes to evdev touch filteringGunnar Sletta2017-01-091-3/+10
* Add support for filtering in the qevdevtouch pluginGunnar Sletta2016-12-133-37/+412
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-022-3/+2
|\
| * Replace PKGCONFIG+=foo usages with QMAKE_USELars Knoll2016-10-261-2/+1
| * create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-151-1/+1
* | Add evdev support for FreeBSDOleksandr Tymoshenko2016-10-061-0/+4
|/
* eglfs: Add missing virtual layout setting for DRM/KMSLaszlo Agocs2016-09-221-11/+19
* Modularize configure.json/.priLars Knoll2016-09-151-0/+1
* platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-261-2/+2
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-3/+2
* Rework privateFeatureLars Knoll2016-08-192-9/+9
* employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-1/+1
* 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-112-5/+38
|/ /
* | 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-154-56/+80
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-1/+0
|\|
| * Fix crash on process exit when the evdevtouch plugin is loadedRomain Pokrzywka2015-10-281-1/+0
* | 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-234-32/+100