aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickmultipointtoucharea_p.h
Commit message (Expand)AuthorAgeFilesLines
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-1/+1
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-3/+3
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-1/+1
* Add major version to all Q_REVISIONsUlf Hermann2020-02-191-6/+9
* MultiPointTouchArea: update the TouchPoint.x and y properties togetherShawn Rutledge2020-02-151-3/+1
* QQmlListProperty: Add replace and removeLast functionsUlf Hermann2020-01-151-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-291-1/+3
|\
| * MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-261-1/+3
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+5
|/
* Mark non-notifying properties in event types CONSTANTShawn Rutledge2018-08-061-2/+2
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-25/+16
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-10/+10
* MultiPointTouchArea.TouchPoint: add rotation, uniqueId and ellipseDiametersShawn Rutledge2017-01-041-0/+19
* Rename parameter i to receiver in QQuickMultiPointTouchArea::childMouseEventF...Frederik Gladhorn2016-10-041-1/+1
* Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-121-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Initialize _startX and _startYAlbert Astals Cid2015-12-011-0/+1
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-111-19/+11
|\
| * Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Add Q_DECL_OVERRIDEAlbert Astals Cid2014-08-141-10/+10
|/
* MultiPointTouchArea: Guard _mouseTouchPoint with a QPointer.Robin Burchell2014-08-081-1/+2
* MultiPointTouchArea: handles mouse too, unless mouseEnabled is falseShawn Rutledge2014-03-101-0/+10
* Improve Mac OS X touch event enabling.Morten Johan Sørvig2014-01-171-4/+5
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-121-1/+1
* Enable touch events on Mac for MultiPointTouchAreaMorten Johan Sørvig2013-05-031-0/+4
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-281-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Remove deprectated MultiPointTouchArea signals.Michael Brasser2012-05-231-6/+0
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-10/+10
* Add velocity data to TouchPointMichael Brasser2012-02-171-0/+6
* Provide visual debugging for MouseArea and TouchAreaYann Bodson2012-02-171-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Simplify MultiPointTouchArea signal names.Michael Brasser2012-01-031-4/+10
* Add a pressed property to TouchPoint.Michael Brasser2011-12-231-8/+12
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+265