aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8engine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for comparing value-type propertiesChris Adams2011-08-021-1/+12
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-46/+705
* Add .arg() for Javascript String typeCharles Yin2011-07-291-0/+21
* Initial CustomEmitter and CustomAffector implementationAlan Alpert2011-07-281-0/+1
* Fix translation context for QML files.Michael Brasser2011-07-281-1/+4
* Support better boolean conversion semanticsAaron Kennedy2011-07-251-0/+3
* Implement translation functions for V8Aaron Kennedy2011-07-041-1/+117
* Variants should compare as equalAaron Kennedy2011-07-011-0/+31
* Fix autotestsAaron Kennedy2011-06-151-3/+11
* Minor XXX fixupsAaron Kennedy2011-06-091-74/+42
* Fix initialization bugs in d9d952d3c0475b1e7f7b8df2b062f85f24387acaAaron Kennedy2011-06-091-1/+3
* Allow extensions to register with the QV8EngineAaron Kennedy2011-06-091-0/+33
* Implement global handle trackingAaron Kennedy2011-06-081-5/+41
* Implement gc() methodAaron Kennedy2011-06-081-0/+13
* Implement ListModel in V8Aaron Kennedy2011-06-071-1/+5
* Initial V8 integrationAaron Kennedy2011-06-061-0/+1423