summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
Commit message (Expand)AuthorAgeFilesLines
* Gui: Add Q_GADGET to QPointerEventUlf Hermann7 days1-0/+1
* QChildWindowEvent: make constructor explicitVolker Hilsheimer2024-01-251-1/+1
* Add dedicated child and parent events for QWindow reparentingTor Arne Vestbø2023-11-171-0/+11
* qevent.h: don't include <QPointer>, fwd-declare itMarc Mutz2023-10-181-1/+1
* macOS: Send a filename QFileOpenEvent if invalid URL, deprecate openFileVolker Hilsheimer2023-03-021-0/+3
* Cleanup short-cut id deprecationAllan Sandfeld Jensen2022-12-091-0/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Rename QHoverEvent ctor pos argument to scenePosShawn Rutledge2022-09-231-1/+1
* Partly un-deprecate QMouseEvent::source()Ivan Solovev2022-07-221-1/+1
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-131-0/+1
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QEvent: start to de-inline copy ctor and clone() of all subclassesMarc Mutz2022-04-141-145/+43
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-051-0/+6
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-031-0/+6
* QPointerEvent: de-inline point(i)Marc Mutz2022-01-041-1/+1
* Fix deprecation of QMouseEvent::source() and flags()Shawn Rutledge2021-08-271-1/+1
* Add note about precision of QNativeGestureEvent::delta; fix in Qt 7Shawn Rutledge2021-07-151-2/+12
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-141-2/+2
* Change QNativeGestureEvent::deltas() to QPointFShawn Rutledge2021-07-141-2/+2
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-241-1/+2
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-271-2/+11
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-2/+2
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-231-34/+34
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-191-2/+41
* Allow cloning of event objectsVolker Hilsheimer2020-11-171-1/+72
* Inline trivial getters for QEvent subclassesVolker Hilsheimer2020-11-131-10/+10
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-121-38/+47
* Replace ushort -> quint16 in event classesShawn Rutledge2020-11-101-4/+4
* Move the remaining QSinglePointEvent ctor to protected; add source argShawn Rutledge2020-11-101-5/+5
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-071-1/+4
* Move QEventPoint and QPointingDeviceUniqueId out of qeventVolker Hilsheimer2020-11-071-109/+1
* Add QEventPoint::normalizedPosition() to replace normalizedPos()Shawn Rutledge2020-11-031-2/+3
* Make comparison operators hidden friendsVolker Hilsheimer2020-10-281-5/+7
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-221-0/+1
* Add QSinglePointEvent::exclusivePointGrabber convenience propertyShawn Rutledge2020-10-201-0/+8
* Implement move and comparison operators for QEventPointVolker Hilsheimer2020-10-171-0/+6
* Rename is[Begin|Update|End]Event, reimplement in QWheelEventShawn Rutledge2020-09-171-6/+9
* Add more QPointerEvent functions needed in Qt QuickShawn Rutledge2020-09-171-0/+31
* Calculate velocity in QMutEventPoint::setTimestamp() with Kalman filterShawn Rutledge2020-09-161-0/+1
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-17/+25
* Remove QPointerEvent::isPointAccepted() and setPointAccepted()Shawn Rutledge2020-09-141-2/+0
* Move grabbing API from QEventPoint to QPointerEventShawn Rutledge2020-09-101-11/+14
* Give QEventPoint a d-pointer after allShawn Rutledge2020-09-101-51/+34
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-0/+4
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-0/+3
* Rename QTabletEvent::m_zTilt to m_zShawn Rutledge2020-08-261-2/+2
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-251-0/+2
* Remove QEventPoint::event() in favor of device()Shawn Rutledge2020-08-241-4/+4
* Add QPointerEvent::is[Press|Update|Release]Event accessorsShawn Rutledge2020-08-061-0/+12