| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing API shims | Kent Hansen | 2010-07-07 | 1 | -0/+29 |
|
|
* | Merge branch 'buildSystemFixes' into 4.7-s60 | axis | 2010-06-29 | 1 | -1/+1 |
|\ |
|
| * | Various fixes to autotests when using the symbian/linux-armcc mkspec. | axis | 2010-06-29 | 1 | -1/+1 |
|
|
* | | Use custom static scopes to improve QML/JavaScript performance | Kent Hansen | 2010-06-25 | 1 | -0/+242 |
|/ |
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-21 | 1 | -0/+106 |
|\ |
|
| * | QtScript: regression with instanceof operator for QMetaObject wrappers | Kent Hansen | 2010-04-21 | 1 | -0/+26 |
|
|
| * | QtScript: Add translation context test | Kent Hansen | 2010-04-20 | 1 | -0/+50 |
|
|
| * | Improve QScript{Engine,Value}::toObject() test coverage | Kent Hansen | 2010-04-19 | 1 | -0/+30 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-04-16 | 5 | -0/+133 |
|\ \
| |/ |
|
| * | QtScript: Add tests for translation of multiple scripts | Kent Hansen | 2010-04-14 | 4 | -0/+81 |
|
|
| * | QtScript: Add test for translation disambiguation | Kent Hansen | 2010-04-14 | 4 | -0/+10 |
|
|
| * | Improve test coverage of QtScript translation functions | Kent Hansen | 2010-04-14 | 1 | -0/+42 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-14 | 6 | -0/+87 |
|\ \
| |/ |
|
| * | Make qsTr work in global scope | Kent Hansen | 2010-04-13 | 6 | -0/+87 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-09 | 1 | -0/+127 |
|\ \
| |/ |
|
| * | Regressions in Global Object prototype access | Kent Hansen | 2010-04-09 | 1 | -0/+127 |
|
|
* | | QScriptEngine: Fix reentrency involving creation and desctructions of QScript... | Olivier Goffart | 2010-03-29 | 1 | -0/+21 |
|
|
* | | QtScript: Add API for reporting additional memory costs | Kent Hansen | 2010-03-25 | 1 | -0/+19 |
|
|
* | | Merge branch '4.6-s60' into 4.7-s60 | axis | 2010-03-22 | 1 | -3/+28 |
|\ \
| |/ |
|
| * | installTranslatorFunctions doesn't work for custom global object | Kent Hansen | 2010-03-19 | 1 | -3/+28 |
|
|
* | | QtScript: Fix regression when calling newQObject() from native constructor | Kent Hansen | 2010-03-16 | 1 | -0/+20 |
|/ |
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Fix garbage collection issue with script-owned objects with connections | Kent Hansen | 2009-11-30 | 1 | -0/+18 |
|
|
* | update autotest to match 4.6 behavior | Kent Hansen | 2009-11-23 | 1 | -9/+14 |
|
|
* | Add reference to JIRA task for expected test failure | Kent Hansen | 2009-11-23 | 1 | -1/+1 |
|
|
* | Add references to JIRA tasks for expected test failures | Kent Hansen | 2009-11-23 | 1 | -4/+4 |
|
|
* | API review: QRegExp::numCaptures() -> QRegExp::captureCount() | Marius Storm-Olsen | 2009-11-06 | 1 | -1/+1 |
|
|
* | Say hello to QScriptProgram :-) | Kent Hansen | 2009-10-28 | 1 | -0/+149 |
|
|
* | tests/auto/qscriptengine/qscriptengine.pro Windows CE fix | Joerg Bornemann | 2009-10-07 | 1 | -1/+6 |
|
|
* | attempt to make QScriptEngine::collectGarbage() autotest more robust | Kent Hansen | 2009-10-02 | 1 | -9/+23 |
|
|
* | Fix column number provided to QScriptEngineAgent | Kent Hansen | 2009-10-01 | 1 | -1/+0 |
|
|
* | add test case for wrong error message in qtscript | Kent Hansen | 2009-09-25 | 1 | -0/+11 |
|
|
* | Removed explicit TARGET.EPOCHEAPSIZE statements from script tests | Miikka Heikkinen | 2009-09-23 | 1 | -1/+0 |
|
|
* | Fix tst_QScriptEngine::throwErrorFromProcessEvents | Olivier Goffart | 2009-09-22 | 1 | -1/+0 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | implement proxying of JSObject::putWithAttributes() on Global Object | Kent Hansen | 2009-08-26 | 1 | -0/+25 |
|
|
* | | Memory leak in QScriptEngineAgent. | Olivier Goffart | 2009-08-25 | 1 | -0/+1 |
|
|
* | | QScriptValue: No need to create the activation object for call or construct | Olivier Goffart | 2009-08-24 | 1 | -9/+23 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 1 | -115/+676 |
|\ \ |
|
| * | | add more detailed tests for QRegExp <--> JS RegExp conversion | Kent Hansen | 2009-08-19 | 1 | -1/+19 |
|
|
| * | | remove expected failure | Kent Hansen | 2009-08-19 | 1 | -1/+0 |
|
|
| * | | move the builtinFunctionNames test to qscriptengine autotests | Kent Hansen | 2009-08-19 | 1 | -0/+175 |
|
|
| * | | implement getter/setter proxying for Global Object and activation object | Kent Hansen | 2009-08-18 | 1 | -0/+25 |
|
|
| * | | adopt same ownership relationship of scriptengine agents as in old back-end | Kent Hansen | 2009-08-18 | 1 | -7/+29 |
|
|
| * | | remove expected failures, mark expected failure | Kent Hansen | 2009-08-18 | 1 | -3/+1 |
|
|
| * | | Lazily construct the QScriptActivationObject | Olivier Goffart | 2009-08-13 | 1 | -1/+16 |
|
|
| * | | Refactor the way the JS stack are created for native function | Olivier Goffart | 2009-08-12 | 1 | -5/+6 |
|
|