aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmljsscope/tst_qqmljsscope.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlSA::ScriptBindingKind: Turn into scoped enumerationFabian Kosmale2023-09-091-3/+3
* QQmlSA::Element: Rename internalName to internalIdFabian Kosmale2023-07-061-1/+1
* QQmlSA: Remove Element ctor taking a name, add resolveBuiltinTypeFabian Kosmale2023-07-061-0/+39
* QQmlSA: Change API for accessing attached typesOlivier De Cannière2023-06-011-0/+82
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-301-36/+34
* QmlCompiler: Fix version resolution for importsUlf Hermann2023-01-301-8/+6
* QmlCompiler: Enforce consistency of ContextualTypesUlf Hermann2022-11-021-2/+3
* qmllint: Warn about duplicated signal/property namesSemih Yavuz2022-10-221-1/+1
* qmlcompiler: refactor ContextualTypes to know its contextSami Shalayel2022-10-141-1/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* qqmljsscope: track inline component namesSami Shalayel2022-09-081-1/+8
* tst_qqmljsscope: remove Q_SKIP in qualifiedName testSami Shalayel2022-09-051-2/+0
* qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-07-221-0/+53
* Remove tst_qqmljsscope::qualifiedName as it blocks integrationSami Shalayel2022-06-201-0/+2
* Reimplement tst_qqmljsscope::qualifiedName() to not block integrationSami Shalayel2022-06-201-51/+18
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QmlCompiler: Fix script indices calculationAndrei Golubev2022-06-091-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