aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tooling: silence -Wextra-semi-stmtTim Blechmann2022-11-162-10/+10
* qmlformat: add 'ensure new line between objects' optionXavier BESSON2022-11-141-0/+12
* qmltyperegistrar: add IsConstant for method parametersSami Shalayel2022-11-111-6/+12
* QmlCompiler: Allow lists as arguments to methodsUlf Hermann2022-11-103-18/+20
* qmltc: support inline components from different qml filesSami Shalayel2022-10-311-3/+6
* qmltc: Add some sugar for generated reference-type-list propertiesSami Shalayel2022-10-282-2/+117
* qmltc: extend QmltcMethod with optional commentsSami Shalayel2022-10-282-1/+8
* qmlformat: do not generate backup filesSemih Yavuz2022-10-241-1/+2
* Clean up comments after porting to Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+0
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-203-6/+3
* QmlCompiler: Add a separate flag for the "pragma Strict" checkUlf Hermann2022-10-201-1/+2
* 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