| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 | 5 | -3/+15 |
|\ \
| |/ |
|
| * | QScriptEngineAgent: recompile all the function when installing a debugger. | Olivier Goffart | 2010-07-27 | 2 | -0/+3 |
|
|
| * | QScriptDeclarativeObject: we need to save the current stack pointer. | Olivier Goffart | 2010-07-27 | 1 | -2/+2 |
|
|
| * | 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 | 13 | -457/+399 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | 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 |
|
|
* | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2010-05-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | | | 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 | 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 |
|
|