summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data
Commit message (Expand)AuthorAgeFilesLines
* Copied Qt QML 4.7 branch to release.Toby Tomkins2010-07-274-2/+6
* Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-134-1/+6
* Disallow global object properties as property namesAaron Kennedy2010-06-252-0/+6
* Autotest (XFAIL) for QTBUG-10822Aaron Kennedy2010-05-201-0/+11
* Prevent assignment of values (string, number, bool) to signal handlers.Michael Brasser2010-05-185-5/+5
* Make sure strings are escaped when returned via asScript.Michael Brasser2010-05-182-2/+2
* Rename files; fix test.Michael Brasser2010-05-183-0/+0
* Use QDeclarativeScriptString for ParentChange.Michael Brasser2010-05-183-0/+15
* Correctly assign bool to variant propertiesAaron Kennedy2010-05-121-0/+2
* Disallow "Qt" as namespace importAaron Kennedy2010-04-273-6/+6
* Give error on attempt to import types from too-early version number.Warwick Allison2010-04-222-0/+4
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-21101-103/+103
* AutotestsAaron Kennedy2010-04-2140-0/+132
* AutotestAaron Kennedy2010-04-214-0/+16
* Don't allow properties in Component elementsAaron Kennedy2010-04-216-0/+24
* Improve error messages, especially on embedded.Warwick Allison2010-04-202-0/+5
* Add Component.onDestruction attached propertyAaron Kennedy2010-04-154-0/+31
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-0914-22/+22
* Improve static assignment to QVariant's in the int and double caseAaron Kennedy2010-04-081-0/+14
* Test import of a script requires qualifier.Warwick Allison2010-04-082-0/+4
* Remove error-tests of obsolete Script element.Warwick Allison2010-04-0824-107/+0
* Remove usage of Script where not actually testing the obsolete construct.Warwick Allison2010-04-081-6/+3
* import "." first - i.e. override it by everything else.Warwick Allison2010-04-013-0/+5
* Remove "variant" QML propertiesAaron Kennedy2010-03-291-1/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-252-0/+8
|\
| * Remove faulty assert - the precondition is checked for correctly later onAaron Kennedy2010-03-252-0/+8
* | Tweak import behaviourAlan Alpert2010-03-251-2/+2
|/
* Manual merge.Warwick Allison2010-03-224-0/+10
* Fix test.Michael Brasser2010-03-221-1/+1
* Fix local type lookupmae2010-03-192-2/+2
* Disallow upper case property, signal and method names in QMLAaron Kennedy2010-03-088-0/+26
* Allow unquoted enum syntax for value typesAaron Kennedy2010-03-052-0/+5
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-041-2/+0
* Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-041-0/+7
* Improve grouped property error messagesAaron Kennedy2010-03-047-1/+23
* Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-039-3/+21
* Auto test for QTBUG-8677Martin Jones2010-03-031-0/+2
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-0229-10/+86
* Fixup tests after QDeclarative class renamesAaron Kennedy2010-02-243-1/+1
* Automatically connect to a notify signal if the requested signal isBea Lam2010-02-241-0/+6
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-24278-0/+1277