summaryrefslogtreecommitdiff
path: root/src/declarative/graphicsitems/qdeclarativemousearea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Standardized on QtQuick for \since declarations.David Boddie2011-08-301-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-06-041-16/+0
|\
| * Revert some of "Make QMLViewer startup animation stop after a while"Alan Alpert2011-06-031-16/+0
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171-17/+17
|\ \ | |/ |/|
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | QDeclarativeMouseArea: block context menu eventsCaio Marcelo de Oliveira Filho2011-05-131-0/+26
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-201-0/+16
|\
| * Make QMLViewer startup animation stop after a whileAlan Alpert2011-04-201-0/+16
* | Doc: Fixed qdoc warnings.David Boddie2011-03-011-1/+1
* | Merge commit 'refs/merge-requests/1108' of git://gitorious.org/qt/qt into mer...David Boddie2011-02-231-2/+38
|\ \ | |/
| * 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-051-2/+2
| |\ \ | | |/ | |/|
* | | Merge branch 'mimir' into 4.7David Boddie2011-02-231-1/+1
|\ \ \
| * | | qdoc: Fixed some validation errors in the DITA filesMartin Smith2011-01-191-1/+1
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-02-041-4/+9
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | 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
* | | Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-131-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Update copyright year to 2011.Jason McDonald2011-01-111-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
|/
* 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-211-4/+1
* Restore the FLT_MAX define.Martin Jones2010-07-211-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