aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmltyperegistrar: Explicitly override any custom qdebug message patternUlf Hermann2023-11-291-0/+5
* Exclude qmlls from compilation for VxWorksKrzysztof Sommerfeld2023-11-271-1/+1
* Add tool for converting SVG to QML using ShapesPaul Olav Tvete2023-11-246-0/+1151
* QtQml: Have qmltyperegistrar generate jsroot.qmltypesUlf Hermann2023-11-241-18/+48
* qmltc: Pacify the code checkerUlf Hermann2023-11-231-3/+3
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-181-1/+0
* qmltyperegistrar: Make warnings and errors legible to Qt CreatorUlf Hermann2023-11-171-7/+7
* Always build qmljsrootgen when building toolsUlf Hermann2023-11-161-3/+1