| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Fix QScriptEngine::abortEvaluation. | Jedrzej Nowacki | 2010-09-30 | 1 | -2/+5 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-09-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge commit 'staging-1/4.7' into doc-4.7 | Morten Engvoldsen | 2010-09-03 | 2 | -5/+2 |
| |\ |
|
| * | | Fixed spelling, broken links, and missing default values. | Jerome Pasion | 2010-08-30 | 1 | -1/+1 |
|
|
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-09-10 | 2 | -5/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | doc: Remove \internal tag from QScriptProgram | Kent Hansen | 2010-08-31 | 2 | -5/+2 |
| |/ |
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-30 | 1 | -0/+28 |
|\ \
| |/ |
|
| * | Make qsTrId() / QT_TRID_NOOP() accessible from QtScript | Kent Hansen | 2010-08-23 | 1 | -0/+28 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-13 | 5 | -24/+23 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Compile. | Yoann Lopes | 2010-08-06 | 1 | -1/+1 |
|
|
* | | Fix recursion in QScriptEngine::toScriptValue | Olivier Goffart | 2010-08-06 | 1 | -1/+1 |
|
|
* | | Remove usage of deprecated QScriptValue* function | Olivier Goffart | 2010-08-06 | 1 | -2/+2 |
|
|
* | | Deprecate qScriptValueFromQMetaObject, qScriptValueToValue, qScriptValueFromV... | Olivier Goffart | 2010-08-06 | 2 | -23/+31 |
|
|
* | | Remove the use of deprecated qVariant* | Olivier Goffart | 2010-08-06 | 1 | -1/+1 |
|
|
* | | It is no longer necessary to check for QT_NO_MEMBER_TEMPLATES | miniak | 2010-08-03 | 1 | -8/+0 |
|
|
* | | Fix MS Visual C++ 6.0 references in the documentation | miniak | 2010-08-03 | 1 | -19/+13 |
|
|
* | | Remove obsolete code & workarounds for unsupported versions of MS Visual C++ | miniak | 2010-08-03 | 3 | -29/+2 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-07-28 | 4 | -1/+13 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-07-01 | 3 | -33/+95 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-06-01 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Ensure that activation object has been created before popping scope of native... | Kent Hansen | 2010-05-27 | 1 | -0/+1 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-05-20 | 1 | -3/+14 |
|\ \
| |/ |
|
| * | doc: Fixed many broken links. | Martin Smith | 2010-05-19 | 1 | -3/+14 |
|
|
* | | Fix conversion between QVariant and QScriptValue. | Jedrzej Nowacki | 2010-04-30 | 1 | -1/+1 |
|/ |
|
* | 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 |
|
|