| 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: Avoid unnecessary string copying | Ulf Hermann | 2025-08-05 | 1 | -0/+1 |
| * | QmlCompiler: Only import hardcoded builtins by default | Ulf Hermann | 2025-02-18 | 1 | -0/+5 |
| * | QtQml: Accept .js and .mjs files in directory-listing qmldirs | Ulf Hermann | 2025-01-06 | 2 | -13/+18 |
| * | QtQml: Allow basic name quoting in qmldir files | Ulf Hermann | 2024-12-20 | 2 | -7/+60 |
| * | Remove the use of Q_QML_COMPILER_PRIVATE_EXPORT | Alexey Edelev | 2024-01-09 | 2 | -2/+2 |
| * | Fix disambiguation of file-selected components and scripts | Ulf Hermann | 2023-08-15 | 2 | -0/+124 |
| * | 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 | 2 | -5/+5 |
| * | Doc: Add \relates command to documented global functions | Topi Reinio | 2022-07-01 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 4 | -152/+8 |
| * | qml: Rename Q_QMLCOMPILER_EXPORT to Q_QML_COMPILER_EXPORT | Maximilian Goldstein | 2022-03-24 | 2 | -2/+2 |
| * | qmldir: Allow for specifying default imports | Maximilian Goldstein | 2022-02-14 | 2 | -3/+22 |
| * | qqmlmetatype.cpp: Fix various style problems | Ulf Hermann | 2022-01-15 | 1 | -0/+5 |
| * | Move QObject and QQmlComponent into builtins | Maximilian Goldstein | 2021-12-17 | 2 | -0/+14 |
| * | Allow QML plugin's CMake target name to be specified for qmldir file | Craig Scott | 2021-08-20 | 2 | -0/+21 |
| * | correctly export qQmlResolveImportPaths() | Fawzi Mohamed | 2021-07-01 | 1 | -1/+3 |
| * | Make most of QQmlDirParser inline | Ulf Hermann | 2021-06-25 | 2 | -75/+12 |
| * | Add a "prefer" directive to qmldir | Ulf Hermann | 2021-03-04 | 2 | -0/+29 |
| * | Remove the qmake project files | Fabian Kosmale | 2021-01-15 | 1 | -10/+0 |
| * | QQmlDirParser: Drop unneeded include | Ulf Hermann | 2020-11-18 | 1 | -1/+0 |
| * | Allow optional imports in qmldir files | Ulf Hermann | 2020-10-08 | 2 | -51/+71 |
| * | QQmlDirParser: Return typeinfos as string list | Ulf Hermann | 2020-10-06 | 2 | -15/+4 |
| * | QQmlDirParser: Treat dependencies like imports | Ulf Hermann | 2020-09-25 | 2 | -24/+15 |
| * | qmlimportscanner: Use QmlDirParser | Ulf Hermann | 2020-07-08 | 2 | -6/+6 |
| * | Discern between "auto" and versioned imports in qmldirs | Ulf Hermann | 2020-06-24 | 2 | -6/+34 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 3 | -7/+7 |
| * | Deduplicate the import resolution algorithm | Ulf Hermann | 2020-06-10 | 3 | -2/+191 |
| * | Allow QML plugins to be optional | Ulf Hermann | 2020-06-09 | 2 | -4/+22 |
| * | 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 | 2 | -31/+32 |
| |/ |
|
| * | QQmlDirParser: Use QMultiHash when it was intended | Mårten Nordheim | 2019-12-10 | 2 | -9/+9 |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2019-11-26 | 2 | -7/+15 |
| |\ |
|
| | * | QQmlDirParser: Fix lifecycle management | Ulf Hermann | 2019-11-23 | 2 | -16/+13 |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Liang Qi | 2019-11-22 | 1 | -1/+1 |
| |\| |
|
| | * | Fix warning about non-relative paths in qmldir files | Simon Hausmann | 2019-11-13 | 1 | -1/+1 |
| * | | Modernize QQmlDirParser a bit | Ulf Hermann | 2019-09-17 | 2 | -19/+8 |
| |/ |
|
| * | Add support for implicit module imports | Simon Hausmann | 2019-07-17 | 2 | -0/+14 |
| * | Split compiler and runtime more clearly | Ulf Hermann | 2019-07-11 | 1 | -2/+2 |
| * | Simplify errors and diagnostics | Ulf Hermann | 2019-06-14 | 6 | -552/+13 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-05-26 | 1 | -3/+21 |
| * | Make QQmlDirParser and QQmlError available in QmlDevTools | Ulf Hermann | 2018-10-25 | 6 | -0/+1101 |