aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qmldirparser/qqmldirparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix disambiguation of file-selected components and scriptsUlf Hermann2023-08-151-0/+123
* Doc: Remove duplicate words (typos)Andreas Eliasson2023-03-071-1/+1
* qmldir parser: Handle internal types with versionsUlf Hermann2023-02-071-5/+19
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* qmldir: Allow for specifying default importsMaximilian Goldstein2022-02-141-0/+17
* Move QObject and QQmlComponent into builtinsMaximilian Goldstein2021-12-171-0/+10
* Allow QML plugin's CMake target name to be specified for qmldir fileCraig Scott2021-08-201-0/+19
* Make most of QQmlDirParser inlineUlf Hermann2021-06-251-63/+0
* Add a "prefer" directive to qmldirUlf Hermann2021-03-041-0/+27
* Allow optional imports in qmldir filesUlf Hermann2020-10-081-47/+58
* QQmlDirParser: Return typeinfos as string listUlf Hermann2020-10-061-3/+2
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-251-22/+13
* qmlimportscanner: Use QmlDirParserUlf Hermann2020-07-081-4/+4
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-241-4/+20
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-3/+3
* Allow QML plugins to be optionalUlf Hermann2020-06-091-2/+19
* Remove QT_CREATOR special casesUlf Hermann2020-04-011-3/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-3/+3
|\
| * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-3/+3
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-23/+25
|/
* QQmlDirParser: Use QMultiHash when it was intendedMårten Nordheim2019-12-101-6/+6
* QQmlDirParser: Fix lifecycle managementUlf Hermann2019-11-231-12/+11
* Add support for implicit module importsSimon Hausmann2019-07-171-0/+12
* Simplify errors and diagnosticsUlf Hermann2019-06-141-16/+8
* Make QQmlDirParser and QQmlError available in QmlDevToolsUlf Hermann2018-10-251-0/+399