aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Move the import handling code out of qmllintUlf Hermann2020-10-029-342/+431
* qmllint: Fix updating of parent propertyUlf Hermann2020-10-023-11/+13
* qmllint: Ignore grouped properties againUlf Hermann2020-10-021-4/+3
* qmllint: Consistently spell "Warning"Ulf Hermann2020-09-281-1/+1
* qmllint: Make imports localUlf Hermann2020-09-284-99/+167
* qmllint: Use a hash for scripts read from qmldir filesUlf Hermann2020-09-252-5/+5
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-256-42/+62
* qmllint: Split available names into exported, imported, C++ namesUlf Hermann2020-09-254-44/+79
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-253-4/+4
* ScopeTree: Remove the "name" propertyUlf Hermann2020-09-255-23/+25
* qmllint: Clarify the meaning of the various names a scope can haveUlf Hermann2020-09-255-21/+25
* qmllint: Keep scopes mutable until all the imports are resolvedUlf Hermann2020-09-254-13/+13
* ScopeTree: Add provisions for supplying types to methodsUlf Hermann2020-09-252-9/+44
* qmllint: Mark scopes read from QML files as compositeUlf Hermann2020-09-251-0/+1
* qmllint: Move import handling code into separate classUlf Hermann2020-09-252-64/+126
* qmllint: Don't dump imported enums into the current scopeUlf Hermann2020-09-241-4/+0
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-222-28/+0
* CMake: Install public qmake .prf files into the prefix mkspecs dirAlexandru Croitor2020-09-211-0/+12
* qmlimportscanner: don't include QtQuick.Controls.xxx.impl as depdendencyAssam Boudjelthia2020-09-171-0/+4
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-163-4/+4
* qmlformat: Fix multiline comment attachmentMaximilian Goldstein2020-09-042-2/+11
* Remove use of deprecated High-DPI application attributesTor Arne Vestbø2020-09-022-16/+0
* Fix a bunch of compiler warningsLars Knoll2020-08-281-4/+4
* CMake: Regenerate load(qt_app) projectsAlexandru Croitor2020-08-261-6/+5
* Remove last remaining use of QStringRefKarsten Heimrich2020-08-231-1/+1
* qmllint: fix import java scripts from moduleEvgeniy A. Dushistov2020-08-222-0/+11
* qmlformat: fix handling of "if else" inside "if" in "if else"Evgeniy A. Dushistov2020-08-202-14/+41
* Improve the QML/JS type readerUlf Hermann2020-08-204-9/+8
* qmllint: handle signals defined in qml fileEvgeniy A. Dushistov2020-08-191-11/+20
* CMake: Initial work on handling Qt Qml static pluginsAlexandru Croitor2020-08-135-208/+60
* Move functionality to read types from QML files out of qmllintUlf Hermann2020-08-139-92/+223
* Compile against latest qtbaseLars Knoll2020-07-091-1/+1
* CMake: Regenerate projectsAlexandru Croitor2020-07-0920-56/+76
* qmlformat: Allow for minor and major versions to be omittedMaximilian Goldstein2020-07-081-2/+8
* qmlimportscanner: Use QmlDirParserUlf Hermann2020-07-081-67/+95
* qmlplugindump: Fix handling of dependenciesUlf Hermann2020-07-081-58/+61
* Prepare Qt5QuickCompiler.cmake.in for Qt6Ulf Hermann2020-07-055-97/+17
* qmlformat: Fix handling of empty blocksMaximilian Goldstein2020-07-021-1/+7
* qmlformat: Fix template literalsMaximilian Goldstein2020-07-021-0/+6
* qmlformat: Fix multiline bindingsMaximilian Goldstein2020-07-011-0/+12
* Revive QTQUICK_COMPILER_SKIPPED_RESOURCESUlf Hermann2020-06-301-0/+12
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-4/+4
* qmllint: Resolve enums from parent typesUlf Hermann2020-06-261-15/+20
* qmlformat: Add files optionMaximilian Goldstein2020-06-251-4/+29
* qmlformat: Fix nested functionsMaximilian Goldstein2020-06-252-4/+15
* qmlformat: Fix inline componentsMaximilian Goldstein2020-06-252-0/+44
* qmllint: Properly process qmldir imports and dependenciesUlf Hermann2020-06-242-105/+83
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-241-2/+2
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-1/+1
* qmllint: search methods and properties also in attached typeEvgeniy A. Dushistov2020-06-191-22/+45