aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltc
Commit message (Expand)AuthorAgeFilesLines
* qqmljsimportvisitor: re-use instead of duplicating scopesSami Shalayel2026-04-163-12/+14
* QmlCompiler: split linting into QmlLintPrivate librarySami Shalayel2026-03-032-7/+8
* Make qmltc respect (some) aliases to required propertiesUlf Hermann2026-02-211-28/+15
* qmllint: adapt shadow warning for propertiesSami Shalayel2026-02-061-1/+1
* Compiler: Rename logging categories' level into severityOlivier De Cannière2026-01-131-1/+1
* Compiler: Merge logging categories' ignore and levelOlivier De Cannière2026-01-131-2/+1
* qmllint: warn on shadowed properties/signals/methodsSami Shalayel2025-11-261-0/+3
* qmltc: Fix context assignmentUlf Hermann2025-10-101-4/+14
* QmlCompiler: Properly handle uncertain component statusUlf Hermann2025-09-181-2/+10
* QmlCompiler: Rename sequences' "valueType" to "elementType"Ulf Hermann2025-08-314-13/+13
* qmltc: Don't crash on missing type informationUlf Hermann2025-08-052-6/+17
* qmltc: Cleanly reject custom parsed propertiesUlf Hermann2025-04-153-1/+19
* Port away from QPairZhao Yuhang2025-04-122-2/+2
* qmltc: Properly escape translation stringsUlf Hermann2025-04-111-15/+17
* QtQml: Dissolve qqmltranslation.cppUlf Hermann2025-04-111-1/+40
* QmlCompiler: Tighten detection of assignment to unknown propertiesUlf Hermann2025-02-212-4/+4
* qmltc: Post an error message rather than crashing on unresolved typesUlf Hermann2025-02-181-1/+10
* qmltc: Add READ before WRITE in generated Q_PROPERTYsOlivier De Cannière2025-01-141-8/+8
* Move inlineComponentName from CU to ObjectCreatorFabian Kosmale2024-12-041-2/+8
* qmltc: Refactor iteration methods to be less repetitiveUlf Hermann2024-11-111-32/+15
* QmlCompiler: Rename attachingType() to attachedType()Ulf Hermann2024-11-112-2/+2
* qmltc: Fix usage of namespaced attached typesUlf Hermann2024-11-082-3/+12
* qmltc: Retrieve types of attached and group propertiesUlf Hermann2024-11-081-6/+8
* QmlCompiler: Rename QQmlJSLogger's fileName to filePathOlivier De Cannière2024-10-312-2/+2
* qmltc: Wrap raw string literal in QStringLiteralOlivier De Cannière2024-10-212-3/+3
* qmltc: Wrap raw string literal in QStringLiteralOlivier De Cannière2024-10-211-1/+1
* qmltc: Don't re-check headers for their suffixUlf Hermann2024-07-032-22/+15
* QmlCompiler: Assume missing return types to be "void"Ulf Hermann2024-06-201-16/+2
* QtQml: Straighten out some logging categoriesUlf Hermann2024-06-171-1/+1
* QmltcVisitor: Add constinit to list of C++ keywordsNicolas Fella2024-06-111-0/+1
* qmlcompiler: Sanitize qmldir paths before using themUlf Hermann2024-05-171-1/+2
* qqmljsscope: add ownModuleNameSami Shalayel2024-04-231-1/+1
* Fix coverity warningsUlf Hermann2024-04-111-1/+1
* qmltc: Enforce basic required propertiesLuca Di Sera2024-04-094-13/+179
* Make qmljsliteralbindingcheck a QQmlSA::PropertyPassSami Shalayel2024-04-052-3/+11
* QML Tools: add some checks for QFile::open failuresGiuseppe D'Angelo2024-03-261-4/+6
* qmltc: Ensure usage of generated setters in `PropertyInitializer`Luca Di Sera2024-03-211-0/+3
* qmltc: Support setting initial values for reference list propertiesLuca Di Sera2024-03-211-5/+22
* qmltc: Avoid overwriting initial propertiesLuca Di Sera2024-03-211-1/+3
* qmltc: Include headers for types that appear as the argument of a listLuca Di Sera2024-03-211-0/+3
* qmltc: Avoid befriending the root component twiceLuca Di Sera2024-03-211-2/+5
* dom: enable populateQmlFile as visitor in importerSami Shalayel2024-03-211-5/+5
* qmltc: Allow setting initial values when creating a compiled typeLuca Di Sera2024-03-206-14/+199
* qmltc: warn about QML defined types from other modulesSami Shalayel2024-02-193-7/+42
* QmltcCompiler: Adhere to Compare requirement ("!(a < a)")Michael Weghorn2023-12-081-0/+3
* QmltcVisitor: Fix sort order of array used with std::binary_searchMichael Weghorn2023-12-081-5/+6
* qmltc: Pacify the code checkerUlf Hermann2023-11-231-3/+3
* QML: Allow JavaScript extension typesUlf Hermann2023-11-161-1/+4
* QQmlSA::ScriptBindingKind: Turn into scoped enumerationFabian Kosmale2023-08-301-3/+3
* QmlCompiler: Make LoggerCategory private againFabian Kosmale2023-08-301-1/+1