aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickmousearea.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-4/+4
* Remove interim compatibility measuresAlan Alpert2012-10-161-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix uses of various qml doc commandsBea Lam2012-08-081-2/+2
* MouseArea doc improvementsBea Lam2012-08-071-24/+59
* Doc: QQuickMouseArea::acceptedButtons() accepts ALL MouseButtonsstockton2012-08-031-10/+10
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Fix resolution of cursor when items are overlapping.Andrew den Exter2012-07-261-17/+8
* QQuickCanvas renamesAlan Alpert2012-07-171-12/+12
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-4/+4
* MouseArea: use current value of drag.axisAlberto Mardegan2012-07-161-13/+9
* pressed and pressedButtons don't work when multiple buttons are pressedMartin Jones2012-07-111-35/+52
* Report correct mouse position when made visible with hoverEnabled.Michael Brasser2012-07-041-1/+9
* Allow mouse interaction with 0 opacity items.Andrew den Exter2012-07-041-2/+0
* Add mouse cursor shapes to MouseAreaFrederik Gladhorn2012-06-251-0/+78
* Make qtdeclarative compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-241-2/+36
* Create new documentation structureChris Adams2012-06-211-1/+1
* Avoid string-based lookup in IS_SIGNAL_CONNECTEDKent Hansen2012-06-101-4/+4