aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickmultipointtoucharea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure we don't modify the incoming event objects when localizingVolker Hilsheimer2020-11-191-1/+3
* Use QMutable*Event classes to copy and synthesize eventsVolker Hilsheimer2020-11-181-7/+7
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-241-2/+2
* Rename PointingDeviceUniqueId QML type to lowercaseUlf Hermann2020-09-191-1/+1
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-14/+19
* Begin handling the QEvent refactoringShawn Rutledge2020-07-151-23/+13
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-19/+19
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-1/+1
* MultiPointTouchArea: don't emit canceled() during ordinary touch releaseShawn Rutledge2020-06-221-2/+3
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-24/+24
* Avoid deprecated TouchPoint rect accessors in MPTA and QQWinPrivShawn Rutledge2020-04-071-1/+3
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-12/+0
* MultiPointTouchArea: update the TouchPoint.x and y properties togetherShawn Rutledge2020-02-151-16/+12
* MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-261-20/+28
* Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-09-241-1/+3
* Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-1/+1
* MultiPointTouchArea: capture the mouse position on pressShawn Rutledge2018-08-301-0/+3
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-3/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-9/+9
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-0/+37
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+37
| |\
| | * Document QQuickGrabGestureEventShawn Rutledge2017-11-171-0/+37
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-2/+2
|/ /
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-05-081-2/+2
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
| * Doc: remove reference to no longer existing propertiesNico Vertriest2017-04-211-2/+0
* | Add QQuickItem acceptTouchEvents/setAcceptTouchEvents; require for touchShawn Rutledge2017-04-141-0/+1
|/
* MultiPointTouchArea.TouchPoint: add rotation, uniqueId and ellipseDiametersShawn Rutledge2017-01-041-2/+71
* Fix mouse and touch grabbing issuesFrederik Gladhorn2016-10-041-2/+4
* Rename parameter i to receiver in QQuickMultiPointTouchArea::childMouseEventF...Frederik Gladhorn2016-10-041-3/+3
* Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-181-10/+10
* Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-121-2/+2
* Reduce duplicated code in MultiPointTouchAreaFrederik Gladhorn2016-08-021-22/+9
* Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-221-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Quick: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-181-1/+5
* MultiPointTouchArea: Fixed released() duplication on mouse release.Alexandr Akulich2015-12-021-6/+2
* Handle TouchCancel events in MultiPointTouchArea.Andrew den Exter2015-09-151-0/+6
* Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-1/+1
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* MultiPointTouchArea: Guard _mouseTouchPoint with a QPointer.Robin Burchell2014-08-081-1/+0
* Fix potential null pointer dereferencingFrederik Gladhorn2014-05-301-1/+1
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-18/+30
* MultiPointTouchArea: handles mouse too, unless mouseEnabled is falseShawn Rutledge2014-03-101-10/+146
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-18/+20
|\
| * Improve Mac OS X touch event enabling.Morten Johan Sørvig2014-01-171-18/+20
* | Ignore mouse events synthesized by the OS in Quick2Laszlo Agocs2013-10-141-0/+5
|/