| Commit message (Expand) | Author | Age | Files | Lines |
| * | QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngine | Ulf Hermann | 2025-06-17 | 1 | -19/+20 |
| * | Port away from QPair | Zhao Yuhang | 2025-04-12 | 1 | -2/+2 |
| * | Add missing includes | Fabian Kosmale | 2024-10-24 | 1 | -0/+1 |
| * | QtQml: Store singleton typename as UTF-8 QByteArray | Ulf Hermann | 2023-08-30 | 1 | -1/+2 |
| * | QtQml: Key singletons by singleton instance info | Ulf Hermann | 2023-08-30 | 1 | -1/+1 |
| * | Replace signal name manipulations with QQmlSignalNames | Sami Shalayel | 2023-08-15 | 1 | -3/+7 |
| * | Improve string handling in qmltyperegistrar | Ulf Hermann | 2023-06-30 | 1 | -97/+108 |
| * | qmlplugindump: Don't crash on value types with extensions | Ulf Hermann | 2023-01-04 | 1 | -1/+2 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-10-13 | 1 | -2/+2 |
| * | qmlplugindump: Warn if we can't change the directory | Ulf Hermann | 2022-10-11 | 1 | -1/+4 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -7/+7 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -5/+5 |
| * | qmltyperegistrar: Extract into own library | Sami Shalayel | 2022-07-01 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -27/+2 |
| * | qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerr | Ulf Hermann | 2022-01-06 | 1 | -11/+1 |
| * | Fix spelling mistakes in declarative | Fabian Kosmale | 2021-10-05 | 1 | -1/+1 |
| * | Remove QQmlMetaType::isQObject | Fabian Kosmale | 2021-03-05 | 1 | -1/+1 |
| * | Deprecate qmlplugindump | Ulf Hermann | 2021-02-12 | 1 | -0/+7 |
| * | qmlplugindump: Fix overload ambiguity | Maximilian Goldstein | 2021-02-08 | 1 | -5/+6 |
| * | Merge the QtTest and Qt.test.qtestroot QML modules | Ulf Hermann | 2021-01-12 | 1 | -7/+0 |
| * | Standardize QJsonArray iteration | David Skoland | 2020-10-28 | 1 | -1/+1 |
| * | QmlCompiler: Rename QmlStreamWriter | Ulf Hermann | 2020-10-05 | 1 | -4/+4 |
| * | Long live libQtQmlCompiler! | Ulf Hermann | 2020-10-05 | 1 | -1/+1 |
| * | qmlplugindump: Fix handling of dependencies | Ulf Hermann | 2020-07-08 | 1 | -58/+61 |
| * | Clean up registration of QEasingCurve | Ulf Hermann | 2020-05-19 | 1 | -14/+0 |
| * | Use QTypeRevision for all versions and revisions | Ulf Hermann | 2020-02-03 | 1 | -47/+61 |
| * | Adapt to the removal of QObject::staticQtMetaObject | Olivier Goffart | 2020-01-14 | 1 | -10/+1 |
| * | qmlplugindump: Fix prototype and name for composite types | Ulf Hermann | 2019-10-15 | 1 | -20/+26 |
| * | qmlplugindump: Drop defaultReachableNames | Ulf Hermann | 2019-10-12 | 1 | -12/+10 |
| * | qmlplugindump: Consistently sort composite typesv5.14.0-beta1 | Ulf Hermann | 2019-10-02 | 1 | -14/+21 |
| * | Loosen qmlplugindump's checking of URI and major version | Ulf Hermann | 2019-09-26 | 1 | -5/+16 |
| * | qmlplugindump: fix prototypeNameForComposite | Fabian Kosmale | 2019-09-25 | 1 | -10/+12 |
| * | qmlplugindump: Handle types reexported by QtQuick | Fabian Kosmale | 2019-08-22 | 1 | -61/+72 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-07-04 | 1 | -1/+5 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-07-03 | 1 | -1/+5 |
| | |\ |
|
| | | * | qmlplugindump: dump enums also for composite types | Ulf Hermann | 2019-07-01 | 1 | -1/+5 |
| * | | | Move creation and management of singletons to QQmlEnginePrivate | Richard Weickelt | 2019-04-24 | 1 | -3/+2 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-13 | 1 | -12/+22 |
| |\| |
|
| | * | Fix re-dumping of composite types | Kai Koehne | 2019-03-06 | 1 | -2/+13 |
| | * | qmlplugindump: Make compositeTypes non-static | Kai Koehne | 2019-03-04 | 1 | -12/+11 |
| * | | Fix warnings about unused Qt containers | Sergio Martins | 2018-11-30 | 1 | -2/+1 |
| * | | Merge remote-tracking branch 'origin/5.12' into dev | Qt Forward Merge Bot | 2018-11-01 | 1 | -25/+0 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-10-29 | 1 | -25/+0 |
| | |\ |
|
| | | * | qmlplugindump: Remove sigsegv handler | Kai Koehne | 2018-10-11 | 1 | -25/+0 |
| * | | | qmlplugindump: Hardcode QtQml and QtQuick import to 2.0 | Kai Koehne | 2018-10-17 | 1 | -2/+2 |
| |/ / |
|
| * | | qmlplugindump: Properly handle extension types | Kai Koehne | 2018-10-09 | 1 | -78/+97 |
| * | | qmlplugindump: Fix calling of qmlimportscanner on Windows | Kai Koehne | 2018-10-09 | 1 | -2/+4 |
| * | | qmlplugindump: Mark qsigSegvHandler with Q_NORETURN | Kai Koehne | 2018-09-24 | 1 | -1/+1 |
| * | | qmlplugindump: Add spaces to stderr output | Kai Koehne | 2018-09-24 | 1 | -3/+3 |
| * | | qmlplugindump: Remove path for -dependencies argument | Kai Koehne | 2018-09-06 | 1 | -1/+5 |