summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevtouch
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* | Switch to categorized logging in all the input handlersLaszlo Agocs2014-10-161-20/+15
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-292-38/+33
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+11
| |\
| | * Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* | | QEvDevTouch: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
|/ /
* / EvdevTouch: Added "invertx" and "inverty" parametersTakumi Asaki2014-05-121-0/+12
|/
* Fix compilation: testBit is only used if mtdev isn'tThiago Macieira2014-02-031-0/+2
* evdevtouch: Don't try to keep reading on EAGAINRobin Burchell2014-01-241-26/+47
* EvdevTouch: Don't remove released touch data for Type B; only ignore slotRobin Burchell2014-01-221-8/+29
* Fix evdevtouch build with -qtnamespaceSérgio Martins2014-01-091-3/+4
* Fix Qt build when mtdev is detectedThiago Macieira2014-01-041-1/+1
* mtdev: Change to use configure detection instead of requiring source hacking.Robin Burchell2013-12-303-10/+12
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* evdevtouch: Make it work with am335xLaszlo Agocs2013-10-171-0/+15
* evdevtouch: Do not print device information by defaultLaszlo Agocs2013-09-301-13/+26
* evdevtouch: Fix ABS limit queriesLaszlo Agocs2013-09-261-2/+11
* evdevtouch: Avoid duplicating points in released stateLaszlo Agocs2013-09-261-3/+10
* evdevtouch: Make TouchPointReleased working with certain driversLaszlo Agocs2013-09-201-21/+40
* evdevtouch: Handle single-touch devicesLaszlo Agocs2013-09-201-23/+23
* Added rotation parameter to qevdevtouchMikko Harju2013-06-061-2/+23
* Prevent touch coordinates outside target geometryMikko Harju2013-06-051-3/+4
* Fixed raw coordinate reporting for touch eventsMikko Harju2013-06-051-0/+2
* mark private dependencies as suchOswald Buddenhagen2013-05-201-1/+1
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-4/+0
|\
| * Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* | Added configuration environment variables for evdev input plugins.Libor Tomsik2013-03-202-2/+8
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Fix warning about unused variable in QtPlatformSupportThiago Macieira2012-12-221-1/+1
* evdevtouch: also use BTN_TOUCH with value == 0 to detect TouchPointReleasedJon Trulson2012-11-111-0/+5