| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60 | axis | 2010-02-26 | 2 | -3/+11 |
|\ \
| |/ |
|
| * | Fix memory leak when lazily binding QScriptValue to an engine | Kent Hansen | 2010-02-22 | 2 | -3/+11 |
|
|
* | | QScriptValue::isQMetaObject crash fix. | Jedrzej Nowacki | 2010-02-24 | 1 | -1/+1 |
|
|
* | | Second attempt at work-around for MSVC2008 compiler crash | Kent Hansen | 2010-02-22 | 1 | -0/+5 |
|
|
* | | Work around MSVC2008 compiler crash | Kent Hansen | 2010-02-19 | 2 | -1/+27 |
|
|
* | | Avoid calling out to public API in the QtScript implementation | Kent Hansen | 2010-02-18 | 4 | -287/+459 |
|
|
* | | Move property helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 4 | -206/+288 |
|
|
* | | Move more script value conversion code to helper functions | Kent Hansen | 2010-02-18 | 2 | -65/+152 |
|
|
* | | Cleanup: Move value conversion code to helper functions | Kent Hansen | 2010-02-18 | 3 | -11/+60 |
|
|
* | | Move implementation of QScriptValue construction functions to private class | Kent Hansen | 2010-02-18 | 2 | -91/+133 |
|
|
* | | Cleanup: Move number conversion functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 3 | -84/+81 |
|
|
* | | Move some helper function declarations outside QT_NO_QOBJECT guard | Kent Hansen | 2010-02-18 | 1 | -13/+14 |
|
|
* | | Cleanup: Move exception helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 3 | -35/+35 |
|
|
* | | Optimization: Avoid calling out to public API function | Kent Hansen | 2010-02-15 | 1 | -2/+1 |
|
|