summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce a qconfig feature for QtDBusTasuku Suzuki2010-04-081-0/+7
* Fix an issue with the error signal in a callWithCallback not beingThiago Macieira2010-02-161-18/+9
* When checking to see if a signal is connected, compare the match-arguments tooThiago Macieira2010-01-261-2/+4
* Do the refcounting of services watched properly.Thiago Macieira2010-01-261-20/+15
* Fix D-Bus calls with QDBus::BlockWithGui.Thiago Macieira2010-01-121-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Remove the need to know the service owner when adding/removing signal rules.Thiago Macieira2010-01-021-18/+13
* Use the watched service name list in matching incoming signals too.Thiago Macieira2010-01-021-2/+8
* Change the QtDBus watched service list to a map to its owner.Thiago Macieira2010-01-021-15/+38
* Update debug output to show the connection's ptr and threadThiago Macieira2010-01-021-10/+10
* Fix the detection of when this process gets names on the bus.Thiago Macieira2009-11-241-9/+9
* Remember to match the actual arguments too.Thiago Macieira2009-11-191-0/+19
* Merge branch '4.6' into core-4.6Thiago Macieira2009-11-091-1/+1
|\
| * Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-041-5/+122
| |\
| * | One signal/slot connection is enough, when exporting N signals to DBusDavid Faure2009-10-301-1/+1
* | | Fix enabling of level 2 debugging in QtDBusThiago Macieira2009-11-081-1/+2
| |/ |/|
* | Stop using the NameOwnerChanged signal without arg0 in QtDBus itselfThiago Macieira2009-10-281-0/+35
* | Move the bulk of the signal connecting/disconnecting code to QDBusConnectionP...Thiago Macieira2009-10-281-0/+73
* | Fix the use of the owner when connecting the service "watcher".Thiago Macieira2009-10-281-1/+1
* | Add the ability for the match-rule builder to add argument matching.Thiago Macieira2009-10-281-4/+13
|/
* Fixing some GCC warningsJoão Abecasis2009-10-071-0/+1
* Use dbus_threads_init_default instead of QMutex wrappersThiago Macieira2009-10-071-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Merge branch 'research/qdbus-improvements'Thiago Macieira2009-07-021-43/+57
|\ \
| * | Avoid revalidating message parameters.Thiago Macieira2009-07-021-0/+3
| * | Adapt the message-sending code to return error messages from theThiago Macieira2009-07-021-37/+52
| * | Add a function to check if an interface is implemented by an object.Thiago Macieira2009-07-021-6/+2
| |/
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | improved string operations all over the placeThierry Bastian2009-05-281-3/+3
|/
* Don't crash at runtime with when relaying a signal.Thiago Macieira2009-05-111-8/+3
* Fixed D-Bus socket write notifications, broken since d47c05b1Thiago Macieira2009-05-041-1/+1
* Remove unnecessary debug message.Thiago Macieira2009-03-271-1/+0
* Fix crashes in D-Bus due to race conditions.Thiago Macieira2009-03-271-2/+4
* Small fix: initialise the global static isDebugging variable within theThiago Macieira2009-03-271-2/+1
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+2170