summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix various documentation issuesTopi Reinio2021-04-161-0/+6
* Output source in debug operator of QMouseEventFriedemann Kleint2020-11-251-0/+4
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-191-10/+0
* Consolidate static_asserts for event sizesVolker Hilsheimer2020-11-171-0/+4
* Inline trivial getters for QEvent subclassesVolker Hilsheimer2020-11-131-41/+17
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-121-45/+42
* Replace ushort -> quint16 in event classesShawn Rutledge2020-11-101-2/+2
* Move the remaining QSinglePointEvent ctor to protected; add source argShawn Rutledge2020-11-101-8/+8
* Improve QPointerEvent qDebug operatorsShawn Rutledge2020-11-091-26/+34
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-071-2/+17
* Move QEventPoint and QPointingDeviceUniqueId out of qeventVolker Hilsheimer2020-11-071-647/+1
* Add QEventPoint::normalizedPosition() to replace normalizedPos()Shawn Rutledge2020-11-031-6/+11
* Address API review comments for QInput/QPointingDeviceVolker Hilsheimer2020-11-031-8/+0
* Make comparison operators hidden friendsVolker Hilsheimer2020-10-281-7/+10
* Fix documentation warningsVolker Hilsheimer2020-10-241-1/+1
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-221-0/+10
* Add QSinglePointEvent::exclusivePointGrabber convenience propertyShawn Rutledge2020-10-201-0/+15
* QMutableEventPoint::detach: deref old privateFabian Kosmale2020-10-181-0/+2
* Implement move and comparison operators for QEventPointVolker Hilsheimer2020-10-171-4/+48
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-061-4/+0
* Treat a double-click event as an update event with stationary pointShawn Rutledge2020-09-301-4/+12
* Fix qdoc warning: button(s) are members of QSinglePointEventVolker Hilsheimer2020-09-271-25/+0
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-251-9/+0
* Fix some qdoc warnings: undocumented parametersVolker Hilsheimer2020-09-251-1/+1
* Fix documentation of QPointerEvent::pointsVolker Hilsheimer2020-09-231-15/+6
* Rename is[Begin|Update|End]Event, reimplement in QWheelEventShawn Rutledge2020-09-171-4/+29
* Add more QPointerEvent functions needed in Qt QuickShawn Rutledge2020-09-171-0/+59
* Calculate velocity in QMutEventPoint::setTimestamp() with Kalman filterShawn Rutledge2020-09-161-6/+65
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-64/+188
* Doc: Fix documentation issues for event and input device classesTopi Reinio2020-09-101-144/+214
* Move grabbing API from QEventPoint to QPointerEventShawn Rutledge2020-09-101-53/+101
* Give QEventPoint a d-pointer after allShawn Rutledge2020-09-101-20/+133
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-0/+9
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-5/+12
* Rename QTabletEvent::m_zTilt to m_zShawn Rutledge2020-08-261-1/+1
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-251-1/+8
* Remove QEventPoint::event() in favor of device()Shawn Rutledge2020-08-241-12/+11
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-171-1/+1
* Add qt.pointer.grab logging in QEventPointShawn Rutledge2020-08-061-0/+27
* Add QPointerEvent::is[Press|Update|Release]Event accessorsShawn Rutledge2020-08-061-0/+50
* Remove InfoFlag from docsMichal Klocek2020-08-041-4/+7
* Remove an outdated and nonsensical comment in the docsGiuseppe D'Angelo2020-07-221-4/+0
* QtGui: Rename all QEvent members according to the m_ conventionFriedemann Kleint2020-07-161-48/+49
* Un-deprecate QMouseEvent::flags() and QGraphicsSceneMouseEvent::flags()Shawn Rutledge2020-07-151-1/+0
* Set QEventPoint::state properly in QSinglePointEventShawn Rutledge2020-07-151-0/+6
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-627/+325
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-4/+4
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-071-3/+3
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-121/+123