summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | 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-081-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
| | * | Add central validation code to QDBusUtil.Thiago Macieira2009-07-021-0/+68
| | * | Add some new error codes for indicating invalid D-Bus parameters.Thiago Macieira2009-07-022-2/+15
| | * | Add a function to check if an interface is implemented by an object.Thiago Macieira2009-07-024-46/+51