aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Don't enumerate Function.prototype.{connect,disconnect}Kent Hansen2011-08-261-2/+2
* Fix tst_qjsvalue::castToPointer test failureKent Hansen2011-08-244-7/+14
* move dom error definitions to seperate files.Charles Yin2011-08-195-53/+171
* canvas context2d needs the dom exceptions as well, so share the dom exception...Charles Yin2011-08-192-0/+54
* Add support for a vector4d type in QMLChris Adams2011-08-182-0/+20
* Enable v8 debuggingAurindam Jana2011-08-173-0/+4
* Fix repeated compiler warning about unused engine parameterSimon Hausmann2011-08-172-3/+3
* Improve the Qt/JavaScript (QJS) documentationKent Hansen2011-08-153-60/+264
* Use the correct export macrosLars Knoll2011-08-113-6/+6
* Replace QScriptBagContainer by QIntrusiveListKent Hansen2011-08-116-184/+49
* Guard QML-specific handling of value type property accessKent Hansen2011-08-111-2/+4
* Code cleanup: unify QRegExp conversion.Jedrzej Nowacki2011-08-101-50/+1
* Add missing check in QJSValue::propertyJedrzej Nowacki2011-08-101-0/+2
* Code cleanup: unify string conversions.Jedrzej Nowacki2011-08-102-6/+5
* 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-0520-323/+364
* Remove dead code from QJSValuePrivateKent Hansen2011-08-042-21/+0
* Move QJSValue InvalidValue definition to "inline" headerKent Hansen2011-08-042-24/+23
* Improve QJSValueIterator implementation.Jedrzej Nowacki2011-08-038-138/+221
* Ensure that the prototype chain is checked in property GetChris Adams2011-08-025-18/+18
* Add support for comparing value-type propertiesChris Adams2011-08-024-1/+82
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-2925-77/+5423
* Fix alias warnings in QV8QObjectWrapperAaron Kennedy2011-07-292-52/+69
* Fix alias warnings in QDeclarativeV8HandleAaron Kennedy2011-07-291-1/+2
* Add .arg() for Javascript String typeCharles Yin2011-07-292-0/+22
* Initial CustomEmitter and CustomAffector implementationAlan Alpert2011-07-282-1/+2
* Fix translation context for QML files.Michael Brasser2011-07-281-1/+4
* Ouptut non-NOTIFYable warnings againAaron Kennedy2011-07-261-0/+8
* Allow object to be accessed by multiple QDeclarativeEnginesAaron Kennedy2011-07-251-1/+1
* Support better boolean conversion semanticsAaron Kennedy2011-07-251-0/+3
* Compile fix.Kim Motoyoshi Kalland2011-07-211-1/+1
* Fix memory leaks with QV8Engine's ExtensionDataSimon Hausmann2011-07-201-1/+1
* Enable support for QObject based module APIsAaron Kennedy2011-07-121-3/+31
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-123-3/+3
* Implement translation functions for V8Aaron Kennedy2011-07-042-1/+127
* Remove ASCII cache from QStringHashAaron Kennedy2011-07-041-12/+1
* Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-042-6/+6
* Don't exceed SMI boundsAaron Kennedy2011-07-041-7/+7
* CompileAaron Kennedy2011-07-041-2/+2
* Improve performance of v8 string hashes by using symbol idAaron Kennedy2011-07-011-11/+38
* Variants should compare as equalAaron Kennedy2011-07-012-0/+33
* Add toString for variantsAaron Kennedy2011-07-012-1/+34
* Support refreshing V8 bindingsAaron Kennedy2011-06-221-0/+8
* Optimize common binding writesAaron Kennedy2011-06-201-2/+2
* Reenable shared bindingsAaron Kennedy2011-06-202-5/+5
* Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-173-0/+331
* Add "shared mode" to QML contextsAaron Kennedy2011-06-162-7/+38
* Fix autotestsAaron Kennedy2011-06-153-10/+24
* Correct handling of CONSTANT propertiesAaron Kennedy2011-06-151-1/+1