aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Make qml resizeToItem configuration url resolution work againShawn Rutledge2022-02-051-1/+1
* qmltc: Rely on QQmlJSResourceFileMapperAndrei Golubev2022-02-031-6/+38
* Avoid including self in the generated qmltc codeAndrei Golubev2022-02-021-3/+5
* Improve the structure of the output generated by qmltcAndrei Golubev2022-01-313-34/+80
* qmltc: Drop half-correct type name collecting procedureAndrei Golubev2022-01-312-31/+0
* qmltc: Simplify internal property name lookup logicAndrei Golubev2022-01-261-23/+20
* QML: qmljsrootgen is host only toolPasi Petäjäjärvi2022-01-241-1/+1
* Turn qmljs into appPasi Petäjäjärvi2022-01-241-13/+12
* QmlCompiler: Respect revisionsUlf Hermann2022-01-211-4/+4
* qmltc: Do not generate bindables and setters for QQmlListPropertyUlf Hermann2022-01-182-10/+14
* qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerrUlf Hermann2022-01-062-14/+4
* qmltc: Support Component rootsAndrei Golubev2022-01-035-57/+180
* qmltc: Support different property change handlersAndrei Golubev2021-12-241-24/+51
* qmlls: improve documentationFawzi Mohamed2021-12-243-18/+11
* qmlls qlanguageserver: clientInfo and serverInfo locking fixesFawzi Mohamed2021-12-241-26/+4
* qmlls textblock: operator== and != as friend functionsFawzi Mohamed2021-12-242-6/+6
* qmltc: Remove non-compiled CodeGenerator::compileProperty()Andrei Golubev2021-12-241-86/+0
* qmltc: Use special name for a special url-returning generated functionAndrei Golubev2021-12-241-1/+1
* qmltc: Drop duplicate "QQmlContextData::" in context set generationAndrei Golubev2021-12-241-2/+1
* qmlls qlanguageserver: minor cleanupsFawzi Mohamed2021-12-232-4/+2
* qmlls: fix license header (tool -> GPL)Fawzi Mohamed2021-12-2318-281/+81
* qmlls: qml language server implementationFawzi Mohamed2021-12-2320-0/+3115
* Unify common logic around QQmlJSScope and friendsAndrei Golubev2021-12-239-153/+28
* qmltc: Fix explicit import of local QML typesAndrei Golubev2021-12-235-115/+25
* Add prefer record to the output of qmlimportscannerAlexey Edelev2021-12-201-1/+9
* qmltc: Do not crash on import namespacesAndrei Golubev2021-12-181-0/+8
* qmltc: Be aware of Component-wrapped typesAndrei Golubev2021-12-186-33/+137
* qmltc: Explicitly reject inline componentsAndrei Golubev2021-12-172-0/+12
* qmltc: Make special functions protectedAndrei Golubev2021-12-176-14/+70
* Add listing of the components and scripts that belongs to the qml moduleAlexey Edelev2021-12-171-4/+38
* Use qmltc compiler prototype as a fallback implementationAndrei Golubev2021-12-1718-17/+4780
* Add CMake deploy support for QML module appsCraig Scott2021-12-131-1/+21
* Pass qmldir to qmlcachegen, qmllint and qmltc, not the qmltypes fileUlf Hermann2021-12-135-36/+45
* qmllint: Use fix suggestions in a more structured wayMaximilian Goldstein2021-12-101-1/+1
* qmllint: Fix diagnostics output for test runUlf Hermann2021-12-071-1/+1
* Compile QML files ahead of time with qmlcachegenUlf Hermann2021-12-031-33/+83
* Add a default implementation for QQmlJSAotCompilerUlf Hermann2021-11-291-1/+3
* qmllint: Properly handle JavaScript functions with variable argumentsMaximilian Goldstein2021-11-261-0/+1
* QmlCompiler: Tighten the constness of various method parametersUlf Hermann2021-11-262-5/+3
* QmlCompiler: Move type generalization into separate compile passUlf Hermann2021-11-262-4/+3
* qmllint: Re-enable warning about automatched signal handlerUlf Hermann2021-11-262-5/+4
* qmllint: Expand qmllint library APIMaximilian Goldstein2021-11-251-2/+2
* qmllint: Move most code into a separate libraryMaximilian Goldstein2021-11-238-1031/+6
* qmlcompiler: Use QT_BEGIN_NAMESPACE / QT_END_NAMESPACE everywhereMaximilian Goldstein2021-11-231-1/+2
* qmltc: Support literal bindingsAndrei Golubev2021-11-235-1/+153
* qmllint: Fix typo in app descriptionMaximilian Goldstein2021-11-191-1/+1
* Remove QQmlJSTypeResolver::SemanticsUlf Hermann2021-11-183-10/+5
* qmllint: Add option for logging absolute pathsMaximilian Goldstein2021-11-171-6/+15
* QmlCompiler: Phrase the shadow check as separate passUlf Hermann2021-11-171-2/+7
* QmlCompiler: Introduce compile passesUlf Hermann2021-11-172-73/+50