summaryrefslogtreecommitdiff
path: root/src/script/bridge/qscriptobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia.Marko Valtanen2012-12-041-3/+4
* 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/+4
|/
* 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/+2
* Inline internal QtScript object data() functionsKent Hansen2009-10-231-2/+16
* Inline internal QtScript object delegate functionsKent Hansen2009-10-231-2/+18
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-8/+7
* QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-211-0/+4
* 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
* make sure hasInstance() is always invoked for custom script objectsKent Hansen2009-08-311-1/+1
* Fix obsolete license headers.Jason McDonald2009-08-221-1/+1
* add recursion guard for GC markingKent Hansen2009-08-201-1/+2
* 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-2/+2
* adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-041-2/+4
* QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-311-2/+3
* 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-2/+0
* implement ability to dynamically change class of script objectsKent Hansen2009-07-101-0/+132