summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* dbus: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-1/+6
* qDBusRealAddTimeout(): don't create a QList just to check it's emptyMarc Mutz2015-06-171-1/+1
* Fix conditions for disabling dbus dynamic symbol lookupUlf Hermann2015-06-161-1/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+10
|\
| * Fix undefined behavior: accessing an object after destructionThiago Macieira2015-04-151-0/+9
| * Fix crashes on shutdown when the D-Bus spy list has been destroyedThiago Macieira2015-04-151-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-011-35/+20
|\|
| * Use QStringLiteral where applicable in QtDBusThiago Macieira2015-03-311-33/+16
| * Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-2/+4
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-2/+2
|\|
| * QtDBus: Fix const correctness in old style castsThiago Macieira2015-03-111-2/+2
* | Add QDBusMessage::createTargetedSignal()Alberto Mardegan2015-03-141-1/+2
|/
* QDBusConnection::registorObject with interfaceKevron Rees2015-02-151-2/+6
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-3/+6
|\
| * Fix memory leaks with QDBusServerThiago Macieira2015-01-111-3/+6
* | Remove the old QDBusConnection::sender functionalityThiago Macieira2015-01-061-2/+0
* | Cosmetic debugging difference for QDBusConnectionThiago Macieira2015-01-061-1/+3
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-0/+2
|\|
| * Break after handling the read/writeAlbert Astals Cid2014-11-281-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-38/+37
|\|
| * Merge remote-tracking branch 'origin/5.3' into 5.4.0Oswald Buddenhagen2014-11-101-38/+37
| |\
| | * Partially revert "Fix a deadlock introduced by the race condition fix"5.3Thiago Macieira2014-11-051-26/+14
| | * QDBusConnection: Merge the dispatch and the watch-and-timeout locksThiago Macieira2014-11-051-11/+11
| | * Always lock the DBus dispatcher before dbus_connection_send*Thiago Macieira2014-11-051-4/+15
* | | QtDBus: use qEnvironmentVariableIntValue()Marc Mutz2014-10-171-1/+1
|/ /
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Replace the const QString global static with a QStringLiteralThiago Macieira2014-08-131-4/+10
* | QtDBus: Warn if blocking calls take too long.Robin Burchell2014-07-251-0/+87
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-9/+11
|\|
| * Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-251-6/+5
| |\
| | * QDBus: fix data race on isDebugging boolDavid Faure2014-06-211-6/+5
| * | Fix data race in accessing QDBusConnectionPrivate::serviceNamesThiago Macieira2014-06-151-3/+6
| |/
* / Use correct signal name when disconnecting "NameOwnerChanged"Jakub Adam2014-06-081-1/+1
|/
* Add method to QDBusServer to allow anonymous client connections.Roland Winklmeier2014-01-151-1/+6
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-3/+3
* Don't leak pending call objects when peer disconnectsRobin Burchell2013-12-301-0/+9
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-161-34/+7
|\
| * Fix loss of valid dbus objects after unregisterObjectJohn Brooks2013-09-141-34/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-53/+55
|\|
| * Change QDBusPendingCallPrivate to full reference counting for deletion.Peter Seiderer2013-07-291-39/+48
| * Remove QDBusPendingCallPrivate::autoDelete logic.Peter Seiderer2013-07-291-14/+0
| * Fix unprotected access to QDBusPendingCallPrivate::pending.Peter Seiderer2013-07-291-2/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-151-3/+3
|\|
| * Fix disconnectFrom{Peer,Bus} when the connection failedThiago Macieira2013-07-121-3/+3
* | QDBus: improve error handling, to give the developer feedback.David Faure2013-07-011-2/+4
|/
* Fix wildcard signal disconnection in QDBusAbstractInterfaceThiago Macieira2013-03-191-2/+0
* Stop using function deprecated in D-Bus 1.2 (raise minimum version)Thiago Macieira2013-02-271-3/+3
* Add Q_DECL_UNUSED to a function only used in Q_ASSERTThiago Macieira2013-02-121-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
|\