aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* qmltc: Convert dynamic_cast check to static assert for QML interfacesAndrei Golubev2022-07-291-2/+4
* qmltc: Support CONSTANT and RESET property attributes in aliasesAndrei Golubev2022-07-292-0/+17
* Remove redundant parameter from generated special functions of qmltcAndrei Golubev2022-07-283-30/+17
* Separate script bindings from others in generated qmltc codeAndrei Golubev2022-07-285-13/+60
* Move common code parts to a function in QmltcCodeGeneratorAndrei Golubev2022-07-281-53/+52
* Address TODOs in qmltc toolAndrei Golubev2022-07-285-30/+18
* qmltc: Make explicit component ids accessible during object creationAndrei Golubev2022-07-284-46/+82
* CMake: Fix removal of PUBLIC_LIBRARIES from QmlTypeRegistrarPrivateAlexandru Croitor2022-07-281-1/+1
* qmlls: add warning about missing build directoryFawzi Mohamed2022-07-281-0/+18
* qmltc: Fix alias assignment code generationAndrei Golubev2022-07-272-14/+3
* qmltc: Do not generate duplicated Q_UNUSED() for endInit instructionAndrei Golubev2022-07-271-4/+0
* Support RegExpLiteral bindings in qmltcAndrei Golubev2022-07-271-0/+6
* qmltc: Fix import namespace code generationAndrei Golubev2022-07-261-5/+12
* qmltc: Acknowledge BINDABLE-only propertiesAndrei Golubev2022-07-262-3/+9
* Revise build to source dir mapping for QML toolingAndrei Golubev2022-07-262-24/+18
* qmltc: Use QMetaObject hierarchy as reference for meta index calculationAndrei Golubev2022-07-263-14/+33
* qmllint: Implement module lintingMaximilian Goldstein2022-07-251-3/+13
* qmltc: Acknowledge group/attached properties have objects in QmlIRAndrei Golubev2022-07-251-1/+23
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-2116-16/+15
* qmlls: do not advertise completions resolverFawzi Mohamed2022-07-141-1/+1
* qmlls: improve completion for functionsMoody Liu2022-07-141-17/+34
* Support value type lists in qmltcSami Shalayel2022-07-132-8/+15
* qmltc: Make Component.onCompleted compilation less specialAndrei Golubev2022-07-092-78/+43
* qmldom: add support to dump a QML file's syntax treeMoody Liu2022-07-081-1/+24
* Add license headers to cmake filesLucie Gérard2022-07-0819-0/+57
* qmljscompiler: Replace categories with more specific warning idsMaximilian Goldstein2022-07-081-1/+1
* qmltyperegistrar: Extract into own librarySami Shalayel2022-07-016-4/+339
* qmlls: Provide system QML import path when constructing DOM environmentUlf Hermann2022-06-301-4/+6
* qmltc: Ensure properties with MEMBER can be read and writtenAndrei Golubev2022-06-301-6/+22
* QQmlJSLogger: Switch to an ID based systemMaximilian Goldstein2022-06-306-51/+78
* qmltc: Use correct output C++ file names within a moduleAndrei Golubev2022-06-2911-430/+124
* qmlls: append a colon with a space after property completionMoody Liu2022-06-251-0/+1
* Introduce a sane resource path to qt_add_qml_moduleUlf Hermann2022-06-232-1/+3
* qmlls: de-duplicate the completion list of the 'import' statementMoody Liu2022-06-221-5/+12
* Fix QQmlTypePrivate memory leak in qmltc-generated types with extensionsAndrei Golubev2022-06-151-4/+1
* CMake: Turn qmlls into an app instead of a tool as a workaroundAlexandru Croitor2022-06-142-5/+7
* Drop the typed variants of Math methods from jsroot.qmltypesUlf Hermann2022-06-111-28/+0
* Use SPDX license identifiersLucie Gérard2022-06-11112-3113/+225
* update target description for qmllsMoody Liu2022-06-101-1/+1
* qmltc: Move C++ naming collision check to QmltcVisitorAndrei Golubev2022-06-096-274/+158
* Remember QML document context in each qmltc-generated objectAndrei Golubev2022-06-092-11/+8
* qmltc: Set non-alias property methods in QmltcVisitorAndrei Golubev2022-06-094-30/+30
* qmltc: Set alias property methods in QmltcVisitorAndrei Golubev2022-06-095-154/+45
* qmltc: Get rid of Qml IRAndrei Golubev2022-06-098-676/+92
* qmltc: Move from QmlIR::Binding to QQmlJSMetaPropertyBindingAndrei Golubev2022-06-0910-1195/+743
* qmlimportscanner: Improve performance using caches continuedAlexandru Croitor2022-06-041-62/+182
* qmlimportscanner: Improve performance using cachesAlexandru Croitor2022-06-041-18/+79
* qmlimportscanner: Add logging to help with debugging performanceAlexandru Croitor2022-06-041-3/+40
* qmlimportscanner: Ensure deterministic outputAlexandru Croitor2022-06-041-2/+9
* Inherit base type access semantics in QQmlJSScopesAndrei Golubev2022-06-021-9/+1