summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage
Commit message (Expand)AuthorAgeFilesLines
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-2/+6
* Autotest (XFAIL) for QTBUG-10822Aaron Kennedy2010-05-202-0/+22
* Prevent assignment of values (string, number, bool) to signal handlers.Michael Brasser2010-05-186-8/+7
* Make sure strings are escaped when returned via asScript.Michael Brasser2010-05-183-5/+5
* Rename files; fix test.Michael Brasser2010-05-184-3/+4
* Use QDeclarativeScriptString for ParentChange.Michael Brasser2010-05-184-12/+56
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
* Correctly assign bool to variant propertiesAaron Kennedy2010-05-122-0/+6
* Make QDeclarativeParserStatus method pure virtual to encourage right code.Warwick Allison2010-04-301-2/+2
* Disallow "Qt" as namespace importAaron Kennedy2010-04-273-6/+6
* 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-223-0/+5
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-21105-107/+107
* AutotestsAaron Kennedy2010-04-2142-0/+163
* AutotestAaron Kennedy2010-04-215-0/+18
* Don't allow properties in Component elementsAaron Kennedy2010-04-217-0/+27
* Improve error messages, especially on embedded.Warwick Allison2010-04-204-2/+7
* Fix tests: remove unnecessary calls to QML_DECLARE_TYPEBea Lam2010-04-192-14/+4
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+1
* Add Component.onDestruction attached propertyAaron Kennedy2010-04-155-0/+47
* 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
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+2
* Fix and test remote root component with qmldir-specified content.Warwick Allison2010-04-133-2/+39
* 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-082-0/+46
* 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