summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Doc:added doc to undocumented functionsNico Vertriest2015-07-221-1/+1
* Fix warning with MSVC 2013Thiago Macieira2015-06-261-0/+1
* fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* Make sure we don't call dbus_connection_can_send_type on too old libdbusThiago Macieira2015-05-261-3/+0
* Doc: added doc for non-documented functionsNico Vertriest2015-05-182-0/+12
* Fix undefined behavior: accessing an object after destructionThiago Macieira2015-04-152-0/+10
* Fix crashes on shutdown when the D-Bus spy list has been destroyedThiago Macieira2015-04-151-1/+1
* Use QStringLiteral where applicable in QtDBusThiago Macieira2015-03-318-61/+64
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-303-4/+8
* Skip non-exported slots early when creating a XML interface description.Robert Griebl2015-03-251-1/+6
* Export the symbols of libdbus-1 when loading it at runtime.Robert Griebl2015-03-251-0/+1
* QtDBus: Fix const correctness in old style castsThiago Macieira2015-03-111-2/+2
* Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* Remove documentation of QDBusIntrospection::Object::introspection.Friedemann Kleint2015-02-251-8/+0
* Updated BSD licensed file headersJani Heikkinen2015-02-1513-37/+37
* QDBusConnection::registorObject with interfaceKevron Rees2015-02-155-3/+31
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-0/+8
* Update copyright headersJani Heikkinen2015-02-1184-552/+552
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-216-7/+33
|\
| * Doc: link issue D-Bus ViewerNico Vertriest2015-01-121-0/+17
| * Fix memory leaks with QDBusServerThiago Macieira2015-01-113-3/+9
| * Fix compilation with MSVC 2010Thiago Macieira2015-01-091-2/+2
| * Make QtDBus unit tests compile with runtime dbus-1 tooThiago Macieira2015-01-061-0/+3
| * Make QDBusConnection and QDBusServer return an error on default objectsThiago Macieira2015-01-062-2/+2
* | Fix assignment within a Q_ASSERTHolger Hans Peter Freyther2015-01-161-1/+1
* | Remove unused QDBusMessage::timeout memberThiago Macieira2015-01-062-4/+3
* | Make QDBusMessage store its own message typeThiago Macieira2015-01-062-16/+19
* | Remove the old QDBusConnection::sender functionalityThiago Macieira2015-01-065-36/+12
* | Cosmetic debugging difference for QDBusConnectionThiago Macieira2015-01-061-1/+3
* | Add a simple way of tracing calls to libdbus-1Thiago Macieira2015-01-061-1/+77
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-293-10/+31
|\|
| * Doc: corrected broken links qtbaseNico Vertriest2014-12-231-2/+2
| * Remove the hardcoding of Unix socket paths for QtDBusThiago Macieira2014-12-201-3/+9
| * Fix loading of the dbus-1 DLL built by MinGW on WindowsThiago Macieira2014-12-201-5/+20
* | Include qobjectdefs.h for Q_GADGETThiago Macieira2014-12-291-0/+1
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-3/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-105-3/+286
|\|
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-053-2/+283
| |\
| | * Make QtDBus compile without libdbus-1 headers, if dlopeningThiago Macieira2014-12-013-2/+283
| * | Change misleading error message in QDBusReplyThiago Macieira2014-12-041-1/+1
| * | Break after handling the read/writeAlbert Astals Cid2014-11-281-0/+2
* | | Fix DBus signature generation for complex types.Aaron McCarthy2014-12-042-34/+56
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-035-12/+12
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-244-56/+49
|\| |
| * | Don't send reply messages for non-method calls in QDBusMessageMatt Fischer2014-11-221-0/+4
| |/
| * Merge remote-tracking branch 'origin/5.3' into 5.4.0Oswald Buddenhagen2014-11-103-56/+45
| |\
| | * Partially revert "Fix a deadlock introduced by the race condition fix"5.3Thiago Macieira2014-11-051-26/+14
| | * QDBusConnection: Merge the dispatch and the watch-and-timeout locksThiago Macieira2014-11-053-29/+16
| | * Always lock the DBus dispatcher before dbus_connection_send*Thiago Macieira2014-11-052-4/+18
* | | Update dbus to use new QMetaType::registerNormalizedType signatureJędrzej Nowacki2014-11-171-13/+1