summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data
Commit message (Expand)AuthorAgeFilesLines
* Add a method that allows registration of files to typesAlan Alpert2013-02-192-0/+9
* Delay loading implicit importAlan Alpert2013-01-082-0/+9
* Remove 'com.nokia' string from autotestAlan Alpert2013-01-0811-3/+3
* Fix crash when using aliases and variantsNicolas Arnaud-Cormos2012-05-252-0/+10
* Create property cache in case of Component{} rootAaron Kennedy2011-06-102-0/+10
* Remove bindings before assigning constants in VMEAaron Kennedy2011-03-153-0/+18
* Implement property versioning inside the declarative engineAaron Kennedy2011-01-279-21/+18
* Test importing version > registered with a matching base class rev.Martin Jones2011-01-051-0/+8
* Support property/method versions in QMLMartin Jones2011-01-0511-0/+84
* Fix position of synthesized semicolon tokens.Aaron Kennedy2010-10-202-0/+11
* Call the correct vme meta object when connecting alias signalsAaron Kennedy2010-10-192-0/+30
* Allow aliases to value type propertiesAaron Kennedy2010-10-0811-3/+41
* Check plugin and QML file case on Mac and WindowsAaron Kennedy2010-10-085-0/+16
* Don't allow multiple values to be assigned to a singular propertyAaron Kennedy2010-10-084-0/+15
* AutotestAaron Kennedy2010-10-061-0/+16
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-29113-116/+116
* More declarative autotests.Michael Brasser2010-09-242-0/+5
* Missing fileAaron Kennedy2010-09-031-0/+14
* Only emit change signal when variant properties actually changeAaron Kennedy2010-09-011-0/+13
* Ignore non-scriptable properties in QMLAaron Kennedy2010-08-314-0/+13
* Don't double call classBegin()Aaron Kennedy2010-08-312-0/+9
* Simplify type management codeAaron Kennedy2010-08-271-1/+1
* Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-054-1/+6
* Make autotests work with qreal == float (in addition to double).Warwick Allison2010-07-022-2/+2
* Don't accept *files* that exist when *directory* is required.Warwick Allison2010-07-022-0/+4
* 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
|/