aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* qmlls, qmllint: Avoid memory leaksUlf Hermann2023-01-161-6/+6
* Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-161-1/+6
* qmlplugindump: Don't crash on value types with extensionsUlf Hermann2023-01-041-1/+2
* qmlls: Remove unused variablePeter Varga2022-12-141-2/+0
* qmake: Fix generated *_qmlcache.cpp file pathsJoerg Bornemann2022-12-141-0/+1
* Remove Qt keywords from all headersYuhang Zhao2022-12-0916-26/+20
* qmltc: fix handlers for c++-signalsSami Shalayel2022-12-072-7/+22
* QQmlJSMetaParameter: Encapsulate parameter informationSami Shalayel2022-12-022-26/+14
* qmltc: error out when encoutering invalid filenamesSami Shalayel2022-12-021-0/+10
* qmllint: document new behavior of --jsonSami Shalayel2022-11-281-1/+2
* Build: install the metatypes inside Qt's own arch-specific data dirThiago Macieira2022-11-241-1/+1
* qmlformat: add 'ensure new line between functions' optionXavier BESSON2022-11-241-0/+11
* QQmlJSImportVisitor: warn when uncreatables are createdSami Shalayel2022-11-231-1/+4
* qmltc: add singleton supportSami Shalayel2022-11-233-7/+29
* 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