aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8typewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-011-2/+0
* Update calls for keyToValue and keysToValueLiang Qi2011-10-241-2/+3
* Allow conversion of QObject Module API to QVariantChris Adams2011-09-021-0/+28
* Add enums support to QObject module APIsChris Adams2011-08-311-0/+18
* Fix merge errors introduced while rebasing.Roberto Raggi2011-08-301-1/+1
* More efficient type name cacheAaron Kennedy2011-08-301-22/+20
* Implement script module api property get and setChris Adams2011-08-301-3/+20
* Fix outdated license headers.Jason McDonald2011-08-051-17/+17
* Ensure that the prototype chain is checked in property GetChris Adams2011-08-021-10/+8
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-8/+12
* Enable support for QObject based module APIsAaron Kennedy2011-07-121-3/+31
* Add QHashedV8String to improve lookup performanceAaron Kennedy2011-06-141-3/+9
* Minor XXX fixupsAaron Kennedy2011-06-091-5/+5
* Implement global handle trackingAaron Kennedy2011-06-081-2/+2
* Initial V8 integrationAaron Kennedy2011-06-061-0/+211