summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpointingdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-151-0/+19
* Improve QPointerEvent qDebug operatorsShawn Rutledge2020-11-091-9/+16
* Move QEventPoint and QPointingDeviceUniqueId out of qeventVolker Hilsheimer2020-11-071-2/+89
* Address API review comments for QInput/QPointingDeviceVolker Hilsheimer2020-11-031-3/+3
* Emit CancelGrabExclusive when one grabber is replaced by anotherShawn Rutledge2020-09-181-1/+2
* QPointingDevPriv::setExclusiveGrabber: emit grabChanged with point foundShawn Rutledge2020-09-171-1/+1
* Add more QPointerEvent functions needed in Qt QuickShawn Rutledge2020-09-171-0/+93
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-0/+152
* Doc: Fix documentation issues for event and input device classesTopi Reinio2020-09-101-32/+7
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-7/+1
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-071-18/+47
* Fix formatting in QDebug operator<< for QPointingDeviceShawn Rutledge2020-06-301-1/+1
* QPointingDevice: Parent the default mouse to QCoreApplicationUlf Hermann2020-06-241-1/+2
* Replace "no devices registered" warnings with qCDebugShawn Rutledge2020-06-221-6/+6
* Don't return a touchscreen from QPointingDevice::primaryPointingDevice()Shawn Rutledge2020-06-191-14/+10
* Make QInputDevice::devices() return a QListShawn Rutledge2020-06-171-1/+1
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-0/+425