summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release 0.11.5telepathy-glib-0.11.5Simon McVittie2010-05-1017-94/+153
* fd.o #28043: explicitly link tests/* against dbus-glibSimon McVittie2010-05-101-0/+1
* Merge branch 'cdo'Simon McVittie2010-05-101-18/+32
|\
| * TpChannelDispatchOperation: don't crash if channels is not given in g_object_newSimon McVittie2010-05-101-2/+8
| * TpChannelDispatchOperation: assert that we're not leaking propertiesSimon McVittie2010-05-101-0/+4
| * TpChannelDispatchOperation: defer interpretation of immutables until constructedSimon McVittie2010-05-101-16/+20
|/
* no need to pass dbus-connection when constructing CDOGuillaume Desmottes2010-05-101-2/+0
* test-approver: check CDO reuses existing proxiesGuillaume Desmottes2010-05-101-0/+19
* _tp_base_client_add_dispatch_operation: use _tp_channel_dispatch_operation_ne...Guillaume Desmottes2010-05-101-2/+4
* add _tp_channel_dispatch_operation_new_with_objectsGuillaume Desmottes2010-05-104-0/+84
* CDO: update list of channels when we fetch them from D-BusGuillaume Desmottes2010-05-101-27/+73
* CDO: make account, connection and channels properties construct-onlyGuillaume Desmottes2010-05-101-4/+32
* add example approverGuillaume Desmottes2010-05-072-0/+226
* test simple-approverGuillaume Desmottes2010-05-072-0/+505
* add simple-approver (fdo #27875)Guillaume Desmottes2010-05-076-0/+400
* use WARNING if D-Bus method hasn't been implemented when expectedGuillaume Desmottes2010-05-071-2/+2
* rephrase doc of some APIGuillaume Desmottes2010-05-071-9/+10
* remove useless '\'Guillaume Desmottes2010-05-071-1/+1
* add-dispatch-operation-context: fix copyright headersGuillaume Desmottes2010-05-073-3/+3
* No need to special case when a CDO disappear while preparing itGuillaume Desmottes2010-05-071-10/+1
* refer to tp_channel_dispatch_operation_{handle_with,claim}_async in TpBaseCli...Guillaume Desmottes2010-05-071-0/+4
* test-base-client: test invalidating the CDO while preparing the contextGuillaume Desmottes2010-05-071-1/+19
* test-base-client: test invalidating one channel while calling AddDispatchOper...Guillaume Desmottes2010-05-072-2/+28
* pass 2 channels to AddDispatchOperationGuillaume Desmottes2010-05-071-4/+40
* document tp_base_client_{add,take}_approver_filterGuillaume Desmottes2010-05-071-0/+38
* test-base-client: implement AddDispatchOperation()Guillaume Desmottes2010-05-073-1/+54
* base-client: add API to implement AddDispatchOperation()Guillaume Desmottes2010-05-073-4/+234
* add add-dispatch-operation-contextGuillaume Desmottes2010-05-078-0/+791
* test-approver: instantiate a fake CDO service and pass proper properties to A...Guillaume Desmottes2010-05-071-3/+44
* add simple_channel_dispatch_operation_set_account_pathGuillaume Desmottes2010-05-073-1/+18
* test-base-client: uncomment Approver testGuillaume Desmottes2010-05-071-5/+0
* base-client: uncomment Approver codeGuillaume Desmottes2010-05-072-19/+0
* test-base-client: remove Handler bitsGuillaume Desmottes2010-05-071-239/+0
* base-client: remove Handler bitsGuillaume Desmottes2010-05-072-307/+5
* Revert "test-base-client: remove Approver and Handler tests for now"Guillaume Desmottes2010-05-072-0/+369
* Revert "base-client: remove Approver and Handler code for now"Guillaume Desmottes2010-05-071-0/+343
* skip tp_channel_dispatch_operation_borrow_* methodsGuillaume Desmottes2010-05-071-6/+6
* rename channel-dispatch-operation-properties property to cdo-propertiesGuillaume Desmottes2010-05-072-10/+10
* fix #TpProxy::invalidated references in docGuillaume Desmottes2010-05-071-5/+5
* use g_assert_cmpstrGuillaume Desmottes2010-05-071-16/+16
* document the error code used when invalidating the CDO as a result of tp_chan...Guillaume Desmottes2010-05-071-1/+1
* don't skip the channel-lost sigGuillaume Desmottes2010-05-071-1/+1
* set preparing_core when starting to prepareGuillaume Desmottes2010-05-071-0/+2
* get_dispatch_operation_prop_cb: invalidate the CDO is a property is missingGuillaume Desmottes2010-05-071-4/+23
* fix identationGuillaume Desmottes2010-05-071-25/+25
* remove setter for connection, account and possible-handlers propertiesGuillaume Desmottes2010-05-071-12/+0
* test removing the 2 channels while preparing the CDOGuillaume Desmottes2010-05-071-0/+55
* test_channel_lost: test removing the second channelGuillaume Desmottes2010-05-071-4/+49
* simple-channel-dispatch-operation: fire Finished signal when removing the las...Guillaume Desmottes2010-05-071-0/+6
* test removing a channel while preparing the CDOGuillaume Desmottes2010-05-071-0/+40