summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Prevent Binding from crashing when its target object is deleted.Michael Brasser2011-08-032-0/+41
* Fix crash when assigning a list property to transitions.Michael Brasser2011-07-262-0/+25
* Flicking behaviour of ListView/GridView SnapOnItem is inconsistentMartin Jones2011-07-041-4/+4
* Skip flick velocity test on Mac.Martin Jones2011-07-031-0/+4
* Try again to fix flickable velocity on Mac.Martin Jones2011-06-301-0/+1
* Try to fix Mac CI test failureMartin Jones2011-06-301-2/+2
* Reduce timing dependancy in flickable testMartin Jones2011-06-292-49/+22
* Velocities reported by Flickable in onFlickStarted can be 0Martin Jones2011-06-281-0/+69
* QDeclarativeDebug: Add code coverage informationKai Koehne2011-06-221-0/+101
* Fix js debugging autotest on Windows + Add license headerKai Koehne2011-06-153-12/+65
* Rewrite autotests for js debuggingAurindam Jana2011-06-147-111/+1370
* Rename qdeclarativescriptdebugging autotest directoryKai Koehne2011-06-144-7/+7
* Create property cache in case of Component{} rootAaron Kennedy2011-06-103-0/+17
* QDeclarativeDebug: Fix autotest on Windows/MSVCKai Koehne2011-05-241-1/+1
* Merge remote-tracking branch 'qt/4.8' into master-qml-teamKai Koehne2011-05-24133-2365/+2490
|\
| * Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-1819-37/+218
| |\
| | * Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-05-1711-0/+173
| | |\
| | | * Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-135-0/+139
| | | |\
| | | | * QDeclarativeMouseArea: block context menu eventsCaio Marcelo de Oliveira Filho2011-05-132-0/+85
| | | | * ListViews loses items if all visible items are removed.Martin Jones2011-05-131-0/+10
| | | | * Make TextEdit word selection more natural.Andrew den Exter2011-05-132-0/+44
| | | * | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-121-0/+20
| | | |\ \ | | | | |/
| | | | * Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-05-121-0/+20
| | | * | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-067-0/+14
| | | |\ \ | | | | |/
| | | | * Views do not notify count changes properlyMartin Jones2011-05-057-0/+14
| | * | | Merge remote branch 'origin/4.8' into qa-review-masterRohan McGovern2011-05-1561-808/+1118
| | |\ \ \ | | | |/ /
| | * | | Remove Q_ASSERT from qdeclarativexmllistmodel testJason McDonald2011-05-041-1/+4
| | * | | Remove Q_ASSERT's from ecmascript test.Jason McDonald2011-05-041-4/+0
| | * | | Remove Q_ASSERT from QDeclarativeListModel autotest.Jason McDonald2011-04-151-1/+4
| | * | | Remove redundant Q_ASSERT from qmlvisual autotest.Jason McDonald2011-04-151-2/+0
| | * | | Remove Q_ASSERT calls that wrap side-effecting code.Jason McDonald2011-04-151-3/+9
| | * | | Reduce usage of Q_ASSERT in autotests.Jason McDonald2011-04-124-26/+28
| * | | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1393-1583/+1583
| | |/ / | |/| |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-05-044-3/+73
| |\ \ \
| * \ \ \ Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-04-281-0/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Clear the root index when the model is reset.Girish Ramakrishnan2011-04-271-0/+5
| | * | | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Martin Jones2011-04-272-2/+2
| | |\ \ \
| * | \ \ \ Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-04-2711-0/+313
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-2711-0/+295
| | |\ \ \ \ \ | | | |/ / / / | | | | / / / | | | |/ / / | | |/| | |
| | | * | | Ignore changes to selectByMouse during a selection.Andrew den Exter2011-04-2710-0/+285
| | | * | | PathView offset out of sync with currentIndex when items are removed.Martin Jones2011-04-271-0/+10
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-272-0/+18
| | |\ \ \ \ | | | |/ / /
| | | * | | Move the TextInput cursor delegate when the preedit position changes.Andrew den Exter2011-04-272-0/+18
| * | | | | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-04-224-1/+74
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-214-1/+74
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix TextInput cursor position unchanged when selection length is 0.Andrew den Exter2011-04-212-0/+19
| | | * | | Fix TextInput echoMode clearing inputMethodHints set by the user.Andrew den Exter2011-04-211-1/+41
| | | * | | Elide has unexpected effect on Text's implicitWidthMartin Jones2011-04-212-0/+14
| * | | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-04-212-3/+32
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-202-3/+32
| | |\ \ \ \ | | | |/ / /