summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* moc: Record types of enumerationsUlf Hermann2023-03-311-1/+1
* dbus examples: Remove "Example" from example namesIevgenii Meshcheriakov2023-03-241-2/+2
* QtDBus: Don't list removed listnames example in manifestmeta.thumbnail.namesIevgenii Meshcheriakov2023-03-161-2/+1
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-111-1/+1
* QDBusError: don't refer to a QT_NAMESPACE'ed get() as ::get()Marc Mutz2023-03-051-3/+3
* QtDBus: Fix declaration of helper qDBusGenerateMetaObjectXml()Friedemann Kleint2023-02-211-2/+2
* Fix build with -no-feature-libraryTasuku Suzuki2023-02-111-0/+1
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-6/+0
* dbus: Register QDBusObjectPathAlbert Astals Cid2023-02-071-0/+1
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-9/+5
* Doc: Use \keyword for alternative name of CMake commandKai Köhne2023-01-301-4/+4
* Fix dangling referencesVille Voutilainen2023-01-121-1/+2
* Docs: adjust docs after the QLatin1String to QLatin1StringView renameAhmad Samir2023-01-051-2/+2
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-101-4/+26
* Add \brief descriptions to CMake overviewsKai Köhne2022-12-031-0/+2
* Remove perl related functionality from CMake filesAlexey Edelev2022-11-291-1/+1
* dbus: Put the qWarnings in qdbusintegrator.cpp into its own categoryAleix Pol2022-11-281-36/+58
* dbus: Include some debug messages when failing to connectAleix Pol2022-11-263-17/+37
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-033-12/+12
* Doc: Normalize page namesKai Köhne2022-11-021-3/+3
* Remove the Unnecessary CMake Module, `include(CMakeParseArguments)`Amir Masoud Abdol2022-10-251-2/+0
* dbus: use same type of matching quotesMaxime Roussin-Bélanger2022-10-214-12/+10
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-212-2/+2
* Fix DBus cmake component nameMaxime Roussin-Bélanger2022-10-141-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-5/+5
* dbus_minimal_p.h: copy the libdbus-1 copyright to the topThiago Macieira2022-10-101-1/+3
* QDBusMarshaller: ignore false-positive -Wformat-overflow gcc warningAhmad Samir2022-10-081-0/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-0411-59/+59
* Qt6DBusMacros: Fix regression after moc filename changesJonas Kvinge2022-09-151-19/+31
* Introduce the qt_deprecates pragmaAlexey Edelev2022-09-061-0/+4
* qdbusxml2cpp: modify the behavior of -m/--moc optionMate Barany2022-09-061-4/+4
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-012-2/+2
* findclasslist.pl: add a way to mark lines to be ignoredThiago Macieira2022-08-301-0/+2
* QMetaObject: add revision 11 for Qt 6.5Thiago Macieira2022-08-251-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* QDBusMetaObjectGenerator: replace a few more intThiago Macieira2022-08-081-7/+7
* QDBusMetaObjectGenerator: use qsizetype for counting thingsThiago Macieira2022-08-081-26/+28
* Add license headers to cmake filesLucie Gérard2022-08-034-30/+11
* QMetaType: fix QMetaTypes for non-const referencesThiago Macieira2022-07-271-1/+1
* Fix QDBusInterface crashing with empty path on constructionMårten Nordheim2022-06-271-0/+5
* Fix typos in docs and commentsKai Köhne2022-06-152-2/+2
* Remove more unused qreadwritelock.h includesMarc Mutz2022-05-171-1/+0
* QDBusArgument: ensure std::vector isn't seen as an associative containerDavid Faure2022-05-171-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1687-3340/+195
* Add missing header files to the module sourcesAlexey Edelev2022-05-121-2/+2
* Fix a QDBusConnection crash with pending calls when connection is closedJohannes Rosenqvist2022-05-111-1/+7
* Doc: qt_add_dbus_interface: fix wrong cmake command nameDavid Faure2022-04-291-2/+2
* QtDBus: includemocsMarc Mutz2022-04-286-0/+14
* Doc: Revise Qt dbus module landing pageAndreas Eliasson2022-04-252-172/+229
* QtDBus: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-1216-68/+68