summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemousearea
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Fix jump and property changes on first move when dragging a Flickable.Andrew den Exter2013-05-111-2/+2
* Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-221-2/+2
* MouseArea shouldn't grab the mouse until there is an effective drag.Andrew den Exter2013-02-222-0/+119
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Stabilize tst_QDeclarativeMouseAreaAlan Alpert2013-01-111-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* MouseArea: use current value of drag.axisAlberto Mardegan2012-07-252-0/+101
* Specify global mouse position for QDeclarativeMouseArea auto testJonathan Liu2012-02-281-3/+4
* Fixed QtDeclarative autotest deployment for WinCE devices.jaanttil2012-02-061-1/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-182-0/+85
|\
| * Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-142-0/+85
| |\
| | * QDeclarativeMouseArea: block context menu eventsCaio Marcelo de Oliveira Filho2011-05-132-0/+85
* | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/ /
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-232-0/+149
|\|
| * Prevent recursion due to nested Flickables with pressDelayMartin Jones2011-02-211-15/+5
| * Allow MouseArea to prevent mouse grab begin stolen by Flickable.Martin Jones2011-02-172-0/+159
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-042-0/+63
|\|
| * Notify that pressed has changed before calling the onClicked handler.Michael Brasser2011-01-252-0/+63
* | Merge remote branch 'origin/master' into file-engine-refactorJoão Abecasis2010-12-021-0/+7
|\ \
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-0/+7
| |\|
| | * Flickable and MouseArea were too eager to take/keep mouse grab.Martin Jones2010-11-241-0/+7
* | | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-234-1/+66
|\| |
| * | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-012-0/+58
| |\|
| | * Quickly clicking an item that doesn't use double clicking should result in tw...Joona Petrell2010-11-012-0/+58
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-152-0/+7
| |\|
| | * Add test for QTBUG-14279Martin Jones2010-10-082-0/+7
| * | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
| |/
* / Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
|/
* Improve test coverage for declarative module.Michael Brasser2010-10-041-0/+1
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-298-8/+8
* When onDoubleClicked: is handled don't emit a second onPressed/onClickedMartin Jones2010-09-132-0/+46
* Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-221-0/+11
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
* Remove debug messages from mousearea autotest fileLeonardo Sobral Cunha2010-05-101-6/+6
* Add missing qml file to qdeclarativemouseareaLeonardo Sobral Cunha2010-05-071-0/+28
* Fix autotest bug in MouseAreaLeonardo Sobral Cunha2010-05-071-1/+1
* Avoid emitting release when the mouse is ungrabbedLeonardo Sobral Cunha2010-05-071-0/+44
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-215-5/+5
* Add drag.active property to MouseArea in qmlLeonardo Sobral Cunha2010-04-202-0/+84
* Renamed mousePosChanged signal to mousePositionChangedLeonardo Sobral Cunha2010-04-191-1/+1
* Update mouse area coordinates automatically when changing positionLeonardo Sobral Cunha2010-04-192-0/+79
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
* Don't emit clicked() after pressAndHold()Martin Jones2010-04-082-0/+44
* Allow MouseArea.Drag.target to be reset.Martin Jones2010-04-072-6/+67
* Update mouseX(Y) when clicking on a mouse areaLeonardo Sobral Cunha2010-03-312-0/+56