summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | 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
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-191-4/+6
|\| |
| * | Remove a global destructor from QtDBus.Thiago Macieira2009-08-181-4/+6
* | | Merge commit 'qt/master'Jason Barron2009-08-181-5/+5
|\| |
| * | Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-5/+5
* | | Merge commit 'qt/master'Jason Barron2009-08-1359-59/+59
|\| |
| * | Update contact URL in license headers.Jason McDonald2009-08-1259-59/+59
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-064-4/+4
* | | Merge commit 'origin/master'Jason Barron2009-08-044-4/+4
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-034-4/+4
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-2720-315/+750
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-07-221-11/+2
| |\|
| | * Fix handling of invalid object paths and signatures in release mode.Thiago Macieira2009-07-221-11/+2
| * | Merge commit 'origin/4.5'Bill King2009-07-091-0/+7
| |\|
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-031-1/+9
| * | Doc: indicate that these methods are added in 4.6Thiago Macieira2009-07-021-0/+2
| * | Merge branch 'research/qdbus-improvements'Thiago Macieira2009-07-0220-303/+737
| |\ \
| | * | Implement a support for getting return arguments out of invokeMethodThiago Macieira2009-07-021-8/+118
| | * | Improve the code a bit more by using the variant that QMetaProperty creates.Thiago Macieira2009-07-022-43/+29
| | * | Fix setting of complex/custom properties and error messages.Thiago Macieira2009-07-021-31/+136
| | * | Use an "int status" extra parameter in property reading/writing.Thiago Macieira2009-07-024-27/+53
| | * | Avoid revalidating message parameters.Thiago Macieira2009-07-026-31/+55
| | * | Keep creation failure errors for QDBusAbstractInterface.Thiago Macieira2009-07-025-70/+116
| | * | Adapt the message-sending code to return error messages from theThiago Macieira2009-07-023-49/+90
| | * | Add support for error messages in the D-Bus marshaller.Thiago Macieira2009-07-022-14/+24