aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-022-5/+2
* Fix use of function expressions with signal handlersSimon Hausmann2015-08-242-0/+17
* Prospective build fix for autotest on mac os xLars Knoll2015-08-091-0/+4
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-36/+36
* Improve qml error message "invalid alias location"Aleix Pol2015-06-105-5/+5
* Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-272-19/+34
|\
| * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-252-19/+34
* | Fix regression with nested objects served by custom parsersSimon Hausmann2015-04-232-0/+23
* | Fixed license headersJani Heikkinen2015-02-173-9/+9
* | Update copyright headersJani Heikkinen2015-02-126-33/+33
* | Add propertyName to errorAlbert Astals Cid2015-01-052-2/+2
* | Do not cause SegFault when importing empty javascriptNobuaki Sukegawa2015-01-025-0/+16
|/
* 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