aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Store singleton typename as UTF-8 QByteArrayUlf Hermann2023-08-301-1/+2
* QtQml: Key singletons by singleton instance infoUlf Hermann2023-08-301-1/+1
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-3/+7
* Improve string handling in qmltyperegistrarUlf Hermann2023-06-301-97/+108
* qmlplugindump: Don't crash on value types with extensionsUlf Hermann2023-01-041-1/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-2/+2
* qmlplugindump: Warn if we can't change the directoryUlf Hermann2022-10-111-1/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-7/+7
* Port from container::count() and length() to size()Marc Mutz2022-10-071-5/+5
* qmltyperegistrar: Extract into own librarySami Shalayel2022-07-011-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-27/+2
* qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerrUlf Hermann2022-01-061-11/+1
* Fix spelling mistakes in declarativeFabian Kosmale2021-10-051-1/+1
* Remove QQmlMetaType::isQObjectFabian Kosmale2021-03-051-1/+1
* Deprecate qmlplugindumpUlf Hermann2021-02-121-0/+7
* qmlplugindump: Fix overload ambiguityMaximilian Goldstein2021-02-081-5/+6
* Merge the QtTest and Qt.test.qtestroot QML modulesUlf Hermann2021-01-121-7/+0
* Standardize QJsonArray iterationDavid Skoland2020-10-281-1/+1
* QmlCompiler: Rename QmlStreamWriterUlf Hermann2020-10-051-4/+4
* Long live libQtQmlCompiler!Ulf Hermann2020-10-051-1/+1
* qmlplugindump: Fix handling of dependenciesUlf Hermann2020-07-081-58/+61
* Clean up registration of QEasingCurveUlf Hermann2020-05-191-14/+0
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-47/+61
* Adapt to the removal of QObject::staticQtMetaObjectOlivier Goffart2020-01-141-10/+1
* qmlplugindump: Fix prototype and name for composite typesUlf Hermann2019-10-151-20/+26
* qmlplugindump: Drop defaultReachableNamesUlf Hermann2019-10-121-12/+10
* qmlplugindump: Consistently sort composite typesv5.14.0-beta1Ulf Hermann2019-10-021-14/+21
* Loosen qmlplugindump's checking of URI and major versionUlf Hermann2019-09-261-5/+16
* qmlplugindump: fix prototypeNameForCompositeFabian Kosmale2019-09-251-10/+12
* qmlplugindump: Handle types reexported by QtQuickFabian Kosmale2019-08-221-61/+72
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-041-1/+5
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-1/+5
| |\
| | * qmlplugindump: dump enums also for composite typesUlf Hermann2019-07-011-1/+5
* | | Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-241-3/+2
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-12/+22
|\|
| * Fix re-dumping of composite typesKai Koehne2019-03-061-2/+13
| * qmlplugindump: Make compositeTypes non-staticKai Koehne2019-03-041-12/+11
* | Fix warnings about unused Qt containersSergio Martins2018-11-301-2/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-25/+0
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-291-25/+0
| |\
| | * qmlplugindump: Remove sigsegv handlerKai Koehne2018-10-111-25/+0
* | | qmlplugindump: Hardcode QtQml and QtQuick import to 2.0Kai Koehne2018-10-171-2/+2
|/ /
* | qmlplugindump: Properly handle extension typesKai Koehne2018-10-091-78/+97
* | qmlplugindump: Fix calling of qmlimportscanner on WindowsKai Koehne2018-10-091-2/+4
* | qmlplugindump: Mark qsigSegvHandler with Q_NORETURNKai Koehne2018-09-241-1/+1
* | qmlplugindump: Add spaces to stderr outputKai Koehne2018-09-241-3/+3
* | qmlplugindump: Remove path for -dependencies argumentKai Koehne2018-09-061-1/+5
* | qmlplugindump: Automatically use most up to date QtQuick versionKai Koehne2018-08-301-2/+2
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-5/+5
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+1
|\