summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Change QDBusPendingCallPrivate to full reference counting for deletion.Peter Seiderer2013-08-031-39/+48
* Remove QDBusPendingCallPrivate::autoDelete logic.Peter Seiderer2013-08-031-7/+0
* Fix unprotected access to QDBusPendingCallPrivate::pending.Peter Seiderer2013-08-031-2/+9
* QDBusPendingCall: add a missing QWaitCondition::wakeAll() callMarc Mutz2013-08-031-0/+1
* QtDBus: Garbage collect deleted objects now and then.David Faure2013-01-181-0/+17
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fix QDBusServer with more than one connectionJan Arne Petersen2012-10-311-4/+10
* Make QtDBus work again with D-Bus 1.0 and 1.1Thiago Macieira2012-10-191-10/+9
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* 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