summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-3/+3
* 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
* Update contact information in license headers.Sergio Ahumada2012-08-011-3/+3
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-28/+10
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Implement QScript::QObjectDelegate::getOwnPropertyDescriptorOlivier Goffart2010-01-051-0/+17
|/
* 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
* Inline internal QtScript object data() functionsKent Hansen2009-10-231-14/+0
* Inline internal QtScript object delegate functionsKent Hansen2009-10-231-16/+0
* compile fix with namespaced qthjk2009-09-281-2/+2
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-17/+16
* QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-211-0/+14
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* 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