summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevtablet
Commit message (Expand)AuthorAgeFilesLines
* Silence a GCC 8 warning in evdevtabletVille Voutilainen2018-02-271-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-264-9/+9
|\
| * evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-053-7/+5
| * evdevtablet: don't use qpa compatibility functionGatis Paeglis2017-09-041-2/+4
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/
* Fix a race condition in QEvdevTabletHandler::readData()Romain Pokrzywka2017-08-141-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-1/+1
|\
| * create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-151-1/+1
* | Add evdev support for FreeBSDOleksandr Tymoshenko2016-10-061-0/+4
|/
* platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-261-2/+2
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-2/+1
* employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-1/+1
* Updated license headersJani Heikkinen2016-01-154-56/+80
* Improve evdevtablet plugin with support for multiple tablet devicesRomain Pokrzywka2015-09-035-120/+306
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-182-2/+3
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* 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-7/+9
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* mark private dependencies as suchOswald Buddenhagen2013-05-201-1/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* 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
* 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-3/+18
* evdevtablet pluginLaszlo Agocs2012-06-043-0/+402