summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-2134-1081/+2797
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-212-32/+520
| |\
| | * Merge branch 'kinetic-transform' of git@scm.dev.nokia.troll.no:qt/kineticRhys Weatherley2009-08-202-32/+520
| | |\
| | | * Benchmarks comparing QMatrix4x4 with QTransformRhys Weatherley2009-08-201-0/+411
| | | * 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-2023-63/+244
| |\ \ \ | | |/ /
| | * | Extend testUndoBlock() with a single command block insertmae2009-08-201-0/+19
| | * | split the qstringbuilder autotest into fourhjk2009-08-2015-43/+38
| * | | 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-2031-5/+1154
| |\ \ \
| * | | | 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
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | 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
| |\ \ \ \
| * | | | | remove expected failures, mark expected failureKent Hansen2009-08-181-3/+1
| * | | | | add a test for comparing Q{Object,Variant} wrappers from scriptKent Hansen2009-08-181-0/+15
| * | | | | adopt variant-to-string conversion of the original qtscript back-endKent Hansen2009-08-171-0/+12
| * | | | | test default scope chain after a new context has been pushedKent Hansen2009-08-171-0/+3
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1734-19/+264
| |\ \ \ \ \
| * | | | | | push the right object when the argument is the Global ObjectKent Hansen2009-08-141-12/+9
| * | | | | | Detect evaluation context in the backtraceOlivier Goffart2009-08-141-2/+2
| * | | | | | More polishing on the backtraceOlivier Goffart2009-08-141-18/+18
| * | | | | | more extensive backtrace testOlivier Goffart2009-08-141-12/+93
| * | | | | | Polish the QScriptContext::backtrace()Olivier Goffart2009-08-142-6/+5
| * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1419-387/+1291
| |\ \ \ \ \ \
| * | | | | | | make sure QScriptContext::scopeChain() returns the right objectKent Hansen2009-08-141-0/+2
| * | | | | | | make it possible for any script object to serve as activation objectKent Hansen2009-08-141-2/+37
| * | | | | | | Skip the fake context created by Interpreter::exucute for the backtraceOlivier Goffart2009-08-141-6/+0
| * | | | | | | Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-131-1/+16
| * | | | | | | Make simple function getters inlineOlivier Goffart2009-08-121-0/+17
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-12135-2988/+4497
| |\ \ \ \ \ \ \
| * | | | | | | | Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-121-5/+6
| * | | | | | | | Autotests refactoringJedrzej Nowacki2009-08-121-94/+329
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-121084-3329/+6249
| |\ \ \ \ \ \ \ \