Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / src / declarative / qml / v8 /
2011-08-30 Kent HansenInclude v8-debug.h from the right location
2011-08-30 Chris AdamsImplement script module api property get and set
2011-08-29 Kent HansenRemove V8 submodule from QtDeclarative
2011-08-26 Kent HansenDon't enumerate Function.prototype.{connect,disconnect}
2011-08-25 Gunnar SlettaMerge branch 'master' into refactor
2011-08-24 Kent HansenFix tst_qjsvalue::castToPointer test failure
2011-08-19 Charles Yinmove dom error definitions to seperate files.
2011-08-19 Charles Yincanvas context2d needs the dom exceptions as well,...
2011-08-18 Chris AdamsAdd support for a vector4d type in QML
2011-08-17 Aurindam JanaEnable v8 debugging
2011-08-17 Simon HausmannFix repeated compiler warning about unused engine parameter
2011-08-15 Kent HansenImprove the Qt/JavaScript (QJS) documentation
2011-08-11 Lars KnollUse the correct export macros
2011-08-11 Gunnar SlettaMerge branch 'master' into refactor
2011-08-11 Kent HansenReplace QScriptBagContainer by QIntrusiveList
2011-08-11 Kent HansenGuard QML-specific handling of value type property...
2011-08-10 Jedrzej NowackiCode cleanup: unify QRegExp conversion.
2011-08-10 Jedrzej NowackiAdd missing check in QJSValue::property
2011-08-10 Jedrzej NowackiCode cleanup: unify string conversions.
2011-08-10 Jedrzej NowackiCode cleanup.
2011-08-10 Jedrzej NowackiReplace duplicated code by a function call.
2011-08-05 Jason McDonaldFix outdated license headers.
2011-08-04 Kent HansenRemove dead code from QJSValuePrivate
2011-08-04 Kent HansenMove QJSValue InvalidValue definition to "inline" header
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