summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-2/+6
|\
| * DBus: fix deadlock when destroying QDBusServerMÃ¥rten Nordheim2019-08-161-2/+6
* | QtDBus: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-231-1/+3
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
|/
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Ensure QDBusConnectionPrivate pointer initializationJesus Fernandez2017-06-061-5/+3
* Fix some QtDBus crashes during application destructionThiago Macieira2017-05-111-2/+10
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+1
|\
| * Fix DBus compilationhjk2016-10-181-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-0/+2
|\|
| * QDBusServer: delay processing of D-Bus messagesAlberto Mardegan2016-09-061-0/+2
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtDBus: eradicate all Q_FOREACH loopsMarc Mutz2016-01-121-2/+1
|/
* QDBusServer: Fix uninitialized memberThiago Macieira2015-10-151-4/+2
* And move the creation of connections to the threadThiago Macieira2015-09-151-12/+4
* Use a dedicated thread for handling incoming libdbus-1 eventsThiago Macieira2015-09-151-2/+4
* Use QDBusConnectionPrivate* when QDBusServer receives a new connectionThiago Macieira2015-09-151-6/+9
* Fix undefined behavior: accessing an object after destructionThiago Macieira2015-04-151-0/+1
* Use QStringLiteral where applicable in QtDBusThiago Macieira2015-03-311-1/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix memory leaks with QDBusServerThiago Macieira2015-01-111-0/+1
* Make QDBusConnection and QDBusServer return an error on default objectsThiago Macieira2015-01-061-1/+1
* Remove the hardcoding of Unix socket paths for QtDBusThiago Macieira2014-12-201-3/+9
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add method to QDBusServer to allow anonymous client connections.Roland Winklmeier2014-01-151-0/+27
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix QDBusServer with more than one connectionJan Arne Petersen2012-09-141-7/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove the default address parameter from QDBusServer's constructor.Raphael Kubo da Costa2012-01-171-0/+25
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Un-internalized QDBusServerPekka Vuorela2011-11-091-1/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+140