| Commit message (Expand) | Author | Age | Files | Lines |
| * | QQmlJSUtils::resourceFilesFromBuildFolders: port to QDirListing | Sami Shalayel | 2025-09-30 | 1 | -4/+5 |
| * | Add security header for src/qmlcompiler | Olivier De Cannière | 2025-09-17 | 1 | -0/+1 |
| * | qqmljsutils: improve didYouMean performance | Sami Shalayel | 2025-02-18 | 1 | -2/+2 |
| * | qmlls: fix go to definition going to build folder | Sami Shalayel | 2024-12-12 | 1 | -20/+4 |
| * | QmlCompiler: Remove trivial type comparison methods | Ulf Hermann | 2024-11-29 | 1 | -8/+5 |
| * | add util to map .qml from source to build folder | Sami Shalayel | 2024-09-10 | 1 | -0/+93 |
| * | qmlls: find and use resource files from .qt/rcc | Sami Shalayel | 2024-09-10 | 1 | -2/+35 |
| * | QmlCompiler: Divide scope-name lookup methods into multiple cases | Ulf Hermann | 2024-06-15 | 1 | -4/+1 |
| * | QmlCompiler: Add generic QVariant-to-typed comparison | Ulf Hermann | 2023-12-07 | 1 | -9/+5 |
| * | QmlCompiler: Remove QQmlJSTypeResolver::scopeForId and idForScope | Ulf Hermann | 2023-11-23 | 1 | -1/+4 |
| * | QmlCompiler: Allow comparison of optional types | Ulf Hermann | 2023-11-09 | 1 | -17/+9 |
| * | qmlsc: Support equality operations for QUrl | Semih Yavuz | 2023-02-16 | 1 | -0/+16 |
| * | qmllint: Uncruftify FixSuggestion | Ulf Hermann | 2023-02-08 | 1 | -5/+7 |
| * | qmlcachegen: fix nonstrict equality code generation | Semih Yavuz | 2023-01-31 | 1 | -3/+3 |
| * | QmlCachegen: Equality comparison ability to QObject * | Semih Yavuz | 2023-01-10 | 1 | -0/+20 |
| * | QmlCachegen: Equality comparison ability to var and void/null types | Semih Yavuz | 2023-01-06 | 1 | -0/+29 |
| * | qmltc: Remove broken alias optimization | Sami Shalayel | 2022-10-11 | 1 | -7/+11 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -7/+7 |
| * | Revise build to source dir mapping for QML tooling | Andrei Golubev | 2022-07-26 | 1 | -0/+44 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -27/+2 |
| * | qmltc: Set alias property methods in QmltcVisitor | Andrei Golubev | 2022-06-09 | 1 | -8/+32 |
| * | QQmlJSUtils: Pass non-trivial parameters as const ref | Ulf Hermann | 2022-05-11 | 1 | -24/+24 |
| * | qmltc: Move alias compilation to qqmltccompiler | Andrei Golubev | 2022-05-03 | 1 | -0/+60 |
| * | Replace uses of deprecated _qs with _s/QStringLiteral | Sona Kurazyan | 2022-04-29 | 1 | -1/+3 |
| * | Improve consistency of QQmlJSUtils::didYouMean() | Andrei Golubev | 2022-04-25 | 1 | -1/+12 |
| * | qmllint: Offer suggestions for typos | Maximilian Goldstein | 2022-01-17 | 1 | -0/+76 |