aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* QQmlJSLinter: add crude context properties warningsSami Shalayel12 hours1-1/+3
* Improve builds for non-threaded qtTim Blechmann2 days1-25/+23
* Build qmltestrunner with target archMichal Klocek11 days1-8/+7
* qml-tool: Treat all arguments passed after "--" as positionalOlivier De Cannière2025-04-231-0/+3
* qmlls: add --version command line parameterSami Shalayel2025-04-231-0/+5
* qmltc: Cleanly reject custom parsed propertiesUlf Hermann2025-04-153-1/+19
* Port away from QPairZhao Yuhang2025-04-124-12/+12
* qmltc: Properly escape translation stringsUlf Hermann2025-04-111-15/+17
* QtQml: Dissolve qqmltranslation.cppUlf Hermann2025-04-111-1/+40
* Implement item generator via QML generatorEskil Abrahamsen Blomfeldt2025-04-111-1/+1
* CMake: Force override while code signing qmltestrunnerAlexandru Croitor2025-04-101-1/+1
* qmllint: fix setting for alias cycle and unresolved aliasSami Shalayel2025-03-251-0/+3
* 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