summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port platformsupport to QStringViewLars Knoll2020-06-151-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+1
|\
| * Fix compilation with C++20Marc Mutz2019-07-061-1/+1
* | QEvdev: remove m_deviceDiscovery membersMarc Mutz2019-06-131-5/+4
* | QEvdev: Extract Method parseSpecification()Marc Mutz2019-06-131-13/+8
* | QEvdev: Replace manual memory management with unique_ptrMarc Mutz2019-06-121-10/+5
* | QEvdev: Extract Method updateDeviceCount()Marc Mutz2019-06-111-4/+8
* | QEvdev: use printf-style qCDebug()/qWarning()Marc Mutz2019-06-111-4/+4
|/
* Fix for mouse with modifiers handlingKarim Pinter2018-05-021-3/+2
* qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-101-2/+4
* evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-051-15/+15
* xcb,evdevmouse: don't use qpa compatibility functionsGatis Paeglis2017-06-081-3/+3
* create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-151-1/+1
* platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-261-3/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Input: Convert QScreen geometry to native pixelsMorten Johan Sørvig2015-11-181-1/+3
* Support QCursor::setPos() properly for eglfsLaszlo Agocs2015-03-141-10/+25
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Unify input device hotplugging support for embeddedLaszlo Agocs2015-01-211-0/+7
* Switch to categorized logging in all the input handlersLaszlo Agocs2014-10-161-26/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Report keyboard modifiers in evdevmouseLaszlo Agocs2014-07-021-2/+4
* Add: absolute touch screen handling in evdevmouseAndrew Gatt2014-03-241-4/+9
* Added configuration environment variables for evdev input plugins.Libor Tomsik2013-03-201-1/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use QStringList::join(QChar) overload where applicable [QtGui]Marc Mutz2012-09-071-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* input/evdevmouse: normalize signals/slotsMarc Mutz2012-07-131-2/+2
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* evdevmouse: send correct event position for wheel eventsJohannes Zellner2012-06-101-0/+11
* Move evdev to platformsupportGirish Ramakrishnan2012-06-011-0/+163