summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Undeprecate tp_simple_{observer,approver,handler}_new()Xavier Claessens12-59/+65
2012-03-28CallContentMediaDescription: Add missing documentationOlivier Crête1-9/+12
2012-03-28examples/client/stream-tubes/Makefile.am: ensure that we link on tp-glib from...Guillaume Desmottes1-2/+2
2012-03-28add tp_dbus_tube_channel_accept_async()Guillaume Desmottes5-0/+175
2012-03-28Correct English in tp_dbus_tube_channel_offer_async()Will Thompson1-1/+1
2012-03-28dbus-tube test: return TRUE from ::new-connection handlerWill Thompson2-6/+11
2012-03-28add tp_dbus_tube_channel_offer_async()Guillaume Desmottes4-0/+358
2012-03-28TpTestsDBusTubeChannel: implement Offer()Guillaume Desmottes1-5/+72
2012-03-28Add TP_DBUS_TUBE_CHANNEL_FEATURE_COREGuillaume Desmottes4-1/+120
2012-03-28AutomaticClientFactory: add a channel type lookup tableWill Thompson1-54/+111
2012-03-27Move TpBaseContactListAsyncFinishFunc right before the point where it isAlvaro Soliverez1-4/+4
2012-03-27Remove duplicate typedef that was introduced by mistake in one of theAlvaro Soliverez1-4/+0
2012-03-27doc: TpBaseContactList's download-at-connection propertyAlban Crequy1-3/+3
2012-03-27doc: tp_base_contact_list_get_download_at_connectionAlban Crequy1-1/+4
2012-03-27test: contact-list downloadAlban Crequy1-0/+22
2012-03-27ContactList: implement helper tp_base_contact_list_get_download_at_connectionAlban Crequy3-0/+17
2012-03-27ContactList: add method Download in TpBaseContactListAlban Crequy3-1/+139
2012-03-27ContactList: add property DownloadAtConnection in TpBaseContactListAlban Crequy1-0/+37
2012-03-27Have the Android target depend on the generated codeAlvaro Soliverez2-5/+1
2012-03-26stream_tube_channel_new: refer to TpAutomaticProxyFactoryWill Thompson1-2/+5
2012-03-26docs: Fix "Finishes to" broken EnglishWill Thompson3-23/+26
2012-03-26python/ft example: handle an exception. Hooray!Will Thompson1-2/+6
2012-03-26Use g_dir_make_tmp() now that we depend on glib 2.30Xavier Claessens1-11/+3
2012-03-23contact_set_subscription_states: use _tp_base_contact_list_presence_state_to_...Guillaume Desmottes1-4/+6
2012-03-23export _tp_base_contact_list_presence_state_to_letter as private APIGuillaume Desmottes2-4/+7
2012-03-22start on version 0.17.8Jonny Lamb2-1/+8
2012-03-22version 0.17.7telepathy-glib-0.17.7Jonny Lamb5-5/+40
2012-03-22BaseMediaCallChannel: Only wait for streams to start if they were sending to ...Olivier Crête1-4/+26
2012-03-21Merge branch 'example-approver'Will Thompson1-17/+6
2012-03-21example approver: "Dissaprove" is not a word.Will Thompson1-1/+1
2012-03-21example approver: use _close_channels_async()Will Thompson1-16/+5
2012-03-20BaseMediaCallStream: Only emit STUNServersChanged if they have changedOlivier Crête1-1/+37
2012-03-20Include the debug message in the TpCallStateReason structureOlivier Crête2-4/+12
2012-03-20BaseMediaCallStream: Clear local sending state on sending failureOlivier Crête1-0/+1
2012-03-20Call: Ignore all sending/receiving failures while heldOlivier Crête2-20/+25
2012-03-20BaseMediaCallContent: Make sure the sending state is updated on call acceptanceOlivier Crête1-0/+3
2012-03-20BaseMediaCallStream: Export if the CM has allowed sendingOlivier Crête3-0/+20
2012-03-19add missing file 0.17.6.abiGuillaume Desmottes1-0/+32
2012-03-19set nano flagGuillaume Desmottes1-1/+1
2012-03-19NEWS: set release datetelepathy-glib-0.17.6Guillaume Desmottes1-1/+1
2012-03-19prepare 0.17.6Guillaume Desmottes15-56/+64
2012-03-16call-channel: annotate the state-changed signalGuillaume Desmottes1-2/+2
2012-03-15CallChannel: Add const keyword for the const stringsOlivier Crête2-6/+6
2012-03-14BaseMediaCallStream: Update the sending and receiving states when a channel i...Olivier Crête1-0/+4
2012-03-14BaseCallStream: Emit notification when the channel is setOlivier Crête1-0/+3
2012-03-14CallChannel: Add functions to request holdOlivier Crête3-0/+74
2012-03-14CallChannel: Add Hold state as a GObject propertyOlivier Crête3-0/+24
2012-03-14CallChannel: Expose the hold state as a GObject propertyOlivier Crête1-5/+112
2012-03-14Document that CallStateDetails is a asvOlivier Crête1-2/+4
2012-03-14BaseMediaCallStream: Never start sending until a call is acceptedOlivier Crête1-0/+3