aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-101-0/+13
* Polish up QQmlFileSelectorAlan Alpert2013-11-131-5/+2
* Add a new variant of qmlRegisterSingletonType for QML singletons.Antti Piira2013-11-091-0/+16
* Use finalUrl in QQmlTypeLoader::Blob::addPragma to fix a bug.Antti Piira2013-10-251-0/+20
* Add Singleton support for QMLAntti Piira2013-09-211-0/+306
* 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-261-0/+12
|\|
| * Forward port auto test for fix in QtQuick1Simon Hausmann2013-07-171-0/+12
* | 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
|/
* Delay loading implicit importAlan Alpert2013-03-271-0/+31
* Add qmlRegisterType for Composite TypesAlan Alpert2013-02-181-0/+19
* Merge branch 'stable' into devGunnar Sletta2013-01-171-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* | Make numeric-literal parsing even more robust.Erik Verbruggen2013-01-161-1/+2
* | Make numeric-literal parsing more robust.Erik Verbruggen2013-01-111-0/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-87/+85
|\|
| * Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-201-6/+5
| * Fix tst_qqmllanguage for MSVC.Friedemann Kleint2012-12-181-3/+2
| * Remove 'com.nokia' string from autotestAlan Alpert2012-12-051-78/+78
* | Fix the test suiteLars Knoll2012-12-111-2/+2
|/
* Limit case-sensitivity check in QML to file names.Friedemann Kleint2012-11-301-4/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-0/+11
* Fix crash in signal change notification overrideChris Adams2012-08-161-0/+33
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-081-0/+24
* Make QQmlScriptString opaque.Michael Brasser2012-08-031-9/+42
* Update var property to null on object deletionMatthew Vogt2012-07-201-0/+34
* Improved error message wordingMatthew Vogt2012-07-171-2/+2
* Support remote import pathsMatthew Vogt2012-07-161-1/+118
* Use QQmlDataTest to resolve qqqmlanguage test data paths.Andrew den Exter2012-07-021-133/+110
* Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-271-0/+5
* Add enum values from related typesMatthew Vogt2012-06-271-0/+1
* qmlRegisterRevision clashes with qmlRegisterUncreatableTypeMartin Jones2012-06-251-0/+56
* Add some tests for literal parsingMartin Jones2012-06-221-0/+44
* Report clashing qmldir entries for components and scriptsMatthew Vogt2012-06-221-0/+10
* Disallow signal-handler-specification for non-signal methodsChris Adams2012-06-211-0/+1
* Enable literal Qt enum assignment to enum properties.Michael Brasser2012-06-211-0/+6
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-241-0/+367
* Fix signal handlers for signals with default arguments.Michael Brasser2012-05-171-0/+32
* Provide receivers count from QQmlData.Michael Brasser2012-04-201-0/+13
* Create plugins for Particles and Window submodulesMatthew Vogt2012-04-051-5/+3
* Re-order imports statements to import nested imports laterMatthew Vogt2012-03-291-22/+36
* Test unregistered local enums in QML methods and signal handlers.Michael Brasser2012-03-211-0/+10