aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax error when trying to declare read-only object propertiesSimon Hausmann2014-10-241-0/+19
* Check list property before component when validating bindingsUlf Hermann2014-10-211-0/+8
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-261-0/+10
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-0/+10
| |\
| | * Fix crash with early QObject property accessSimon Hausmann2014-08-251-0/+10
* | | QSM: Reintroduce guard argument evaluationSebastian Sauer2014-08-251-0/+82
|/ /
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-221-0/+79
* | CleanupSimon Hausmann2014-08-151-5/+5
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-0/+1
|\|
| * Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-081-0/+1
* | qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-251-0/+19
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-14/+74
|\|
| * Fix crash (failing assertion) when declaring a non-string id propertySimon Hausmann2014-05-271-14/+25
| * Fix QQmlScriptString::isEmpty for script strings without source codeSimon Hausmann2014-05-271-0/+49
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-14/+121
|\|
| * Fix crash when loading QML that tries to set non-existent group propertiesSimon Hausmann2014-04-241-0/+1
| * Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-121-0/+14
| * 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
* | TestHTTPServer: Make listening an explicit operation that reports failure.Robin Burchell2014-03-211-6/+12
|/
* 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