summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix conversion between JavaScript Date and QDateTimeKent Hansen2010-06-251-4/+6
* Use custom static scopes to improve QML/JavaScript performanceKent Hansen2010-06-251-0/+15
* Usefully convert from QtScript object/array to QVariantKent Hansen2010-06-171-2/+4
* Speed up qsTr() by caching the translation contextKent Hansen2010-04-151-1/+6
* QtScript: Make sure the old identifier table is restoredKent Hansen2010-03-261-1/+0
* QtScript: Add API for reporting additional memory costsKent Hansen2010-03-251-0/+1
* Add default argument values for QScriptValuePrivate property functionsKent Hansen2010-03-101-3/+3
* Move method implementation to private classKent Hansen2010-03-101-0/+1
* Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-0/+18
* Perform latin1 conversion directly on JSC::UStringKent Hansen2010-03-011-0/+18
* Avoid conversion between JavaScriptCore String type and QStringKent Hansen2010-03-011-10/+10
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-2/+10
|\
| * Fix memory leak when lazily binding QScriptValue to an engineKent Hansen2010-02-221-2/+10
* | QScriptValue::isQMetaObject crash fix.Jedrzej Nowacki2010-02-241-1/+1
* | Work around MSVC2008 compiler crashKent Hansen2010-02-191-1/+12
* | Avoid calling out to public API in the QtScript implementationKent Hansen2010-02-181-16/+134
* | Move property helper functions to QScriptEnginePrivateKent Hansen2010-02-181-15/+84
* | Move more script value conversion code to helper functionsKent Hansen2010-02-181-0/+131
* | Cleanup: Move value conversion code to helper functionsKent Hansen2010-02-181-0/+50
* | Move implementation of QScriptValue construction functions to private classKent Hansen2010-02-181-0/+39
* | Cleanup: Move number conversion functions to QScriptEnginePrivateKent Hansen2010-02-181-0/+5
* | Move some helper function declarations outside QT_NO_QOBJECT guardKent Hansen2010-02-181-13/+14
* | Cleanup: Move exception helper functions to QScriptEnginePrivateKent Hansen2010-02-181-2/+5
|/
* Update copyright year to 2010Jason McDonald2010-01-061-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-1/+1
* Say hello to QScriptProgram :-)Kent Hansen2009-10-281-0/+5
* Inline QtScript exception helper functionsKent Hansen2009-10-231-0/+16
* Inline internal property lookup functionKent Hansen2009-10-231-0/+22
* Inline scriptEngineFromExec() functionKent Hansen2009-10-231-2/+18
* Inline internal QtScript functions (frameForContext())Kent Hansen2009-10-231-2/+12
* Inline two internal QtScript functions (contextForFrame() and globalExec())Kent Hansen2009-10-231-2/+17
* Use the qsreal type instead of double when working with QtScript numbersKent Hansen2009-10-221-1/+1
* Regression fix. Fix the hasUncaughtException() flag in debugger's event.Jedrzej Nowacki2009-10-191-0/+5
* Inline QScriptValuePrivate operator new and deleteKent Hansen2009-10-071-0/+16
* Fix column number provided to QScriptEngineAgentKent Hansen2009-10-011-1/+72
* QScript: Fix strange bugs and crashes.Olivier Goffart2009-09-281-1/+2
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-1/+5
* make sure the engine's currentFrame is in sync when calling out to public APIKent Hansen2009-09-221-0/+23
* put the this-register calculation into a functionKent Hansen2009-09-181-0/+1
* Fix compilation with winscwSimon Hausmann2009-09-101-2/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* improve memory management scheme of QScriptString(Private)Kent Hansen2009-09-021-5/+24
* Optimize QScriptClassOlivier Goffart2009-09-021-0/+10
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* make some internal qtscript functions inlineKent Hansen2009-08-241-7/+111
* compile fix with namespaced Qthjk2009-08-241-2/+2
* handle memory management of QScriptValuePrivate in engine if possibleKent Hansen2009-08-241-0/+4
* Fix obsolete license headers.Jason McDonald2009-08-211-1/+1