summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Ran the script utils/normalizeOlivier Goffart2009-11-181-1/+1
|/
* Fixed the QtScript license information in the source files to referSimon Hausmann2009-11-171-19/+1
* Replace LGPL license tags with LGPL-ONLYSimon Hausmann2009-11-171-1/+1
* Add QScriptDeclarativeClassAaron Kennedy2009-11-101-2/+10
* During a GC mark the scope chain of QScriptContextsAaron Kennedy2009-11-101-0/+18
* Say hello to QScriptProgram :-)Kent Hansen2009-10-281-58/+93
* Avoid calls to public QScriptValue::engine() functionKent Hansen2009-10-231-2/+2
* Speed up QScriptValue creation by avoiding operator= to be calledKent Hansen2009-10-231-32/+18
* Bind QScriptValue to engine when the value is created internallyKent Hansen2009-10-231-26/+27
* Inline scriptEngineFromExec() functionKent Hansen2009-10-231-13/+3
* Inline internal QtScript functions (frameForContext())Kent Hansen2009-10-231-10/+0
* Inline two internal QtScript functions (contextForFrame() and globalExec())Kent Hansen2009-10-231-15/+0
* Use the qsreal type instead of double when working with QtScript numbersKent Hansen2009-10-221-1/+1
* QtScript: Compatibility with 4.5Olivier Goffart2009-10-221-0/+4
* Regression fix. Fix the hasUncaughtException() flag in debugger's event.Jedrzej Nowacki2009-10-191-3/+9
* QScriptContext::parentContext: don't skip unessecary framesOlivier Goffart2009-10-061-1/+1
* QtScript: Another crash fix on PowerPCOlivier Goffart2009-10-061-2/+1
* QScript: do not crash on PowerPCOlivier Goffart2009-10-061-2/+2