| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | Do not crash in case a future version of libdbus has a new kind of message. | Thiago Macieira | 2010-12-22 | 1 | -3/+1 |
|
|
* | Fix a race condition related to service acquisition. | Thiago Macieira | 2010-11-26 | 1 | -6/+29 |
|
|
* | Fixed many spelling errors. | Rohan McGovern | 2010-10-25 | 1 | -1/+1 |
|
|
* | We also don't need to watch for org.freedesktop.DBus changing owners | Thiago Macieira | 2010-09-22 | 1 | -0/+4 |
|
|
* | Avoid adding match rules for NameAcquired and NameLost | Thiago Macieira | 2010-09-22 | 1 | -9/+17 |
|
|
* | We don't need to add a match rule to receive messages targetted at us. | Thiago Macieira | 2010-09-22 | 1 | -18/+0 |
|
|
* | Save the D-Bus's base service earlier. | Thiago Macieira | 2010-09-22 | 1 | -2/+4 |
|
|
* | Pre-populate the watched services hash with org.freedesktop.DBus | Thiago Macieira | 2010-09-22 | 1 | -0/+4 |
|
|
* | Quick performance optimisation: cache a QString with "org.freedesktop.DBus" | Thiago Macieira | 2010-09-22 | 1 | -9/+17 |
|
|
* | Fix remote crash in delivering D-Bus calls with too few arguments | Thiago Macieira | 2010-09-02 | 1 | -0/+3 |
|
|
* | fixed QDBUS export error | Evan Nguyen | 2010-07-26 | 1 | -1/+1 |
|
|
* | Q_INVOKABLES added to Qt-DBus | Evan Nguyen | 2010-07-26 | 1 | -7/+15 |
|
|
* | fix the export macros for the QtDBus module | Romain Pokrzywka | 2010-07-21 | 1 | -1/+1 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-05-25 | 1 | -15/+31 |
|\ |
|
| * | Fix a race condition with QtDBus blocking for replies. | Thiago Macieira | 2010-05-24 | 1 | -14/+30 |
|
|
| * | QtDBus: Debug message update | Thiago Macieira | 2010-05-24 | 1 | -1/+1 |
|
|
* | | Introduce a qconfig feature for QtDBus | Tasuku Suzuki | 2010-04-08 | 1 | -0/+7 |
|/ |
|
* | Fix an issue with the error signal in a callWithCallback not being | Thiago Macieira | 2010-02-16 | 1 | -18/+9 |
|
|
* | When checking to see if a signal is connected, compare the match-arguments too | Thiago Macieira | 2010-01-26 | 1 | -2/+4 |
|
|
* | Do the refcounting of services watched properly. | Thiago Macieira | 2010-01-26 | 1 | -20/+15 |
|
|
* | Fix D-Bus calls with QDBus::BlockWithGui. | Thiago Macieira | 2010-01-12 | 1 | -1/+1 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Remove the need to know the service owner when adding/removing signal rules. | Thiago Macieira | 2010-01-02 | 1 | -18/+13 |
|
|
* | Use the watched service name list in matching incoming signals too. | Thiago Macieira | 2010-01-02 | 1 | -2/+8 |
|
|
* | Change the QtDBus watched service list to a map to its owner. | Thiago Macieira | 2010-01-02 | 1 | -15/+38 |
|
|
* | Update debug output to show the connection's ptr and thread | Thiago Macieira | 2010-01-02 | 1 | -10/+10 |
|
|
* | Fix the detection of when this process gets names on the bus. | Thiago Macieira | 2009-11-24 | 1 | -9/+9 |
|
|
* | Remember to match the actual arguments too. | Thiago Macieira | 2009-11-19 | 1 | -0/+19 |
|
|
* | Merge branch '4.6' into core-4.6 | Thiago Macieira | 2009-11-09 | 1 | -1/+1 |
|\ |
|
| * | Merge commit 'origin/4.6' into 4.6 | Olivier Goffart | 2009-11-04 | 1 | -5/+122 |
| |\ |
|
| * | | One signal/slot connection is enough, when exporting N signals to DBus | David Faure | 2009-10-30 | 1 | -1/+1 |
|
|
* | | | Fix enabling of level 2 debugging in QtDBus | Thiago Macieira | 2009-11-08 | 1 | -1/+2 |
| |/
|/| |
|
* | | Stop using the NameOwnerChanged signal without arg0 in QtDBus itself | Thiago Macieira | 2009-10-28 | 1 | -0/+35 |
|
|
* | | Move the bulk of the signal connecting/disconnecting code to QDBusConnectionP... | Thiago Macieira | 2009-10-28 | 1 | -0/+73 |
|
|
* | | Fix the use of the owner when connecting the service "watcher". | Thiago Macieira | 2009-10-28 | 1 | -1/+1 |
|
|
* | | Add the ability for the match-rule builder to add argument matching. | Thiago Macieira | 2009-10-28 | 1 | -4/+13 |
|/ |
|
* | Fixing some GCC warnings | João Abecasis | 2009-10-07 | 1 | -0/+1 |
|
|
* | Use dbus_threads_init_default instead of QMutex wrappers | Thiago Macieira | 2009-10-07 | 1 | -1/+1 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | Merge branch 'research/qdbus-improvements' | Thiago Macieira | 2009-07-02 | 1 | -43/+57 |
|\ \ |
|
| * | | Avoid revalidating message parameters. | Thiago Macieira | 2009-07-02 | 1 | -0/+3 |
|
|
| * | | Adapt the message-sending code to return error messages from the | Thiago Macieira | 2009-07-02 | 1 | -37/+52 |
|
|
| * | | Add a function to check if an interface is implemented by an object. | Thiago Macieira | 2009-07-02 | 1 | -6/+2 |
| |/ |
|
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|