summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevtouch/qevdevtouchmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-2/+1
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-1/+1
* evdevtouch: Fix touch device count not being updatedJohan Klokkhammer Helsing2019-10-111-1/+1
* QEvdev: remove m_deviceDiscovery membersMarc Mutz2019-06-131-5/+4
* QEvdev: Extract Method parseSpecification()Marc Mutz2019-06-131-14/+6
* QEvdev: Replace manual memory management with unique_ptrMarc Mutz2019-06-121-12/+7
* QEvdev: use printf-style qCDebug()/qWarning()Marc Mutz2019-06-111-6/+6
* evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-051-2/+5
* create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-151-1/+1
* platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-261-2/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fix crash on process exit when the evdevtouch plugin is loadedRomain Pokrzywka2015-10-281-1/+0
* Synchronize QInputDeviceManager touch device count with QTouchDeviceRomain Pokrzywka2015-09-231-6/+21
* evdevtouch: Add hotplug supportLaszlo Agocs2015-04-091-0/+122