summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Fix some documentation errors.Friedemann Kleint2014-03-241-1/+6
* Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-101-1/+2
* Always initialize integer types in D-Bus demarshallingThiago Macieira2014-03-061-0/+18
* Make D-Bus types without a matching Qt one prettier in qdbusThiago Macieira2014-02-221-1/+4
* QDBus: replace arg-chain with multi-argMarc Mutz2014-02-141-3/+3
* QDBus: avoid relocationsMarc Mutz2014-02-141-8/+9
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-14/+19
|\
| * Also register complex D-Bus types when running under qdbusThiago Macieira2014-01-311-14/+19
* | Add method to QDBusServer to allow anonymous client connections.Roland Winklmeier2014-01-155-1/+41
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-132-5/+5
* | Added PropertiesChanged signal to dbus introspection dataMatt Broadstone2014-01-091-0/+6
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-032-0/+11
|\|
| * Don't leak pending call objects when peer disconnectsRobin Burchell2013-12-302-0/+11
* | Fix crashes when calling into qdbus interfaces from QMLSimon Hausmann2014-01-022-24/+32
|/
* Fix quadratic behavior in QMetaObjectBuilder when writing string tableSimon Hausmann2013-12-061-2/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0815-56/+56
* qdbusxml2cpp: Fix annotation value in an introspection string generatorMichael Krasnyk2013-09-271-1/+1
* Fix some doc errors.Frederik Gladhorn2013-09-211-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-164-40/+23
|\
| * QtDBus: fix build on MSVC2008 Debug mode.Nicolás Alvarez2013-09-152-0/+12
| * Fix loss of valid dbus objects after unregisterObjectJohn Brooks2013-09-143-40/+11
* | QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-091-1/+1
* | Remove qSort usages from QtDBusGiuseppe D'Angelo2013-09-061-1/+1
* | QDbus: Fix (!a == b) comparisonTobias Hunger2013-09-021-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-146-61/+76
|\|
| * Revert c3f485c5250a503832e767e1fe5e40595126f6c5Albert Astals Cid2013-08-081-3/+2
| * Expose invokables that are not slots in the xmlAlbert Astals Cid2013-07-301-2/+3
| * Fix crash on qdbus when return type is a raw dbus typeAlbert Astals Cid2013-07-301-2/+10
| * Change QDBusPendingCallPrivate to full reference counting for deletion.Peter Seiderer2013-07-294-43/+58
| * Remove QDBusPendingCallPrivate::autoDelete logic.Peter Seiderer2013-07-292-16/+1
| * Fix unprotected access to QDBusPendingCallPrivate::pending.Peter Seiderer2013-07-291-2/+9
* | Doc: Setting module pages' \qtvariable.Jerome Pasion2013-08-021-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-232-4/+12
|\|
| * Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-201-1/+1
| * Fix QDBusAbstractInterface::isValid() for peer connectionsAlberto Mardegan2013-07-161-3/+11
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-151-3/+3
|\|
| * Fix disconnectFrom{Peer,Bus} when the connection failedThiago Macieira2013-07-121-3/+3
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+10
|\|
| * Don't crash if the relayed signal was emitted from the wrong threadThiago Macieira2013-07-031-1/+10
* | QDBus: improve error handling, to give the developer feedback.David Faure2013-07-015-24/+35
* | Doc: Adding navigation configs in the module qdocconf files.Jerome Pasion2013-06-251-1/+4
|/
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-4/+4
* Doc: Removed pages from "technology-apis" group.Jerome Pasion2013-05-272-2/+0
* Check that files we expect to find actually exist when using a cmake package.Stephen Kelly2013-05-201-6/+12
* Improve support for <MODULE>_PATH optionsMatt Fischer2013-05-101-3/+1
* Fix module name in license headers.Stephen Kelly2013-05-102-2/+2
* Doc: Fix module name in .qdocconfTopi Reinio2013-04-261-11/+11
* Mark as unused the private members that aren't and CANNOT be usedThiago Macieira2013-04-151-1/+3
* Doc: fix compilability of the exampleThiago Macieira2013-04-091-1/+1
* Fix wildcard signal disconnection in QDBusAbstractInterfaceThiago Macieira2013-03-192-5/+16