aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8engine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* V8: Remove extra V8::Context allocated for expressing strong referencesSimon Hausmann2011-12-151-16/+8
* Fix that QJSEngine cannot be used from threads other than the gui threadSimon Hausmann2011-12-151-15/+14
* Cleanup: Fold QV8GCCallback class declaration(s) back into qv8engine_p.hSimon Hausmann2011-12-141-0/+50
* Qt.locale() and JS locale type extension.Martin Jones2011-11-221-2/+4
* Add console.time / console.timeEnd APIKai Koehne2011-11-091-0/+8
* Add support for more sequence typesChris Adams2011-11-021-1/+13
* Return v8::Local instead v8::Handle in some functions.Jędrzej Nowacki2011-10-241-7/+7
* Fix QJSEngine::newQObject ownership behaviourSimon Hausmann2011-10-061-0/+19
* Add a get function to VisualDataGroup.Andrew den Exter2011-10-061-1/+1
* Asynchronous component instantiationAaron Kennedy2011-09-291-1/+2
* Separate declarative builtin functions from QV8Engine classJędrzej Nowacki2011-09-151-34/+1
* canvas item refactorsCharles Yin2011-09-121-2/+2
* Remove friend class QV8DebugService from QV8Engine.Aurindam Jana2011-09-051-1/+0
* Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-011-1/+1
* Use strings more conservativelyAaron Kennedy2011-08-301-2/+2
* Fix tst_qjsvalue::castToPointer test failureKent Hansen2011-08-241-1/+1
* move dom error definitions to seperate files.Charles Yin2011-08-191-26/+0
* canvas context2d needs the dom exceptions as well, so share the dom exception...Charles Yin2011-08-191-0/+27
* Add support for a vector4d type in QMLChris Adams2011-08-181-0/+1
* Enable v8 debuggingAurindam Jana2011-08-171-0/+2
* Replace QScriptBagContainer by QIntrusiveListKent Hansen2011-08-111-3/+6
* Fix outdated license headers.Jason McDonald2011-08-051-17/+17
* Improve QJSValueIterator implementation.Jedrzej Nowacki2011-08-031-0/+7
* Add support for comparing value-type propertiesChris Adams2011-08-021-0/+1
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-4/+104
* Fix alias warnings in QV8QObjectWrapperAaron Kennedy2011-07-291-1/+1
* Fix alias warnings in QDeclarativeV8HandleAaron Kennedy2011-07-291-1/+2
* Add .arg() for Javascript String typeCharles Yin2011-07-291-0/+1
* Initial CustomEmitter and CustomAffector implementationAlan Alpert2011-07-281-1/+1
* Fix memory leaks with QV8Engine's ExtensionDataSimon Hausmann2011-07-201-1/+1
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-121-1/+1
* Implement translation functions for V8Aaron Kennedy2011-07-041-0/+10
* Performance improvementsAaron Kennedy2011-06-141-1/+8
* Add QHashedV8String to improve lookup performanceAaron Kennedy2011-06-141-6/+3
* Minor XXX fixupsAaron Kennedy2011-06-091-2/+4
* Allow extensions to register with the QV8EngineAaron Kennedy2011-06-091-2/+41
* Implement global handle trackingAaron Kennedy2011-06-081-0/+49
* Implement gc() methodAaron Kennedy2011-06-081-0/+3
* Implement ListModel in V8Aaron Kennedy2011-06-071-1/+10
* Initial V8 integrationAaron Kennedy2011-06-061-0/+348