summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QScriptEngineAgent: recompile all the function when installing a debugger.Olivier Goffart2010-07-271-0/+1
* 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
* doc: Fixed many broken links.Martin Smith2010-05-191-3/+14
* 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
* | Avoid calling out to public API in the QtScript implementationKent Hansen2010-02-181-179/+308
* | Move property helper functions to QScriptEnginePrivateKent Hansen2010-02-181-0/+166
* | Cleanup: Move value conversion code to helper functionsKent Hansen2010-02-181-1/+0
* | Move implementation of QScriptValue construction functions to private classKent Hansen2010-02-181-91/+94
* | Cleanup: Move number conversion functions to QScriptEnginePrivateKent Hansen2010-02-181-1/+71
* | Optimization: Avoid calling out to public API functionKent Hansen2010-02-151-2/+1
|/
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Fix translation context for qsTr.Michael Brasser2009-12-101-3/+4
* Fix garbage collection issue with script-owned objects with connectionsKent Hansen2009-11-301-10/+11
* Merge branch '4.6' of oslo-staging-1 into 4.6Simon Hausmann2009-11-191-1/+5
|\
| * Application object must be constructed before QScriptEngineKent Hansen2009-11-181-1/+5