summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-194-8/+8
* Port dbus from QStringRef to QStringViewLars Knoll2020-06-156-33/+30
* Cleanups in QMetaPropertyFabian Kosmale2020-06-111-2/+4
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-027-28/+47
* Document how to use CMake for Qt DBusKai Koehne2020-05-267-77/+21
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-195-7/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-222-5/+5
|\
| * Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-162-5/+5
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+7
|\|
| * Doc: Document QDBusReply copy constructorTopi Reinio2020-03-261-0/+7
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-162-4/+1
|\|
| * Record that we're still up to date with latest dbusEdward Welbourne2020-03-161-1/+1
| * Doc: Remove \contentspage commandsTopi Reinio2020-03-151-3/+0