aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -no-feature-settingsTasuku Suzuki2023-08-301-0/+12
* qmltc: fix GCC13 warnings "class X is implicitly friend with itself"Marc Mutz2023-08-021-1/+2
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-061-5/+0
* 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-101-14/+12
* Doc: Rename and rephrase pages for QML {script|type} compilerUlf Hermann2023-03-301-1/+1
* qmltyperegistrar: Guard against file system failuresUlf Hermann2023-02-171-1/+5
* qmllint: Fix attached property re-use detectionUlf Hermann2023-02-172-2/+2
* qmllint: Uncruftify FixSuggestionUlf Hermann2023-02-091-16/+14
* bin/qml: Fix broken handling of --translation commandline argumentJan Arve Sæther2023-02-081-2/+1
* qmllint: Provide import paths and resource files when linting modulesUlf Hermann2023-02-081-1/+2
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-273-4/+26
* qml: Fix object countingUlf Hermann2023-01-231-17/+3
* qmlls, qmllint: Avoid memory leaksUlf Hermann2023-01-161-6/+6
* Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-161-1/+6
* qmlplugindump: Don't crash on value types with extensionsUlf Hermann2023-01-041-1/+2
* qmlls: Remove unused variablePeter Varga2022-12-141-2/+0
* qmake: Fix generated *_qmlcache.cpp file pathsJoerg Bornemann2022-12-141-0/+1
* 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
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-0717-43/+43
* Port from container::count() and length() to size()Marc Mutz2022-10-0716-67/+67
* qmlls: Avoid access to uninitialized capabilityMagnus Groß2022-10-041-1/+1
* qmltc: support basic inline componentsSami Shalayel2022-09-266-119/+300
* qmltc: stop using QQmlListReference to appendSami Shalayel2022-09-261-6/+10
* qmltc: append to lists in one goSami Shalayel2022-09-224-62/+108
* qmltc: refactor compileBinding to be less unwieldySami Shalayel2022-09-222-308/+425