aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* Improve error messageRainer Keller2019-04-171-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-175-1/+11
|\
| * QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-163-1/+5
| * QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-163-0/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-153-0/+7
|\|
| * Detect and reject cyclic aliasesUlf Hermann2019-04-093-0/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-214-0/+56
|\|
| * Add test for dynamic anchors to parents in PropertyChangesUlf Hermann2019-03-203-0/+41
| * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-202-0/+15
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-12/+2
|\|
| * Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-211-12/+2
* | Only generate a warning when assigning null to incompatible propertiesUlf Hermann2019-02-223-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-201-2/+12
|\|
| * Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-171-2/+12
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-072-2/+2
|\|
| * Improve error messageRainer Keller2019-02-042-2/+2
* | QML: Don't accept assignment of Component to properties of other typesUlf Hermann2019-01-223-0/+12
* | QML: Special case null as binding typeUlf Hermann2019-01-213-3/+3
|/
* Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-313-1/+16
* Fix erroneous enum conflict warningsSimon Hausmann2018-10-231-1/+1
* Fix lookup of methods in the scope objectSimon Hausmann2018-10-222-0/+27
* Provide option to skip registration of enum classes unscopedRainer Keller2018-08-214-0/+82
* Add support for importing ES modules in .qml filesSimon Hausmann2018-08-179-0/+68
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-1/+1
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-5/+6
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-312-3/+3
* Clean up QQmlCustomParser APISimon Hausmann2018-07-302-13/+13
* Improve error messageRainer Keller2018-06-251-1/+1
* Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-211-0/+22
* Ensure we read context properties before the global objectLars Knoll2018-06-171-1/+1
* Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-083-2/+42
* Show property name in error messageRainer Keller2018-06-041-1/+1
* Improve error location reporting for custom propertiesSimon Hausmann2018-05-021-1/+1
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* Bring JS grammar in line with ES7 specLars Knoll2018-04-251-1/+1
* Warn about non spec compliant extension being usedLars Knoll2018-04-111-2/+2
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-2/+1
* Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-202-0/+6
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-163-0/+9
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-092-0/+25
* Clean up memory leaks in testsSimon Hausmann2018-03-081-272/+196
* Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-083-0/+51
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-082-0/+26
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-262-204/+204
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-223-0/+9
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-222-0/+28
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-202-0/+25
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-124-0/+25
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-0/+8
| |\
| | * Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-311-0/+8