aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmlls: move into own private static librarySami Shalayel2023-02-0730-3680/+10
* Bring QSurfaceFormat configurability to qmlscene's level in the qml toolLaszlo Agocs2023-02-071-12/+39
* qml tool: Disable shader caching by defaultPaul Olav Tvete2023-02-071-0/+8
* qmllint: Provide import paths and resource files when linting modulesUlf Hermann2023-02-071-1/+2
* qmltc: export generated classesSami Shalayel2023-02-026-5/+30
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-273-4/+26
* qmllint: Move qmlControlSanity loggers into a pluginSemih Yavuz2023-01-231-2/+1
* qml: Fix object countingUlf Hermann2023-01-231-17/+3
* qmlls, qmllint: Avoid memory leaksUlf Hermann2023-01-161-6/+6
* qmltc: generate code into namespacesSami Shalayel2023-01-061-10/+14
* Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-061-1/+6
* qmlplugindump: Don't crash on value types with extensionsUlf Hermann2023-01-041-1/+2
* qmake: Fix generated *_qmlcache.cpp file pathsJoerg Bornemann2022-12-141-0/+1
* qmlls: Remove unused variablePeter Varga2022-12-141-2/+0
* Remove Qt keywords from all headersYuhang Zhao2022-12-0916-26/+20
* qmltc: fix handlers for c++-signalsSami Shalayel2022-12-072-7/+22