aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Correct license for tools filesLucie Gérard2024-02-296-6/+6
* qmllint: With --bare do not use the current directoryUlf Hermann2024-02-251-1/+1
* qmltc: warn about QML defined types from other modulesSami Shalayel2024-02-203-7/+42
* qmlprofiler: Fix data sortingUlf Hermann2024-01-301-76/+134
* Preprocess paths in svgtoqmlPaul Olav Tvete2024-01-253-133/+295
* qmlls: add option to disable cmake-callsSami Shalayel2023-12-291-0/+19
* qmllint: Add response file supportAlexandru Croitor2023-12-151-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
* QML: Allow JavaScript extension typesUlf Hermann2023-11-162-1/+6
* qmlformat: fix formatting with -F optionSemih Yavuz2023-10-161-0/+4
* QmlDom: Avoid copying and detaching on iterationUlf Hermann2023-09-191-1/+1
* QmlDom: Don't pass ErrorMessage by valueUlf Hermann2023-09-151-1/+1
* Remove resize guards from qml toolShawn Rutledge2023-09-121-5/+2
* QQmlSA::ScriptBindingKind: Turn into scoped enumerationFabian Kosmale2023-08-301-3/+3
* QmlCompiler: Make LoggerCategory private againFabian Kosmale2023-08-301-1/+1
* QtQml: Store singleton typename as UTF-8 QByteArrayUlf Hermann2023-08-301-1/+2
* QtQml: Key singletons by singleton instance infoUlf Hermann2023-08-301-1/+1
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-154-13/+19
* Compiler: Separate function prolog block and add validation of blocksOlivier De Cannière2023-08-041-46/+38
* qmltc: fix GCC13 warnings "class X is implicitly friend with itself"Marc Mutz2023-08-021-1/+2
* qmljsrootgen: port to QCommandLineParserAmanda Hamblin-Trué2023-07-051-5/+14
* Improve string handling in qmltyperegistrarUlf Hermann2023-06-301-97/+108
* qmljs: Port to QCommandLineParserAmanda Hamblin-Trué2023-06-301-32/+38
* qmlls: fix the order in which the build directory is obtainedSami Shalayel2023-06-232-5/+46
* qmltc: remove useless std::move detected by code checkerSami Shalayel2023-06-121-1/+1
* qmltc: do not use the implicit QUrl constructor in generated codeSami Shalayel2023-06-091-1/+7
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-061-5/+0
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-309-80/+107
* qmltyperegistrar: Improve the file open error messageFriedemann Kleint2023-05-171-1/+4
* qml tool: Use QCommandLineParser::process() rather than parse()Shawn Rutledge2023-05-161-10/+3
* Remove the 'qml-devtools' featureAlexey Edelev2023-05-091-14/+12
* qml: Straighten out configuration QML moduleUlf Hermann2023-05-086-41/+24
* qml: Construct QQmlApplicationEngine only when we need itUlf Hermann2023-04-271-1/+3
* qmlcachegen: Add a --verbose command line optionUlf Hermann2023-04-241-6/+5
* Remove DomItem::loadFile code-duplication and use correct environmentsSami Shalayel2023-03-292-2/+2
* Doc: Rename and rephrase pages for QML {script|type} compilerUlf Hermann2023-03-281-1/+1
* qml tool: Fix incorrect mapping of --transparent to MSAALaszlo Agocs2023-03-171-1/+1
* qmltyperegistrar: Guard against file system failuresUlf Hermann2023-02-171-1/+5
* qmllint: Fix attached property re-use detectionUlf Hermann2023-02-142-2/+2
* bin/qml: Fix broken handling of --translation commandline argumentJan Arve Sæther2023-02-081-2/+1