summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-2/+2
* Revert "Delete JS-owned QML objects right away in the engine dtor."Peter Kümmel2012-09-251-1/+0
* Delete JS-owned QML objects right away in the engine dtor.Thomas McGuire2012-09-141-0/+1
* Fix crash when converting invalid JSValue to stringKent Hansen2012-08-031-0/+2
* Fix crash when accessing QObject properties through activation objectKent Hansen2012-08-021-0/+4
* Update contact information in license headers.Sergio Ahumada2012-08-011-3/+3
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Don't crash when creating backtrace for built-in JS function (2nd try)Kent Hansen2011-02-081-0/+18
* Invalidate QScriptPrograms when engine is destroyedKent Hansen2011-01-281-0/+18
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* 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