summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2013-09-25sync tools/ with tp-glib masterGuillaume Desmottes17-138/+165
Needed to stop using deprecated API in generated code. https://bugs.freedesktop.org/show_bug.cgi?id=69797
2012-10-30tools: Remove telepathy-glib-env from version controlDebarshi Ray1-9/+0
It is generated during the build.
2012-10-30tools: expect a tar.bz2 not a tar.gzJonny Lamb2-10/+10
This is an ugly patch but it'll do for now. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-07-03Update tools/ copy from telepathy-glibXavier Claessens30-1427/+1688
This avoid single include from generated code
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>
2011-11-18Update check-c-style.sh from telepathy-glibCosimo Alfarano1-0/+13
2011-03-22version 0.2.6Nicolas Dufresne2-0/+0
2011-02-23Comment the auto-magic script creationNicolas Dufresne1-16/+19
Nobody seem do know what those target does and they clearly break distcheck target so I'm commenting it for now.
2011-02-23Add missing test script to EXTRA_DISTNicolas Dufresne1-0/+4
2011-02-22Fix valgrind support in tests/dbusNicolas Dufresne1-1/+1
This is just a quick fix, there seems to be redondant stuff between valgrind.mk and the Makefiles.am.
2011-01-21Add test/dbus testsuites, as tp-glib does.Cosimo Alfarano3-0/+137
Importing only the needed modules from tests/lib/
2010-03-30Make the extensions library public and perform some minor reorganization.Travis Reitter2-0/+60
2010-03-23Switch from shave to AM_SILENT_RULESSimon McVittie1-1/+0
2010-02-24Include maintainer tools in toplevel Makefile.amDanielle Madeley1-22/+7
2010-02-24make distcheck fixesDanielle Madeley1-0/+4
2010-02-11Generate client bindingsDanielle Madeley1-0/+1184
2010-02-11Get org.freedesktop.Telepathy.Logger extension buildingDanielle Madeley3-0/+996
2010-01-29Added file for TP DBus extension supportCosimo Alfarano24-1994/+451
2009-12-04Completed importing and refactoring of EmpathyLogStoreCosimo Alfarano27-0/+4832
* removed any call which would make TPL depending on libempathy * copied empathy-time.[hc] * added some empathy's utility function to tpl_utils.[ch] * added support for automake/autoconf using empathy's one as basis: currently TPL depends on telepathy-glib and libxmp-2.0 (and theirs deps) * added AUTHORS COPYING INSTALL README and NEWS files (empty)