summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * syncqt: Add a means to suspend/resume the processing of a fileAndy Shaw2019-11-061-0/+7
* | | QAction: Properly port to the new configure systemFriedemann Kleint2019-11-011-2/+2
* | | Extract QGuiAction(Group) from QAction(Group) into QtGuiFriedemann Kleint2019-10-311-5/+5
* | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-5/+7
* | | Get rid of QList forward declarationsLars Knoll2019-10-041-1/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-241-0/+1
|\| |
| * | Add QQuickMultiPointTouchArea as a friend of QTouchEventv5.14.0-alpha1Shawn Rutledge2019-09-221-0/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-221-0/+1
|\| |
| * | Mark stationary touch points as updated if pressure or velocity changesShawn Rutledge2019-09-171-0/+1
* | | QNativeGestureEvent: clean up for Qt 6Marc Mutz2019-08-221-1/+2
|/ /
* | QWheelEvent: use QT_DEPRECATED_VERSION_X_5_15Marc Mutz2019-07-311-16/+16
* | Procrastinate QWheelEvent deprecations until 5.15Shawn Rutledge2019-07-231-3/+3
* | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-2/+28
* | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-2/+0
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
* | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-9/+9
|/
* macOS: Teach QWheelEvent to handle a new ScrollMomentum phaseTor Arne Vestbø2018-08-171-2/+3
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+2
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+2
* | Add a legacy-free QWheelEvent constructorShawn Rutledge2018-03-231-2/+6
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-4/+4
|\
| * Fix GCC -Wfloat-conversion warnings (available since GCC 4.9)Thiago Macieira2017-10-291-4/+4
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-2/+1
|\|
| * Fix BIC issue with QNativeGestureEventJan Arve Saether2017-09-281-2/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-1/+9
|\|
| * add back the device-less QNativeGestureEvent (deprecated)Shawn Rutledge2017-09-221-0/+4
| * make the QTouchDevice available in each QNativeGestureEventShawn Rutledge2017-09-211-1/+5