| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing API shims | Kent Hansen | 2010-07-07 | 1 | -0/+6 |
|
|
* | Fix conversion between JavaScript Date and QDateTime | Kent Hansen | 2010-06-25 | 6 | -427/+53 |
|
|
* | Use custom static scopes to improve QML/JavaScript performance | Kent Hansen | 2010-06-25 | 7 | -9/+321 |
|
|
* | 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 | 2 | -4/+2 |
|
|
* | 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 |
|
|
* | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2010-04-22 | 1 | -1/+1 |
|\ |
|
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-21 | 1 | -1/+1 |
| |\ |
|
| | * | QtScript: regression with instanceof operator for QMetaObject wrappers | Kent Hansen | 2010-04-21 | 1 | -1/+1 |
|
|
* | | | QScript: use JSC::NativeFunctionWrapper instead of JSC::PrototypeFunction whe... | Olivier Goffart | 2010-04-19 | 3 | -8/+11 |
|/ / |
|
* | | 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 | 2 | -5/+5 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Symbol visibility fixes for RVCT4 on Symbian | Iain | 2010-04-15 | 2 | -2/+2 |
|
|
| * | 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 | 6 | -6/+68 |
|\ \ |
|
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-30 | 6 | -7/+71 |
| |\ \ |
|
| | * | | QtScript: Add yet more missing API shims | Kent Hansen | 2010-03-26 | 4 | -4/+65 |
|
|
| | * | | QtScript: Make sure the old identifier table is restored | Kent Hansen | 2010-03-26 | 3 | -3/+6 |
|
|
* | | | | Merge remote branch 'origin/4.7' into 4.7 | Olivier Goffart | 2010-03-30 | 1 | -3/+9 |
|\ \ \ \
| |/ / / |
|
| * | | | Correctly construct boolean JSValue's | Aaron Kennedy | 2010-03-30 | 1 | -3/+9 |
| |/ / |
|
* | | | 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 missing API shim for signal handling | Kent Hansen | 2010-03-26 | 1 | -0/+1 |
|
|
* | | 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 | 3 | -1/+4 |
|
|
* | | QtScript: Add more missing API shims | Kent Hansen | 2010-03-24 | 2 | -4/+9 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-22 | 1 | -1/+4 |
|\ \ |
|
| * | | Disable C++0x mode for QtWebKit and QtScript since WebKit will not compile an... | Thiago Macieira | 2010-03-20 | 1 | -0/+3 |
|
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-19 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix JSC export macros | Kent Hansen | 2010-03-18 | 1 | -1/+1 |
|
|
* | | | | Merge branch '4.6-s60' into 4.7-s60 | axis | 2010-03-22 | 3 | -5/+6 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | QScriptClass-implemented constructors lead to application crash | Kent Hansen | 2010-03-19 | 1 | -1/+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 |
|
|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Alan Alpert | 2010-03-17 | 24 | -371/+318 |
|\ \ \
| | |/
| |/| |
|
| * | | Define JS_NO_EXPORT to avoid JSC C API functions being exported | Kent Hansen | 2010-03-16 | 1 | -1/+1 |
|
|
| * | | Add missing QtScript API shims | Kent Hansen | 2010-03-15 | 2 | -0/+4 |
|
|