summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-76/+0
* Remove QtDBus includesDavid Skoland2021-01-121-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-072-107/+0
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-5/+2
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Deprecate QScopedPointer::take()Giuseppe D'Angelo2020-11-201-3/+3
* Fix memory corruption in QDBusInterface signal emissionsRobert Griebl2020-11-191-1/+3
* Update landing pages and module pages in qtbaseJerome Pasion2020-11-172-14/+11
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-5/+4
* Doc: Add Qt6 QDBus porting guideKarsten Heimrich2020-11-111-1/+21
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-3/+3
* CMake: Update documentation of CMake commands for Qt 6 for DBusKai Koehne2020-11-081-12/+10
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-011-1/+1
* Doc: Fix links to the CMake manualTopi Reinio2020-10-301-1/+1
* CMake: Document versionless variants for CMake commands for DBusKai Koehne2020-10-252-15/+37
* Deprecate QVariant::TypeLars Knoll2020-10-233-4/+4
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-231-1/+1
* Fix qdoc warnings in QtDBusVolker Hilsheimer2020-10-214-19/+20
* Port some more /*implicit*/-like comments to Q_IMPLICITGiuseppe D'Angelo2020-10-162-5/+5
* Remove dead codeLars Knoll2020-10-122-6/+0
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-3/+3
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-032-20/+0
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-302-8/+0
* Use QMetaType instead of integer based type idsLars Knoll2020-09-2325-171/+160
* Use a hash to store the DBus marshalling dataLars Knoll2020-09-232-38/+44
* Cleanup DBus type registration codeLars Knoll2020-09-2310-68/+44
* Cleanup QDBusPendingReplyLars Knoll2020-09-232-96/+93
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-8/+8
* dbus: Skip AUTOUIC on generated sourcesKevin Funk2020-09-211-2/+8
* Doc: Correct link errors qtbaseNico Vertriest2020-09-211-1/+1
* Doc: Add links to Qt 6 changes files from module indexPaul Wicking2020-09-181-0/+4
* Doc: Add porting guide documentsPaul Wicking2020-09-161-0/+46
* Remove some dead codeLars Knoll2020-09-122-160/+0
* Remove two comments that don't make any senseLars Knoll2020-09-121-2/+0
* Cleanup a ### Qt 6Lars Knoll2020-09-052-6/+5
* Deprecate int based convert/canConvertLars Knoll2020-08-241-1/+1
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-249-35/+39
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-1/+3
* CMake: Workaround building DBus 'car' example with qmakeAlexandru Croitor2020-08-232-4/+11
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-157-15/+10
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-313-7/+7
* Fix passing QDBusUnixFileDescriptors over peer-to-peer connectionsSteffen Kieß2020-07-135-12/+41
* Use QList instead of QVectorJarek Kobus2020-07-091-2/+2
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-081-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Only use one macro per lineLars Schmertmann2020-07-031-1/+2
* QDBusReply<void>: Fix warning about implicit copy constructorFriedemann Kleint2020-07-031-0/+2
* Doc: Make dbus snippets compilableNico Vertriest2020-07-0212-60/+327
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Use QList instead of QVector in dbusJarek Kobus2020-06-2514-67/+63