summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-29start on version 0.6.1telepathy-logger-0.6Jonny Lamb2-1/+6
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-10-29version 0.6.0Jonny Lamb2-7/+7
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-10-29Fix distcheck, missing file in clean listNicolas Dufresne1-0/+1
2012-10-29NEWS: summary for 0.6.0Jonny Lamb1-2/+13
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-07-04Drop unused TplChannelXavier Claessens3-133/+0
2012-07-04Stop using TplChannel interfaceXavier Claessens7-158/+16
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.
2012-07-04Drop TplChannelFactoryXavier Claessens3-163/+0
2012-07-04Stop using TplChannelFactory, reply on TplClientFactory insteadXavier Claessens4-182/+8
Give a TplClientFactory to the TplObserver, so we get already prepared TplTextChannel and TplCallChannel subclasses.
2012-07-04Add TplClientFactoryXavier Claessens7-1/+204
It is a TpAutomaticClientFactory subclass that creates TplTextChannel and TplCallChannel instances
2012-07-04TplTextChannel, TplCallChannel: Use TpProxyFeatureXavier Claessens4-25/+131
2012-07-04TplTextChannel: Stop using TplActionChainXavier Claessens1-80/+62
It is not needed since only one operation is actually async
2012-07-04TplTextChannel: Stop preparing TpContacts, TpChannel does it for us alreadyXavier Claessens2-112/+16
2012-07-04TplCallChannel: Stop using TplActionChainXavier Claessens1-57/+46
It is not needed since only one operation is actually async
2012-07-04No need to prepare TP_CONNECTION_FEATURE_COREXavier Claessens2-45/+0
TpBaseClient already ensure that before handing the channel
2012-07-04TplCallChannel, TplTextChannel: Do not take TpAccount arg in constructorXavier Claessens4-10/+3
It can be taken from the TpConnection
2012-07-03Remove streamed media channel supportXavier Claessens6-742/+0
2012-07-03Disable single include of telepathy-glib headersXavier Claessens25-50/+29
2012-07-03Update tools/ copy from telepathy-glibXavier Claessens34-1484/+1757
This avoid single include from generated code
2012-07-03Bump telepathy-glib dependency to 0.19.2Xavier Claessens1-2/+2
This is needed for the fixed meta headers
2012-06-05add missing config.h includesGuillaume Desmottes5-0/+10
2012-06-05simple-conn: use TP_ERROR instead of TP_ERRORSGuillaume Desmottes1-2/+2
The latter has been deprecated. Ideally we should sync this file from tp-glib but the current version depends on tp-glib 0.19.x
2012-06-05use tp-glib version macrosGuillaume Desmottes1-0/+3
2012-05-28Update .gitignoreJasper St. Pierre1-2/+4
https://bugs.freedesktop.org/show_bug.cgi?id=50361 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-05-28log-manager: Fix annotations on get_filtered_eventsJasper St. Pierre1-2/+3
Both callbacks needs to be marked allow-none, and filter isn't an (async scope), it's an (async call). https://bugs.freedesktop.org/show_bug.cgi?id=50361 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-05-28Fix introspection warningsJasper St. Pierre8-28/+28
https://bugs.freedesktop.org/show_bug.cgi?id=50361 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-26Merge branch 'telepathy-logger-0.4'Danielle Madeley1-1/+1
2012-04-26Since we depend on Call support now, bump tp-glib dep to 0.18.0Danielle Madeley1-1/+1
2012-04-03start on version 0.5.0Jonny Lamb2-2/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03start on version 0.4.1Jonny Lamb2-1/+6
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03version 0.4.0Jonny Lamb2-5/+5
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03update NEWS for 0.4.0Jonny Lamb1-0/+10
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03tools/telepathy.am: update to latest version from tp-glibJonny Lamb3-6/+148
Well... s/tar.gz/tar.bz2/g. We should fix this in upstream tp-glib tbh. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03Fix type in NEWS fileDanielle Madeley1-1/+1
2012-04-03Post release version bumpDanielle Madeley1-1/+1
2012-04-03Version 0.2.13Danielle Madeley2-2/+15
2012-03-28Limit end-reason to enum values rather then max intNicolas Dufresne1-1/+1
2012-03-28Style fixNicolas Dufresne1-2/+2
2012-03-28Be safe when CM sends change state multiple timesNicolas Dufresne1-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.
2012-03-28Port TplCallChannel to Call1 APINicolas Dufresne15-421/+150
This include a API break in the unstable Call code. Code using the unstable call log feature will need porting.
2012-02-14add missing config.hGuillaume Desmottes2-0/+4
2012-02-14Disable GLib deprecation warningsGuillaume Desmottes1-0/+4
We are stuck with GValueArray.
2011-11-24Fail on missing gobject-instrospection makefileNicolas Dufresne1-1/+3
On Debian the gobject-introspection build tools and the .pc are shipped into seperate packages without dependency, which is a packaging bug. To make this bug more obvious, we now fail if the makefile in /usr/share/ is missing. https://bugs.freedesktop.org/show_bug.cgi?id=43200
2011-11-24Post release version bumpNicolas Dufresne1-1/+1
2011-11-18Update check-c-style.sh from telepathy-glibCosimo Alfarano1-0/+13
2011-11-18Replace g_ptr_array_free with g_ptr_array_unrefCosimo Alfarano3-3/+3
2011-11-18Replace g_array_free with g_array_unrefCosimo Alfarano3-5/+5
2011-11-18Replace g_hash_table_destroy with g_hash_table_unrefCosimo Alfarano4-19/+19
2011-11-01Version 0.2.12Nicolas Dufresne2-3/+12
2011-10-31Version 0.2.11Nicolas Dufresne2-3/+20
2011-10-31Improve GObject introspection anotationNicolas Dufresne3-8/+19