| Commit message (Expand) | Author | Age | Files | Lines |
* | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 1 | -1/+1 |
|
|
* | QScript: remove JSC::JSLock | Olivier Goffart | 2010-07-29 | 1 | -4/+0 |
|
|
* | QScript: document/obsolete things that does not work since the move to JSC | Olivier Goffart | 2010-07-29 | 5 | -20/+23 |
|
|
* | QScriptEngineAgent: recompile all the function when installing a debugger. | Olivier Goffart | 2010-07-27 | 2 | -0/+3 |
|
|
* | QScriptValue::objectId(): do not assert if the value is not a cell | Olivier Goffart | 2010-07-27 | 1 | -1/+1 |
|
|
* | QScriptEngineAgent: ensure that the top of the backtrace is correct in excep... | Olivier Goffart | 2010-07-23 | 1 | -0/+3 |
|
|
* | Add missing API shims | Kent Hansen | 2010-07-07 | 1 | -0/+6 |
|
|
* | Fix conversion between JavaScript Date and QDateTime | Kent Hansen | 2010-06-25 | 2 | -4/+53 |
|
|
* | Use custom static scopes to improve QML/JavaScript performance | Kent Hansen | 2010-06-25 | 2 | -9/+18 |
|
|
* | Usefully convert from QtScript object/array to QVariant | Kent Hansen | 2010-06-17 | 3 | -17/+23 |
|
|
* | Allow to build Qt in static with mingw | Thierry Bastian | 2010-06-07 | 1 | -3/+1 |
|
|
* | Ensure that activation object has been created before popping scope of native... | Kent Hansen | 2010-05-27 | 1 | -0/+1 |
|
|
* | doc: Fixed many broken links. | Martin Smith | 2010-05-19 | 1 | -3/+14 |
|
|
* | QScript: use JSC::NativeFunctionWrapper instead of JSC::PrototypeFunction whe... | Olivier Goffart | 2010-04-19 | 1 | -2/+2 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-17 | 2 | -2/+19 |
|\ |
|
| * | Speed up qsTr() by caching the translation context | Kent Hansen | 2010-04-15 | 2 | -2/+19 |
|
|
* | | Fix mismatched import declarations | Thiago Macieira | 2010-04-17 | 1 | -1/+1 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-04-16 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Symbol visibility fixes for RVCT4 on Symbian | Iain | 2010-04-15 | 1 | -1/+1 |
|
|
| * | QtScript: Fix call stack issue with qsTr() when JIT is enabled | Kent Hansen | 2010-04-14 | 1 | -1/+1 |
|
|
| * | Improve test coverage of QtScript translation functions | Kent Hansen | 2010-04-14 | 1 | -2/+2 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-14 | 1 | -3/+13 |
|\ \
| |/ |
|
| * | Make qsTr work in global scope | Kent Hansen | 2010-04-13 | 1 | -3/+13 |
|
|
* | | Fix crash on QScriptProgram destruction | Aaron Kennedy | 2010-04-12 | 1 | -0/+4 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-09 | 2 | -4/+17 |
|\ \
| |/ |
|
| * | Regressions in Global Object prototype access | Kent Hansen | 2010-04-09 | 2 | -4/+17 |
|
|
* | | QScript: more missing APIShim | Olivier Goffart | 2010-04-01 | 1 | -0/+2 |
|
|
* | | QScript: fix compilation warning | Olivier Goffart | 2010-04-01 | 1 | -1/+1 |
|
|
* | | QScript: fix APIShim usage. | Olivier Goffart | 2010-04-01 | 1 | -1/+1 |
|
|
* | | QtScript: remove duplicated APIshim in QScriptValueIterator | Olivier Goffart | 2010-04-01 | 1 | -6/+0 |
|
|
* | | Merge remote branch 'origin/4.7' into 4.7 | Olivier Goffart | 2010-04-01 | 5 | -2/+51 |
|\ \ |
|
| * | | QtScript: Add yet more missing API shims | Kent Hansen | 2010-03-26 | 3 | -0/+48 |
|
|
| * | | QtScript: Make sure the old identifier table is restored | Kent Hansen | 2010-03-26 | 3 | -3/+6 |
|
|
* | | | QScript: More missing APIShim | Olivier Goffart | 2010-03-29 | 1 | -0/+4 |
|
|
* | | | QScriptEngine: Fix reentrency involving creation and desctructions of QScript... | Olivier Goffart | 2010-03-29 | 3 | -24/+80 |
|/ / |
|
* | | QtScript: Add API for reporting additional memory costs | Kent Hansen | 2010-03-25 | 4 | -3/+62 |
|
|
* | | QtScript: Add QObjectWrapOption for not exposing slots | Kent Hansen | 2010-03-24 | 2 | -0/+2 |
|
|
* | | QtScript: Add more missing API shims | Kent Hansen | 2010-03-24 | 2 | -4/+9 |
|
|
* | | Merge branch '4.6-s60' into 4.7-s60 | axis | 2010-03-22 | 2 | -4/+3 |
|\ \
| |/ |
|
| * | installTranslatorFunctions doesn't work for custom global object | Kent Hansen | 2010-03-19 | 1 | -1/+1 |
|
|
| * | Don't assert in QScriptValue::call() | Kent Hansen | 2010-03-18 | 1 | -3/+2 |
|
|
* | | Add missing QtScript API shims | Kent Hansen | 2010-03-15 | 2 | -0/+4 |
|
|
* | | Improve performance of QScriptValueIterator | Kent Hansen | 2010-03-10 | 1 | -21/+34 |
|
|
* | | Add default argument values for QScriptValuePrivate property functions | Kent Hansen | 2010-03-10 | 2 | -10/+11 |
|
|
* | | Move method implementation to private class | Kent Hansen | 2010-03-10 | 2 | -5/+11 |
|
|
* | | Update src/3rdparty/javascriptcore and adapt src/script to the changes | Kent Hansen | 2010-03-10 | 7 | -29/+56 |
|
|
* | | QScript: Fix crash when converting a null value to a variant. | Olivier Goffart | 2010-03-04 | 1 | -1/+3 |
|
|
* | | QScript: Test against QMetaType::QVariant instead of against the string | Olivier Goffart | 2010-03-04 | 1 | -5/+6 |
|
|
* | | Perform latin1 conversion directly on JSC::UString | Kent Hansen | 2010-03-01 | 2 | -17/+35 |
|
|
* | | Avoid conversion between JavaScriptCore String type and QString | Kent Hansen | 2010-03-01 | 4 | -18/+18 |
|
|