summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-24278-1277/+0
| | | | QDeclarativeXXX.
* Fix expected errors following d43ec1bdb12649c32f0f0067492857a70bef05b4Bea Lam2010-02-243-3/+3
|
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-223-12/+0
| | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* Fix qml test breakage of 12180c397a2007970978033928b4b5b12efad7c6Friedemann Kleint2010-02-1615-15/+15
| | | | Fix messages in test data.
* Fix testsBea Lam2010-02-101-1/+1
|
* Remove old implicit module support.Warwick Allison2010-02-091-0/+2
| | | | | | | | Previously, it was allowed to use type qualification to refer to types defined in subdirectories - indeed, this was the only form of modularity. This is no longer desirable since we have good import features. Task-number: QTBUG-7721
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2010-02-032-0/+37
|\ | | | | | | into kinetic-declarativeui
| * Test case for QTBUG-7860Aaron Kennedy2010-02-031-0/+8
| |
| * Test for default property orderingAaron Kennedy2010-02-031-0/+29
| |
* | Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-0316-33/+33
|/ | | | | | examples accordingly. Task-number: QT-2786
* Allow composite value sourcesAaron Kennedy2010-01-212-0/+11
|
* Implement custom QML slot invokation logicAaron Kennedy2010-01-151-1/+1
| | | | | | | | Previously QML was inefficiently forwarding the task of invoking Qt slots to QScript. QML does not implement the more advanced argument coercian of QScript and does not support method overloading. These two features are only needed to support legacy C++ classes (of which QML has none), and are not worth the perf cost to support.
* Fix and test version 0.0 installed imports.Warwick Allison2010-01-131-0/+1
|
* Support aliasing of composite types.Michael Brasser2009-12-174-0/+35
| | | | | Composite types haven't been registered with the metatype system, so we use the base type as the property type instead.
* Generate error when attempting to write to a read-only object property.Michael Brasser2009-12-103-0/+18
|
* Use console.log, not print.Warwick Allison2009-11-239-11/+11
|
* Rename QML Object to QtObjectAaron Kennedy2009-11-1961-85/+86
|
* testsAaron Kennedy2009-11-175-0/+28
|
* Missing filesAaron Kennedy2009-11-131-0/+5
|
* More language testsAaron Kennedy2009-11-0643-3/+141
|
* More error-case testsAaron Kennedy2009-11-0522-0/+69
|
* Remove "to" limit on minor version.Warwick Allison2009-11-051-2/+2
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* Improve qmllanguage test caseAaron Kennedy2009-11-0446-0/+187
|
* Fix incorrect assertAaron Kennedy2009-11-031-0/+5
| | | | QT-2432
* Test visibility.Warwick Allison2009-10-281-0/+2
| | | | Add refs back to JIRA items.
* Alias cleanup testcaseAaron Kennedy2009-10-271-0/+14
|
* Don't crash when requesting an attached object for non-QML objectAaron Kennedy2009-10-272-0/+11
|
* Error when a QVariant property is used as a grouped propertyAaron Kennedy2009-10-274-0/+15
| | | | This crashed as the metatype of QVariant is -1.
* Use the correct context when resolving alias propertiesAaron Kennedy2009-10-222-0/+22
|
* Support assigning scripts to QML propertiesAaron Kennedy2009-10-221-0/+6
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-161-0/+5
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Test Unicode namespaceWarwick Allison2009-10-151-0/+5
| |
* | Fix failing test on case insensitive filesystemsAaron Kennedy2009-10-152-2/+2
|/
* Force QML files to be always UTF-8.Warwick Allison2009-10-142-1/+1
| | | | Ensure test works in all locales.
* Add Component::onCompleted attached propertyAaron Kennedy2009-10-142-0/+25
|
* Library importing requires a version. Fix and test.Warwick Allison2009-10-132-2/+2
|
* More i18nWarwick Allison2009-10-131-1/+1
|
* Fix UTF8 vs. Latin1 conversionWarwick Allison2009-10-127-22/+17
| | | | I18n tests
* I18n testsWarwick Allison2009-10-127-0/+43
|
* Test that Component {} is allowed as the root elementAaron Kennedy2009-10-122-0/+13
|
* Composite types should assign to object propertiesAaron Kennedy2009-10-125-0/+38
| | | | Fixes QT-956
* Add id aliasesAaron Kennedy2009-10-091-0/+13
|
* Support aliases to enum propertiesAaron Kennedy2009-10-092-0/+15
|
* Another testAaron Kennedy2009-10-061-0/+13
|
* Rename testcasesAaron Kennedy2009-09-23127-0/+522