summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | 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
| * | | Merge branch '4.5'Marius Storm-Olsen2009-06-301-5/+14
| |\| |
* | | | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-092-5/+21
|\ \ \ \
| * \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-071-0/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Add a note about this method not being safe in multithreaded contextsThiago Macieira2009-07-021-0/+7
| | | |/ | | |/|
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-2959-123/+132
| |\| |
| | * | Don't crash in libdbus-1 because of invalid parameters.Thiago Macieira2009-06-291-5/+14
* | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3059-118/+118
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge license header changes from 4.5Volker Hilsheimer2009-06-1659-118/+118
| |\ \ \ | | | |/ | | |/|
| | * | Update license headers as requested by the marketing department.Jason McDonald2009-06-1659-118/+118
* | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-256-15/+15
|\| | | | |_|/ |/| |
| * | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-052-2/+2
| * | Merge commit 'origin/4.5'Olivier Goffart2009-06-041-1/+0
| |\|
| * | improved string operations all over the placeThierry Bastian2009-05-284-13/+13
* | | Make Qt exception safer.Robert Griebl2009-06-102-2/+2
| |/ |/|
* | Remove a Q_ASSERT that could be triggered under some conditions.Thiago Macieira2009-06-041-1/+0
|/
* Don't crash at runtime with when relaying a signal.Thiago Macieira2009-05-111-8/+3
* Make QDBusPendingCallWatcher emit a signal if it is created on anThiago Macieira2009-05-071-2/+8
* Fixed D-Bus socket write notifications, broken since d47c05b1Thiago Macieira2009-05-041-1/+1
* Add the parameter to the function call.Thiago Macieira2009-03-271-2/+2
* Remove unnecessary debug message.Thiago Macieira2009-03-271-1/+0