summaryrefslogtreecommitdiff
path: root/telepathy-logger/call-channel.c
Commit message (Collapse)AuthorAgeFilesLines
* fix tp-glib single headersGuillaume Desmottes2013-09-251-1/+0
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69797
* use tp_channel_get_connection()Guillaume Desmottes2013-09-251-1/+1
| | | | | | tp_channel_borrow_connection has been deprecated. https://bugs.freedesktop.org/show_bug.cgi?id=69797
* Stop using TplChannel interfaceXavier Claessens2012-07-041-73/+5
| | | | | | That interface is used only to prepare TplTextChannel and TplCallChannel, but they now have a CORE feature doing that job, so they can be prepared like any other proxy.
* Add TplClientFactoryXavier Claessens2012-07-041-0/+12
| | | | | It is a TpAutomaticClientFactory subclass that creates TplTextChannel and TplCallChannel instances
* TplTextChannel, TplCallChannel: Use TpProxyFeatureXavier Claessens2012-07-041-8/+59
|
* TplCallChannel: Stop using TplActionChainXavier Claessens2012-07-041-57/+46
| | | | It is not needed since only one operation is actually async
* No need to prepare TP_CONNECTION_FEATURE_COREXavier Claessens2012-07-041-13/+0
| | | | TpBaseClient already ensure that before handing the channel
* TplCallChannel, TplTextChannel: Do not take TpAccount arg in constructorXavier Claessens2012-07-041-4/+1
| | | | It can be taken from the TpConnection
* Fix introspection warningsJasper St. Pierre2012-05-281-1/+1
| | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=50361 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Style fixNicolas Dufresne2012-03-281-2/+2
|
* Be safe when CM sends change state multiple timesNicolas Dufresne2012-03-281-0/+5
| | | | | I've notice that Gabble sends the ended state twice some times. This is a but in the CM, but better be safe.
* Port TplCallChannel to Call1 APINicolas Dufresne2012-03-281-327/+85
| | | | | This include a API break in the unstable Call code. Code using the unstable call log feature will need porting.
* Replace g_array_free with g_array_unrefCosimo Alfarano2011-11-181-3/+3
|
* Fix observer singleton and select featuresNicolas Dufresne2011-10-141-1/+3
|
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
|
* Add support for TplCallChannelNicolas Dufresne2011-03-251-0/+761