summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* qmltyperegistrar: Improve the file open error messageHEADdevFriedemann 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
* QQmlJSMetaParameter: Encapsulate parameter informationSami Shalayel2022-12-022-26/+14
* qmltc: error out when encoutering invalid filenamesSami Shalayel2022-12-021-0/+10
* qmllint: document new behavior of --jsonSami Shalayel2022-11-281-1/+2
* Build: install the metatypes inside Qt's own arch-specific data dirThiago Macieira2022-11-241-1/+1
* qmlformat: add 'ensure new line between functions' optionXavier BESSON2022-11-241-0/+11
* QQmlJSImportVisitor: warn when uncreatables are createdSami Shalayel2022-11-231-1/+4
* qmltc: add singleton supportSami Shalayel2022-11-233-7/+29
* tooling: silence -Wextra-semi-stmtTim Blechmann2022-11-162-10/+10
* qmlformat: add 'ensure new line between objects' optionXavier BESSON2022-11-141-0/+12
* qmltyperegistrar: add IsConstant for method parametersSami Shalayel2022-11-111-6/+12
* QmlCompiler: Allow lists as arguments to methodsUlf Hermann2022-11-103-18/+20
* qmltc: support inline components from different qml filesSami Shalayel2022-10-311-3/+6
* qmltc: Add some sugar for generated reference-type-list propertiesSami Shalayel2022-10-282-2/+117
* qmltc: extend QmltcMethod with optional commentsSami Shalayel2022-10-282-1/+8
* qmlformat: do not generate backup filesSemih Yavuz2022-10-241-1/+2
* Clean up comments after porting to Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+0
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-203-6/+3
* QmlCompiler: Add a separate flag for the "pragma Strict" checkUlf Hermann2022-10-201-1/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-132-4/+4
* qmlplugindump: Warn if we can't change the directoryUlf Hermann2022-10-111-1/+4
* qqmljsimportvisitor: rename m_currentInlineComponent to m_currentRootSami Shalayel2022-10-101-4/+4
* qmltc: fix code generation for implicit componentsSami Shalayel2022-10-101-15/+35