summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+1
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-2/+2
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-8/+23
|\
| * QPointingDeviceUniqueId: remove deprecated numeric() and constructorShawn Rutledge2016-12-081-9/+0
| * rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-071-10/+10
| * QPointerUniqueId: make fit for releaseMarc Mutz2016-12-011-6/+30
* | QTouchEvent::TouchPoint: replace ellipse diameters with QSizeFShawn Rutledge2016-12-091-4/+2
* | TouchPoint: add horizontalDiameter, verticalDiameter; deprecate rectsShawn Rutledge2016-12-071-3/+8
|/
* Silence warning from syncqtUlf Hermann2016-09-151-1/+1
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-1/+1
| |\
| | * Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-241-1/+1
* | | Add helper function to reset QMouseEvent localPosFrederik Gladhorn2016-08-011-0/+2
* | | QPointerUniqueId::numeric() is constShawn Rutledge2016-07-071-1/+1
* | | Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* | | QTouchEvent: add uniqueId and rotation; TUIO: support fiducial tokensShawn Rutledge2016-04-071-1/+22
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-1/+8
|\| |
| * | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-1/+6
| * | QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-031-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-011-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-0/+2
| |\|
| | * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-0/+2