summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevtouch
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-182-2/+3
* evdevtouch driver: fix indentation.Andreas Hartmetz2015-06-121-5/+5
* evdevtouch: Add hotplug supportLaszlo Agocs2015-04-095-61/+227
* QPA plugins: Fix const correctness in old style castsThiago Macieira2015-03-091-1/+1
* Do not mark non-existent touch points as stationaryMikko Harju2015-02-141-0/+4
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-0/+8
|\