Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: document what the timeout of -1 means in D-Bus | Thiago Macieira | 2010-03-04 | 1 | -3/+14 |
| | | | | Task-number: QTBUG-8729 | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Remove the need to know the service owner when adding/removing signal rules. | Thiago Macieira | 2010-01-02 | 1 | -3/+1 |
| | | | | | Task-number: QTBUG-5979 Reviewed-By: TrustMe | ||||
* | Revert "Revert "Stop using the NameOwnerChanged signal without arg0 in ↵ | Thiago Macieira | 2009-11-24 | 1 | -3/+0 |
| | | | | | | | | QtDBus itself"" This reverts commit db1cff73726ff12d50139769dc8071f9e9173261. Task-number: QTBUG-5979 | ||||
* | Revert "Stop using the NameOwnerChanged signal without arg0 in QtDBus itself" | Thiago Macieira | 2009-11-19 | 1 | -0/+3 |
| | | | | | | This partially reverts commit 1176ecf0b533279e5a1c97f183e5c5f1c57fb188. Task-number: QTBUG-5972 | ||||
* | Stop using the NameOwnerChanged signal without arg0 in QtDBus itself | Thiago Macieira | 2009-10-28 | 1 | -4/+0 |
| | | | | | | | | We were using this signal to update the signal hooks when the remote service changed. That meant each Qt app received every single service creation, change or destruction. Now we only watch the services we're really interested in. | ||||
* | Move the bulk of the signal connecting/disconnecting code to ↵ | Thiago Macieira | 2009-10-28 | 1 | -60/+3 |
| | | | | | | | QDBusConnectionPrivate I'll need to recurse into the signal connection mechanism in the next commit. | ||||
* | Add new public API to QDBusConnection for connecting with string | Thiago Macieira | 2009-10-28 | 1 | -19/+69 |
| | | | | | | | | | | | | matching. The bus allows us to match string arguments when receiving messages. This is very useful for the NameOwnerChanged signal, whose first argument is usually what we're interested in. By using these new functions, you can restrict receiving of signals to those that you truly want, instead of receiving NameOwnerChanged for all services registered/unregistered on the bus. | ||||
* | Add the ability for the match-rule builder to add argument matching. | Thiago Macieira | 2009-10-28 | 1 | -2/+2 |
| | | | | I'll use this feature to match the NameOwnerChanged signal from the bus. | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Add a note about this method not being safe in multithreaded contexts | Thiago Macieira | 2009-07-02 | 1 | -0/+7 |
| | |||||
* | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+1045 |