aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+1
|\
| * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-211-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-0/+43
|\|
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-241-0/+43
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+20
|\|
| * Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-251-0/+20
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-221-0/+10
|\|
| * Align QQmlVMEMetaData to int.BogDan Vatra2015-10-151-0/+10
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-20/+24
|\|
| * Provide a threaded TestHTTPServerUlf Hermann2015-10-141-18/+6
| * Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
| * Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-0/+16
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-0/+17
|\|
| * Make QML composite types inherit enumsJ-P Nurmi2015-09-211-0/+17
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-021-4/+2
|/
* Fix use of function expressions with signal handlersSimon Hausmann2015-08-241-0/+12
* 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
* Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-18/+33
|\
| * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-251-18/+33
* | Fix regression with nested objects served by custom parsersSimon Hausmann2015-04-231-0/+15
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Do not cause SegFault when importing empty javascriptNobuaki Sukegawa2015-01-021-0/+5
|/
* 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
|/