aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-2925-77/+5423
* Fix alias warnings in QV8QObjectWrapperAaron Kennedy2011-07-292-52/+69
* Fix alias warnings in QDeclarativeV8HandleAaron Kennedy2011-07-291-1/+2
* Add .arg() for Javascript String typeCharles Yin2011-07-292-0/+22
* Initial CustomEmitter and CustomAffector implementationAlan Alpert2011-07-282-1/+2
* Fix translation context for QML files.Michael Brasser2011-07-281-1/+4
* Ouptut non-NOTIFYable warnings againAaron Kennedy2011-07-261-0/+8
* Allow object to be accessed by multiple QDeclarativeEnginesAaron Kennedy2011-07-251-1/+1
* Support better boolean conversion semanticsAaron Kennedy2011-07-251-0/+3
* Compile fix.Kim Motoyoshi Kalland2011-07-211-1/+1
* Fix memory leaks with QV8Engine's ExtensionDataSimon Hausmann2011-07-201-1/+1
* Enable support for QObject based module APIsAaron Kennedy2011-07-121-3/+31
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-123-3/+3
* Implement translation functions for V8Aaron Kennedy2011-07-042-1/+127
* Remove ASCII cache from QStringHashAaron Kennedy2011-07-041-12/+1
* Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-042-6/+6
* Don't exceed SMI boundsAaron Kennedy2011-07-041-7/+7
* CompileAaron Kennedy2011-07-041-2/+2
* Improve performance of v8 string hashes by using symbol idAaron Kennedy2011-07-011-11/+38
* Variants should compare as equalAaron Kennedy2011-07-012-0/+33
* Add toString for variantsAaron Kennedy2011-07-012-1/+34
* Support refreshing V8 bindingsAaron Kennedy2011-06-221-0/+8
* Optimize common binding writesAaron Kennedy2011-06-201-2/+2
* Reenable shared bindingsAaron Kennedy2011-06-202-5/+5
* Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-173-0/+331
* Add "shared mode" to QML contextsAaron Kennedy2011-06-162-7/+38
* Fix autotestsAaron Kennedy2011-06-153-10/+24
* Correct handling of CONSTANT propertiesAaron Kennedy2011-06-151-1/+1
* Performance improvementsAaron Kennedy2011-06-144-50/+148
* Add QHashedV8String to improve lookup performanceAaron Kennedy2011-06-146-61/+171
* 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-0911-137/+177
* Fix initialization bugs in d9d952d3c0475b1e7f7b8df2b062f85f24387acaAaron Kennedy2011-06-091-1/+3
* Allow extensions to register with the QV8EngineAaron Kennedy2011-06-092-2/+74
* Implement global handle trackingAaron Kennedy2011-06-089-62/+139
* Implement gc() methodAaron Kennedy2011-06-082-0/+16
* Implement ListModel in V8Aaron Kennedy2011-06-075-33/+82
* Allow the same QObject to be used in multiple QDeclarativeEnginesAaron Kennedy2011-06-072-25/+128
* Merge branch 'master' into v8Michael Brasser2011-06-075-85/+85
* Initial V8 integrationAaron Kennedy2011-06-0625-0/+7025