Add support for more sequence types
[profile/ivi/qtdeclarative.git] / src / declarative / qml / v8 / qv8qobjectwrapper.cpp
2011-11-02 Chris AdamsAdd support for more sequence types
2011-11-01 Friedemann KleintDeclarative: Fix gcc 4.6 warnings about assigned/unused...
2011-10-26 Aaron KennedyRename QDeclarativePropertyCache::Data to QDeclarativeP...
2011-10-25 Aaron KennedyCache QObject method arguments
2011-10-16 Aaron KennedyMerge PropertyCache::Data and ValueTypeData
2011-10-06 Chris AdamsAdd JavaScript "var" property type to QML
2011-09-29 Aaron KennedyAsynchronous component instantiation
2011-09-28 Kent HansenBuild with qt-in-namespace
2011-09-15 Jędrzej NowackiFix potential memory corruption.
2011-09-13 Gunnar SlettaMerge branch 'refactor'
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-09-01 Michael BrasserAllow reference to signals using 'on' handler syntax.
2011-08-31 Friedemann KleintFix export symbols for QtDeclarative and QtQuick1.
2011-08-31 Gunnar SlettaMerge branch 'master' into refactor
2011-08-30 Aaron KennedyMore efficient type name cache
2011-08-26 Kent HansenDon't enumerate Function.prototype.{connect,disconnect}
2011-08-25 Gunnar SlettaMerge branch 'master' into refactor
2011-08-11 Gunnar SlettaMerge branch 'master' into refactor
2011-08-11 Kent HansenGuard QML-specific handling of value type property...
2011-08-05 Jason McDonaldFix outdated license headers.
2011-08-02 Chris AdamsEnsure that the prototype chain is checked in property Get
2011-07-29 Simon HausmannMerge the QJSEngine and QJSValue development branch...
2011-07-29 Aaron KennedyFix alias warnings in QV8QObjectWrapper
2011-07-25 Aaron KennedyAllow object to be accessed by multiple QDeclarativeEngines
2011-07-21 Kim Motoyoshi KallandCompile fix.
2011-07-08 Aaron KennedyMerge branch 'v8'
2011-07-04 Aaron KennedyOptimize QDeclarativePropertyCache
2011-07-04 Aaron KennedyDon't exceed SMI bounds
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 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-17 Aaron KennedyMerge branch 'qtquick2' into v8
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-08 Aaron KennedyImplement global handle tracking
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