summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-211-32/+109
|\
| * Merge branch 'kinetic-transform' of git@scm.dev.nokia.troll.no:qt/kineticRhys Weatherley2009-08-201-32/+109
| |\
| | * Remove QGraphicsTransform::project()Rhys Weatherley2009-08-191-2/+2
| | * Re-implement QGraphicsTransform to use QMatrix4x4Rhys Weatherley2009-08-191-32/+109
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-2022-63/+230
|\ \ \ | |/ /
| * | Extend testUndoBlock() with a single command block insertmae2009-08-201-0/+19
| * | split the qstringbuilder autotest into fourhjk2009-08-2015-43/+38
| * | Autotest: this test is not passing: so show that.Thiago Macieira2009-08-201-0/+7
| * | Autotest: remove unreliable test.Thiago Macieira2009-08-201-15/+0
| * | Autotest: add one more check for operator==Thiago Macieira2009-08-201-0/+1
| * | Fix literal IPv6 hostname resolution in QHostInfo.Thiago Macieira2009-08-201-1/+1
| * | Fix QVariant::toFloat() and QVariant::toRealOlivier Goffart2009-08-201-1/+37
| * | QNAM HTTP PipeliningMarkus Goetz2009-08-202-3/+127
* | | use a list to keep track of registered script valuesKent Hansen2009-08-201-2/+0
* | | QEXPECT_FAIL was removed.Jedrzej Nowacki2009-08-201-3/+10
* | | make QScriptEngine::objectById() workKent Hansen2009-08-201-1/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-2019-4/+676
|\ \ \ | |/ /
| * | Add some more tests for QQuaternion multiplicationRhys Weatherley2009-08-201-0/+9
| * | Make the license test pass.Frans Englich2009-08-1918-4/+667
| |/
* | invalidate wrapped JSC::JSValue when script engine is deletedKent Hansen2009-08-191-3/+1
* | Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-191-1/+0
* | add more detailed tests for QRegExp <--> JS RegExp conversionKent Hansen2009-08-191-1/+19
* | remove expected failureKent Hansen2009-08-191-1/+0
* | add test to make sure a JavaScript object's ID persistsKent Hansen2009-08-191-0/+10
* | update expected output to match that of JSC-based qtscript back-endKent Hansen2009-08-191-2/+2
* | make QScriptEngine::isEvaluating() work for top-level evaluationKent Hansen2009-08-191-0/+24
* | move the builtinFunctionNames test to qscriptengine autotestsKent Hansen2009-08-192-198/+175
* | only add qtscript autotests if qt is configured appropriatelyKent Hansen2009-08-191-13/+15
* | make moc autotest compile without qtscriptKent Hansen2009-08-192-1/+4
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-19122-419/+531
|\ \ | |/
| * Move math3d unit tests up one level to tests/autoRhys Weatherley2009-08-1812-74/+14
| * Autotest: cosmetic: change trolltech.com to qt.nokia.comThiago Macieira2009-08-181-27/+27
| * Autotest: update the trolltech.com URLs to nokia.com properly.Thiago Macieira2009-08-181-27/+27
| * Autotest: Revert 96b6a3c9cd8 in tst_qnetworkcookiejarThiago Macieira2009-08-181-13/+13
| * Autotest: don't check Qt3Support and QtCLucene for global statics.Thiago Macieira2009-08-181-1/+9
| * Autotest: accept that the platform's UTF-8 codec can be buggy.Thiago Macieira2009-08-181-1/+10
| * Autotest: update uic baselines after license header update.Thiago Macieira2009-08-18100-287/+342
| * Autotest: unbreak test after overeager trolltech.com -> qt.nokia.com replacementThiago Macieira2009-08-181-2/+2
| * Added a behaviour parameter to QXmlStreamReader::readElementTextThorbjørn Lindeijer2009-08-181-0/+51
| * Added two convenience functions to QXmlStreamReaderThorbjørn Lindeijer2009-08-181-0/+19
| * QGraphicsView test fixGabriel de Dietrich2009-08-181-6/+6
| * Fix autotest: on windows, timers are not accurate enoughThierry Bastian2009-08-181-2/+4
| * Autotest: Be very pedant about the tests. There's at least one compilerThiago Macieira2009-08-181-4/+33
| * Fix autotest: removed useless debug tracesThierry Bastian2009-08-181-1/+0
* | Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f...Olivier Goffart2009-08-181-5/+48
* | Fix the line numbers on the backtraceOlivier Goffart2009-08-181-3/+6
* | implement getter/setter proxying for Global Object and activation objectKent Hansen2009-08-181-0/+25
* | adopt same ownership relationship of scriptengine agents as in old back-endKent Hansen2009-08-181-7/+29
* | Few autotest QEXCPECT_FAIL markup.Jedrzej Nowacki2009-08-181-39/+4
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1817-548/+79
|\ \ | |/