aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-161-1/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-291-0/+12
* Introduce more generic fast property handlingAaron Kennedy2011-12-051-183/+212
* Ensure connection lists get cleanedAaron Kennedy2011-11-091-0/+2
* Include correct line number when throwing an exception from a slotAaron Kennedy2011-11-081-1/+2
* Skip the captured properties step in bindingsAaron Kennedy2011-11-041-13/+7
* Add support for more sequence typesChris Adams2011-11-021-5/+15
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-011-1/+0
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-23/+23
* Cache QObject method argumentsAaron Kennedy2011-10-251-79/+50
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-171-2/+1
* Add JavaScript "var" property type to QMLChris Adams2011-10-061-0/+5
* Asynchronous component instantiationAaron Kennedy2011-09-291-0/+3
* Build with qt-in-namespaceKent Hansen2011-09-281-2/+5
* Fix potential memory corruption.Jędrzej Nowacki2011-09-151-1/+17
* Merge branch 'master' into refactorGunnar Sletta2011-09-121-10/+47
|\
| * Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-011-10/+47
* | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-311-1/+2
|/
* More efficient type name cacheAaron Kennedy2011-08-301-8/+14
* Don't enumerate Function.prototype.{connect,disconnect}Kent Hansen2011-08-261-2/+2
* Guard QML-specific handling of value type property accessKent Hansen2011-08-111-2/+4
* Fix outdated license headers.Jason McDonald2011-08-051-17/+17
* Ensure that the prototype chain is checked in property GetChris Adams2011-08-021-2/+2
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-16/+20
* Fix alias warnings in QV8QObjectWrapperAaron Kennedy2011-07-291-51/+68
* Allow object to be accessed by multiple QDeclarativeEnginesAaron Kennedy2011-07-251-1/+1
* Compile fix.Kim Motoyoshi Kalland2011-07-211-1/+1
* Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-041-5/+5
* Don't exceed SMI boundsAaron Kennedy2011-07-041-7/+7
* Correct handling of CONSTANT propertiesAaron Kennedy2011-06-151-1/+1
* Performance improvementsAaron Kennedy2011-06-141-30/+118
* Add QHashedV8String to improve lookup performanceAaron Kennedy2011-06-141-24/+35
* Use fast property accessors for readonly propertiesAaron Kennedy2011-06-101-2/+20
* Use optimized QObject wrapper whenever it is possibleAaron Kennedy2011-06-101-1/+5
* Minor XXX fixupsAaron Kennedy2011-06-091-29/+86
* Implement global handle trackingAaron Kennedy2011-06-081-34/+26
* Implement ListModel in V8Aaron Kennedy2011-06-071-10/+19
* Allow the same QObject to be used in multiple QDeclarativeEnginesAaron Kennedy2011-06-071-24/+120
* Initial V8 integrationAaron Kennedy2011-06-061-0/+1714