summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in QScriptEngine::newQObjectOlivier Goffart2009-08-251-0/+2
* compile fix with namespaced Qthjk2009-08-241-2/+3
* Fix obsolete license headers.Jason McDonald2009-08-221-1/+1
* add recursion guard for GC markingKent Hansen2009-08-201-0/+6
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+1
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-051-5/+5
* adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-041-5/+7
* QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-311-5/+6
* Fix license headersOlivier Goffart2009-07-291-5/+35
* We cant rely on property attributes from JavaScriptCore for the setter and ge...Olivier Goffart2009-07-161-10/+0
* add GC marking guardsKent Hansen2009-07-131-2/+4
* mark object data if we have itKent Hansen2009-07-131-0/+2
* implement ability to dynamically change class of script objectsKent Hansen2009-07-101-0/+225