summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevtouch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-141-2/+2
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* android: work around android's linux/input.h being retarded.Robin Burchell2012-07-061-0/+21
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Test if the device is grabbed in some of the evdev pluginsLaszlo Agocs2012-06-061-1/+7
* Make touch operating better on some touchpadsLaszlo Agocs2012-06-051-2/+5
* Add QEvdev prefix in evdevtouch and update readmeLaszlo Agocs2012-06-012-28/+28
* Move evdev to platformsupportGirish Ramakrishnan2012-06-013-0/+628