aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in String.arg()Chris Adams2011-09-282-12/+26
* Unwrap QJSValue from QVariant in QV8Engine::fromVariantJędrzej Nowacki2011-09-191-1/+5
* Separate declarative builtin functions from QV8Engine classJędrzej Nowacki2011-09-155-985/+1115
* Split qjsconverter_p header.Jędrzej Nowacki2011-09-155-191/+282
* Remove dead code.Jędrzej Nowacki2011-09-151-15/+0
* Fix potential memory corruption.Jędrzej Nowacki2011-09-151-1/+17
* Merge branch 'refactor'Gunnar Sletta2011-09-132-3/+4
|\
| * Merge branch 'master' into refactorGunnar Sletta2011-09-1210-15/+376
| |\
| * | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-312-3/+4
* | | canvas item refactorsCharles Yin2011-09-121-2/+2
| |/ |/|
* | Fix missing and outdated license headers.Jason McDonald2011-09-091-0/+41
* | Add garbage collector prologue callback to qv8engineChris Adams2011-09-063-0/+252
* | Remove friend class QV8DebugService from QV8Engine.Aurindam Jana2011-09-051-1/+0
* | Allow conversion of QObject Module API to QVariantChris Adams2011-09-023-1/+31
* | Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-013-11/+50
* | Fix build with ClangTor Arne Vestbø2011-08-311-2/+2
|/
* Add enums support to QObject module APIsChris Adams2011-08-311-0/+18
* Fix merge errors introduced while rebasing.Roberto Raggi2011-08-301-1/+1
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-2/+2
* Use strings more conservativelyAaron Kennedy2011-08-302-4/+4
* Move tools classes into their own directoryAaron Kennedy2011-08-303-769/+0
* More efficient type name cacheAaron Kennedy2011-08-304-40/+45
* Include v8-debug.h from the right locationKent Hansen2011-08-301-1/+1
* Implement script module api property get and setChris Adams2011-08-301-3/+20
* Remove V8 submodule from QtDeclarativeKent Hansen2011-08-291-1/+1
* 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