aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix compilation with GCC 4.7 (C++11)Thiago Macieira2012-06-234-6/+6
* Add gui-private to testsGirish Ramakrishnan2012-06-2223-23/+23
* Add some tests for literal parsingMartin Jones2012-06-222-0/+68
* Handle enum values of -1 correctly.Michael Brasser2012-06-224-1/+14
* Fix locale test on Linux and skip it on Windows.Glenn Watson2012-06-222-7/+38
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-223-2/+34
* Report clashing qmldir entries for components and scriptsMatthew Vogt2012-06-227-0/+22
* Put basic language types into QtQml importChris Adams2012-06-2110-0/+116
* Disallow signal-handler-specification for non-signal methodsChris Adams2012-06-213-0/+13
* Enable literal Qt enum assignment to enum properties.Michael Brasser2012-06-213-0/+41
* Fix warnings in declarative tests.Friedemann Kleint2012-06-204-7/+3
* Remove non-templated qobject module api registration functionChris Adams2012-06-123-25/+0
* Check for null ptr in qmlobject_cast definitionChris Adams2012-06-121-0/+20
* Don't double emit threaded signalsAaron Kennedy2012-06-072-0/+19
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-063-48/+0
* Allow the global JS UTC offset to be invalidatedMatthew Vogt2012-06-052-0/+92
* Allow qtdeclarative to compile with -no-widgetsMartin Jones2012-06-054-5/+22
* Fix crash in lazy meta object generation.Aaron Kennedy2012-06-042-0/+17
* Fix another crash due to unregistered enum typesChris Adams2012-06-012-12/+32
* Clean up QJSEngine tests.Mitch Curtis2012-05-311-3629/+0
* Clean up QJSValue tests.Mitch Curtis2012-05-302-1123/+4
* Debugger: Clearing the ObjectReferenceHashSimjees Abraham2012-05-3013-76/+391
* Ensure that variant property references keep QObjects aliveChris Adams2012-05-309-22/+191