summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* Evdev keyboard handler emits keyevents with QString(0xffff)Allan Sandfeld Jensen2013-11-261-1/+1
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* evdevtouch: Make it work with am335xLaszlo Agocs2013-10-171-0/+15
* Update keycode mappings of multimedia keysAllan Sandfeld Jensen2013-10-151-1/+27
* 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
* Fix CapsLock handling in EvdevKeyboard pluginSamuli Piippo2013-08-022-420/+425
* 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-204-4/+4
* Added grabbing option for qevdevkeyboard and mouse.Libor Tomsik2013-04-232-0/+8
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-206-24/+0
|\
| * Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-296-24/+0
* | Added configuration environment variables for evdev input plugins.Libor Tomsik2013-03-204-4/+21
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1813-13/+13
* 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-2213-312/+312
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-142-4/+4
* Use QStringList::join(QChar) overload where applicable [QtGui]Marc Mutz2012-09-072-2/+2
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-035-5/+5
* Send the native scancode in evdevkeyboardLaszlo Agocs2012-07-282-4/+8
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-195-5/+5
* input/evdevmouse: normalize signals/slotsMarc Mutz2012-07-131-2/+2
* android: work around android's linux/input.h being retarded.Robin Burchell2012-07-061-0/+21
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-035-5/+5
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-272-2/+2
* evdevmouse: send correct event position for wheel eventsJohannes Zellner2012-06-104-8/+17
* Test if the device is grabbed in some of the evdev pluginsLaszlo Agocs2012-06-062-4/+25
* Make touch operating better on some touchpadsLaszlo Agocs2012-06-051-2/+5
* evdevtablet pluginLaszlo Agocs2012-06-044-1/+403
* Fix touchpads with evdevmouseLaszlo Agocs2012-06-042-4/+14
* Report mouse events when the driver says soLaszlo Agocs2012-06-041-7/+8
* Add QEvdev prefix in evdevtouch and update readmeLaszlo Agocs2012-06-012-28/+28
* Move evdev to platformsupportGirish Ramakrishnan2012-06-0115-0/+2910