aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_qjsvalue::castToPointer test failureKent Hansen2011-08-244-7/+14
* move dom error definitions to seperate files.Charles Yin2011-08-196-53/+172
* canvas context2d needs the dom exceptions as well, so share the dom exception...Charles Yin2011-08-193-60/+66
* Add support for a vector4d type in QMLChris Adams2011-08-188-0/+99
* Make QColor a value typeChris Adams2011-08-182-0/+112
* Enable v8 debuggingAurindam Jana2011-08-174-2/+6
* Fix repeated compiler warning about unused engine parameterSimon Hausmann2011-08-172-3/+3
* Revert "Set IsDirect flag of property cache data if appropriate"Kent Hansen2011-08-171-4/+0
* 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
* Set IsDirect flag of property cache data if appropriateKent Hansen2011-08-111-0/+4
* 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
* Add QIntrusiveList::contains() functionKent Hansen2011-08-042-0/+19
* Remove dead code.Jedrzej Nowacki2011-08-041-6/+0
* Improve error messages from compiler for signals and slotsChris Adams2011-08-044-9/+13
* Honour the resettable flag of aliased propertiesChris Adams2011-08-042-1/+4
* Fix crash in QDeclarativePropertyChris Adams2011-08-041-3/+3
* TypoAaron Kennedy2011-08-041-1/+1
* Improve QJSValueIterator implementation.Jedrzej Nowacki2011-08-038-138/+221
* Introduced a CONFIG option that enables declarative debug servicesThorbjørn Lindeijer2011-08-022-0/+22
* Ensure that the prototype chain is checked in property GetChris Adams2011-08-025-18/+18
* Add support for comparing value-type propertiesChris Adams2011-08-026-1/+246
* Allow custom parser types to still get signal handlers generatedAlan Alpert2011-08-022-1/+5
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-2958-213/+5538
* Mark objects from Component.createObject() as destructibleAaron Kennedy2011-07-291-0/+4
* Fix alias warnings in QDeclarativeCompilerAaron Kennedy2011-07-291-2/+4
* Fix alias warnings in QV8QObjectWrapperAaron Kennedy2011-07-292-52/+69
* Fix alias warnings in V4Aaron Kennedy2011-07-291-26/+20
* Fix alias warnings in QDeclarativeVMEAaron Kennedy2011-07-292-32/+73
* Fix alias warnings in QDeclarativeV8HandleAaron Kennedy2011-07-291-1/+2
* Fix alias warnings in QDeclarativeGuardAaron Kennedy2011-07-293-54/+85
* Add .arg() for Javascript String typeCharles Yin2011-07-292-0/+22
* Initial CustomEmitter and CustomAffector implementationAlan Alpert2011-07-282-1/+2
* Allow Qt enum values in ListElement.Michael Brasser2011-07-281-3/+10
* Fix translation context for QML files.Michael Brasser2011-07-281-1/+4
* Remove reference to deleted file.Michael Brasser2011-07-281-1/+0
* Fix bug 20505: Offline Storage API: wrong types of row fieldsCharles Yin2011-07-281-2/+8
* Fix XmlHttpRequest setHeader bugCharles Yin2011-07-281-1/+1
* Reference resources to prevent crash (on some platforms)Aaron Kennedy2011-07-261-0/+2
* Ouptut non-NOTIFYable warnings againAaron Kennedy2011-07-263-12/+20
* Don't error if response results in UnknownContentErrorBea Lam2011-07-261-1/+2