summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage
Commit message (Expand)AuthorAgeFilesLines
* Test import of a script requires qualifier.Warwick Allison2010-04-083-0/+6
* Remove error-tests of obsolete Script element.Warwick Allison2010-04-0825-120/+0
* Remove usage of Script where not actually testing the obsolete construct.Warwick Allison2010-04-081-6/+3
* Give error if attempt to import from a version that is not installed.Warwick Allison2010-04-081-3/+8
* Test actual error messages. Fix error messages. Test module-not-available error.Warwick Allison2010-04-081-57/+129
* import "." first - i.e. override it by everything else.Warwick Allison2010-04-014-0/+12
* Fixed: Declared properties cannot be assigned in declarationRoberto Raggi2010-03-311-1/+0
* Remove "variant" QML propertiesAaron Kennedy2010-03-292-2/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-253-1/+11
|\
| * Remove faulty assert - the precondition is checked for correctly later onAaron Kennedy2010-03-253-1/+11
* | Tweak import behaviourAlan Alpert2010-03-251-2/+2
|/
* Make more tests compile on solaris-ccAlan Alpert2010-03-231-4/+4
* Manual merge.Warwick Allison2010-03-225-0/+12
* Fix test.Michael Brasser2010-03-223-1/+20
* Fix local type lookupmae2010-03-196-2/+10
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-191-37/+37
|\
| * Remove ; after Q_PROPERTY declarationThierry Bastian2010-03-181-35/+35
| * Fix compilation issues of autotest on solarisThierry Bastian2010-03-181-2/+2
* | Compile fix after e5922ab126f3532483b18720ce893d6be826d50eAaron Kennedy2010-03-112-15/+15
* | Use no-version-specified to mean any version (used to work, fixed again,Warwick Allison2010-03-102-4/+4
|/
* Disallow upper case property, signal and method names in QMLAaron Kennedy2010-03-089-0/+31
* Allow unquoted enum syntax for value typesAaron Kennedy2010-03-053-0/+6
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-042-7/+0
* Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-042-0/+22
* Improve grouped property error messagesAaron Kennedy2010-03-048-1/+26
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0341-18/+138
|\
| * Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-0310-6/+24
| * Auto test for QTBUG-8677Martin Jones2010-03-033-2/+12
| * Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-0231-10/+102
* | Fixed compile of some tests with `-qtnamespace'Rohan McGovern2010-03-031-0/+3
|/
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-252-8/+8
* Remove QDeclarativeMetaProperty::createProperty() methodAaron Kennedy2010-02-251-1/+1
* Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-241-1/+3
* Fixup tests after QDeclarative class renamesAaron Kennedy2010-02-243-1/+1
* Simplify QML element registration headersAaron Kennedy2010-02-242-0/+2
* Make compile following renaming of class.Bea Lam2010-02-241-1/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-242-59/+59
|\
| * Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX t...Leonardo Sobral Cunha2010-02-242-59/+59
* | Automatically connect to a notify signal if the requested signal isBea Lam2010-02-243-0/+29
|/
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-24290-0/+3301