summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Import SunSpider benchmarks for QtScriptKent Hansen2010-11-0128-0/+5623
* Import V8 benchmarks for QtScriptKent Hansen2010-11-0110-0/+11309
* Add more microbenchmarks for QScriptValueKent Hansen2010-11-011-35/+827
* Add more microbenchmarks for QScriptEngineKent Hansen2010-11-011-39/+275
* Refactor tst_QScriptValue::instanceOfJedrzej Nowacki2010-11-012-4/+10
* Refactor tst_QScriptValue::getSetPrototypeJedrzej Nowacki2010-11-012-30/+63
* Refactor tst_QScriptValue::getSetPropertyJedrzej Nowacki2010-11-012-233/+291
* Refactor tst_QScriptValue::getSetDataJedrzej Nowacki2010-11-012-33/+68
* Refactor tst_QScriptValue::isErrorJedrzej Nowacki2010-11-012-8/+31
* Refactor tst_QScriptValue::isRegExpJedrzej Nowacki2010-11-012-10/+23
* Refactor tst_QScriptValue::isDateJedrzej Nowacki2010-11-012-10/+23
* Refactor tst_QScriptValue::isArrayJedrzej Nowacki2010-11-012-9/+22
* Increase range of getSetScriptClass test.Jedrzej Nowacki2010-11-012-7/+22
* Rename few QScriptValue's test cases.Jedrzej Nowacki2010-11-012-40/+40
* Separate generated tests from hand written ones.Jedrzej Nowacki2010-11-0119-366/+506
* Split tst_QScriptValue::getSetScriptClass autotest.Jedrzej Nowacki2010-11-012-7/+43
* Split tst_QScriptValue::ctor autotest.Jedrzej Nowacki2010-11-012-88/+162
* Compile with Qt namespaceKent Hansen2010-11-011-0/+2
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-11-0127-14/+849
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-10-3027-14/+849
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-10-3027-14/+849
| | |\
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-10-2927-14/+849
| | | |\
| | | | * Add autotest for QScriptExtensionPluginKent Hansen2010-10-2910-0/+372
| | | | * Improve QtScript test coverageKent Hansen2010-10-296-12/+332
| | | | * Don't crash when null-pointer is passed to qScriptValueFromValue()Kent Hansen2010-10-291-0/+7
| | | | * Simplify object lifetime management when moving objects to a QThreadBradley T. Hughes2010-10-292-0/+92
| | | | * Merge remote branch 'scm/qt/master'Tor Arne Vestbø2010-10-282-3/+23
| | | | |\
| | | | * | Move list of trusted benchmarks out of QA dungeon and into QtTor Arne Vestbø2010-10-279-2/+46
* | | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-311-0/+33
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-10-301-0/+33
| |\ \ \ \ \
| | * | | | | Fix Windows compilation.Samuel Rødal2010-10-271-0/+1
| | * | | | | Fixed race condition in raster paint engine.Samuel Rødal2010-10-271-0/+32
* | | | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-3062-25/+19929
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-2962-25/+19929
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-10-294-0/+22
| | |\ \ \ \ \
| | | * | | | | Update visual tests for MacYann Bodson2010-10-294-0/+22
| | * | | | | | Update webview visual tests to new skip modeAlan Alpert2010-10-2912-17/+21
| | * | | | | | Revert "Disable WebView visualtests"Alan Alpert2010-10-2924-0/+12940
| | * | | | | | Mark dynamic.qml as expect-fail the new wayAlan Alpert2010-10-299-2/+1605
| | * | | | | | Update gridview visual testsAlan Alpert2010-10-2913-373/+374
| | * | | | | | Revert "Mark qdeclarativegridview autotests as expect-fail"Alan Alpert2010-10-2925-4/+5338
| | |/ / / / /
* | | | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-29547-72989/+31326
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-293-35/+45
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | QScriptValue::construct(): Don't crash if function throws non-ObjectKent Hansen2010-10-282-0/+26
| | * | | | QNAM HTTP: Remove the error() of QHttpNetworkConnectionMarkus Goetz2010-10-271-2/+0
| | * | | | QNAM HTTP: Remove enableEncryption()Markus Goetz2010-10-271-21/+5
| | * | | | QNAM HTTP: Move authenticationRequired() to QHttpNetworkReplyMarkus Goetz2010-10-271-9/+9
| | * | | | QNAM HTTP: Use sslErrors() from QHttpNetworkReplyMarkus Goetz2010-10-271-4/+6
| | * | | | QNAM HTTP: Process authenticationRequired() from HTTP properlyMarkus Goetz2010-10-271-4/+4
| * | | | | Add 'skip' property that QML visual tests can useAlan Alpert2010-10-2923-3/+2230