aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-132-4/+4
* qmlplugindump: Warn if we can't change the directoryUlf Hermann2022-10-111-1/+4
* qqmljsimportvisitor: rename m_currentInlineComponent to m_currentRootSami Shalayel2022-10-101-4/+4
* qmltc: fix code generation for implicit componentsSami Shalayel2022-10-101-15/+35
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-0717-43/+43
* Port from container::count() and length() to size()Marc Mutz2022-10-0716-67/+67
* qmlls: Avoid access to uninitialized capabilityMagnus Groß2022-10-041-1/+1
* qmltc: support basic inline componentsSami Shalayel2022-09-266-119/+300
* qmltc: stop using QQmlListReference to appendSami Shalayel2022-09-261-6/+10
* qmltc: append to lists in one goSami Shalayel2022-09-224-62/+108
* qmltc: refactor compileBinding to be less unwieldySami Shalayel2022-09-222-308/+425
* Add --bare option to qmltc and qmlcachegenUlf Hermann2022-09-092-2/+14
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-0719-19/+19
* QML: Make modules imported with registerModule() available in QMLUlf Hermann2022-09-021-4/+6
* qmltc: test support for generalized group propertiesSami Shalayel2022-09-011-1/+4
* qmltc: add some internal documentationSami Shalayel2022-08-311-0/+49
* qmltc: test alias on properties with attributesSami Shalayel2022-08-312-4/+23
* Prepare for moving qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-08-302-0/+2
* QtDeclarative: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-295-5/+5
* qmlimportscanner: Don't crash on invalid argumentUlf Hermann2022-08-291-1/+5
* qmltyperegistrar: Fix file inclusion and writing to stdoutUlf Hermann2022-08-291-12/+1
* qmltc: translation binding supportSami Shalayel2022-08-253-0/+110
* qmlls: reduce latency by using "dry" QHttpMessageStreamParserSami Shalayel2022-08-121-7/+35
* qmltyperegistrar: refactor FILE* to QTextStreamSami Shalayel2022-08-041-8/+7
* qmlls: Move back to binUlf Hermann2022-08-041-1/+0
* 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