summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add new public API to QDBusConnection for connecting with stringThiago Macieira2009-10-282-22/+78
* | | Add the ability for the match-rule builder to add argument matching.Thiago Macieira2009-10-283-6/+16
|/ /
* | Fixing some GCC warningsJoão Abecasis2009-10-071-0/+1
* | Use dbus_threads_init_default instead of QMutex wrappersThiago Macieira2009-10-074-151/+4
* | Use the recursive mutex functions for D-Bus only.Thiago Macieira2009-10-071-27/+5
* | Added operator== for QDBusArgument.Andre Moreira Magalhaes (andrunko)2009-10-051-0/+3
* | Update license headers again.Jason McDonald2009-09-0959-236/+236
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3159-767/+767
|\|
| * Update tech preview license header.Jason McDonald2009-08-3159-767/+767
| * Update license headers.Jason McDonald2009-08-1159-59/+59
* | Revert "Remove a global destructor from QtDBus."Thiago Macieira2009-08-211-6/+4
* | Merge commit 'qt/master'Jason Barron2009-08-201-1/+1
|\ \
| * | Remove a few warnings when compiling Qt and unexport some functions.Thiago Macieira2009-08-201-1/+1