summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2009-09-23contactlist example: Fixed crash when list was being destroyed twice.Andre Moreira Magalhaes (andrunko)1-1/+5
2009-09-23callable example: Proper check if direction changed when requesting stream di...Andre Moreira Magalhaes (andrunko)1-1/+1
2009-08-25callable example: Use tp_svc_channel_interface_dtmf_return_from_start_tone wh...Andre Moreira Magalhaes (andrunko)1-1/+1
2009-08-24callable example: add DTMF interface simulation support.Andre Moreira Magalhaes (andrunko)1-0/+99
2009-08-17ExampleCallableMediaChannel: stylistic fixes for Andre's Hold codeSimon McVittie1-4/+12
2009-08-13callable example: add Hold interface simulation support.Andre Moreira Magalhaes (andrunko)1-0/+137
2009-06-12fd.o #22182: fix a potential use-after-free in the callable example CMSimon McVittie1-2/+4
2009-06-10glib-client-gen.py: add support for deprecating or not generating _run_ methodsSimon McVittie1-1/+2
2009-04-18Replace the duplicate definitions of QUIET_GEN with an include of tools/shave...Jonny Lamb1-4/+2
2009-04-18Moved tp-glib to use shave and made make output legible.Jonny Lamb1-12/+16
2009-04-03Keep a set of CallableMediaChannel (not a list)Will Thompson1-16/+23
2009-04-03Make CallableMediaManager unref closed channelsWill Thompson1-0/+1
2009-03-24ExampleCSHRoomChannel: comply with telepathy-spec 0.17.21 by letting the user...Simon McVittie1-0/+30
2009-03-24ExampleCSHRoomChannel: factor out close methodSimon McVittie1-10/+12
2009-03-24ExampleCallableMediaStream: set initial direction at construct timeSimon McVittie2-17/+32
2009-03-24ExampleCallableMediaChannel: comply with telepathy-spec 0.17.22Simon McVittie1-0/+22
2009-03-18ExampleCallableMediaChannel: if the contact ID contains "(terminate)" simulat...Simon McVittie1-0/+34
2009-03-18ExampleCallableMediaChannel: if we call someone with an ID like "Robot101 (bu...Simon McVittie1-6/+48
2009-03-18ExampleCallableMediaChannel: when closing, only (pretend to) send the call te...Simon McVittie1-14/+19
2009-03-18ExampleCallableMediaChannel: connect the stream when accepting incoming callsSimon McVittie1-0/+3
2009-03-18ExampleCallableMediaChannel: update call progress when accepting incoming callsSimon McVittie1-0/+4
2009-03-18ExampleMediaChannel: Accept all proposed stream directions when we answer a callSimon McVittie3-0/+28
2009-03-18ExampleCallableMediaManager: when our status becomes available, or our messag...Simon McVittie2-4/+63
2009-03-18ExampleCallableMediaChannel: allow remotely-requested channels to start off w...Simon McVittie1-33/+81
2009-03-18ExampleCallableMediaChannel: add boolean initial-audio, initial-video propertiesSimon McVittie1-0/+34
2009-03-18ExampleCallableMediaStream: add a method to handle peer-requested direction c...Simon McVittie2-0/+99
2009-03-18callable example: emit a signal when presence changes to availableSimon McVittie1-0/+21
2009-03-17Merge branch 'priv'Simon McVittie5-6/+34
2009-03-17tp_group_mixin_class_always_allow_removing_self: shorten to ...allow_self_rem...Simon McVittie1-1/+1
2009-03-17ExampleCallableConnection: fix indentationSimon McVittie1-3/+3
2009-03-17ExampleCallableMediaChannel: remove FIXME commentSimon McVittie1-5/+1
2009-03-17callable example: un-bitfield private data as per wjt's reviewSimon McVittie2-4/+3
2009-03-17callable example: use the configured simulation delaySimon McVittie2-4/+4
2009-03-17callable example: add a configurable simulation delaySimon McVittie6-1/+85
2009-03-17ExampleCallableMediaChannel: attempt to simulate stream directionsSimon McVittie3-7/+28
2009-03-17ExampleCallableMediaStream: make the remote contact agree to send mediaSimon McVittie1-2/+21
2009-03-17ExampleCallableMediaStream: emit direction-changed when necessarySimon McVittie1-0/+3
2009-03-17ExampleCallableMediaStream: simulate the streams becoming connectedSimon McVittie3-3/+78
2009-03-17ExampleCallableMediaChannel: when there are no streams left, terminate the callSimon McVittie1-0/+7
2009-03-17ExampleCallableMediaChannel: emit stream-added for requested streamsSimon McVittie1-0/+3
2009-03-17ExampleCallableMediaChannel: remove members when the call terminatesSimon McVittie1-3/+16
2009-03-17ExampleCallableMediaChannel: assert that removed member is usSimon McVittie1-8/+5
2009-03-17ExampleCallableMediaChannel: implement the outgoing-call state machine (the G...Simon McVittie1-6/+83
2009-03-17ExampleCallableMediaChannel: make RequestStreams fail for wrong handlesSimon McVittie1-0/+8
2009-03-17ExampleCallableMediaChannel: react to streams being removed or having directi...Simon McVittie1-0/+37
2009-03-17ExampleCallableMediaStream: disconnect from Channel signals when necessarySimon McVittie1-2/+12
2009-03-17ExampleCallableMediaChannel: fix the way in which channels are closedSimon McVittie1-22/+28
2009-03-17ExampleCallableMediaChannel: rely on implicit permissions in order to be able...Simon McVittie1-27/+23
2009-03-17ExampleCallableMediaChannel: implement RequestStreams in a basic waySimon McVittie1-3/+56
2009-03-17ExampleCallableMediaChannel: use stream-info to implement ListStreamsSimon McVittie1-27/+4