summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativemousearea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-181-2/+36
|\
| * Allow MouseArea to prevent mouse grab begin stolen by Flickable.Martin Jones2011-02-171-2/+36
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-141-0/+2
|\ \ | |/
| * MouseArea docs - link to onCanceled() from onReleased()Bea Lam2011-02-111-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-02-041-2/+2
|\ \ | |/ |/|
| * Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-131-1/+1
| |\
| * | Doc: Used div elements for floats, updated the style sheet.David Boddie2010-12-141-1/+3
| * | Doc: Changed floating images to use the new float qdoc macros.David Boddie2010-12-131-3/+1
* | | Notify that pressed has changed before calling the onClicked handler.Michael Brasser2011-01-251-1/+2
* | | Improve information reported for MouseArea hover events.Michael Brasser2011-01-251-2/+6
* | | Fix copy-paste error in QDeclarativeMouseArea::hoverMoveEvent.Michael Brasser2011-01-251-1/+1
| |/ |/|
* | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
|/
* Flickable and MouseArea were too eager to take/keep mouse grab.Martin Jones2010-11-241-12/+25
* Quickly clicking an item that doesn't use double clicking should result in tw...Joona Petrell2010-11-011-1/+2
* Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* Ensure that onRelease is called for doubleClick events.Martin Jones2010-10-081-6/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-09-151-7/+10
|\
| * When onDoubleClicked: is handled don't emit a second onPressed/onClickedMartin Jones2010-09-131-7/+10
* | Doc: Further QML improvements.David Boddie2010-09-151-22/+61
|/
* Doc: Added types to method and signal documentation; other fixes.David Boddie2010-09-011-5/+5
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-11/+0
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
* Fix crash in MouseAreaJoona Petrell2010-07-231-1/+2
* Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-221-3/+93
* Compile: include <float.h> for usage of FLT_MAX.Michael Brasser2010-07-201-4/+1
* Restore the FLT_MAX define.Martin Jones2010-07-201-0/+4
* Better defaults for MouseArea's drag.Michael Brasser2010-07-201-1/+2
* improvements to docs and examplesBea Lam2010-07-141-2/+8
* Don't crash if drag.target has no parentItemMartin Jones2010-07-071-2/+2
* Docs - add more links to relevant examplesBea Lam2010-06-301-1/+1
* Doc fixesBea Lam2010-06-181-6/+6
* Minor doc fixesBea Lam2010-06-111-2/+2
* Small optimization when checking if MouseArea's onPressAndHold isMichael Brasser2010-06-091-1/+1
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-32/+27
* Fixes doc of mouse area's onEnteredLeonardo Sobral Cunha2010-05-101-3/+3
* Avoid emitting release when the mouse is ungrabbedLeonardo Sobral Cunha2010-05-071-3/+16
* Use enum for drag.axis in doc and examples.Yann Bodson2010-05-061-2/+2
* Remove obsolete doc groupings.Michael Brasser2010-05-041-2/+0
* Doc: Qt.MidButton -> Qt.MiddleButtonMartin Jones2010-04-281-2/+2
* Emit hoverChanged appropriately when Item visibility changes.Martin Jones2010-04-281-0/+33
* Emit released and hoveredChanged in MouseArea when a UngrabMouse is receivedLeonardo Sobral Cunha2010-04-211-1/+3
* Add drag.active property to MouseArea in qmlLeonardo Sobral Cunha2010-04-201-7/+28
* Renamed mousePosChanged signal to mousePositionChangedLeonardo Sobral Cunha2010-04-191-3/+3
* Update mouse area coordinates automatically when changing positionLeonardo Sobral Cunha2010-04-191-1/+23
* Don't emit clicked() after pressAndHold()Martin Jones2010-04-081-1/+1
* Allow MouseArea.Drag.target to be reset.Martin Jones2010-04-071-0/+8
* Initialize drag movement correctly if drag.target is set after mouse move.Martin Jones2010-04-071-3/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-071-3/+3
|\
| * Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-3/+3
* | Honor the startDragThreshold in MouseArea drag.Martin Jones2010-04-071-2/+2
|/