summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine
Commit message (Expand)AuthorAgeFilesLines
* Make qsTr() work with Unicode (non-Latin-1) stringsKent Hansen2010-11-088-0/+170
* Split monolithic QScriptEngine autotests into smaller testsKent Hansen2010-11-021-15/+128
* Compile with Qt namespaceKent Hansen2010-11-011-0/+2
* Improve QtScript test coverageKent Hansen2010-10-291-11/+130
* Don't crash when null-pointer is passed to qScriptValueFromValue()Kent Hansen2010-10-291-0/+7
* Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
* Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-041-3/+57
|\
| * Fix QScriptEngine::abortEvaluation.Jedrzej Nowacki2010-09-301-3/+57
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-0/+66
|\ \ | |/
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-071-0/+66
| |\
| | * Fix QtScript Date <--> QDateTime (local time) conversionKent Hansen2010-08-311-0/+66
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-305-0/+105
|\ \ \ | |/ /
| * | Make qsTrId() / QT_TRID_NOOP() accessible from QtScriptKent Hansen2010-08-235-0/+105
* | | It is no longer necessary to check for QT_NO_MEMBER_TEMPLATESminiak2010-08-031-2/+0
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-0/+29
|\ \ \ | |/ /
| * | Add missing API shimsKent Hansen2010-07-071-0/+29
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-012-1/+243
|\ \ \ | |/ /
| * | Merge branch 'buildSystemFixes' into 4.7-s60axis2010-06-291-1/+1
| |\ \
| | * | Various fixes to autotests when using the symbian/linux-armcc mkspec.axis2010-06-291-1/+1
| * | | Use custom static scopes to improve QML/JavaScript performanceKent Hansen2010-06-251-0/+242
| |/ /
* | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-05-041-0/+106
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-211-0/+106
| |\ \ | | |/
| | * 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-061-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