aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-252-19/+34
* Fix syntax error when trying to declare read-only object propertiesSimon Hausmann2014-10-243-0/+29
* Check list property before component when validating bindingsUlf Hermann2014-10-213-0/+14
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-262-0/+33
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-262-0/+33
| |\
| | * Fix crash with early QObject property accessSimon Hausmann2014-08-252-0/+33
* | | QSM: Reintroduce guard argument evaluationSebastian Sauer2014-08-251-0/+82
|/ /
* | Update license headers and add new licensesJani Heikkinen2014-08-253-57/+33
* | v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-222-0/+84
* | CleanupSimon Hausmann2014-08-153-12/+12
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-123-0/+7
|\|
| * Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-083-0/+7
* | qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-254-0/+52
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-042-14/+79
|\|
| * Fix crash (failing assertion) when declaring a non-string id propertySimon Hausmann2014-05-272-14/+30
| * Fix QQmlScriptString::isEmpty for script strings without source codeSimon Hausmann2014-05-271-0/+49
* | Rework custom parser integrationSimon Hausmann2014-06-042-66/+35
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-1012-26/+270
|\|
| * Fix crash when loading QML that tries to set non-existent group propertiesSimon Hausmann2014-04-243-0/+6
| * Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-123-0/+34
| * Regression: Fix id objects in group propertiesSimon Hausmann2014-04-042-1/+10
| * Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-022-6/+6
| * Fix compilation of script stringsSimon Hausmann2014-04-022-0/+28
| * Fix performance regression of parent setting during QML object creationSimon Hausmann2014-03-313-1/+36
| * Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-292-9/+7
| * Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-274-0/+65
| * tests: fix tst_qqmllanguage::importIncorrectCase() and errors(incorrectCase)Liang Qi2014-03-241-13/+19
| * Use QUrl::toLocalFile() when decoding a string URLAndrew Knight2014-03-182-0/+7
| * Fix crash on shutdown with statesSimon Hausmann2014-03-155-0/+56
* | 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-132-0/+31
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-1/+1
* Fix incorrectly initialized property cache on group objectsSimon Hausmann2014-03-114-0/+37
* Remove old compiler and VMESimon Hausmann2014-03-072-71/+0
* [new compiler] Fix auto component creation with composite typesSimon Hausmann2014-03-053-8/+29
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-022-5/+7
* [new compiler] Fix implicit component determination inside group propertiesSimon Hausmann2014-03-023-0/+23
* [new compiler] Fix evaluateEnum for custom parsersSimon Hausmann2014-03-024-0/+100
* Fix debug output when tests failSimon Hausmann2014-03-021-1/+1
* [new compiler] Fix error reporting null object group property accessSimon Hausmann2014-02-182-2/+2
* [new compiler] Fix error message when assigning lists to singular propertiesSimon Hausmann2014-02-031-1/+1
* [new compiler] Fix timing of property assignment error handlingSimon Hausmann2014-01-291-4/+2
* [new compiler] Report errors when trying to bind to read-only propertiesSimon Hausmann2014-01-281-1/+1
* [new compiler] Improved error handlingSimon Hausmann2014-01-281-2/+4
* Improved error handling for namespaced property bindingsSimon Hausmann2014-01-281-1/+1
* fix whitespaceOswald Buddenhagen2014-01-2217-33/+33
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-202-0/+22
* 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