summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Make QDBusConnectionPrivate::relaySignal be called in the right threadThiago Macieira2016-09-161-4/+2
* QDBusError: don't bother dealing with unusable 'unused' fieldMarc Mutz2016-09-151-3/+4
* QDBusServer: delay processing of D-Bus messagesAlberto Mardegan2016-09-064-20/+33
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
* Disconnect signals from each QObject only once in QDBusConnectionPrivateThiago Macieira2016-05-092-12/+21
* Workaround Windows DLL unload issue with threads runningThiago Macieira2016-05-021-0/+35
* Remove the use of QMutexPool from QtDBus loading of libdbus-1Thiago Macieira2016-04-301-2/+3
* QtDBus: finish all pending call with error if disconnectedWeng Xuetian2016-04-284-6/+42
* dbus: make QDBusArgumentPrivate destructor virtualPeter Wu2016-04-221-1/+1
* QtDBus: clean up signal hooks and object tree in closeConnectionWeng Xuetian2016-04-082-1/+26
* Fix QtDBus deadlock inside kded/kiodThiago Macieira2016-03-192-10/+33
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-171-2/+2
|\
| * Fix crash when a standard bus isn't availableThiago Macieira2016-02-251-2/+2
* | consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-2/+2
|/
* Fix dbus wince buildAndreas Holzammer2016-02-053-0/+11
* Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
* QtDBus: Remove unnecessary #ifndef for QT_NO_PROPERTIESThiago Macieira2016-01-301-2/+0
* Call out to QtDBus message spies in the main threadThiago Macieira2016-01-253-13/+57
* Revert "dbus: Print out 'serial' and 'serial reply to' with DBusMessage opera...Thiago Macieira2016-01-112-10/+4
* Revert "dbus: Add method serial() and replySerial() to class DBusMessage."Thiago Macieira2016-01-114-47/+0
* Work around GCC 6 warning about offset outside bounds of stringThiago Macieira2016-01-081-2/+2
* dbus: Print out 'serial' and 'serial reply to' with DBusMessage operator<<.Ralf Habacker2016-01-072-4/+10
* dbus: Add method serial() and replySerial() to class DBusMessage.Ralf Habacker2016-01-074-0/+47
* Suspend processing of some messages in the default busses by defaultThiago Macieira2016-01-025-7/+79
* Add a default argument to QDBusPendingCallWatcher::finished signalThiago Macieira2016-01-021-1/+1
* Remove unused member variable QDBusConnectionPrivate::timeoutsPendingAddThiago Macieira2016-01-021-2/+0
* Change a QList of pointers to QVectorThiago Macieira2015-12-291-1/+1
* Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* QDBusServer: Fix uninitialized memberThiago Macieira2015-10-151-4/+2
* QDBusConnection: Remove unused membersThiago Macieira2015-10-151-3/+0
* QDBusPendingCall: Remove unused memberThiago Macieira2015-10-152-2/+0
* Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-091-0/+3
* Fix documentation of new methodLars Knoll2015-10-081-2/+2
* Doc: replace \target with \keyword if at start of pageNico Vertriest2015-10-021-1/+1
* Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-011-0/+11
* Fix deadlock on disconnectNotify() called from ~QObjectThiago Macieira2015-09-253-13/+55
* QtDBus: update debugging info (QDBUS_DEBUG=1)Thiago Macieira2015-09-241-10/+4
* Merge two more QDBusConnectionPrivate members into a unionThiago Macieira2015-09-152-15/+18
* Make sure we don't deadlock when connecting signalsThiago Macieira2015-09-153-51/+40
* Bypass connectSignal() for receiving the NameOwnerChanged signalThiago Macieira2015-09-151-6/+17
* Make QDBusConnectionPrivate::getNameOwnerNoCache work in our threadThiago Macieira2015-09-151-3/+15
* Use the new QDBusConnectionPrivate::shouldWatchService functionThiago Macieira2015-09-151-3/+1
* QDBusServiceWatcher: Move the logic to QDBusConnectionPrivateThiago Macieira2015-09-154-37/+80
* Remove the event callbacks in QDBusConnectionPrivateThiago Macieira2015-09-153-149/+19
* Merge two Q_GLOBAL_STATICS into another and solve memory leakThiago Macieira2015-09-153-26/+30
* And move the creation of connections to the threadThiago Macieira2015-09-156-95/+142
* And move the sending of other types of D-Bus messages to the threadThiago Macieira2015-09-153-12/+15
* Move the sending of the D-Bus messages with reply to the threadThiago Macieira2015-09-153-8/+18
* Remove superfluous code in QDBusConnectionPrivate::sendWithReplyThiago Macieira2015-09-151-6/+0
* Simplify some code in QDBusConnectionPrivate::sendWithReplyAsyncThiago Macieira2015-09-151-24/+11