summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-233-40/+55
|\
| * QtDBus: Make sure we can receive unknown typesThiago Macieira2011-02-171-1/+6
| * QtDBus meta object: keep methods, signals and props with unknown typesThiago Macieira2011-02-172-9/+13
| * Make the QtDBus parser not complain about unknown thingsThiago Macieira2011-02-172-30/+36
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-102-25/+31
|\|
| * QtDBus: do not wait for reply for AddMatch and RemoveMatchThiago Macieira2011-02-061-24/+14
| * Make qdbus show all types, even those that it doesn't know aboutThiago Macieira2011-02-061-1/+17
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-02-042-0/+16
|\ \
| * | QtDBus: add support for QVariantHash out of the boxThiago Macieira2011-02-032-0/+16
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-011-2/+3
|\ \ \ | |/ / |/| / | |/
| * Change the D-Bus signal filter to return NOT_YET_HANDLED for signalsThiago Macieira2011-01-261-2/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-251-2/+18
|\|
| * Validate arguments to QDBusConnection::connectThiago Macieira2011-01-211-2/+18
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1760-63/+61
|\|
| * 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
* | qt project files: create pkg-config files for mingwMark Brand2011-01-101-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-062-9/+39
|\|
| * Fix a race condition related to service acquisition.Thiago Macieira2010-11-262-9/+39
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-051-3/+3
|\|
| * Doc: Clarified the lifetime of the session bus connection.David Boddie2010-11-031-3/+3
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-258-11/+11
|\|
| * Fixed many spelling errors.Rohan McGovern2010-10-258-11/+11
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-282-34/+45
|\|
| * 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-0/+3
|\|
| * Fix remote crash in delivering D-Bus calls with too few argumentsThiago Macieira2010-09-021-0/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-133-9/+10
|\|
| * 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
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-064-15/+15
|/
* 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