aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickmousearea.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
|/
* MouseArea: make clear containsMouse requires the cursor to be insideShawn Rutledge2014-03-071-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-0/+1
|\
| * QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-201-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+6
|\|
| * When the MouseArea loses grab, an active drag should be cancelled.Robin Burchell2013-11-301-0/+6
* | Use platform specified duration for triggering MouseArea::onPressAndHold.Michael Brasser2013-12-121-3/+2
|/
* Don't propagate mouse events to disabled MouseAreasAlan Alpert2013-11-051-1/+1
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-30/+30
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* Expose drag threshold in MouseAreaJens Bache-Wiig2013-09-131-5/+7
* Add support for external drag and drop in Quick items.Chris Meyer2013-09-091-131/+0
* Explicitly call setCursor in the QQuickMouseArea constructorDaiwei Li2013-08-271-0/+6
* Fix hover after press eventFrederik Gladhorn2013-04-271-1/+2
* Simplify setting of hoverFrederik Gladhorn2013-04-261-5/+1
* Smooth dragging an item with MouseArea.Andrew den Exter2013-03-141-0/+1
* MouseArea shouldn't grab the mouse until there is an effective drag.Andrew den Exter2013-02-221-30/+19
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Compile with QT_NO_WHEELEVENT.Volker Krause2012-12-191-0/+2
* Add a hidden XandYAxis enum valueAlan Alpert2012-12-151-2/+2