aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Refactor QQmlJSMetaPropertyBindingFabian Kosmale2022-03-021-3/+3
* qml: Don't mangle the settings URLUlf Hermann2022-03-021-5/+6
* qmlcompiler: Store filename for QML scopesMaximilian Goldstein2022-02-252-11/+13
* qmlcachegen: Re-enable pragma Strict checkingUlf Hermann2022-02-181-0/+1
* qmltc: Handle (simple) deferred properties correctlyAndrei Golubev2022-02-173-1/+77
* Disable qmljs on iOS buildJuha Vuolle2022-02-161-1/+1
* Make formerly transitive includes explicitFabian Kosmale2022-02-151-0/+1
* Treat warnings as errors in qmltcAndrei Golubev2022-02-153-7/+17
* qmltc: Re-enable the processing of global warnings from the importerAndrei Golubev2022-02-141-7/+5
* qmltc: Unskip important testsAndrei Golubev2022-02-121-1/+4
* Redesign QQmlJSLogger internalsAndrei Golubev2022-02-128-30/+24
* qmltc: Explicitly unsupport singleton typesAndrei Golubev2022-02-081-25/+6
* Make qml resizeToItem configuration url resolution work againShawn Rutledge2022-02-051-1/+1
* qmlcompiler: Remove qmllint libraryMaximilian Goldstein2022-02-034-7/+5
* qmllint: Warn about missing singleton pragmas/qmldir entriesMaximilian Goldstein2022-02-032-0/+19
* qmltc: remove --resource-path optionAndrei Golubev2022-02-021-26/+9
* qmltc: Rely on QQmlJSResourceFileMapperAndrei Golubev2022-02-021-6/+38
* Avoid including self in the generated qmltc codeAndrei Golubev2022-02-011-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
* Fix qmlscene CMakeLists.txtUlf Hermann2022-01-241-9/+0
* tools: Unconditionally depend on QCommandLineParserFabian Kosmale2022-01-243-32/+6
* QmlCompiler: Respect revisionsUlf Hermann2022-01-211-4/+4
* Remove unused .qrc filesJoerg Bornemann2022-01-202-15/+0
* QML: qmljsrootgen is host only toolPasi Petäjäjärvi2022-01-201-1/+1
* Turn qmljs into appPasi Petäjäjärvi2022-01-201-13/+12
* qmltc: Do not generate bindables and setters for QQmlListPropertyUlf Hermann2022-01-182-10/+14
* qmllint: Enable compiler warnings for pragma StrictMaximilian Goldstein2022-01-171-0/+6
* qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerrUlf Hermann2022-01-062-14/+4
* qmltc: Simplify internal property name lookup logicAndrei Golubev2022-01-061-23/+20
* qmltc: Support Component rootsAndrei Golubev2021-12-275-57/+180
* qmltc: Remove non-compiled CodeGenerator::compileProperty()Andrei Golubev2021-12-241-86/+0
* qmlls: improve documentationFawzi Mohamed2021-12-233-18/+11
* qmltc: Use special name for a special url-returning generated functionAndrei Golubev2021-12-231-1/+1
* qmltc: Drop duplicate "QQmlContextData::" in context set generationAndrei Golubev2021-12-231-2/+1
* qmltc: Support different property change handlersAndrei Golubev2021-12-231-24/+51
* qmlls qlanguageserver: clientInfo and serverInfo locking fixesFawzi Mohamed2021-12-231-26/+4
* qmlls textblock: operator== and != as friend functionsFawzi Mohamed2021-12-232-6/+6
* Unify common logic around QQmlJSScope and friendsAndrei Golubev2021-12-229-153/+28
* qmltc: Fix explicit import of local QML typesAndrei Golubev2021-12-225-115/+25
* qmlls qlanguageserver: minor cleanupsFawzi Mohamed2021-12-222-4/+2
* qmlls: fix license header (tool -> GPL)Fawzi Mohamed2021-12-2218-281/+81
* qmlls: qml language server implementationFawzi Mohamed2021-12-2120-0/+3115
* qmltc: Do not crash on import namespacesAndrei Golubev2021-12-181-0/+8
* qmltc: Be aware of Component-wrapped typesAndrei Golubev2021-12-186-33/+137
* Add prefer record to the output of qmlimportscannerAlexey Edelev2021-12-171-1/+9
* 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