aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickmousearea.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing MouseArea::onWheel event docLuís Gabriel Lima2012-06-071-1/+1
* Utilize StartDragVelocity style hint in FlickableLaszlo Agocs2012-06-061-4/+5
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-1/+1
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-6/+6
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Fix setting drag properties in mousePress.Andrew den Exter2012-05-141-5/+5
* Doc: Moving Qt Quick docs for new doc structureGeir Vattekar2012-05-091-6/+6
* Rename absorb to enabled.Frederik Gladhorn2012-04-301-15/+15
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-231-8/+6
* Add contains method to QQuickItem public APIAdriano Rezende2012-04-191-8/+8
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-12/+12
* Add mouse wheel events handler to MouseAreaLuis Gabriel Lima2012-03-101-1/+36
* Handle MouseArea.enabled = false after mouse is pressed.Martin Jones2012-03-051-6/+6