summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
...
* | QDBusObjectPath / QDBusSignature: add missing =0 on qHash seed argumentMarc Mutz2015-07-101-2/+2
* | QtDBus: replace some inefficient QLists with QVectorMarc Mutz2015-07-102-3/+4
* | QtDBus: mark QDBusAdaptorConnector::AdaptorData as primitiveMarc Mutz2015-07-081-0/+1
* | QDBusConnection: fix misleading placement of Q_DECLARE_FLAGSMarc Mutz2015-07-081-1/+2
* | dbus: allow dbus_shutdown() on QT_NO_LIBRARY && QT_LINKED_LIBDBUSUlf Hermann2015-07-061-2/+2
* | QtDBus: mark some types as movable come Qt 6Marc Mutz2015-07-061-0/+9
* | QtDBus: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-047-10/+10
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-012-1/+2
|\|
| * Fix warning with MSVC 2013Thiago Macieira2015-06-261-0/+1
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | QtDBus: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-302-7/+8
* | dbus: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-233-2/+10
* | qDBusRealAddTimeout(): don't create a QList just to check it's emptyMarc Mutz2015-06-171-1/+1
* | Fix conditions for disabling dbus dynamic symbol lookupUlf Hermann2015-06-162-6/+6
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-033-3/+12
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-222-1/+11
|\|
| * 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
* | Remove <qhash.h> where it's not usedMarc Mutz2015-04-203-2/+2
* | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-201-0/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0112-66/+79
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-2/+2
|\|
| * QtDBus: Fix const correctness in old style castsThiago Macieira2015-03-111-2/+2
* | Add QDBusMessage::createTargetedSignal()Alberto Mardegan2015-03-143-2/+33
|/
* 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