summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
Commit message (Expand)AuthorAgeFilesLines
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-041-2/+2
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-241-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
* Add QEventPoint::pressTimestamp() and priv setPressTimestamp()Shawn Rutledge2020-08-061-1/+2
* Fix build with MSVC2019Mitch Curtis2020-07-311-0/+13
* QtGui: Rename all QEvent members according to the m_ conventionFriedemann Kleint2020-07-161-114/+114
* Un-deprecate QMouseEvent::flags() and QGraphicsSceneMouseEvent::flags()Shawn Rutledge2020-07-151-1/+0
* QtGui: Clean up event headers, #3Friedemann Kleint2020-07-141-5/+0
* QtGui: Clean up event headers, #2Friedemann Kleint2020-07-131-6/+0
* QtGui: Clean up event headersFriedemann Kleint2020-07-131-2/+0
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-232/+213
* Use QList instead of QVector in guiJarek Kobus2020-06-291-5/+5
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-63/+37
* Prepare to harmonize pointer event accessor namesShawn Rutledge2020-06-081-61/+159
* Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-121-84/+4
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-3/+13
|\
| * Finish deprecating TouchPoint::rect, sceneRect and screenRect accessorsShawn Rutledge2020-03-301-3/+13
* | Remove QTabletEvent::PointerType::XFreeEraserShawn Rutledge2020-04-021-2/+1
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-5/+5
* | Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-65/+15
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-0/+11
|\|
| * Deprecate QTabletEvent::device() in favor of deviceType()Shawn Rutledge2020-02-171-1/+3
| * Mark missing deprecation in QTabletEventAllan Sandfeld Jensen2020-02-141-0/+9
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-0/+7
| |\