aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-163-15/+15
* Register QObject along with QQmlComponent as basic type of the languageUlf Hermann2019-05-083-0/+8
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-292-0/+30
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-272-0/+30
| |\
| | * Allow creation of variants from non-singleton QQmlTypeWrappersUlf Hermann2019-04-262-0/+30
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-188-2/+19
|\| |
| * | 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
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-224-0/+56
|\| |
| * | 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.13' into devQt Forward Merge Bot2019-02-254-15/+5
|\| |
| * | 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.13' into devQt Forward Merge Bot2019-02-211-2/+12
|\| |
| * | 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.13' into devQt Forward Merge Bot2019-02-082-2/+2
|\| |
| * | 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: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-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