aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickmousearea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix MouseArea mouseX/mouseY coordinates while draggingShawn Rutledge2020-06-291-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-12/+12
* Doc: Add drag.smoothed property to the listVenugopal Shivashankar2020-06-041-0/+1
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-3/+2
* Mouse area: Prevent drag being started with non-accepted mouse buttonsFriedemann Kleint2020-04-221-3/+9
* Merge remote-tracking branch 'origin/5.14' into 5.15Frederik Gladhorn2020-04-011-0/+6
|\
| * Fix QQuickMouseArea getting stuck in pressed state when hiding in pressFrederik Gladhorn2020-03-311-0/+6
* | Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-20/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-0/+6
|\|
| * MouseArea: react to touch ungrabShawn Rutledge2019-12-021-0/+6
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-1/+1
|/
* QQuickMouseArea: fix containsMouse when mousearea become visibleWang Chuan2019-09-231-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-1/+1
|\
| * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-1/+1
* | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-1/+1
* | QQuickMouseArea: synchronize relative position after draggingWang Chuan2019-05-291-1/+3
* | Add a feature for Drag&Drop support in Qt QuickUlf Hermann2019-05-231-10/+12
|/
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* MouseArea: set pressed state to Qt::NoButton not nullptrShawn Rutledge2018-05-131-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-7/+7
* Add support for getting the flags from the original mouse eventAndy Shaw2018-01-181-4/+6
* 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
| |\