Improve QJSValueIterator implementation.
[profile/ivi/qtdeclarative.git] / src / declarative / qml / v8 /
2011-08-03 Jedrzej NowackiImprove QJSValueIterator implementation.
2011-08-02 Chris AdamsEnsure that the prototype chain is checked in property Get
2011-08-02 Chris AdamsAdd support for comparing value-type properties
2011-07-29 Simon HausmannMerge the QJSEngine and QJSValue development branch...
2011-07-29 Aaron KennedyFix alias warnings in QV8QObjectWrapper
2011-07-29 Aaron KennedyFix alias warnings in QDeclarativeV8Handle
2011-07-29 Charles YinAdd .arg() for Javascript String type
2011-07-28 Alan AlpertInitial CustomEmitter and CustomAffector implementation
2011-07-28 Michael BrasserFix translation context for QML files.
2011-07-26 Aaron KennedyOuptut non-NOTIFYable warnings again
2011-07-25 Aaron KennedyAllow object to be accessed by multiple QDeclarativeEngines
2011-07-25 Aaron KennedySupport better boolean conversion semantics
2011-07-21 Kim Motoyoshi KallandCompile fix.
2011-07-20 Simon HausmannFix memory leaks with QV8Engine's ExtensionData
2011-07-12 Aaron KennedyEnable support for QObject based module APIs
2011-07-12 Martin JonesExtract all QtQuick 1 elements into a separate library...
2011-07-08 Aaron KennedyMerge branch 'v8'
2011-07-04 Aaron KennedyImplement translation functions for V8
2011-07-04 Aaron KennedyRemove ASCII cache from QStringHash
2011-07-04 Aaron KennedyOptimize QDeclarativePropertyCache
2011-07-04 Aaron KennedyDon't exceed SMI bounds
2011-07-04 Aaron KennedyCompile
2011-07-01 Aaron KennedyImprove performance of v8 string hashes by using symbol id
2011-07-01 Aaron KennedyVariants should compare as equal
2011-07-01 Aaron KennedyAdd toString for variants
2011-07-01 Aaron KennedyMerge branch 'master' into v8-clean
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-22 Aaron KennedySupport refreshing V8 bindings
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-20 Aaron KennedyOptimize common binding writes
2011-06-20 Aaron KennedyReenable shared bindings
2011-06-17 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-17 Aaron KennedyEvaluate all shared bindings together using a shared...
2011-06-16 Aaron KennedyAdd "shared mode" to QML contexts
2011-06-15 Aaron KennedyFix autotests
2011-06-15 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-15 Aaron KennedyCorrect handling of CONSTANT properties
2011-06-14 Aaron KennedyPerformance improvements
2011-06-14 Aaron KennedyAdd QHashedV8String to improve lookup performance
2011-06-10 Aaron KennedyUse fast property accessors for readonly properties
2011-06-10 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-10 Aaron KennedyUse optimized QObject wrapper whenever it is possible
2011-06-09 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-09 Aaron KennedyMinor XXX fixups
2011-06-09 Aaron KennedyFix initialization bugs in d9d952d3c0475b1e7f7b8df2b062...
2011-06-09 Aaron KennedyAllow extensions to register with the QV8Engine
2011-06-08 Aaron KennedyImplement global handle tracking
2011-06-08 Aaron KennedyImplement gc() method
2011-06-07 Aaron KennedyImplement ListModel in V8
2011-06-07 Aaron KennedyAllow the same QObject to be used in multiple QDeclarat...
2011-06-07 Michael BrasserMerge branch 'master' into v8
2011-06-06 Aaron KennedyInitial V8 integration