summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevmouse
Commit message (Expand)AuthorAgeFilesLines
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-222-6/+5
* 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-132-6/+4
* | QEvdev: Extract Method parseSpecification()Marc Mutz2019-06-131-13/+8
* | QEvdev: Replace manual memory management with unique_ptrMarc Mutz2019-06-124-15/+14
* | QEvdev: Extract Method updateDeviceCount()Marc Mutz2019-06-112-4/+9
* | QEvdev: use printf-style qCDebug()/qWarning()Marc Mutz2019-06-111-4/+4
* | More nullptr usage in headersKevin Funk2019-03-141-1/+1
|/
* Fix mouse-wheel handling for evdev devices with extended valuesChristian Muehlhaeuser2018-06-221-10/+4
* Fix for mouse with modifiers handlingKarim Pinter2018-05-021-3/+2
* qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-104-5/+15
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-264-23/+19
|\
| * evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-054-23/+19
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* xcb,evdevmouse: don't use qpa compatibility functionsGatis Paeglis2017-06-084-9/+18
* 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-3/+2
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-2/+1
* employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-3/+10
|\
| * evdev: Stop reading on ENODEVLaszlo Agocs2016-06-031-3/+10
* | OpenGL, PlatformSupport: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-071-2/+2
* | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-4/+1
* | Updated license headersJani Heikkinen2016-01-154-56/+80
|/
* Input: Convert QScreen geometry to native pixelsMorten Johan Sørvig2015-11-182-2/+6
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Support QCursor::setPos() properly for eglfsLaszlo Agocs2015-03-142-10/+28
* Update copyright headersJani Heikkinen2015-02-114-28/+28
* Unify input device hotplugging support for embeddedLaszlo Agocs2015-01-212-4/+9
* Switch to categorized logging in all the input handlersLaszlo Agocs2014-10-162-43/+18
* Update license headers and add new license filesMatti Paaso2014-09-244-76/+44
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-232-0/+22
|\
| * Add missing private headers warningSamuel Gaist2014-09-042-0/+22
* | Report keyboard modifiers in evdevmouseLaszlo Agocs2014-07-021-2/+4
* | Add: absolute touch screen handling in evdevmouseAndrew Gatt2014-03-244-13/+87
|/
* eglfs: Mouse hotplugging supportLaszlo Agocs2014-01-311-0/+2
* mark private dependencies as suchOswald Buddenhagen2013-05-201-1/+1
* Added grabbing option for qevdevkeyboard and mouse.Libor Tomsik2013-04-231-0/+4
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-202-8/+0
|\
| * Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-292-8/+0
* | Added configuration environment variables for evdev input plugins.Libor Tomsik2013-03-201-1/+6
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-184-4/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-224-96/+96
* Use QStringList::join(QChar) overload where applicable [QtGui]Marc Mutz2012-09-071-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-032-2/+2
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-192-2/+2
* input/evdevmouse: normalize signals/slotsMarc Mutz2012-07-131-2/+2