summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbusxml2cpp
Commit message (Expand)AuthorAgeFilesLines
* Tools: handle file opening failureGiuseppe D'Angelo2024-04-141-2/+10
* Prefer using override instead of virtual in qdbusxml2cppAhmed Kerimov2023-10-271-1/+1
* qdbusxml2cpp: Improve error reportingIevgenii Meshcheriakov2023-07-061-55/+117
* qdbusxml2cpp: Move shared state to a classIevgenii Meshcheriakov2023-07-061-39/+72
* QDBusIntrospection: Add Annotation structIevgenii Meshcheriakov2023-07-061-23/+24
* Add TRY_RUN to host toolsAmir Masoud Abdol2023-06-081-0/+1
* qdbusxml2cpp: Fail if -c option is used with multiple interfacesIevgenii Meshcheriakov2023-06-021-1/+8
* qdbusxml2cpp: Use modern string literalsIevgenii Meshcheriakov2023-05-261-27/+27
* qdbusxml2cpp: Combine string literalsIevgenii Meshcheriakov2023-05-261-72/+72
* qdbusxml2cpp: Use "\n" instead of Qt::endlIevgenii Meshcheriakov2023-05-261-173/+154
* Centralize copyright information for QtKai Köhne2023-03-201-1/+1
* Update Copyright year to 2023Kai Köhne2023-03-201-1/+1
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-21/+1
* qdbusxml2cpp: don't emit Q_DECL_DEPRECATED for the adaptorThiago Macieira2023-02-071-8/+1
* qdbusxml2cpp: invert Q_DECL_DEPRECATED and inline in the outputThiago Macieira2023-02-071-5/+7
* dbus: Fix path to moc file in generated qdbusxml2cppDavid Edmundson2022-12-161-5/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* qdbusxml2cpp: Modify return valuesMate Barany2022-09-241-3/+3
* qdbusxml2cpp: Drop extra QString()Mate Barany2022-09-241-1/+1
* qdbusxml2cpp: Remove unnecessary linesMate Barany2022-09-241-2/+2
* qdbusxml2cpp: Fix mismatches between strings and string literalsMate Barany2022-09-231-7/+6
* qdbusxml2cpp: modify the behavior of -m/--moc optionMate Barany2022-09-061-9/+61
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* qdbusxml2cpp: remove the old "In"-for-signal compatibility codeThiago Macieira2022-08-161-16/+8
* qdbusxml2cpp: be consistent in the annotation suggestionThiago Macieira2022-08-161-6/+6
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-251-1/+1
* qdbusxml2cpp: Finish migration to qsizetypeMate Barany2022-07-121-36/+36
* qdbusxml2cpp: allow choosing <> over ""Mate Barany2022-07-071-1/+19
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Tools: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-031-7/+7
* Tools: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-031-51/+45
* Tools: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-18/+18
* qdbusxml2cpp: Improve error messageAleix Pol2022-03-241-24/+28
* Update copyright year to 2022Kai Köhne2022-01-041-1/+1
* tools: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-09-271-0/+1
* qdbusxml2cpp: generate "using" rather than "typedef"David Faure2021-08-241-2/+2
* qdbusxml2cpp: don't generate an include for all of QtDBus+QtCoreDavid Faure2021-08-231-2/+12
* Bump copyright year to 2021Kai Köhne2021-01-251-2/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-34/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-16/+0
* Use QMetaType instead of integer based type idsLars Knoll2020-09-231-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-7/+7
* Fix generated forward declarations in qdbusxml.cppLars Knoll2020-09-121-7/+1
* Use QMetaType in QMetaCallEventLars Knoll2020-08-241-1/+1
* Port dbus from QStringRef to QStringViewLars Knoll2020-06-151-3/+5
* CMake: Make it possible to build tools when cross-compilingLeander Beernaert2020-06-022-4/+6
* pro2cmake: Handle QMAKE_TARGET_XXX variablesJoerg Bornemann2020-05-122-0/+2