aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Add unit test for concatenated property name accessChris Adams2012-08-092-0/+137
* Change error messages to reflect new module terminologyChris Adams2012-08-096-15/+107
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-097-2/+202
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-094-24/+34
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-0858-232/+431
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-089-1/+159
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-085-2/+183
* Add tests for copying QQuickChangeSets and debug output.Andrew den Exter2012-08-071-0/+61
* Refactor and document QQuickChangeSet.Andrew den Exter2012-08-031-338/+1039
* Make QQmlScriptString opaque.Michael Brasser2012-08-034-11/+54
* Skip failing testBea Lam2012-08-021-0/+4
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0177-0/+77
* Skip tst_qquickfolderlistmodel::changeDrive()Bea Lam2012-08-011-0/+1
* Fix folder list model when changing drives on Windows.Glenn Watson2012-07-311-0/+52
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-3141-2/+939
* Remove default parameter from protected QmlPropertyMap CT.Friedemann Kleint2012-07-301-1/+1
* Allow access to signals and slots in QQmlPropertyMap inheritorsMatthew Vogt2012-07-271-0/+43
* Fix QML import paths in Qt resources.Aaron McCarthy2012-07-275-18/+62
* Ensure params listed after unnamed params are available in QML.Glenn Watson2012-07-251-1/+0
* Empty JSON files are not needed for the plugin systemAlan Alpert2012-07-2511-11/+9
* Remove QListModelInterface.Andrew den Exter2012-07-252-62/+44
* Fix value-type semantics in variant propertiesChris Adams2012-07-243-0/+87
* Update var property to null on object deletionMatthew Vogt2012-07-205-0/+193
* Allow QQmlPropertyMap property updates to be controlledMatthew Vogt2012-07-181-0/+44
* Select appropriate version for located module componentsMatthew Vogt2012-07-175-0/+72
* Improved error message wordingMatthew Vogt2012-07-171-2/+2
* Support remote import pathsMatthew Vogt2012-07-1616-1/+196
* Enable tst_qqmlpropertycacheChris Adams2012-07-122-6/+4
* Allow color to be explicitly compared to a stringMatthew Vogt2012-07-112-0/+165
* Fix test for value type interceptors.Glenn Watson2012-07-111-2/+14
* Don't provide typehint in QQmlExpression::evaluate()Chris Adams2012-07-112-8/+8
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-1124-0/+173
* Fix broken value-type support by allowing property definitionChris Adams2012-07-1116-13/+967
* Remove unwanted whitespace from test URLsMatthew Vogt2012-07-101-2/+6
* Do not permit excessive recursion in component creationMatthew Vogt2012-07-094-0/+68
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-0910-0/+210
* Expand test case for qrc:/ URLsMatthew Vogt2012-07-068-7/+70
* Use unique port numbers for http servers in auto tests.Andrew den Exter2012-07-051-3/+3
* Make Behaviors work correctly with value types.Glenn Watson2012-07-046-0/+127
* Add tests for QQuickListCompositor debug output.Andrew den Exter2012-07-031-0/+75
* Fix crash in QQmlXmlHttpRequestChris Adams2012-07-026-1/+117
* Use QQmlDataTest to resolve qqqmlanguage test data paths.Andrew den Exter2012-07-022-133/+112
* Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-272-0/+10
* Add enum values from related typesMatthew Vogt2012-06-279-0/+116
* Do not depend on indirect inclusions: #include and forward-declareThiago Macieira2012-06-271-0/+1
* Support JS Date object in ListModel with static roles.Glenn Watson2012-06-261-0/+36
* Add warning if defining a ListModel with no roles.Glenn Watson2012-06-261-0/+37
* Correctly resolve qrc:/ URLs in type loadingMatthew Vogt2012-06-252-3/+1
* qmlRegisterRevision clashes with qmlRegisterUncreatableTypeMartin Jones2012-06-253-0/+97
* Decode directory separators in source URLsMatthew Vogt2012-06-251-1/+2