summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | QTableView: fix spans corruption when removing spans.Olivier Goffart2010-04-071-0/+8
| | | | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-071-1/+5
| | | | |\ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | | * | | | Fix test sql for sql server.Bill King2010-04-071-1/+5
| | | | | |/ / /
| * | | | | | | Fix and test remote root component with qmldir-specified content.Warwick Allison2010-04-135-24/+80
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Optimize some autotestsYann Bodson2010-04-133-715/+613
|/ / / / / /
* | | | | | Don't test XmlListModel examples on platforms without QtXmlPatternsAlan Alpert2010-04-121-0/+6
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-121-2/+2
|\ \ \ \ \ \
| * | | | | | Fix declarative examples autotest, avoid using native separatorsLeonardo Sobral Cunha2010-04-121-2/+2
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-12202-831/+2244
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Test fix.Michael Brasser2010-04-121-2/+2
| * | | | | | Fix testBea Lam2010-04-121-1/+3
| * | | | | | Fix test on QWS.Michael Brasser2010-04-121-0/+4
| * | | | | | Exclude gestures from examples autotestAaron Kennedy2010-04-121-0/+1
| * | | | | | Exclude proxywidgets from examples autotestAaron Kennedy2010-04-121-0/+1
| * | | | | | Adds missing qml file to qdeclarativeflipable autotestLeonardo Sobral Cunha2010-04-122-0/+14
| * | | | | | Fix graphicswidget auto-test.Alexis Menard2010-04-122-52/+40
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-10186-674/+1978
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Disallow writes to read-only value type propertiesAaron Kennedy2010-04-093-1/+34
| | * | | | | Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-092-0/+29
| | * | | | | Add a Qt.isQtObject() methodAaron Kennedy2010-04-092-0/+30
| | * | | | | Fix crash in QML library importsAaron Kennedy2010-04-093-0/+25
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-091-3/+0
| | |\ \ \ \ \
| | | * | | | | Make sure WorkerScript thread is stopped on deletion. This also fixesBea Lam2010-04-091-3/+0
| | * | | | | | Enable other wrapping modes.Martin Jones2010-04-093-3/+28
| | |/ / / / /
| | * | | | | TextEdit::wrap changed to TextEdit::wrapMode enumerationMartin Jones2010-04-093-7/+7
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0966-145/+201
| | |\ \ \ \ \
| | | * | | | | Replace "var" with "variant" in testsAaron Kennedy2010-04-092-11/+11
| | | * | | | | Fix test after deletion of GraphicsObjectContainer.Alexis Menard2010-04-091-23/+20
| | | * | | | | Fix url resolution in PropertyChanges.Michael Brasser2010-04-094-0/+67
| | | * | | | | Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-0958-102/+102
| | | * | | | | Use variant instead of var in QMLAaron Kennedy2010-04-092-9/+1
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-092-0/+26
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Make the TextInput element nicer. It has scrolling.Alexis Menard2010-04-091-0/+24
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-0924-19/+253
| | | |\ \ \ \ \
| | | * | | | | | Verbose failure outputWarwick Allison2010-04-091-0/+2
| | * | | | | | | Ensure GridView content position is stable when moving items.Martin Jones2010-04-091-0/+5
| | | |/ / / / / | | |/| | | | |
| | * | | | | | Update visual test.Michael Brasser2010-04-089-4/+4
| | * | | | | | Fix test.Michael Brasser2010-04-081-1/+1
| | * | | | | | Update test following property name change.Michael Brasser2010-04-083-5/+5
| | * | | | | | Don't crash when QML engine is deletedAaron Kennedy2010-04-082-0/+34
| | * | | | | | Fix crash on null object assignmentAaron Kennedy2010-04-082-0/+23
| | * | | | | | Make string -> int conversion consistent in bindingsAaron Kennedy2010-04-084-0/+111
| | * | | | | | Improve static assignment to QVariant's in the int and double caseAaron Kennedy2010-04-083-0/+66
| | * | | | | | Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-083-9/+9
| | |/ / / / /
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-083-0/+80
| | |\ \ \ \ \
| | | * | | | | Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-083-0/+80
| | * | | | | | Add running of examples to quality gate.Warwick Allison2010-04-082-3/+4
| | |/ / / / /
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-0813-4/+302
| | |\ \ \ \ \
| | | * | | | | Fix tst_qdeclarativesmoothedanimation::behaviorLeonardo Sobral Cunha2010-04-081-2/+3
| | | * | | | | Add SmoothedFollow element to qmlLeonardo Sobral Cunha2010-04-089-1/+279