aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsimportvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlJSImportVisitor: do not register group { ... } as an object scopeAndrei Golubev2022-06-081-5/+6
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-171-1/+1
* Avoid copying QQmlJSScopeUlf Hermann2022-04-051-37/+56
* Appreciate pragma singleton in QQmlJSImportVisitor in Qt 6.3Andrei Golubev2022-02-141-1/+11
* QmlCompiler: Respect revisionsUlf Hermann2022-01-211-14/+22
* QmlCompiler: Construct multi-part URIs with '.' rather than '/'Ulf Hermann2022-01-181-1/+1
* QQmlJSImportVisitor: Fix property change handler detection logicAndrei Golubev2021-12-241-25/+45
* Unify common logic around QQmlJSScope and friendsAndrei Golubev2021-12-231-23/+7
* Pass qmldir to qmlcachegen, qmllint and qmltc, not the qmltypes fileUlf Hermann2021-12-131-4/+4
* QQmlJSImportsVisitor: Break inheritance cyclesUlf Hermann2021-12-121-32/+32
* qmllint: Use fix suggestions in a more structured wayMaximilian Goldstein2021-12-101-18/+15
* QQmlJSImportVisitor: Add bindings as soon as they are encounteredAndrei Golubev2021-12-081-31/+59
* Further improve QQmlJSMetaPropertyBinding (4/N)Andrei Golubev2021-12-081-13/+15
* qmllint: Initial translation binding supportFabian Kosmale2021-12-081-0/+39
* qmllint: Warn about assigning numeric types to stringsFabian Kosmale2021-12-071-6/+14
* qmllint: handle string template literalsFabian Kosmale2021-12-071-1/+14
* builtins: Export regexp for use in analysisFabian Kosmale2021-12-071-1/+1
* QmlCompiler: Fix return type calculationUlf Hermann2021-12-061-6/+24
* QmlCompiler: Disallow access to IDs in other componentsUlf Hermann2021-12-031-11/+10
* qmllint: Warn about nested ids in deferred propertiesMaximilian Goldstein2021-11-301-6/+20
* tst_sanity: Also handle ids via qmllintMaximilian Goldstein2021-11-301-1/+1
* qmllint: Properly handle JavaScript functions with variable argumentsMaximilian Goldstein2021-11-261-0/+1
* qmllint: Re-enable warning about automatched signal handlerUlf Hermann2021-11-261-1/+31
* qmllint: Support opening the same grouped scope multiple timesUlf Hermann2021-11-261-0/+2
* QQmlJSImportVisitor: record UiArrayBinding as bindingAndrei Golubev2021-11-241-3/+17
* tst_qmllint: Check that the output isn't duplicatedUlf Hermann2021-11-241-1/+3
* Further improve QQmlJSMetaPropertyBindings (1/N)Andrei Golubev2021-11-231-1/+1
* Improve QQmlJSMetaPropertyBinding usageAndrei Golubev2021-11-231-36/+84
* Clean up property attributes (1/2)Fabian Kosmale2021-11-171-3/+3
* qmltc: Learn to set QML context for objectsAndrei Golubev2021-11-171-0/+5
* qmllint: Do not crash on missing qmltypes filesUlf Hermann2021-11-151-16/+6
* qmltc: Learn to collect C++ includes for a type hierarchyAndrei Golubev2021-11-151-0/+1
* QQmlJSImportVisitor: Handle on binding inside grouped propertiesFabian Kosmale2021-11-091-6/+8
* QQmlJSImportVisitor: Remove dead codeFabian Kosmale2021-11-091-7/+0
* QQmlJSImportVisitor: handle ids correctlyFabian Kosmale2021-11-091-2/+11
* qmllint: Fix crash when builtins are not foundMaximilian Goldstein2021-10-291-5/+15
* qmllint: Resolve generalized grouped propertiesUlf Hermann2021-10-291-5/+23
* qmltc: learn to generate minimum amount of codeAndrei Golubev2021-10-221-0/+2
* qmllint: Add ability to warn about anchorsMaximilian Goldstein2021-09-281-0/+5
* qmllint: Add ability to warn about signal handlersMaximilian Goldstein2021-09-281-0/+4
* qmllint: Add ability to warn about function declarationsMaximilian Goldstein2021-09-241-0/+2
* qmllint: Automatically import qmldirs from resourcesMaximilian Goldstein2021-09-211-1/+20
* qmllint: Ignore scopes affected by inheritance cyclesMaximilian Goldstein2021-09-211-10/+22
* QQmlJSImportVisitor: Recognize grouped property scopes with bracesUlf Hermann2021-09-201-21/+27
* qmllint: Warn about deferred properties with idsMaximilian Goldstein2021-09-021-0/+8
* qmlcompiler: enable standalone building:Fawzi Mohamed2021-08-311-1/+1
* Keep track of implicit and explicit ComponentFabian Kosmale2021-08-261-3/+13
* qmlcompiler: Do type checking on literal bindingsMaximilian Goldstein2021-08-191-0/+62
* Decouple QQmlJSLogger from QQmlImportVisitorAndrei Golubev2021-08-191-90/+90
* qmlcompiler: handle script bindings on grouped/attached propertiesAndrei Golubev2021-08-181-37/+34