summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine
Commit message (Expand)AuthorAgeFilesLines
...
| | * QtScript: regression with instanceof operator for QMetaObject wrappersKent Hansen2010-04-211-0/+26
| | * QtScript: Add translation context testKent Hansen2010-04-201-0/+50
| | * Improve QScript{Engine,Value}::toObject() test coverageKent Hansen2010-04-191-0/+30
* | | Fix conversion between QVariant and QScriptValue.Jedrzej Nowacki2010-04-301-0/+32
|/ /
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-165-0/+133
|\|
| * QtScript: Add tests for translation of multiple scriptsKent Hansen2010-04-144-0/+81
| * QtScript: Add test for translation disambiguationKent Hansen2010-04-144-0/+10
| * Improve test coverage of QtScript translation functionsKent Hansen2010-04-141-0/+42
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-146-0/+87
|\|
| * Make qsTr work in global scopeKent Hansen2010-04-136-0/+87
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-091-0/+127
|\|
| * Regressions in Global Object prototype accessKent Hansen2010-04-091-0/+127
* | QScriptEngine: Fix reentrency involving creation and desctructions of QScript...Olivier Goffart2010-03-291-0/+21
* | QtScript: Add API for reporting additional memory costsKent Hansen2010-03-251-0/+19
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-3/+28
|\|
| * installTranslatorFunctions doesn't work for custom global objectKent Hansen2010-03-191-3/+28
* | QtScript: Fix regression when calling newQObject() from native constructorKent Hansen2010-03-161-0/+20
|/
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Fix garbage collection issue with script-owned objects with connectionsKent Hansen2009-11-301-0/+18
* update autotest to match 4.6 behaviorKent Hansen2009-11-231-9/+14
* Add reference to JIRA task for expected test failureKent Hansen2009-11-231-1/+1
* Add references to JIRA tasks for expected test failuresKent Hansen2009-11-231-4/+4
* API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-061-1/+1
* Say hello to QScriptProgram :-)Kent Hansen2009-10-281-0/+149
* tests/auto/qscriptengine/qscriptengine.pro Windows CE fixJoerg Bornemann2009-10-071-1/+6
* attempt to make QScriptEngine::collectGarbage() autotest more robustKent Hansen2009-10-021-9/+23
* Fix column number provided to QScriptEngineAgentKent Hansen2009-10-011-1/+0
* add test case for wrong error message in qtscriptKent Hansen2009-09-251-0/+11
* Removed explicit TARGET.EPOCHEAPSIZE statements from script testsMiikka Heikkinen2009-09-231-1/+0
* Fix tst_QScriptEngine::throwErrorFromProcessEventsOlivier Goffart2009-09-221-1/+0
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | implement proxying of JSObject::putWithAttributes() on Global ObjectKent Hansen2009-08-261-0/+25
* | Memory leak in QScriptEngineAgent.Olivier Goffart2009-08-251-0/+1
* | QScriptValue: No need to create the activation object for call or constructOlivier Goffart2009-08-241-9/+23
* | Merge commit 'qt/master'Jason Barron2009-08-211-115/+676
|\ \
| * | add more detailed tests for QRegExp <--> JS RegExp conversionKent Hansen2009-08-191-1/+19
| * | remove expected failureKent Hansen2009-08-191-1/+0
| * | move the builtinFunctionNames test to qscriptengine autotestsKent Hansen2009-08-191-0/+175
| * | 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
| * | remove expected failures, mark expected failureKent Hansen2009-08-181-3/+1
| * | Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-131-1/+16
| * | Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-121-5/+6
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-121-1/+1
| |\ \
| * | | Test the same code as in the documentation for closuresOlivier Goffart2009-08-101-0/+32
| * | | mark expected failures for QObject GC-related testsKent Hansen2009-08-101-0/+4
| * | | finish implementation of QScriptEngine::importExtension()Kent Hansen2009-08-101-2/+2