aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-104-0/+115
* Polish up QQmlFileSelectorAlan Alpert2013-11-131-5/+2
* Add a new variant of qmlRegisterSingletonType for QML singletons.Antti Piira2013-11-093-0/+123
* Use finalUrl in QQmlTypeLoader::Blob::addPragma to fix a bug.Antti Piira2013-10-252-0/+30
* Improve error location reporting for invalid aliases in old VMESimon Hausmann2013-09-301-1/+1
* Add Singleton support for QMLAntti Piira2013-09-2143-0/+717
* Fix return type checks in test.Erik Verbruggen2013-09-111-9/+9
* Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-101-1/+0
* Fix return type checks in test.Erik Verbruggen2013-09-091-4/+16
* Merge branch 'stable' into devSergio Ahumada2013-09-061-1/+0
|\
| * Fix crash tst_qqmllanguageDominik Holland2013-09-051-1/+0
* | The fast and the furious, register drift.Erik Verbruggen2013-08-271-2/+2
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into m...Simon Hausmann2013-07-263-0/+23
|\|
| * Forward port auto test for fix in QtQuick1Simon Hausmann2013-07-173-0/+23
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-0/+1
|\|
| * Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-071-0/+1
* | Fix url test in qqmllanguageSimon Hausmann2013-06-171-1/+0
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* Delay loading implicit importAlan Alpert2013-03-273-0/+40
* Add qmlRegisterType for Composite TypesAlan Alpert2013-02-186-0/+32
* Add Composite Types to QQmlTypeAlan Alpert2013-02-183-0/+12
* Merge branch 'stable' into devGunnar Sletta2013-01-173-3/+3
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-103-3/+3
* | Make numeric-literal parsing even more robust.Erik Verbruggen2013-01-162-1/+3
* | Make numeric-literal parsing more robust.Erik Verbruggen2013-01-112-0/+2
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-0440-109/+105
|\|
| * Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-202-7/+6
| * Fix tst_qqmllanguage for MSVC.Friedemann Kleint2012-12-182-6/+4
| * Remove 'com.nokia' string from autotestAlan Alpert2012-12-0539-97/+97
| * Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-2/+0
* | Fix the test suiteLars Knoll2012-12-112-6/+5
|/
* Limit case-sensitivity check in QML to file names.Friedemann Kleint2012-11-301-4/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-233-72/+72
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-273-0/+59
* Fix crash in signal change notification overrideChris Adams2012-08-1613-0/+214
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-089-1/+159
* Make QQmlScriptString opaque.Michael Brasser2012-08-033-9/+52
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Update var property to null on object deletionMatthew Vogt2012-07-205-0/+193
* Improved error message wordingMatthew Vogt2012-07-171-2/+2
* Support remote import pathsMatthew Vogt2012-07-1611-1/+148
* 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-273-0/+23
* qmlRegisterRevision clashes with qmlRegisterUncreatableTypeMartin Jones2012-06-253-0/+97
* Add some tests for literal parsingMartin Jones2012-06-222-0/+68
* Report clashing qmldir entries for components and scriptsMatthew Vogt2012-06-227-0/+22
* 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
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-244-24/+618