summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-3165-845/+845
* Remove use of 'register' from Qt.Kevin Funk2014-08-111-4/+4
* Fix at lot of QT_NO_ define guards for very tiny Qt builds.Robert Griebl2014-08-051-0/+4
* QDbus: Fix (!a == b) comparisonDavid Faure2014-04-181-1/+1
* Updated year in copyright headerKai Koehne2014-03-2665-65/+65
* Revert ea6ec4c781d5e94425b70f9f4e45d3e50eb12299Albert Astals Cid2013-08-081-3/+2
* Change QDBusPendingCallPrivate to full reference counting for deletion.Peter Seiderer2013-08-034-43/+58
* Remove QDBusPendingCallPrivate::autoDelete logic.Peter Seiderer2013-08-032-9/+1
* Fix unprotected access to QDBusPendingCallPrivate::pending.Peter Seiderer2013-08-031-2/+9
* QDBusPendingCall: add a missing QWaitCondition::wakeAll() callMarc Mutz2013-08-031-0/+1
* Don't crash if the relayed signal was emitted from the wrong threadThiago Macieira2013-08-031-1/+9
* Expose invokables that are not slots in the xmlAlbert Astals Cid2013-07-311-2/+3
* Fix clang warning about bool to pointer conversion.Jędrzej Nowacki2013-05-102-2/+2
* Fixed -dbus-linked when cross-compiling from WindowsMatt Fischer2013-04-291-2/+6
* QtDBus: Garbage collect deleted objects now and then.David Faure2013-01-181-0/+17
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1365-65/+65
* Fix QDBusServer with more than one connectionJan Arne Petersen2012-11-013-8/+15
* Make QtDBus work again with D-Bus 1.0 and 1.1Thiago Macieira2012-10-192-22/+9
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2965-1560/+1560
* Update contact information in license headers.Sergio Ahumada2012-08-0165-130/+130
* Use improved QLibrary search heuristics for loading libdbusSean Harmer2012-07-271-0/+1
* qtdbus: Export org.freedesktop.DBus.Peer interface when introspectedDaniele E. Domenichelli2012-06-221-0/+9
* Pass configured timeout to callWithCallback too.David Faure2012-05-041-1/+2
* Fix unit confusion in ccf3b9e48b2d773999a9a88e249f79380618cde6David Faure2012-05-041-2/+2
* Fixed crash issue in QtDBus if D-Bus not installedTero Ahola2012-05-031-1/+1
* Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-205-10/+20
* Fix crashes and non-portable functionality in QDBusDemarshaller QByteArray ex...Sami Rosendahl2012-01-252-2/+12
* Fix crash in QDBusDemarshaller QStringList extractionSami Rosendahl2012-01-252-2/+12
* Fix crash in QDBusDemarshaller basic string-like type extractionSami Rosendahl2012-01-252-7/+48
* Remove implicit const char*->QString cast from QDBusServer's constructorRaphael Kubo da Costa2012-01-121-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-1165-65/+65
* Fix stack overwrite in QDBusDemarshallerSami Rosendahl2011-11-301-3/+21
* Don't directly access QList contentsAlberto Mardegan2011-11-111-3/+6
* Make the DBus timeout configurable in QDBusAbstractInterface.David Faure2011-08-183-4/+31
* Don't include qdbusvirtualobject header twice.Frederik Gladhorn2011-07-211-2/+1
* Fix license header.Frederik Gladhorn2011-07-072-34/+34
* Add DBus VirtualObject to handle multiple paths.Frederik Gladhorn2011-07-048-10/+284
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-06-233-0/+25
|\
| * Add a function that returns the D-Bus local machine IDThiago Macieira2011-06-233-0/+25
* | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-2463-1071/+1071
|\|
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1363-1071/+1071
* | Doc: Fixed qdoc warnings.David Boddie2011-05-122-3/+14
* | Doc: Fixed qdoc warnings.David Boddie2011-05-111-4/+4
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-04-198-81/+234
|\
| * QtDBus: Register QDBusServer connection name in QDBusConnectionManagerDaniele E. Domenichelli2011-04-184-22/+109
| * QtDBus: Skip bus name check for peer-to-peer connectionDaniele E. Domenichelli2011-04-181-3/+4
| * QtDBus: Fix minor coding style issuesDaniele E. Domenichelli2011-04-182-5/+5
| * QtDBus: Add default constructor to QDBusServerDaniele E. Domenichelli2011-04-181-1/+1
| * QtDBus: Add method QDBusConnection::disconnectFromPeer()Daniele E. Domenichelli2011-04-182-0/+22