summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't double call classBegin()Aaron Kennedy2010-08-311-0/+15
* Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-051-2/+7
* Don't accept *files* that exist when *directory* is required.Warwick Allison2010-07-021-0/+1
* Disallow global object properties as property namesAaron Kennedy2010-06-251-0/+1
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-081-0/+5
* Autotest (XFAIL) for QTBUG-10822Aaron Kennedy2010-05-201-0/+11
* Prevent assignment of values (string, number, bool) to signal handlers.Michael Brasser2010-05-181-3/+2
* Make sure strings are escaped when returned via asScript.Michael Brasser2010-05-181-3/+3
* Rename files; fix test.Michael Brasser2010-05-181-3/+4
* Use QDeclarativeScriptString for ParentChange.Michael Brasser2010-05-181-12/+41
* Correctly assign bool to variant propertiesAaron Kennedy2010-05-121-0/+4
* Improved error messages for type resolving, new debug optionmae2010-04-261-22/+32
* Give error on attempt to import types from too-early version number.Warwick Allison2010-04-221-0/+1
* AutotestsAaron Kennedy2010-04-211-0/+23
* AutotestAaron Kennedy2010-04-211-0/+2
* Don't allow properties in Component elementsAaron Kennedy2010-04-211-0/+3
* Improve error messages, especially on embedded.Warwick Allison2010-04-201-0/+1
* Fix tests: remove unnecessary calls to QML_DECLARE_TYPEBea Lam2010-04-191-2/+0
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+1
* Add Component.onDestruction attached propertyAaron Kennedy2010-04-151-0/+16
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-7/+7
* Use different ports for network tests to avoid clashes in parallel testing.Martin Jones2010-04-131-4/+4
* Fix and test remote root component with qmldir-specified content.Warwick Allison2010-04-131-2/+37
* Improve static assignment to QVariant's in the int and double caseAaron Kennedy2010-04-081-0/+32
* Test import of a script requires qualifier.Warwick Allison2010-04-081-0/+2
* Remove error-tests of obsolete Script element.Warwick Allison2010-04-081-13/+0
* 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-011-0/+7
* Fixed: Declared properties cannot be assigned in declarationRoberto Raggi2010-03-311-1/+0
* Remove "variant" QML propertiesAaron Kennedy2010-03-291-1/+0
* Remove faulty assert - the precondition is checked for correctly later onAaron Kennedy2010-03-251-1/+3
* Make more tests compile on solaris-ccAlan Alpert2010-03-231-4/+4
* Manual merge.Warwick Allison2010-03-221-0/+2
* Fix local type lookupmae2010-03-191-0/+3
* Compile fix after e5922ab126f3532483b18720ce893d6be826d50eAaron Kennedy2010-03-111-6/+6
* Disallow upper case property, signal and method names in QMLAaron Kennedy2010-03-081-0/+5
* Allow unquoted enum syntax for value typesAaron Kennedy2010-03-051-0/+1
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-041-5/+0
* Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-041-0/+15
* Improve grouped property error messagesAaron Kennedy2010-03-041-0/+3
* Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-031-3/+3
* Auto test for QTBUG-8677Martin Jones2010-03-031-0/+5
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-0/+11
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-5/+5
* Remove QDeclarativeMetaProperty::createProperty() methodAaron Kennedy2010-02-251-1/+1
* Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-241-1/+3
* Simplify QML element registration headersAaron Kennedy2010-02-241-0/+1
* 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-241-58/+58
|\