| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the D-Bus signal filter to return NOT_YET_HANDLED for signals | Thiago Macieira | 2011-01-26 | 1 | -2/+3 |
|
|
* | Validate arguments to QDBusConnection::connect | Thiago Macieira | 2011-01-21 | 1 | -2/+18 |
|
|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 60 | -60/+60 |
|
|
* | 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 | 2 | -9/+39 |
|
|
* | Doc: Clarified the lifetime of the session bus connection. | David Boddie | 2010-11-03 | 1 | -3/+3 |
|
|
* | Fixed many spelling errors. | Rohan McGovern | 2010-10-25 | 8 | -11/+11 |
|
|
* | 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 | 2 | -0/+7 |
|
|
* | 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 |
|
|
* | Merge commit 'remotes/origin/4.7' into qt47s2 | Thomas Zander | 2010-08-11 | 1 | -2/+2 |
|\ |
|
| * | doc: Changed some titles so lists of contents sort better. | Martin Smith | 2010-08-10 | 1 | -2/+2 |
|
|
* | | Merge remote branch 'origin/4.7' into oslo-staging-2/4.7 | Olivier Goffart | 2010-08-09 | 1 | -9/+6 |
|\ \
| |/ |
|
| * | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-06 | 1 | -2/+3 |
|
|
| * | Move note on connectToBus() not actually being able to reconnect to | Robin Burchell | 2010-08-05 | 1 | -4/+3 |
|
|
* | | Doc: Fixed qdoc warnings. | David Boddie | 2010-08-05 | 1 | -0/+4 |
|/ |
|
* | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-... | Jerome Pasion | 2010-07-29 | 2 | -2/+2 |
|
|
* | fixed QDBUS export error | Evan Nguyen | 2010-07-26 | 1 | -1/+1 |
|
|
* | Q_INVOKABLES added to Qt-DBus | Evan Nguyen | 2010-07-26 | 4 | -12/+23 |
|
|
* | fix the export macros for the QtDBus module | Romain Pokrzywka | 2010-07-21 | 25 | -70/+62 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-25 | 3 | -10/+4 |
|\ |
|
| * | Remove unused function in QDBusConnectionPrivate | Thiago Macieira | 2010-05-25 | 2 | -9/+0 |
|
|
| * | QDBusAbstractInterface: don't set lastError outside the object's own thread | Thiago Macieira | 2010-05-23 | 1 | -1/+4 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-05-25 | 4 | -35/+84 |
|\ \
| |/
|/| |
|
| * | Fix a race condition with QtDBus blocking for replies. | Thiago Macieira | 2010-05-24 | 4 | -34/+83 |
|
|
| * | QtDBus: Debug message update | Thiago Macieira | 2010-05-24 | 1 | -1/+1 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-05-17 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Allow QtDBus to be compiled as a static library on Windows. | Thomas Sondergaard | 2010-05-04 | 1 | -1/+3 |
|
|
* | | QDBusXmlGenerator: get the true name from QMetaType for the return type | Thiago Macieira | 2010-05-06 | 1 | -1/+1 |
|
|
* | | Add missing newline to static XML snippet | Thiago Macieira | 2010-05-06 | 1 | -1/+1 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-05-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix crash in QDBusInterface when invoking a method in a derived class. | Thiago Macieira | 2010-04-29 | 1 | -1/+1 |
|
|
* | | Introduce a qconfig feature for QtDBus | Tasuku Suzuki | 2010-04-08 | 56 | -3/+199 |
|
|
* | | Doc: Remove QDBusServer from the public documentation. | Thiago Macieira | 2010-04-06 | 1 | -1/+1 |
|
|
* | | Make it possible to build QtDBus and its tools on Windows CE. | Thiago Macieira | 2010-04-05 | 1 | -1/+2 |
|
|
* | | Compile Qt in C++0x mode. | Thiago Macieira | 2010-03-20 | 1 | -1/+1 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 1 | -3/+14 |
|\ \
| |/ |
|
| * | Doc: document what the timeout of -1 means in D-Bus | Thiago Macieira | 2010-03-04 | 1 | -3/+14 |
|
|
* | | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-18 | 4 | -1/+50 |
|\ \
| |/
|/| |
|
| * | doc: Fixed some qdoc errors. | Martin Smith | 2010-02-16 | 1 | -4/+3 |
|
|
| * | update according to Thiago's comments. | Holger Schroeder | 2010-02-12 | 3 | -13/+28 |
|
|
| * | Changes: add functionality for dbus auto start to qt | Holger Schroeder | 2010-02-12 | 4 | -1/+36 |
|
|
* | | 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 copy-paste error | Ritt Konstantin | 2010-01-22 | 1 | -1/+0 |
|
|