aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickmousearea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-101-0/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-8/+20
|\
| * QQuickMouseArea: only start pressAndHoldTimer for accepted eventsRichard Moe Gustavsen2017-02-061-1/+2
| * MouseArea: fix bug preventing dragging from startOleg Yadrov2017-02-031-7/+18
* | Doc: Added a description of visible in MouseAreaAram So2017-01-241-0/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-2/+2
|\|
| * Clarify MouseArea's onClicked and onPressAndHold documentationKavindra Palaraja2017-01-081-2/+2
* | Add pressAndHoldInterval to MouseAreaOlivier JG2016-12-161-2/+45
|/
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-15/+15
* Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-101-0/+2
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-0/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-0/+2
| | |\
| | | * Fix MouseArea sticky grab with drag.filterChildren enabledMartin Jones2016-09-221-0/+2
* | | | Make shader effects configurableLars Knoll2016-10-101-0/+1
|/ / /
* | | MouseArea: press not accepted means not pressedFrederik Gladhorn2016-07-271-2/+6
* | | Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-221-2/+2
* | | categorized logging: trace hover eventsShawn Rutledge2016-06-151-0/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-8/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-8/+13
| |\|
| | * Revert removal of "Fixed MouseArea threshold with preventStealing"Filippo Cucchetto2016-06-031-8/+13
| | * Revert "Fixed MouseArea threshold with preventStealing"Michal Klocek2016-04-201-13/+8
| | * Fixed MouseArea threshold with preventStealingFilippo Cucchetto2016-04-191-8/+13
* | | QQuickWindow: Process a synthetic hover once per frameRobin Burchell2016-05-261-3/+2
* | | QML: re-use event objects across signal emissions.Erik Verbruggen2016-05-261-9/+15
* | | Add QQuickWheelEvent::inverted()Jan Arve Sæther2016-05-251-1/+1
|/ /
* | MouseArea: add source property to mouse eventShawn Rutledge2016-03-111-3/+7
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+1
| |\
| | * MouseArea: fixed a crash in propagate()Liang Qi2015-11-261-1/+1
* | | Updated license headersJani Heikkinen2016-01-191-14/+20
|/ /
* / Fix MouseArea stealing mouse grab after release.Andrew den Exter2015-09-151-0/+1
|/
* Version scrollGestureEnabled as a new propertyAlan Alpert2015-06-141-0/+1
* Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+2
|\
| * docs: Add a link to Drag and DropArea in MouseArea's drag sectionSérgio Martins2015-02-171-0/+2
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | MouseArea: add scrollGestureEnabled propertyShawn Rutledge2015-01-281-2/+32
|/
* MouseArea: Fix cancelling the double click when the windows loses focusOlivier Goffart2014-09-031-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add containsPress property to MouseAreaMartin Jones2014-07-161-2/+28
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\
| * Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-1/+1
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-1/+1
|\|
| * Fix potential null pointer dereferencingFrederik Gladhorn2014-05-301-1/+1
* | Introduce MouseArea.drag.smoothedKevin Funk2014-05-141-1/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-49/+73
|\|
| * Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-181-2/+2
| * Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-47/+71
* | Document that MouseArea::enabled is not the same thing as Item::enabled.Robin Burchell2014-05-071-0/+4
|/