aboutsummaryrefslogtreecommitdiffstats
path: root/tools/shared
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-3/+5
* qmllint: Add support for loading options from settingsMaximilian Goldstein2021-05-272-0/+206
* Long live libQtQmlCompiler!Ulf Hermann2020-10-0516-2739/+0
* qmllint: Remove member access chains from ScopeTreeUlf Hermann2020-10-022-29/+0
* qmllint: Remove ScopeTree::m_unmatchedSignalHandlersUlf Hermann2020-10-022-14/+0
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-022-30/+39
* qmllint: Remove ComponentVersionUlf Hermann2020-10-028-164/+28
* qmllint: Remove ScopeTree::isVisualRootScope()Ulf Hermann2020-10-022-14/+0
* qmllint: Remove C++ types from the importer interfaceUlf Hermann2020-10-024-29/+31
* qmllint: Don't use C++ names of QML typesUlf Hermann2020-10-022-0/+4
* qmllint: Remove exportedQmlNames from import resultsUlf Hermann2020-10-022-21/+11
* qmllint: Uncruftify the importing of base qmltypesUlf Hermann2020-10-022-29/+18
* tools: Remove QmlJSImporter::m_currentDirUlf Hermann2020-10-022-6/+1
* Move the import handling code out of qmllintUlf Hermann2020-10-023-0/+422
* qmllint: Fix updating of parent propertyUlf Hermann2020-10-022-10/+0
* qmllint: Make imports localUlf Hermann2020-09-282-0/+31
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-252-3/+1
* ScopeTree: Remove the "name" propertyUlf Hermann2020-09-253-18/+19
* qmllint: Clarify the meaning of the various names a scope can haveUlf Hermann2020-09-253-14/+18
* qmllint: Keep scopes mutable until all the imports are resolvedUlf Hermann2020-09-252-3/+3
* 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
* Improve the QML/JS type readerUlf Hermann2020-08-203-5/+5
* Move functionality to read types from QML files out of qmllintUlf Hermann2020-08-135-0/+445
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-2/+2
* Preserve access semantics in qmltypesUlf Hermann2020-05-182-9/+37
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-172-1/+13
|\
* | ScopeTree: Make methods a QMultiHashUlf Hermann2020-04-151-3/+3
* | Tools: Add forgotten access methodUlf Hermann2020-04-071-0/+1
* | qmllint: Consistently use shared pointers for ScopeTreeUlf Hermann2020-04-014-39/+59
* | TypeDescriptionReader: Read file name from qmltypesUlf Hermann2020-04-012-1/+7
* | Move qmllint's metatype support to tools/sharedUlf Hermann2020-04-018-4/+1463
|/
* Move qmltyperegistrar into srcUlf Hermann2019-11-081-2/+8
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-263-0/+227
|\
| * Add support for scanning qrc files in qmlimportscannerAndy Shaw2019-10-243-0/+227
* Add support for semi-automatic QML type registrationsUlf Hermann2019-10-142-0/+257