summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript
Commit message (Expand)AuthorAgeFilesLines
...
* Check for acquireReg() failureAaron Kennedy2010-05-172-0/+35
* Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-142-3/+119
* Add Qt.include() method for scoped inclusion of JavaScript filesAaron Kennedy2010-05-1415-0/+173
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-052-3/+3
|\
| * Null objects should appear as JS nullAaron Kennedy2010-05-052-3/+3
* | Make component.createObject require a parent argumentAlan Alpert2010-05-051-2/+2
|/
* Ensure eval and Function are in the correct scopeAaron Kennedy2010-04-303-0/+73
* Warn on assigning a function to a QML property.Michael Brasser2010-04-293-0/+57
* Cleanup guards used in synthesized QML meta objectsAaron Kennedy2010-04-292-0/+35
* Suppress transient errors from bindingsAaron Kennedy2010-04-292-0/+31
* Correctly inherit extension propertiesAaron Kennedy2010-04-272-0/+35
* AutotestsAaron Kennedy2010-04-272-0/+30
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-19/+19
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-2154-54/+54
* Update test files to new syntaxAlan Alpert2010-04-212-5/+5
* Allow null to be assigned to object propertiesAaron Kennedy2010-04-203-0/+50
* Missing fileAaron Kennedy2010-04-201-0/+7
* Handle overrides correctly in extension objectsAaron Kennedy2010-04-203-0/+46
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-191-6/+0
|\
| * Fix tests: remove unnecessary calls to QML_DECLARE_TYPEBea Lam2010-04-191-6/+0
* | Remove Script {} supportAaron Kennedy2010-04-1928-296/+57
|/
* Don't crash on deleted objects assigned to variant propertiesAaron Kennedy2010-04-192-2/+1
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-1/+1
* Support valuetypes as method return valuesAaron Kennedy2010-04-151-1/+0
* Reduce warnings at shutdownAaron Kennedy2010-04-143-0/+33
* Reduce warnings at shutdownAaron Kennedy2010-04-142-0/+27
* Missing fileAaron Kennedy2010-04-141-0/+5
* Don't warn on signals emitted after the context has been destroyedAaron Kennedy2010-04-141-0/+27
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
* Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-092-0/+29
* Fix crash in QML library importsAaron Kennedy2010-04-093-0/+25
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-0910-14/+14
* Use variant instead of var in QMLAaron Kennedy2010-04-092-9/+1
* Don't crash when QML engine is deletedAaron Kennedy2010-04-082-0/+34
* Fix crash on null object assignmentAaron Kennedy2010-04-082-0/+23
* Make string -> int conversion consistent in bindingsAaron Kennedy2010-04-084-0/+111
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-083-0/+80
* Autotest for 76f5e9e7d1eea8d688d5459b7b7b2bfa3f9057edAaron Kennedy2010-04-082-1/+19
* Remove usage of Script where not actually testing the obsolete construct.Warwick Allison2010-04-081-8/+5
* More testing.Michael Brasser2010-03-312-1/+9
* Add test.Michael Brasser2010-03-312-0/+75
* Correctly construct boolean JSValue'sAaron Kennedy2010-03-302-0/+38
* QTBUG-9367 has been fixed. Expect pass.Warwick Allison2010-03-281-1/+0
* Add autotest for QTBUG-9367.Michael Brasser2010-03-263-0/+23
* Fix crash when calling createObject on a component with errors.Michael Brasser2010-03-212-0/+20
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-192-40/+40
|\
| * Remove ; after Q_PROPERTY declarationThierry Bastian2010-03-182-38/+38
| * Fix compilation issues of autotest on solarisThierry Bastian2010-03-181-3/+3
* | Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-112-16/+6
* | Compile fix after e5922ab126f3532483b18720ce893d6be826d50eAaron Kennedy2010-03-111-6/+6