aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmlformat: Fix nested ifsMaximilian Goldstein2020-06-181-19/+21
* qmllint: high level item can also be listEvgeniy A. Dushistov2020-06-182-3/+11
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-172-13/+5
* Revert "CMake: Fix failing linux static build"Alexandru Croitor2020-06-172-2/+0
* qmlformat: Fix trailing newline in if blocksMaximilian Goldstein2020-06-171-0/+4
* qmlformat: Copy string literals verbatimMaximilian Goldstein2020-06-173-5/+10
* qmllint: fix wrong warning about enum usageEvgeniy A. Dushistov2020-06-173-0/+19
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-169-22/+22
* QQuickWindow: Remove (set)ClearBeforeRenderingLaszlo Agocs2020-06-161-1/+0
* qtquickcompiler: Fix compilation from different drive (Windows)Kai Koehne2020-06-161-2/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-4/+4
* CMake: Fix failing linux static buildAlexandru Croitor2020-06-112-0/+2
* Deduplicate the import resolution algorithmUlf Hermann2020-06-101-83/+16
* Remove the now unneeded moc include from qmlsceneLaszlo Agocs2020-06-101-2/+0
* Remove openGLContextCreated signalLaszlo Agocs2020-06-102-65/+1
* CMake: Don't install .qmltypes for Qt tests, examples and toolsAlexandru Croitor2020-05-293-3/+0
* CMake: Regenerate qtdeclarative/toolsAlexandru Croitor2020-05-2922-1/+22
* Fix Clang 10 warning about creating copies in range-forUlf Hermann2020-05-202-3/+3
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-202-6/+4
* Fix 'as' binary operation using invalid typesMaximilian Goldstein2020-05-201-3/+3
* Clean up registration of QEasingCurveUlf Hermann2020-05-191-14/+0
* Preserve access semantics in qmltypesUlf Hermann2020-05-182-9/+37