aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmlformat: Make empty objects one linersMaximilian Goldstein2020-10-071-0/+4
* qmlformat: Fix computed property namesMaximilian Goldstein2020-10-071-1/+5
* qmllint: Capitalize importer warningsUlf Hermann2020-10-074-52/+59
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0624-56/+56
* qmlformat: Fix formatting of for...of loops using array variablesMaximilian Goldstein2020-10-061-1/+4
* QmlCompiler: Split importFileOrDirectory() in twoUlf Hermann2020-10-061-5/+10
* qmlformat: Fix inline componentsMaximilian Goldstein2020-10-052-38/+11
* QmlCompiler: Move ScopeType and JavaScriptIdentifier into QQmlJSScopeUlf Hermann2020-10-053-36/+44
* QmlCompiler: Rename TypeDescriptionReaderUlf Hermann2020-10-052-2/+2
* QmlCompiler: Rename QmlJSTypeReaderUlf Hermann2020-10-051-1/+1