summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-18Now that the GNU make requirement is documented, turn off Automake portabilit...HEADmasterSimon McVittie1-2/+2
2008-02-18Replace the useless README with one based on telepathy-glib'sSimon McVittie1-4/+50
2008-02-18Move most dependencies to Requires.private.Simon McVittie2-1/+4
2008-02-12Development versionSimon McVittie1-1/+1
2008-02-11Prepare version 0.3.3 (libtool c:r:a = 9:1:7)libtelepathy-0.3.3Simon McVittie2-3/+11
2008-02-11Paste 0.3.x announcement mails into NEWSSimon McVittie1-0/+40
2008-02-11_tp_chan_set_channel: correct sense of assertionSimon McVittie1-1/+1
2008-02-11tp_chan_new_from_channel: be more defensive about TpChannel propertiesSimon McVittie1-1/+7
2008-02-11_tp_chan_new: don't assert that the channel type is givenSimon McVittie1-1/+0
2008-02-04Clear release flagSimon McVittie1-1/+1
2008-02-04Bump version to 0.3.2 (libtool c:r:a = 9:0:7) and telepathy-glib dep to 0.7.1libtelepathy-0.3.2Simon McVittie1-5/+5
2008-02-04Remove xml/modified directory from version controlSimon McVittie1-0/+0
2008-02-01Require telepathy-glib >= 0.7.0.1Simon McVittie1-1/+1
2008-01-31src/Makefile.am: avoid confusing vim quickfix (:make)Simon McVittie1-1/+4
2008-02-01_tp_conn_new: call GetStatus() synchronously if necessary, preserving old sem...Simon McVittie2-7/+17
2008-02-01TpConn: implement in terms of TpConnectionSimon McVittie2-55/+152
2008-02-01Document tp_connmgr_list_cms as being replaced by tp_list_connection_managersSimon McVittie1-0/+4
2008-02-01TpChan: refactor interface-adding to avoid unnecessary D-Bus callsSimon McVittie1-96/+113
2008-02-01tp_chan_local_set_interfaces: minor style fixSimon McVittie1-1/+1
2008-02-01TpChan: add tp_chan_dup_channel, tp_chan_new_from_channelSimon McVittie2-1/+116
2008-01-31TpChan: add tp_chan_new_from_channel()Simon McVittie2-28/+107
2007-12-14Add optional compiler and linker optimization control, and code coverageSimon McVittie1-0/+4
2007-12-14Add compiler.m4, linker.m4 (from libgfshare via telepathy-glib)Simon McVittie3-3/+144
2007-12-13TpChan, TpConn: use G_DEFINE_TYPESimon McVittie2-61/+4
2007-12-13TpConn: rename parent_class to tp_conn_parent_class for compatibility with G_...Simon McVittie1-3/+3
2007-12-13TpChan: rename parent_class to tp_chan_parent_class for compatibility with G_...Simon McVittie1-4/+4
2007-12-04Link dummy executables in check-compat against telepathy-glib etc. (actually ...Simon McVittie1-0/+8
2007-11-28correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)Robert McQueen38-42/+42
2007-11-22Development version 0.3.1.1Simon McVittie1-1/+1
2007-11-22Correct .pc filelibtelepathy-0.3.1Simon McVittie1-3/+3
2007-11-22Fix check-compat for out of tree buildsSimon McVittie2-3/+3
2007-11-22Use $(srcdir) for whitelist.txt, deprecated.txtSimon McVittie1-1/+1
2007-11-22Version 0.3.1 (libtool c:r:a = 8:0:6)Simon McVittie1-4/+4
2007-11-22Turn off -Werror in everything_CFLAGS now I know it worksSimon McVittie1-1/+1
2007-11-22Generate a header containing all of libtelepathy's public API and check that ...Simon McVittie3-0/+54
2007-11-22Use the spec's copy of Channel_Handler, not oursSimon McVittie3-25/+1
2007-11-22Split "whitelisted" (= tp-glib) constants away from deprecated ones.Simon McVittie2-9/+11
2007-11-22Update spec to 0.17.0Simon McVittie24-120/+603
2007-11-22Re-order configure.ac so we set $PKG_CONFIG before trying to use itSimon McVittie1-2/+2
2007-11-22Sync c-constants-generator, c-interfaces-generator from telepathy-glib 0.7.0Simon McVittie2-2/+2
2007-11-22Instead of using our own copy of the whitelisted interface declarations/macro...Simon McVittie1-1/+1
2007-11-22Require telepathy-glib 0.7.0, and use *its* version of tp_get_bus(), tp_get_b...Simon McVittie2-2/+1
2007-11-22Do all checking for libraries at onceSimon McVittie2-15/+2
2007-11-22Link against telepathy-glib 0.6.x (only!); remove our version of tp_get_bus(|...Simon McVittie3-42/+9
2007-11-22Make src/ before src/check-compat/Simon McVittie1-1/+1
2007-11-22Move check-backwards-compat to new directory src/check-compat/ and add tests ...Simon McVittie6-14/+36
2007-11-22Separate generation of tp-glib-like interface (quark) stuff from generation o...Simon McVittie3-2/+13
2007-11-22Split interface quark code into deprecated and whitelisted interfacesSimon McVittie3-8/+14
2007-11-22Add machinery for splitting interfaces into supported and deprecated. Compile...Simon McVittie4-24/+34
2007-11-22Generate LIBTELEPATHY_DISABLE_DEPRECATED guards around the old interface quar...Simon McVittie1-1/+2