aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Regression: Fix id objects in group propertiesSimon Hausmann2014-04-041-1/+6
* Fix compilation of script stringsSimon Hausmann2014-04-021-0/+22
* Fix performance regression of parent setting during QML object creationSimon Hausmann2014-03-311-0/+12
* Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-271-0/+15
* tests: fix tst_qqmllanguage::importIncorrectCase() and errors(incorrectCase)Liang Qi2014-03-241-13/+19
* Use QUrl::toLocalFile() when decoding a string URLAndrew Knight2014-03-181-0/+5
* Fix crash on shutdown with statesSimon Hausmann2014-03-151-0/+27
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-131-0/+22
* Fix incorrectly initialized property cache on group objectsSimon Hausmann2014-03-111-0/+21
* [new compiler] Fix auto component creation with composite typesSimon Hausmann2014-03-051-8/+20
* [new compiler] Fix implicit component determination inside group propertiesSimon Hausmann2014-03-021-0/+13
* [new compiler] Fix evaluateEnum for custom parsersSimon Hausmann2014-03-021-0/+9
* Fix debug output when tests failSimon Hausmann2014-03-021-1/+1
* [new compiler] Fix timing of property assignment error handlingSimon Hausmann2014-01-291-4/+2
* [new compiler] Improved error handlingSimon Hausmann2014-01-281-2/+4
* fix whitespaceOswald Buddenhagen2014-01-221-14/+14
* 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