summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-07Add some missing config.hHEADmasterGuillaume Desmottes3-0/+6
2012-02-07Disable GLib deprecation warnings for nowGuillaume Desmottes1-0/+4
2011-11-21Support building for AndroidAlvaro Soliverez4-1/+45
2011-11-21configure: Bump tp-glib dep to include Emits_ChangedWill Thompson1-1/+1
2011-11-18Post-release bumpMike Ruprecht1-1/+1
2011-11-18version 0.0.4telepathy-yell-0.0.4Mike Ruprecht2-2/+11
2011-11-17Update tools to current tp-glibSjoerd Simons6-28/+99
2011-11-17Add Call_Content_Interface_Audio_Control from telepathy-specSjoerd Simons3-0/+113
2011-11-16Add coding style check for g_hash_table_destroy and g_array_free usageXavier Claessens1-0/+13
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens4-5/+5
2011-10-12call-channel: add TPY_CALL_CHANNEL_FEATURE_COREGuillaume Desmottes2-28/+79
2011-06-16Fix tpy_call_channel_accept_finish() return valueEmilio Pozuelo Monfort1-1/+1
2011-06-16Make tpy_call_channel_hangup_finish() actually do anythingEmilio Pozuelo Monfort2-2/+13
2011-06-16Use a GAsyncResult for each async callEmilio Pozuelo Monfort1-27/+24
2011-06-16CallChannel: add Hold high-level APIEmilio Pozuelo Monfort2-0/+84
2011-06-13Check for gioEmilio Pozuelo Monfort1-1/+1
2011-05-26Post-release bumpEmilio Pozuelo Monfort1-1/+1
2011-05-26version 0.0.3telepathy-yell-0.0.3Emilio Pozuelo Monfort2-2/+10
2011-05-26Fix signal documentationEmilio Pozuelo Monfort1-2/+1
2011-05-26Correctly track call membersEmilio Pozuelo Monfort1-7/+35
2011-05-25Merge branch 'error-checking'Marco Barisione3-3/+4
2011-05-25Check the return value of functions instead of the GError when possibleMarco Barisione2-2/+2
2011-05-25Don't leak the GError in codec_offer_finished_cbMarco Barisione1-0/+1
2011-05-25tpy_call_content_codec_offer_offer_finish should return NULL instead of FALSEMarco Barisione1-1/+1
2011-05-20Post-release bumpEmilio Pozuelo Monfort1-1/+1
2011-05-20version 0.0.2telepathy-yell-0.0.2Emilio Pozuelo Monfort2-5/+12
2011-05-20Add telepathy.am for maintainer-make-releaseEmilio Pozuelo Monfort4-0/+149
2011-05-20Add a ChangeLog fileEmilio Pozuelo Monfort1-0/+2
2011-05-20Fix docstrings for two TpyCallContent signalsEmilio Pozuelo Monfort1-4/+4
2011-05-17Don't Initialize member values in _constructedSjoerd Simons1-3/+1
2011-05-15Fix version from post release bump commitMike Ruprecht1-1/+1
2011-05-15tpy_call_content_codec_offer_offer shouldn't own the cancellableMike Ruprecht2-1/+2
2011-04-21Update .gitignoreDanielle Madeley1-0/+1
2011-04-08Fix signal signatureEmilio Pozuelo Monfort1-1/+1
2011-04-01Post-release bumpSjoerd Simons1-2/+2
2011-04-01version 0.0.1Sjoerd Simons1-2/+2
2011-04-01Add infrastructure for libtool versioningSjoerd Simons2-0/+20
2011-04-01Enable shared library by default, static users should disable thisSjoerd Simons1-3/+3
2011-04-01Add a NEWS and README fileSjoerd Simons2-0/+10
2011-03-23Fix typoSjoerd Simons1-1/+1
2011-03-23Add a ready property on the client object treeSjoerd Simons3-2/+143
2011-03-22Add API to get the current video stateSjoerd Simons2-0/+37
2011-03-22Correct the streams-removed callbackSjoerd Simons1-7/+8
2011-03-16Require GLib 2.28Emilio Pozuelo Monfort1-1/+1
2011-03-08Don't pass a library suffix to ./configureEmilio Pozuelo Monfort2-7/+5
2011-03-03Add service side headers to installed headersDanielle Madeley1-13/+10
2011-03-02CallChannel: free the call detailsEmilio Pozuelo Monfort1-1/+1
2011-03-02Check parameters in public APIsEmilio Pozuelo Monfort1-0/+6
2011-03-02Add a tpy_call_channel_get_state() accessorEmilio Pozuelo Monfort2-0/+22
2011-02-23Use the correct types for tp_asv_get_boxedEmilio Pozuelo Monfort2-7/+12