summaryrefslogtreecommitdiff
path: root/telepathy-glib
Commit message (Expand)AuthorAgeFilesLines
* Prepare release 0.11.5telepathy-glib-0.11.5Simon McVittie2010-05-1014-83/+127
* 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
* _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-103-0/+83
* 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 simple-approver (fdo #27875)Guillaume Desmottes2010-05-074-0/+379
* 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 one channel while calling AddDispatchOper...Guillaume Desmottes2010-05-071-1/+0
* document tp_base_client_{add,take}_approver_filterGuillaume Desmottes2010-05-071-0/+38
* base-client: add API to implement AddDispatchOperation()Guillaume Desmottes2010-05-072-4/+230
* add add-dispatch-operation-contextGuillaume Desmottes2010-05-075-0/+769
* base-client: uncomment Approver codeGuillaume Desmottes2010-05-072-19/+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-071-0/+37
* 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-071-9/+9
* fix #TpProxy::invalidated references in docGuillaume Desmottes2010-05-071-5/+5
* 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
* channel-dispatch-operation: don't crash if ChannLost is fired before we fetch...Guillaume Desmottes2010-05-071-0/+4
* add tp_channel_dispatch_operation_claim_{async,finish}Guillaume Desmottes2010-05-072-0/+100
* add tp_channel_dispatch_operation_handle_with_{async,finish}Guillaume Desmottes2010-05-072-0/+111
* TpChannelDispatchOperation: implement "channel-lost" signalGuillaume Desmottes2010-05-072-3/+83
* implement TP_CHANNEL_DISPATCH_OPERATION_FEATURE_COREGuillaume Desmottes2010-05-071-1/+153
* add accessors for propertiesGuillaume Desmottes2010-05-072-2/+116
* channel-dispatch-operation: add GObject propertiesGuillaume Desmottes2010-05-071-2/+382
* add TP_CHANNEL_DISPATCH_OPERATION_FEATURE_COREGuillaume Desmottes2010-05-072-0/+39
* no need to ref the account and connection to unref it right afterGuillaume Desmottes2010-05-061-8/+0
* base-client: use _tp_dbus_daemon_is_the_shared_oneGuillaume Desmottes2010-05-051-5/+2
* add _tp_dbus_daemon_is_the_shared_one as internal APIGuillaume Desmottes2010-05-052-0/+8
* use tp_account_ensure_connection to create the TpConnectionGuillaume Desmottes2010-05-051-3/+3
* base-client: use tp_account_manager_ensure_account to create the TpAccountGuillaume Desmottes2010-05-051-6/+3
* instantiate a TpAccountManagerGuillaume Desmottes2010-05-051-0/+24
* Don't fail preparing the context if the connection or account is not preparedGuillaume Desmottes2010-05-053-19/+4
* Pass invalidated channels to ObserveChannels implementation (fdo #27956)Guillaume Desmottes2010-05-053-4/+2
* use a counter to check if context is readyGuillaume Desmottes2010-05-051-25/+12