aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickmultipointtoucharea.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-22/+22
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-2/+2
* Fix warnings about unused parameters.Friedemann Kleint2013-05-151-0/+2
* Enable touch events on Mac for MultiPointTouchAreaMorten Johan Sørvig2013-05-031-0/+26
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix various broken links in documentationBea Lam2012-08-031-1/+1
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-2/+4
* QQuickCanvas renamesAlan Alpert2012-07-171-7/+7
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-2/+2
* Propagate synthesized mouse events in parallel with touch.Shawn Rutledge2012-06-281-1/+1
* Create new documentation structureChris Adams2012-06-211-2/+2
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-2/+4
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-1/+1
* Flickable containing MultiPointTouchArea is unresponsive following touch.Martin Jones2012-05-281-6/+0
* Doc: Sanitized QML typesNico Vertriest2012-05-241-2/+2