aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Fix unknown properties on varMaximilian Goldstein2021-03-031-1/+4
* qmllint: Check for existence of property typesUlf Hermann2021-02-241-1/+34
* qmllint: Resolve attached property scopesUlf Hermann2021-02-192-16/+22
* qmllint: Fix false unknown grouped property warningMaximilian Goldstein2021-02-192-9/+0
* qmllint: Fix segmentation faultMaximilian Goldstein2021-02-191-1/+1
* qmllint: Warn about too many or mismatched signal parametersUlf Hermann2021-02-151-16/+49
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-121-1/+1
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-121-9/+23
* qmlformat: Use a struct to hold the command line optionsFurkan Uzumcu2021-02-101-80/+112
* qmlplugindump: Fix overload ambiguityMaximilian Goldstein2021-02-081-5/+6
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-16/+11
* qmllint: Complain if member access check fails for namespaced typesUlf Hermann2021-01-261-13/+34
* qmllint: Fix auto-importing of qmltypes from same directoryUlf Hermann2021-01-211-1/+3
* qmllint: Remove exceptions for most unknown builtinsUlf Hermann2021-01-211-23/+13
* qmllint: Support extended typesUlf Hermann2021-01-201-1/+12
* Remove the qmake project filesFabian Kosmale2021-01-1514-347/+0
* Don't set properties on a host tool when cross compilingMarianne Yrjänä2021-01-151-1/+6
* CMake: add properties when tools are builtSamuli Piippo2021-01-151-1/+1
* Merge the QtTest and Qt.test.qtestroot QML modulesUlf Hermann2021-01-121-7/+0
* Add a -i <qmltypes> option to qmlcachegenUlf Hermann2021-01-121-0/+5
* qmlformat: Remove import sortingMaximilian Goldstein2020-12-113-52/+6
* Use load(qt_tool) and qt_internal_add_tool for qmltimeLi Xinwei2020-12-083-7/+41
* QmlCompiler: Don't add imports with "as" to the contextUlf Hermann2020-12-051-1/+6
* Allow passing --qmljs-runtime to the qmlcachegen implementationUlf Hermann2020-12-021-0/+2
* Allow passing --direct-calls to the qmlcachegen implementationUlf Hermann2020-12-011-0/+2
* Find qml imports inside subdirectories of symlinksJeroen Oomkes2020-11-301-1/+1
* qmlformat: Add indent optionsMaximilian Goldstein2020-11-243-12/+41
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-181-4/+3
* QmlCompiler: Allow more convenient access to enums in QQmlJSScopeUlf Hermann2020-11-121-2/+2
* Standardize QJsonArray iterationDavid Skoland2020-10-281-1/+1
* qmllint: Check identifiers before giving up in case of previous errorsUlf Hermann2020-10-271-4/+2
* QmlCompiler: Add JS scopes for script bindingsUlf Hermann2020-10-271-3/+5
* QmlCompiler: Introduce grouped scopesUlf Hermann2020-10-272-0/+35
* Replace deprecated DataLocation with AppDataLocationShawn Rutledge2020-10-251-1/+1
* qmlcachegen: Move functions to compile QML/JS files to QmlCompilerUlf Hermann2020-10-231-375/+13
* qmlcachegen: Add empty AOT built functions to the loaderUlf Hermann2020-10-231-1/+11
* Move generateloader.cpp to QmlCompilerUlf Hermann2020-10-235-244/+7
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-222-43/+48
* qmllint: fix typoUlf Hermann2020-10-221-1/+1
* qmllint: Remove dead codeUlf Hermann2020-10-211-3/+0
* Compile with Clang11Lars Knoll2020-10-211-0/+4
* qmlcachegen: Move resourcefilter.cpp into QmlCompilerUlf Hermann2020-10-205-179/+3
* QmlCompiler: Pass source location to all scopes from QML filesUlf Hermann2020-10-151-2/+2
* Further unify findwarnings.cpp and qqmljsimportvisitor.cppUlf Hermann2020-10-152-248/+58
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-154-184/+21
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-152-6/+6
* qmllint: Unify the printing of diagnosticsUlf Hermann2020-10-152-30/+63
* qmllint: Don't register the component we're just parsing as importUlf Hermann2020-10-141-4/+0
* Allow optional imports in qmldir filesUlf Hermann2020-10-081-1/+1
* qmlformat: Make arrow functions one linersMaximilian Goldstein2020-10-081-4/+16