summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* start on version 0.6.1telepathy-logger-0.6Jonny Lamb2012-10-302-1/+6
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* version 0.6.0telepathy-logger-0.6.0Jonny Lamb2012-10-302-7/+7
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add missing file in gitignoreNicolas Dufresne2012-10-301-0/+1
|
* tools: Remove telepathy-glib-env from version controlDebarshi Ray2012-10-301-9/+0
| | | | It is generated during the build.
* tools: expect a tar.bz2 not a tar.gzJonny Lamb2012-10-302-10/+10
| | | | | | This is an ugly patch but it'll do for now. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* log-store-xml: Filter out duplicate dates in get_datesNicolas Dufresne2012-10-301-0/+13
| | | | Fixes: https://bugs.freedesktop.org/53345
* Fix distcheck, missing file in clean listNicolas Dufresne2012-10-291-0/+1
|
* NEWS: summary for 0.6.0Jonny Lamb2012-10-291-2/+13
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Drop unused TplChannelXavier Claessens2012-07-043-133/+0
|
* Stop using TplChannel interfaceXavier Claessens2012-07-047-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.
* Drop TplChannelFactoryXavier Claessens2012-07-043-163/+0
|
* Stop using TplChannelFactory, reply on TplClientFactory insteadXavier Claessens2012-07-044-182/+8
| | | | | Give a TplClientFactory to the TplObserver, so we get already prepared TplTextChannel and TplCallChannel subclasses.
* Add TplClientFactoryXavier Claessens2012-07-047-1/+204
| | | | | It is a TpAutomaticClientFactory subclass that creates TplTextChannel and TplCallChannel instances
* TplTextChannel, TplCallChannel: Use TpProxyFeatureXavier Claessens2012-07-044-25/+131
|
* TplTextChannel: Stop using TplActionChainXavier Claessens2012-07-041-80/+62
| | | | It is not needed since only one operation is actually async
* TplTextChannel: Stop preparing TpContacts, TpChannel does it for us alreadyXavier Claessens2012-07-042-112/+16
|
* 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-042-45/+0
| | | | TpBaseClient already ensure that before handing the channel
* TplCallChannel, TplTextChannel: Do not take TpAccount arg in constructorXavier Claessens2012-07-044-10/+3
| | | | It can be taken from the TpConnection
* Remove streamed media channel supportXavier Claessens2012-07-036-742/+0
|
* Disable single include of telepathy-glib headersXavier Claessens2012-07-0325-50/+29
|
* Update tools/ copy from telepathy-glibXavier Claessens2012-07-0334-1484/+1757
| | | | This avoid single include from generated code
* Bump telepathy-glib dependency to 0.19.2Xavier Claessens2012-07-031-2/+2
| | | | This is needed for the fixed meta headers
* add missing config.h includesGuillaume Desmottes2012-06-055-0/+10
|
* simple-conn: use TP_ERROR instead of TP_ERRORSGuillaume Desmottes2012-06-051-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
* use tp-glib version macrosGuillaume Desmottes2012-06-051-0/+3
|
* Update .gitignoreJasper St. Pierre2012-05-281-2/+4
| | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=50361 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* log-manager: Fix annotations on get_filtered_eventsJasper St. Pierre2012-05-281-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>
* Fix introspection warningsJasper St. Pierre2012-05-288-28/+28
| | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=50361 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Merge branch 'telepathy-logger-0.4'Danielle Madeley2012-04-261-1/+1
|\
| * Since we depend on Call support now, bump tp-glib dep to 0.18.0telepathy-logger-0.4Danielle Madeley2012-04-261-1/+1
| |
* | start on version 0.5.0Jonny Lamb2012-04-032-2/+2
|/ | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* start on version 0.4.1Jonny Lamb2012-04-032-1/+6
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* version 0.4.0telepathy-logger-0.4.0Jonny Lamb2012-04-032-5/+5
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* update NEWS for 0.4.0Jonny Lamb2012-04-031-0/+10
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* tools/telepathy.am: update to latest version from tp-glibJonny Lamb2012-04-033-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>
* Fix type in NEWS fileDanielle Madeley2012-04-031-1/+1
|
* Post release version bumpDanielle Madeley2012-04-031-1/+1
|
* Version 0.2.13telepathy-logger-0.2.13Danielle Madeley2012-04-032-2/+15
|
* Limit end-reason to enum values rather then max intNicolas Dufresne2012-03-281-1/+1
|
* 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-2815-421/+150
| | | | | This include a API break in the unstable Call code. Code using the unstable call log feature will need porting.
* add missing config.hGuillaume Desmottes2012-02-142-0/+4
|
* Disable GLib deprecation warningsGuillaume Desmottes2012-02-141-0/+4
| | | | We are stuck with GValueArray.
* Fail on missing gobject-instrospection makefileNicolas Dufresne2011-11-241-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
* Post release version bumpNicolas Dufresne2011-11-241-1/+1
|
* Update check-c-style.sh from telepathy-glibCosimo Alfarano2011-11-181-0/+13
|
* Replace g_ptr_array_free with g_ptr_array_unrefCosimo Alfarano2011-11-183-3/+3
|
* Replace g_array_free with g_array_unrefCosimo Alfarano2011-11-183-5/+5
|