summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input
Commit message (Expand)AuthorAgeFilesLines
* 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