summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Change to release licenses for 4.6.3.Jason McDonald2010-05-3060-780/+780
* Fix a race condition with QtDBus blocking for replies.Thiago Macieira2010-05-244-34/+83
* QtDBus: Debug message updateThiago Macieira2010-05-241-1/+1
* Allow QtDBus to be compiled as a static library on Windows.Thomas Sondergaard2010-05-041-1/+3
* Fix crash in QDBusInterface when invoking a method in a derived class.Thiago Macieira2010-04-291-1/+1
* Doc: document what the timeout of -1 means in D-BusThiago Macieira2010-03-041-3/+14
* Fix an issue with the error signal in a callWithCallback not beingThiago Macieira2010-02-161-18/+9
* When checking to see if a signal is connected, compare the match-arguments tooThiago Macieira2010-01-261-2/+4
* Do the refcounting of services watched properly.Thiago Macieira2010-01-261-20/+15
* fix copy-paste errorRitt Konstantin2010-01-221-1/+0
* minor optimizationRitt Konstantin2010-01-221-2/+3
* Fix D-Bus calls with QDBus::BlockWithGui.Thiago Macieira2010-01-121-1/+1
* Update copyright year to 2010Jason McDonald2010-01-0760-60/+60
* Remove the need to know the service owner when adding/removing signal rules.Thiago Macieira2010-01-024-34/+21
* Use the watched service name list in matching incoming signals too.Thiago Macieira2010-01-021-2/+8
* Change the QtDBus watched service list to a map to its owner.Thiago Macieira2010-01-022-17/+48
* Update debug output to show the connection's ptr and threadThiago Macieira2010-01-021-10/+10
* Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-271-1/+3
|\
| * Fix D-Bus marshalling of booleans in optimised code.Thiago Macieira2009-12-271-1/+3
* | Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-152-1/+2
|\|
| * Fix crash in QDBusPendingReply/QDBusReply in case of unconnected calls.Thiago Macieira2009-12-092-1/+2
| * Update license headers again.Jason McDonald2009-09-0859-236/+236
* | Fix compilation: private headers must be #included with ""Thiago Macieira2009-12-1012-13/+13
* | Small performance improvement: don't match the bus path.Thiago Macieira2009-11-241-3/+2
* | Doc: Update the documentation for the serviceOwnerChanged signal.Thiago Macieira2009-11-241-0/+6
* | Fix the detection of when this process gets names on the bus.Thiago Macieira2009-11-242-12/+11
* | Revert "Disable the deprecation warning for this signal since we're using it ...Thiago Macieira2009-11-241-0/+5
* | Revert "Revert "Stop using the NameOwnerChanged signal without arg0 in QtDBus...Thiago Macieira2009-11-241-3/+0
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-191-2/+2
|\ \
| * | Ran the script utils/normalizeOlivier Goffart2009-11-181-2/+2
* | | Remember to match the actual arguments too.Thiago Macieira2009-11-192-0/+20
* | | Disable the deprecation warning for this signal since we're using it nowThiago Macieira2009-11-191-5/+0
* | | Revert "Stop using the NameOwnerChanged signal without arg0 in QtDBus itself"Thiago Macieira2009-11-191-0/+3
|/ /
* | Merge branch '4.6' into core-4.6Thiago Macieira2009-11-092-6/+10
|\ \
| * \ Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-062-6/+6
| |\ \
| | * \ Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-051-5/+5
| | |\ \
| | | * | Doc: Fixed qdoc warnings.David Boddie2009-11-041-5/+5
| | * | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-049-166/+803
| | |\| |
| | * | | One signal/slot connection is enough, when exporting N signals to DBusDavid Faure2009-10-301-1/+1
| * | | | compile fix for QDBusServiceWatcher with namespaced Qthjk2009-11-061-0/+4
| | |/ / | |/| |
* | | | Let QDBusInterface work even if the introspection failed.Thiago Macieira2009-11-091-2/+4
* | | | Fix annotations added for complex types in signals.Thiago Macieira2009-11-081-1/+1
* | | | Fix enabling of level 2 debugging in QtDBusThiago Macieira2009-11-081-1/+2
|/ / /
* | | Doc: add documentation for QDBusServiceWatcher class.Thiago Macieira2009-10-281-0/+163
* | | Add QDBusServiceWatcher class.Thiago Macieira2009-10-283-69/+393
* | | Add a warning to user's connecting to serviceOwnerChanged directlyThiago Macieira2009-10-281-1/+7
* | | Stop using the NameOwnerChanged signal without arg0 in QtDBus itselfThiago Macieira2009-10-283-4/+37
* | | Move the bulk of the signal connecting/disconnecting code to QDBusConnectionP...Thiago Macieira2009-10-283-60/+82
* | | Fix the use of the owner when connecting the service "watcher".Thiago Macieira2009-10-282-3/+10
* | | Use the new argument-based rule-matching in QDBusAbstractInterface.Thiago Macieira2009-10-281-6/+22