summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-07Add python2.3 to the list of Python executables to trytelepathy-gabble-0.5.3Simon McVittie1-1/+1
2007-02-07Increment version to 0.5.3Simon McVittie1-1/+1
2007-02-07#include <time.h> into text-mixin.h (for time_t)Simon McVittie1-0/+2
2007-02-07Don't always rebuild the .manager: instead depend on just the relevant files ...Simon McVittie1-3/+1
2007-02-07Don't use set() for Python 2.3 compatibilitySimon McVittie1-4/+4
2007-02-07genginterface.py: Make compatible with Python 2.3 for Scratchbox's benefitSimon McVittie1-2/+7
2007-02-07fix debug headers putting G_BEGIN_DECLS inside #ifdef ENABLE_DEBUG, but G_END...Robert McQueen2-6/+6
2007-02-06Delete the generate directory, no longer needed now we've implemented everyth...telepathy-gabble-0.5.2Simon McVittie59-6550/+1
2007-02-06genginterface: Copy in dbus-python 0.71's signature parser, so genginterface ...Simon McVittie1-2/+61
2007-02-06Sync with spec release 0.14.1 (no changes)Simon McVittie1-1/+1
2007-02-06GabbleVCardManager: fixed typosSenko Rasic2-5/+5
2007-02-06GabbleVCardManager: handle NULL photos in vcards properlySenko Rasic3-11/+14
2007-02-05bump version to 0.5.2Robert McQueen1-2/+2
2007-02-05Indicate in lib/telepathy-glib/Makefile.am where the files matching _gen/svc-...Simon McVittie1-1/+1
2007-02-05Add pkg-config file for telepathy-glib (patch from oggis)Simon McVittie3-0/+16
2007-02-05lib/telepathy-glib/base-connection.c: fix misleading indentationSimon McVittie1-2/+4
2007-02-05Sync lib/telepathy-glib/Makefile.am with the conflicting branch of cmlib refa...Simon McVittie1-2/+1
2007-02-05lib/telepathy-glib/dbus.h: If DBUS_API_SUBJECT_TO_CHANGE is already defined, ...Simon McVittie1-1/+3
2007-02-05gabble_connection_connect(): don't segfault if _gabble_connection_connect() f...Simon McVittie1-1/+1
2007-02-05Correct spelling of "destroy"Simon McVittie1-1/+1
2007-02-05Actually add lib/tests/Makefile.amSimon McVittie1-0/+23
2007-02-05Update spec-gen.amSimon McVittie2-2/+3
2007-02-05Revert part of change to _boring - test-handles is still Gabble, not telepath...Simon McVittie1-1/+1
2007-02-05Free handle repos *after* the channel factories that use them, so we don't se...Simon McVittie1-7/+7
2007-02-05Fix up some paths in lib/telepathy-glib/Makefile.amSimon McVittie1-5/+4
2007-02-05Don't rely on inter-library dependenciesSimon McVittie2-8/+13
2007-02-05Declare telepathy-gabble-0.foo.tar.gz etc. to be boring for Darcs purposesSimon McVittie1-0/+1
2007-02-05Move tests for bits of lib to lib tooSimon McVittie7-28/+8
2007-02-05lib/telepathy-glib/Makefile.am: do install things nowSimon McVittie1-7/+8
2007-02-05Compensate for .c move into telepathy-glib subdir in src/Makefile.am tooSimon McVittie1-2/+2
2007-02-05Add lib/tools/Makefile.amSimon McVittie1-0/+8
2007-02-05Finish updating lib/telepathy-glib/Makefile.amSimon McVittie1-73/+52
2007-02-05Start altering Makefiles to compensate for files moving into telepathy-glib s...Simon McVittie4-207/+222
2007-02-05Move .c files in lib into telepathy-glib subdirectorySimon McVittie20-0/+0
2007-01-30Add _gen/main.c to BUILT_SOURCES (hence CLEANFILES)Simon McVittie1-1/+2
2007-01-30Add comment explaining why there is no handle-set.hSimon McVittie1-0/+3
2007-01-30Rename lib/debug.h to lib/internal-debug.h.Simon McVittie16-25/+33
2007-02-05Merge duplicate merge (thanks, Darcs)Simon McVittie1-12/+5
2007-02-05Merge src/Makefile.am: cmlib-14 vs IVC branchSimon McVittie1-5/+12
2007-02-05merge IVC branch to ginterface refactoringRobert McQueen1-12/+5
2007-01-30Fix out-of-tree builds and make "make distcheck" passSimon McVittie1-9/+32
2007-01-30Merge use of generated GInterfaces with vCard cacheSimon McVittie1-2/+15
2007-01-29Remove remnants of old copying-generated-files processSimon McVittie3-93/+0
2007-01-29Ignore lib/check_self_containedSimon McVittie1-0/+1
2007-01-29Generate GInterfaces at build time from a shipped copy of the spec.Simon McVittie17-57/+801
2007-01-29src/: stop trying to include individual headers for all interfaces, use the n...Simon McVittie8-14/+2
2007-01-29Sync with spec: Move Properties.xml to Properties_Interface.xmlSimon McVittie2-1/+1
2007-01-29Generate interfaces, enums, errors headers from a local copy of the spec usin...Simon McVittie38-5/+4554
2007-01-26In Gabble text mixin, make gabble_text_mixin_send asynchronous and document i...Simon McVittie4-39/+39
2007-01-26src/: Port Gabble implementations of interfaces to new ABI in the generated G...Simon McVittie9-65/+122