aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmljsscope/tst_qqmljsscope.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-181-1/+1
* qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-07-291-0/+53
* Use SPDX license identifiersLucie GĂ©rard2022-06-141-27/+2
* QmlCompiler: Fix script indices calculationAndrei Golubev2022-06-101-18/+62
* Set bindings on QQmlJSScope after AST traversalAndrei Golubev2022-06-021-0/+43
* Inherit base type access semantics in QQmlJSScopesAndrei Golubev2022-06-021-0/+2
* qmlcompiler: Add qualified name to QQmlJSScopeSami Shalayel2022-05-231-0/+60
* qqmljsimportvisitor: Fix assert being hit on empty block bindingsMaximilian Goldstein2022-05-191-2/+11
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* Distinguish extensions from extension namespaces in QmlCompiler libraryAndrei Golubev2022-05-091-1/+41
* Fix extension lookup in QQmlJSScopeAndrei Golubev2022-05-091-0/+23
* tst_qqmljsscope: Fix test module importingAndrei Golubev2022-05-041-0/+9
* QQmlJSImportVisitor: do not register group { ... } as an object scopeAndrei Golubev2022-05-041-5/+14
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-60/+62
* tst_qqmljsscope: Address unsigned value to 0 comparison warningAndrei Golubev2022-04-281-7/+0
* qmlcompiler: Add absolute runtime function indicesAndrei Golubev2022-04-281-33/+72
* qmlcompiler: Add relative index for scripts and JS functionsAndrei Golubev2022-04-261-3/+103
* qmlcompiler: Support attached property bindingsAndrei Golubev2022-04-221-0/+39
* qmlcompiler: Create group binding in group property syntax caseAndrei Golubev2022-04-221-0/+27
* tst_qqmljsscope: Cover a more sophisticated group property caseAndrei Golubev2022-04-221-0/+30
* QmlCompiler: Allow retrieval of descriptive name from invalid typesUlf Hermann2022-04-071-0/+16
* QQmlJSMetaPropertyBinding:add group type fetching function, extend testsAndrei Golubev2022-04-051-1/+28
* Avoid copying QQmlJSScopeUlf Hermann2022-04-041-1/+2
* qmlcompiler: Improve grouped property supportMaximilian Goldstein2022-03-311-0/+14
* Add QmlModels dependency to LabsQmlModelsAndrei Golubev2022-03-281-0/+19
* Rework QQmlJSScope::causesImplicitComponentWrapping()Andrei Golubev2022-03-281-0/+33
* qmllint: Make "Did you mean" look in extension types as wellMaximilian Goldstein2022-03-151-8/+40
* QmlCompiler: Discern between internal and anonymous importsUlf Hermann2022-02-051-0/+15
* Distinguish property change signals from user-defined signalsAndrei Golubev2022-01-311-0/+23
* Add a default implementation for QQmlJSAotCompilerUlf Hermann2021-11-291-1/+4
* QmlCompiler: Tighten the constness of various method parametersUlf Hermann2021-11-261-1/+1
* QmlCompiler: Move type generalization into separate compile passUlf Hermann2021-11-261-1/+1
* qmllint: Re-enable warning about automatched signal handlerUlf Hermann2021-11-261-3/+2
* QQmlJSImportVisitor: record UiArrayBinding as bindingAndrei Golubev2021-11-241-0/+9
* Further improve QQmlJSMetaPropertyBindings (2/N). Take 3Andrei Golubev2021-11-241-1/+0
* Add basic test infrastructure for QQmlJSScopeAndrei Golubev2021-11-241-0/+134