aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* qmlformat: extract settings logic into librarySami Shalayel2024-09-202-190/+3
* qmlformat: refactor qmlformat.ini readingSami Shalayel2024-09-201-137/+221
* qmlls: read import paths from .qmlls.iniSami Shalayel2024-09-201-1/+2
* qmltyperegistrar: Don't process foreign types in --extract modeUlf Hermann2024-09-191-9/+9
* svgtoqml tool: Improve options order, remove tech preview noteEirik Aavitsland2024-08-281-16/+16
* qmlimportscanner: Properly handle directory importsAndy Shaw2024-08-261-2/+3
* qmlcachegen: Reject using --only-bytecode with compiler-only optionsOlivier De Cannière2024-08-231-0/+17
* qmlimportscanner: Extend ignored directories handlingFriedemann Kleint2024-08-071-11/+27
* qmlls: follow .qmllint.ini warning configurationsSami Shalayel2024-08-011-51/+5
* Unbreak _qt_internal_write_deferred_builddir_qtconfFabian Kosmale2024-07-261-0/+9
* qmltc: Don't re-check headers for their suffixUlf Hermann2024-07-032-22/+15
* QmlCompiler: Assume missing return types to be "void"Ulf Hermann2024-06-201-16/+2
* Fix various style problemsUlf Hermann2024-06-201-1/+1
* svgtoqml: add a few minor usability improvementsEirik Aavitsland2024-06-171-6/+6
* qmllint: don't set error exit code if there are warningsFabian Kosmale2024-06-171-1/+19
* QtQml: Straighten out some logging categoriesUlf Hermann2024-06-171-1/+1
* QmltcVisitor: Add constinit to list of C++ keywordsNicolas Fella2024-06-111-0/+1
* Add documentation location path to the settings fileSemih Yavuz2024-06-051-0/+8
* qmlls: stop reading from stdin after shutdown was receivedSami Shalayel2024-06-041-36/+84
* Compiler: Aggregate and print aotstatsOlivier De Cannière2024-06-012-0/+100
* Compiler: Record statistics about aot compilationOlivier De Cannière2024-05-281-0/+18
* QtQml: Allow "using" declarations in QML type registrationsUlf Hermann2024-05-231-0/+1
* qmlcompiler: Sanitize qmldir paths before using themUlf Hermann2024-05-173-7/+11
* doc: Flesh out svgtoqml documentationEskil Abrahamsen Blomfeldt2024-05-071-1/+1
* More options for embedded images in QML generatorEskil Abrahamsen Blomfeldt2024-05-061-0/+28
* Tooling: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-231-4/+4
* qqmljsscope: add ownModuleNameSami Shalayel2024-04-231-1/+1
* qmlcachegen: Add hidden --static optionUlf Hermann2024-04-181-0/+3
* qmllint: enable environment variables like QML_IMPORT_PATH via -ESami Shalayel2024-04-181-0/+34
* qmlls: add -I and -E optionSami Shalayel2024-04-181-34/+57
* qmllint: do not ignore command line options with --ignore-settingsSami Shalayel2024-04-171-42/+40
* Fix coverity warningsUlf Hermann2024-04-111-1/+1
* qmltc: Enforce basic required propertiesLuca Di Sera2024-04-094-13/+179
* Make qmljsliteralbindingcheck a QQmlSA::PropertyPassSami Shalayel2024-04-052-3/+11
* Add visionOS to tool exclusionsTor Arne Vestbø2024-04-031-1/+1
* QML Tools: add some checks for QFile::open failuresGiuseppe D'Angelo2024-03-263-13/+19
* qmltc: Ensure usage of generated setters in `PropertyInitializer`Luca Di Sera2024-03-211-0/+3
* qmltc: Support setting initial values for reference list propertiesLuca Di Sera2024-03-211-5/+22
* qmltc: Avoid overwriting initial propertiesLuca Di Sera2024-03-211-1/+3
* qmltc: Include headers for types that appear as the argument of a listLuca Di Sera2024-03-211-0/+3
* qmltc: Avoid befriending the root component twiceLuca Di Sera2024-03-211-2/+5
* dom: enable populateQmlFile as visitor in importerSami Shalayel2024-03-211-5/+5
* qmltc: Allow setting initial values when creating a compiled typeLuca Di Sera2024-03-206-14/+199
* cmake: Clean up tool platform exclusionsTor Arne Vestbø2024-03-201-60/+46
* remove whitespace from CMakeLists.txtSami Shalayel2024-03-191-1/+1
* Mention d3d12 in qml tool help textLaszlo Agocs2024-03-141-1/+1
* Correct license for tools filesLucie Gérard2024-02-296-6/+6
* qmlls: enable QT_FORCE_BUILD_TOOLS and use CMAKE_CROSSCOMPILING in cmakeSami Shalayel2024-02-291-3/+4
* Introduce plugin support for qmlls and qmlls quick pluginSami Shalayel2024-02-291-0/+5
* qmllint: With --bare do not use the current directoryUlf Hermann2024-02-231-1/+1