Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / src / declarative / qml / v8 / qv8engine_p.h
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-24 Kai KoehneConsole API: Add console.count
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2011-12-15 Simon HausmannV8: Remove extra V8::Context allocated for expressing...
2011-12-15 Simon HausmannFix that QJSEngine cannot be used from threads other...
2011-12-14 Simon HausmannCleanup: Fold QV8GCCallback class declaration(s) back...
2011-11-22 Martin JonesQt.locale() and JS locale type extension.
2011-11-09 Kai KoehneAdd console.time / console.timeEnd API
2011-11-02 Chris AdamsAdd support for more sequence types
2011-10-24 Jędrzej NowackiReturn v8::Local instead v8::Handle in some functions.
2011-10-06 Simon HausmannFix QJSEngine::newQObject ownership behaviour
2011-10-06 Andrew den ExterAdd a get function to VisualDataGroup.
2011-09-29 Aaron KennedyAsynchronous component instantiation
2011-09-15 Jędrzej NowackiSeparate declarative builtin functions from QV8Engine...
2011-09-13 Gunnar SlettaMerge branch 'refactor'
2011-09-12 Charles Yincanvas item refactors
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-09-05 Aurindam JanaRemove friend class QV8DebugService from QV8Engine.
2011-09-01 Michael BrasserAllow reference to signals using 'on' handler syntax.
2011-08-31 Gunnar SlettaMerge branch 'master' into refactor
2011-08-30 Aaron KennedyUse strings more conservatively
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-11 Gunnar SlettaMerge branch 'master' into refactor
2011-08-11 Kent HansenReplace QScriptBagContainer by QIntrusiveList
2011-08-05 Jason McDonaldFix outdated license headers.
2011-08-03 Jedrzej NowackiImprove QJSValueIterator implementation.
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-20 Simon HausmannFix memory leaks with QV8Engine's ExtensionData
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-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-14 Aaron KennedyPerformance improvements
2011-06-14 Aaron KennedyAdd QHashedV8String to improve lookup performance
2011-06-10 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-09 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-09 Aaron KennedyMinor XXX fixups
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 Michael BrasserMerge branch 'master' into v8
2011-06-06 Aaron KennedyInitial V8 integration