| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Fix QDoc warnings for internal classes and functions | Jerome Pasion | 2025-11-07 | 1 | -3/+0 |
| * | QtQml: Accept .js and .mjs files in directory-listing qmldirs | Ulf Hermann | 2025-01-06 | 1 | -13/+16 |
| * | QtQml: Allow basic name quoting in qmldir files | Ulf Hermann | 2024-12-20 | 1 | -7/+59 |
| * | Fix disambiguation of file-selected components and scripts | Ulf Hermann | 2023-08-15 | 1 | -0/+123 |
| * | Doc: Remove duplicate words (typos) | Andreas Eliasson | 2023-03-07 | 1 | -1/+1 |
| * | qmldir parser: Handle internal types with versions | Ulf Hermann | 2023-02-07 | 1 | -5/+19 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -3/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | qmldir: Allow for specifying default imports | Maximilian Goldstein | 2022-02-14 | 1 | -0/+17 |
| * | Move QObject and QQmlComponent into builtins | Maximilian Goldstein | 2021-12-17 | 1 | -0/+10 |
| * | Allow QML plugin's CMake target name to be specified for qmldir file | Craig Scott | 2021-08-20 | 1 | -0/+19 |
| * | Make most of QQmlDirParser inline | Ulf Hermann | 2021-06-25 | 1 | -63/+0 |
| * | Add a "prefer" directive to qmldir | Ulf Hermann | 2021-03-04 | 1 | -0/+27 |
| * | Allow optional imports in qmldir files | Ulf Hermann | 2020-10-08 | 1 | -47/+58 |
| * | QQmlDirParser: Return typeinfos as string list | Ulf Hermann | 2020-10-06 | 1 | -3/+2 |
| * | QQmlDirParser: Treat dependencies like imports | Ulf Hermann | 2020-09-25 | 1 | -22/+13 |
| * | qmlimportscanner: Use QmlDirParser | Ulf Hermann | 2020-07-08 | 1 | -4/+4 |
| * | Discern between "auto" and versioned imports in qmldirs | Ulf Hermann | 2020-06-24 | 1 | -4/+20 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -3/+3 |
| * | Allow QML plugins to be optional | Ulf Hermann | 2020-06-09 | 1 | -2/+19 |
| * | Remove QT_CREATOR special cases | Ulf Hermann | 2020-04-01 | 1 | -3/+0 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-03-09 | 1 | -3/+3 |
| |\ |
|
| | * | Restore offset/length in QQmlJS::DiagnosticMessage | Simon Hausmann | 2020-03-02 | 1 | -3/+3 |
| * | | Use QTypeRevision for all versions and revisions | Ulf Hermann | 2020-02-03 | 1 | -23/+25 |
| |/ |
|
| * | QQmlDirParser: Use QMultiHash when it was intended | Mårten Nordheim | 2019-12-10 | 1 | -6/+6 |
| * | QQmlDirParser: Fix lifecycle management | Ulf Hermann | 2019-11-23 | 1 | -12/+11 |
| * | Add support for implicit module imports | Simon Hausmann | 2019-07-17 | 1 | -0/+12 |
| * | Simplify errors and diagnostics | Ulf Hermann | 2019-06-14 | 1 | -16/+8 |
| * | Make QQmlDirParser and QQmlError available in QmlDevTools | Ulf Hermann | 2018-10-25 | 1 | -0/+399 |