| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: Changed some titles so lists of contents sort better. | Martin Smith | 2010-08-10 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | minor optimization | Ritt Konstantin | 2010-01-22 | 1 | -2/+3 |
|
|
* | 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 | 60 | -60/+60 |
|
|
* | Remove the need to know the service owner when adding/removing signal rules. | Thiago Macieira | 2010-01-02 | 4 | -34/+21 |
|
|
* | 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 | 2 | -17/+48 |
|
|
* | Update debug output to show the connection's ptr and thread | Thiago Macieira | 2010-01-02 | 1 | -10/+10 |
|
|
* | Merge branch '4.5' into 4.6-staging | Thiago Macieira | 2009-12-27 | 1 | -1/+3 |
|\ |
|
| * | Fix D-Bus marshalling of booleans in optimised code. | Thiago Macieira | 2009-12-27 | 1 | -1/+3 |
|
|
* | | Merge branch '4.5' into 4.6-staging | Thiago Macieira | 2009-12-15 | 2 | -1/+2 |
|\ \
| |/ |
|
| * | Fix crash in QDBusPendingReply/QDBusReply in case of unconnected calls. | Thiago Macieira | 2009-12-09 | 2 | -1/+2 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 59 | -236/+236 |
|
|
* | | Fix compilation: private headers must be #included with "" | Thiago Macieira | 2009-12-10 | 12 | -13/+13 |
|
|
* | | Small performance improvement: don't match the bus path. | Thiago Macieira | 2009-11-24 | 1 | -3/+2 |
|
|
* | | Doc: Update the documentation for the serviceOwnerChanged signal. | Thiago Macieira | 2009-11-24 | 1 | -0/+6 |
|
|
* | | Fix the detection of when this process gets names on the bus. | Thiago Macieira | 2009-11-24 | 2 | -12/+11 |
|
|
* | | Revert "Disable the deprecation warning for this signal since we're using it ... | Thiago Macieira | 2009-11-24 | 1 | -0/+5 |
|
|