summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-1660-780/+780
* Update copyright year to 2011.Jason McDonald2011-01-1160-60/+60
* Do not crash in case a future version of libdbus has a new kind of message.Thiago Macieira2010-12-221-3/+1
* Fix a race condition related to service acquisition.Thiago Macieira2010-11-262-9/+39
* Doc: Clarified the lifetime of the session bus connection.David Boddie2010-11-031-3/+3
* Fixed many spelling errors.Rohan McGovern2010-10-258-11/+11
* We also don't need to watch for org.freedesktop.DBus changing ownersThiago Macieira2010-09-221-0/+4
* Avoid adding match rules for NameAcquired and NameLostThiago Macieira2010-09-221-9/+17
* We don't need to add a match rule to receive messages targetted at us.Thiago Macieira2010-09-221-18/+0
* Save the D-Bus's base service earlier.Thiago Macieira2010-09-221-2/+4
* Pre-populate the watched services hash with org.freedesktop.DBusThiago Macieira2010-09-222-0/+7
* Quick performance optimisation: cache a QString with "org.freedesktop.DBus"Thiago Macieira2010-09-221-9/+17
* Fix remote crash in delivering D-Bus calls with too few argumentsThiago Macieira2010-09-021-0/+3
* Merge commit 'remotes/origin/4.7' into qt47s2Thomas Zander2010-08-111-2/+2
|\
| * doc: Changed some titles so lists of contents sort better.Martin Smith2010-08-101-2/+2
* | Merge remote branch 'origin/4.7' into oslo-staging-2/4.7Olivier Goffart2010-08-091-9/+6
|\ \ | |/
| * doc: Fixed some qdoc errors.Martin Smith2010-08-061-2/+3
| * Move note on connectToBus() not actually being able to reconnect toRobin Burchell2010-08-051-4/+3
* | Doc: Fixed qdoc warnings.David Boddie2010-08-051-0/+4
|/
* Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-292-2/+2
* fixed QDBUS export errorEvan Nguyen2010-07-261-1/+1
* Q_INVOKABLES added to Qt-DBusEvan Nguyen2010-07-264-12/+23
* fix the export macros for the QtDBus moduleRomain Pokrzywka2010-07-2125-70/+62
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-253-10/+4
|\
| * Remove unused function in QDBusConnectionPrivateThiago Macieira2010-05-252-9/+0
| * QDBusAbstractInterface: don't set lastError outside the object's own threadThiago Macieira2010-05-231-1/+4
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-254-35/+84
|\ \ | |/ |/|
| * Fix a race condition with QtDBus blocking for replies.Thiago Macieira2010-05-244-34/+83
| * QtDBus: Debug message updateThiago Macieira2010-05-241-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-1/+3
|\ \ | |/
| * Allow QtDBus to be compiled as a static library on Windows.Thomas Sondergaard2010-05-041-1/+3
* | QDBusXmlGenerator: get the true name from QMetaType for the return typeThiago Macieira2010-05-061-1/+1
* | Add missing newline to static XML snippetThiago Macieira2010-05-061-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-011-1/+1
|\ \ | |/
| * Fix crash in QDBusInterface when invoking a method in a derived class.Thiago Macieira2010-04-291-1/+1
* | Introduce a qconfig feature for QtDBusTasuku Suzuki2010-04-0856-3/+199
* | Doc: Remove QDBusServer from the public documentation.Thiago Macieira2010-04-061-1/+1
* | Make it possible to build QtDBus and its tools on Windows CE.Thiago Macieira2010-04-051-1/+2
* | Compile Qt in C++0x mode.Thiago Macieira2010-03-201-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-3/+14
|\ \ | |/
| * Doc: document what the timeout of -1 means in D-BusThiago Macieira2010-03-041-3/+14
* | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-184-1/+50
|\ \ | |/ |/|
| * doc: Fixed some qdoc errors.Martin Smith2010-02-161-4/+3
| * update according to Thiago's comments.Holger Schroeder2010-02-123-13/+28
| * Changes: add functionality for dbus auto start to qtHolger Schroeder2010-02-124-1/+36
* | Fix an issue with the error signal in a callWithCallback not beingThiago Macieira2010-02-161-18/+9
|/
* When checking to see if a signal is connected, compare the match-arguments tooThiago Macieira2010-01-261-2/+4
* Do the refcounting of services watched properly.Thiago Macieira2010-01-261-20/+15
* fix copy-paste errorRitt Konstantin2010-01-221-1/+0
* minor optimizationRitt Konstantin2010-01-221-2/+3