aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* 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-144-20/+36
|\|
| * 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-094-0/+28
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-255-1/+41
|\|
| * Make QML composite types inherit enumsJ-P Nurmi2015-09-215-0/+40
| * Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-061-0/+2
|\|
| * Temporarily blacklist importsPath change on Windowsv5.6.0-alpha1Simon Hausmann2015-09-031-0/+2
* | 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