summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-0/+28
|\
| * Make qsTrId() / QT_TRID_NOOP() accessible from QtScriptKent Hansen2010-08-231-0/+28
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-11/+4
|\ \ | |/
| * QScript: remove JSC::JSLockOlivier Goffart2010-07-291-4/+0
| * QScript: document/obsolete things that does not work since the move to JSCOlivier Goffart2010-07-291-7/+4
* | Deprecate qScriptValueFromQMetaObject, qScriptValueToValue, qScriptValueFromV...Olivier Goffart2010-08-061-3/+6
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-1/+1
* | Fix MS Visual C++ 6.0 references in the documentationminiak2010-08-031-19/+13
* | Remove obsolete code & workarounds for unsupported versions of MS Visual C++miniak2010-08-031-7/+0
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-0/+1
|\ \ | |/
| * QScriptEngineAgent: recompile all the function when installing a debugger.Olivier Goffart2010-07-271-0/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-25/+68
|\ \ | |/
| * Fix conversion between JavaScript Date and QDateTimeKent Hansen2010-06-251-0/+47
| * Use custom static scopes to improve QML/JavaScript performanceKent Hansen2010-06-251-9/+3
| * Usefully convert from QtScript object/array to QVariantKent Hansen2010-06-171-13/+17
| * Allow to build Qt in static with mingwThierry Bastian2010-06-071-3/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-201-3/+14
|\ \ | |/
| * doc: Fixed many broken links.Martin Smith2010-05-191-3/+14
* | Fix conversion between QVariant and QScriptValue.Jedrzej Nowacki2010-04-301-1/+1
|/
* QScript: use JSC::NativeFunctionWrapper instead of JSC::PrototypeFunction whe...Olivier Goffart2010-04-191-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-171-1/+13
|\
| * Speed up qsTr() by caching the translation contextKent Hansen2010-04-151-1/+13
* | Fix mismatched import declarationsThiago Macieira2010-04-171-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-4/+4
|\ \ | |/ |/|
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-1/+1
| * QtScript: Fix call stack issue with qsTr() when JIT is enabledKent Hansen2010-04-141-1/+1
| * Improve test coverage of QtScript translation functionsKent Hansen2010-04-141-2/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-141-3/+13
|\ \ | |/
| * Make qsTr work in global scopeKent Hansen2010-04-131-3/+13
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-091-2/+6
|\ \ | |/
| * Regressions in Global Object prototype accessKent Hansen2010-04-091-2/+6
* | Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-04-011-0/+26
|\ \
| * | QtScript: Add yet more missing API shimsKent Hansen2010-03-261-0/+28
| * | QtScript: Make sure the old identifier table is restoredKent Hansen2010-03-261-1/+1
* | | QScriptEngine: Fix reentrency involving creation and desctructions of QScript...Olivier Goffart2010-03-291-4/+11
|/ /
* | QtScript: Add API for reporting additional memory costsKent Hansen2010-03-251-3/+58
* | QtScript: Add QObjectWrapOption for not exposing slotsKent Hansen2010-03-241-0/+1
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-1/+1
|\ \ | |/
| * installTranslatorFunctions doesn't work for custom global objectKent Hansen2010-03-191-1/+1
* | Add missing QtScript API shimsKent Hansen2010-03-151-0/+1
* | Move method implementation to private classKent Hansen2010-03-101-5/+10
* | Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-15/+19
* | QScript: Fix crash when converting a null value to a variant.Olivier Goffart2010-03-041-1/+3
* | QScript: Test against QMetaType::QVariant instead of against the stringOlivier Goffart2010-03-041-5/+6
* | Perform latin1 conversion directly on JSC::UStringKent Hansen2010-03-011-17/+17
* | Avoid conversion between JavaScriptCore String type and QStringKent Hansen2010-03-011-5/+5
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-1/+1
|\ \ | |/
| * Fix memory leak when lazily binding QScriptValue to an engineKent Hansen2010-02-221-1/+1
* | Second attempt at work-around for MSVC2008 compiler crashKent Hansen2010-02-221-0/+5
* | Work around MSVC2008 compiler crashKent Hansen2010-02-191-0/+15