summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevtablet
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-164-152/+8
* Platformsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-261-1/+3
* Remove the qmake project filesJoerg Bornemann2021-01-071-10/+0
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-2/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-5/+6
* QEvdev: remove m_deviceDiscovery membersMarc Mutz2019-06-132-6/+4
* QEvdev: Extract Method parseSpecification()Marc Mutz2019-06-131-14/+6
* QEvdev: Replace manual memory management with unique_ptrMarc Mutz2019-06-122-9/+7
* QEvdev: Extract Method updateDeviceCount()Marc Mutz2019-06-112-4/+10
* QEvdev: use printf-style qCDebug()/qWarning()Marc Mutz2019-06-112-15/+15
* More nullptr usage in headersKevin Funk2019-03-142-3/+3
* 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