aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* doc: Flesh out svgtoqml documentationEskil Abrahamsen Blomfeldt4 days1-1/+1
* More options for embedded images in QML generatorEskil Abrahamsen Blomfeldt5 days1-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
* qmltc: warn about QML defined types from other modulesSami Shalayel2024-02-193-7/+42
* QQuickVectorImage: Refactor to new module nameHatem ElKharashy2024-02-132-9/+9
* Refactor svgtoqml toolHatem ElKharashy2024-02-034-1176/+37
* qmltyperegistrar: Don't crash on empty module nameUlf Hermann2024-01-301-1/+3
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-302-9/+7
* Avoid various inefficienciesUlf Hermann2024-01-301-1/+1
* qmlprofiler: Fix data sortingUlf Hermann2024-01-251-76/+134
* QQmlJS::Dom::OutWriter. RefactoringDmitrii Akshintsev2024-01-252-4/+4
* QtQml: Use a multihash to store executable CUsUlf Hermann2024-01-251-1/+1
* QmlFormat. Minor refactoring of the qmlformat.cppDmitrii Akshintsev2024-01-231-39/+83
* Preprocess paths in svgtoqmlPaul Olav Tvete2024-01-233-133/+295
* DOM Refactoring. Move loadbuiltins from DomItem to DomEnvironmentDmitrii Akshintsev2024-01-191-1/+1
* DOM refactoring. Move loadPendingDependencies to DomEnvironmentDmitrii Akshintsev2024-01-182-3/+2
* DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*Dmitrii Akshintsev2024-01-182-5/+6
* Fix some compile errors when compiling with -no-gui -no-qml-debugUlf Hermann2024-01-171-0/+2
* QtQml: Move creation of ExecutableCompilationUnit into engineUlf Hermann2024-01-111-2/+1
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-5/+7
* Add --warnings-are-errors option to qmlcachegenJoerg Bornemann2023-12-221-1/+8
* qmlls: add option to disable cmake-callsSami Shalayel2023-12-201-0/+19
* qmllint: Add response file supportAlexandru Croitor2023-12-141-5/+39
* QmltcCompiler: Adhere to Compare requirement ("!(a < a)")Michael Weghorn2023-12-081-0/+3
* QmltcVisitor: Fix sort order of array used with std::binary_searchMichael Weghorn2023-12-081-5/+6
* qmlls: rebuild when modifying QML elements in C++ for CMake projectsSami Shalayel2023-12-041-1/+1