summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Add DBus VirtualObject to handle multiple paths.Frederik Gladhorn2011-07-041-2/+16
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-04-181-45/+48
|\
| * QtDBus: Fix bus in peer-to-peer connections should not be usedDaniele E. Domenichelli2011-04-181-27/+31
| * QtDBus: Fix empty service name in peer-to-peer connectionsDaniele E. Domenichelli2011-04-181-1/+1
| * QtDBus: Fix registering objects using path '/' in peer-to-peer connectionsDaniele E. Domenichelli2011-04-181-0/+5
| * QtDBus: Fix QDBusServer to handle correctly new dbus connectionsDaniele E. Domenichelli2011-04-181-9/+6
| * QtDBus: Cleaning comments, spacing, etc.Daniele E. Domenichelli2011-04-181-8/+5
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-04-181-0/+26
|\ \ | |/
| * Fix compilation if D-Bus 1.4 isn't present.Thiago Macieira2011-04-141-0/+3
| * Retrieve the connection capabilities in QDBusConnectionThiago Macieira2011-04-131-0/+23
* | Use the qt_static_metacall in QueuedConnectionOlivier Goffart2011-04-081-2/+1
|/
* Add a 'capabilities' flag to the marshaller and demarshallerThiago Macieira2011-03-291-7/+7
* Add a set of connection capabilities to QDBusConnectionThiago Macieira2011-03-291-1/+1
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-24/+14
|\
| * QtDBus: do not wait for reply for AddMatch and RemoveMatchThiago Macieira2011-02-061-24/+14
* | 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-171-4/+2
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| * Do not crash in case a future version of libdbus has a new kind of message.Thiago Macieira2010-12-221-3/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-6/+29
|\ \ | |/
| * Fix a race condition related to service acquisition.Thiago Macieira2010-11-261-6/+29
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
|\ \ | |/
| * Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-34/+42
|\ \ | |/
| * 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-221-0/+4
| * 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
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-2/+2
|/
* fixed QDBUS export errorEvan Nguyen2010-07-261-1/+1
* Q_INVOKABLES added to Qt-DBusEvan Nguyen2010-07-261-7/+15
* fix the export macros for the QtDBus moduleRomain Pokrzywka2010-07-211-1/+1
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-251-15/+31
|\
| * Fix a race condition with QtDBus blocking for replies.Thiago Macieira2010-05-241-14/+30
| * QtDBus: Debug message updateThiago Macieira2010-05-241-1/+1
* | Introduce a qconfig feature for QtDBusTasuku Suzuki2010-04-081-0/+7
|/
* 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 D-Bus calls with QDBus::BlockWithGui.Thiago Macieira2010-01-121-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Remove the need to know the service owner when adding/removing signal rules.Thiago Macieira2010-01-021-18/+13
* Use the watched service name list in matching incoming signals too.Thiago Macieira2010-01-021-2/+8