summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-02-2622-225/+12493
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-2623-225/+12500
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-261-0/+7
| | |\
| | | * Speed up compilation of this test with MSVC.Rohan McGovern2010-02-261-0/+7
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-256-4/+12249
| | |\ \ | | | |/ | | |/|
| | | * New benchmark for QDirIteratorJoão Abecasis2010-02-254-0/+12152
| | | * Backporting auto-test utility header from master.João Abecasis2010-02-251-0/+97
| | | * Cleaning of the patch to QTBUG-3168Benjamin Poulain2010-02-251-1/+0
| | | * Patch to QTBUG-3168Carolina Gomes2010-02-251-3/+0
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-251-1/+1
| | |\ \ | | | |/ | | |/|
| | | * Pass the right arguments to QApplication in GraphicsView benchmark.Bjørn Erik Nilsen2010-02-251-1/+1
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-251-0/+25
| | |\ \ | | | |/ | | |/|
| | | * Add benchmarks for accessing meta-object properties via QScriptValueKent Hansen2010-02-251-0/+25
| | * | Set the roleNames of proxy models to the roleNames of the source model.Stephen Kelly2010-02-251-0/+82
| | * | Trying to make the animation autotests more robustThierry Bastian2010-02-252-24/+25
| | * | Remove `make check' logic from auto.pro.Rohan McGovern2010-02-251-7/+0
| | * | GV: Update issues if drawItems() is overridden and IndirectPainting is used.Bjørn Erik Nilsen2010-02-241-0/+26
| | |/
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-231-0/+6
| | |\
| | | * Improve test coverage of QScriptString::toArrayIndex()Kent Hansen2010-02-231-0/+6
| | * | Regression: QGraphicsScene::render fails to render the entire scene correctly.Bjørn Erik Nilsen2010-02-231-0/+36
| | |/
| | * Stabilize QWidget benchmarks.Bjørn Erik Nilsen2010-02-221-187/+110
| | * Stabilize style sheet benchmarks.Bjørn Erik Nilsen2010-02-221-0/+9
| | * Fixes for the Windows Mobile plattformninerider2010-02-226-3/+22
* | | Fixed qdeclarativeconnection test.Rohan McGovern2010-02-267-1/+1
* | | Merge remote branch 'qt/master' into qml-masterQt Continuous Integration System2010-02-2614-19/+4271
|\ \ \
| * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/mobility-staging into mast...Qt Continuous Integration System2010-02-261-0/+7
| |\ \ \ | | |/ / | |/| |
| | * | Speed up compilation of this test with MSVC.Rohan McGovern2010-02-261-0/+7
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-2513-19/+4264
| |\ \ \ | | |/ / | |/| |
| | * | Update of the QScriptValue autotest suite.Jedrzej Nowacki2010-02-252-6/+617
| | * | New data set for QScriptValue autotest generator.Jedrzej Nowacki2010-02-251-0/+6
| | * | Autotest: make tst_qchar run out-of-source tooThiago Macieira2010-02-252-4/+2
| | * | Autotest: add a test for roundtrips through toLatin1/fromLatin1Thiago Macieira2010-02-251-0/+107
| | * | QRegExp::pos() should return -1 for empty/non-matching capturesJoão Abecasis2010-02-251-0/+93
| | * | Autotest: add a test for QDBusPendingCallWatcher use in threadsThiago Macieira2010-02-241-1/+56
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-247-8/+3383
| | |\ \
| | | * | Update of the QScriptValue autotest suite.Jedrzej Nowacki2010-02-241-0/+3114
| | | * | New autotests cases for QScriptValue autotests generator.Jedrzej Nowacki2010-02-241-1/+36
| | | * | QScriptValue autotest generator templates change.Jedrzej Nowacki2010-02-241-0/+8
| | | * | Fix license template.Jedrzej Nowacki2010-02-241-2/+1
| | | * | Autotest: add a test to ensure that the Qt headers are clean.Thiago Macieira2010-02-242-1/+87
| | | * | Improved gesture event delivery in graphicsview.Denis Dzyubenko2010-02-241-3/+136
| | | * | Fixed a gesture autotest.Denis Dzyubenko2010-02-241-1/+1
* | | | | missed renameWarwick Allison2010-02-261-1/+1
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-261-132/+119
|\ \ \ \ \
| * | | | | Polish QDeclarativeProperty APIAaron Kennedy2010-02-261-132/+119
* | | | | | Rename files to follow class name.Warwick Allison2010-02-267-1/+1
* | | | | | Change Connection syntax as per QT-2822.Warwick Allison2010-02-265-12/+8
|/ / / / /
* | | | | Test, demo, and work-around bug QTBUG-8535Warwick Allison2010-02-262-1/+3
* | | | | Work around requires() bug in qmakeAaron Kennedy2010-02-263-6/+3
* | | | | Move QEasingCurve datastream autotest to qdatastream for more comprehensive t...Leonardo Sobral Cunha2010-02-262-54/+69