aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* qmake: Don't pass empty foreign-types list to qmltyperegistrarFabian Kosmale2025-02-251-1/+1
* QmlCompiler: Tighten detection of assignment to unknown propertiesUlf Hermann2025-02-212-4/+4
* qmltc: Post an error message rather than crashing on unresolved typesUlf Hermann2025-02-181-1/+10
* qmllint: Update help to correctly describe warning behaviorFabian Kosmale2025-02-181-1/+1
* CMake: Temporary workaround for missing dependencies in qml_toolAlexandru Croitor2025-02-181-0/+6
* qml tool: Explictily register typesFabian Kosmale2025-02-121-0/+5
* qmlformat: don't build if commandlineparser not foundSemih Yavuz2025-01-291-1/+1
* qmlformat: move configuration functions into librarySemih Yavuz2025-01-291-143/+3
* qmlformat: remove non-existing data from buildCommandlineOptionsSemih Yavuz2025-01-291-6/+2
* qmlformat: simplify getSettingsSemih Yavuz2025-01-291-12/+4
* qmlls: librarify into QQmlLSPrivateSami Shalayel2025-01-272-372/+2
* QmlCompiler: Introduce transactions for the loggerUlf Hermann2025-01-211-5/+5
* macOS: Enable crash reporting for qmltestrunner via SwiftTor Arne Vestbø2025-01-141-0/+12
* qmltc: Add READ before WRITE in generated Q_PROPERTYsOlivier De Cannière2025-01-141-8/+8
* qmlformat: Reorder imports alphabeticallyOvidiu Tepescu2025-01-131-1/+7
* qmlformat: fix error message outputSemih Yavuz2025-01-091-2/+0
* CMake: Fix installation of qmlcache's .prf files in cross-buildsJoerg Bornemann2025-01-031-33/+2
* Transform animations for VectorImageEskil Abrahamsen Blomfeldt2024-12-201-0/+1
* Adapt to QFile::open being [[nodiscard]]Volker Hilsheimer2024-12-151-1/+4
* qmlls: wait for exit-notification before shutdownSami Shalayel2024-12-131-1/+1
* qmllint: add an "error" logging categorySami Shalayel2024-12-121-0/+1
* QtQml: Add some consistency to QV4::RegExpUlf Hermann2024-12-121-10/+11
* qmlls: fix compatibility issue due to removal of "p" flagSemih Yavuz2024-12-081-3/+5
* QtQml: Model native modules as compilation unitsUlf Hermann2024-12-061-6/+4
* qmlformat: use indenting line writer if column break is in useSemih Yavuz2024-12-051-5/+6
* qmlformat: allow customizable line breakSemih Yavuz2024-12-051-0/+16
* Move inlineComponentName from CU to ObjectCreatorFabian Kosmale2024-12-041-2/+8
* qmlls: add --bare option to fix Qt QML import pathSami Shalayel2024-12-041-29/+51
* qmllint: Flip back argc and argv in mainOlivier De Cannière2024-11-221-2/+2
* Decouple the Quick vector graphics generator from qtsvgEirik Aavitsland2024-11-141-1/+1
* qmlcachegen: Fix resource import pathsUlf Hermann2024-11-141-2/+2
* qmllint: load plugins from the correct pathsSami Shalayel2024-11-131-1/+1
* qmltc: Refactor iteration methods to be less repetitiveUlf Hermann2024-11-111-32/+15
* QmlCompiler: Rename attachingType() to attachedType()Ulf Hermann2024-11-112-2/+2
* Fix "MaxWarnings" settings in .qmllint.iniAndré Klitzing2024-11-081-3/+5
* qmlls: fix setting documentation path from commandlineSemih Yavuz2024-11-081-2/+3
* qmltc: Fix usage of namespaced attached typesUlf Hermann2024-11-082-3/+12
* qmltc: Retrieve types of attached and group propertiesUlf Hermann2024-11-081-6/+8
* aotstats: Fix coverity warningsOlivier De Cannière2024-11-071-2/+2
* aotstats: Keep track of files and modules with no functions or bindingsOlivier De Cannière2024-11-041-0/+1
* aotstats: Support --only-bytecode and modules with no qml filesOlivier De Cannière2024-11-042-1/+21
* Compiler: Make qqmljsscope::filePath hold the source location more oftenOlivier De Cannière2024-10-311-0/+1
* QmlCompiler: Rename QQmlJSLogger's fileName to filePathOlivier De Cannière2024-10-312-2/+2
* qmllint: load plugin categories before parsing argumentsSami Shalayel2024-10-251-11/+9
* Add missing includesFabian Kosmale2024-10-241-0/+1
* QQmlJSScope: Keep track of types specific to JavaScriptOlivier De Cannière2024-10-211-1/+1
* qmltc: Wrap raw string literal in QStringLiteralOlivier De Cannière2024-10-212-3/+3
* qmltc: Wrap raw string literal in QStringLiteralOlivier De Cannière2024-10-211-1/+1
* qmlformat: Pass QQmlFormatOptions by const refUlf Hermann2024-10-071-6/+12
* qmlls: add qmllint plugins to static buildsSami Shalayel2024-10-071-5/+1