aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Assigning empty object to Q_PROPERTY(QVariantMap)Matthew Vogt2012-01-191-7/+8
* Console API: Add console.infoKai Koehne2012-01-161-2/+4
* 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-91/+62
* Fix that QJSEngine cannot be used from threads other than the gui threadSimon Hausmann2011-12-151-31/+49
* Cleanup: Fold QV8GCCallback class declaration(s) back into qv8engine_p.hSimon Hausmann2011-12-141-2/+0
* Fix leak of v8 context used for implicit strong references.Simon Hausmann2011-12-141-16/+16
* QV8Engine: Console APIs, Extend functionalityAurindam Jana2011-12-141-9/+9
* Cleanup: Remove redundant call to QV8GCCallback::registerGcPrologueCallback()Simon Hausmann2011-12-141-2/+0
* V8: Minor cleanupSimon Hausmann2011-12-121-2/+2
* Debugger: Disable breakpoint relocation in JSKai Koehne2011-11-291-2/+4
* Qt.locale() and JS locale type extension.Martin Jones2011-11-221-0/+8
* QV8Engine: Console APIsAurindam Jana2011-11-111-6/+10
* Add console.time / console.timeEnd APIKai Koehne2011-11-091-0/+22
* Add support for more sequence typesChris Adams2011-11-021-13/+42
* Return v8::Local instead v8::Handle in some functions.Jędrzej Nowacki2011-10-241-7/+6
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-191-0/+5
* Fix crashes caused by handle management in worker threadsChris Adams2011-10-101-1/+27
* Add JavaScript "var" property type to QMLChris Adams2011-10-061-0/+3
* Ensure all persistent handles are disposed properlyChris Adams2011-10-051-0/+5
* Modify JS Object to QVariant conversionChris Adams2011-09-301-7/+1
* Improve QDeclarativeIncubator JS APIAaron Kennedy2011-09-301-0/+2
* Fix crash in String.arg()Chris Adams2011-09-281-3/+15
* Unwrap QJSValue from QVariant in QV8Engine::fromVariantJędrzej Nowacki2011-09-191-1/+5
* Separate declarative builtin functions from QV8Engine classJędrzej Nowacki2011-09-151-949/+3
* Add garbage collector prologue callback to qv8engineChris Adams2011-09-061-0/+139
* Allow conversion of QObject Module API to QVariantChris Adams2011-09-021-1/+2
* Use strings more conservativelyAaron Kennedy2011-08-301-2/+2
* Fix tst_qjsvalue::castToPointer test failureKent Hansen2011-08-241-5/+4
* move dom error definitions to seperate files.Charles Yin2011-08-191-26/+1
* 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/+19
* Fix repeated compiler warning about unused engine parameterSimon Hausmann2011-08-171-1/+1
* Code cleanup: unify QRegExp conversion.Jedrzej Nowacki2011-08-101-50/+1
* Code cleanup.Jedrzej Nowacki2011-08-101-8/+10
* Replace duplicated code by a function call.Jedrzej Nowacki2011-08-101-10/+1
* Fix outdated license headers.Jason McDonald2011-08-051-17/+17
* Add support for comparing value-type propertiesChris Adams2011-08-021-1/+12
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-46/+705
* Add .arg() for Javascript String typeCharles Yin2011-07-291-0/+21
* Initial CustomEmitter and CustomAffector implementationAlan Alpert2011-07-281-0/+1
* Fix translation context for QML files.Michael Brasser2011-07-281-1/+4
* Support better boolean conversion semanticsAaron Kennedy2011-07-251-0/+3
* Implement translation functions for V8Aaron Kennedy2011-07-041-1/+117
* Variants should compare as equalAaron Kennedy2011-07-011-0/+31
* Fix autotestsAaron Kennedy2011-06-151-3/+11
* Minor XXX fixupsAaron Kennedy2011-06-091-74/+42
* Fix initialization bugs in d9d952d3c0475b1e7f7b8df2b062f85f24387acaAaron Kennedy2011-06-091-1/+3
* Allow extensions to register with the QV8EngineAaron Kennedy2011-06-091-0/+33
* Implement global handle trackingAaron Kennedy2011-06-081-5/+41