aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-174-8/+8
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-171-1/+13
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-172-25/+34
* Re-add qmlprofiler qmleasing and qmlplugindump to default targetUlf Hermann2022-05-121-9/+16
* qmltc: Support setting Gradient property of RectangleAndrei Golubev2022-05-092-9/+12
* qmltc: Uniquely name internal method that provides QML document URLAndrei Golubev2022-05-094-12/+22
* QQmlJSImportVisitor: rename public qmlScopes() to qmlTypes()Andrei Golubev2022-05-072-5/+5
* Move literal types check out of QQmlJSTypeResolverUlf Hermann2022-04-281-0/+5
* Avoid copying QQmlJSScopeUlf Hermann2022-04-054-5/+8
* qmltc: Handle (simple) deferred properties correctlyAndrei Golubev2022-02-223-1/+77
* qmltc: Fix attached property code generationAndrei Golubev2022-02-221-1/+4
* Disable qmljs on iOS buildJuha Vuolle2022-02-161-1/+1
* qmltc: Explicitly unsupport singleton typesAndrei Golubev2022-02-141-25/+6
* 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