summaryrefslogtreecommitdiff
path: root/examples/future
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Check for -Wl,--no-add-needed and add it to AM_LDFLAGS everywhere we compile CSimon McVittie1-0/+3
2010-11-25Update to spec 0.21.5Simon McVittie1-3/+4
2010-10-29future Call CM: emit Content.Removed tooSimon McVittie1-0/+1
2010-10-25Update spec to 0.21.3Simon McVittie2-59/+38
2010-10-25Merge branch 'telepathy-glib-0.12'Simon McVittie1-13/+22
2010-10-25fd.o #30730: order tests' and examples' CFLAGS and LIBS consistentlySimon McVittie1-13/+22
2010-10-15Update to spec 0.21.2Simon McVittie3-63/+71
2010-08-10Merge branch 'exemplary'Simon McVittie9-126/+328
2010-08-09Add the Interfaces property to the call example CMSimon McVittie2-0/+26
2010-07-27Call (future) example CM: port to TpBaseProtocolSimon McVittie9-126/+328
2010-04-19Use tp_dbus_daemon_register_object in examplesSimon McVittie3-33/+9
2010-04-01Use tp_str_empty whenever it's equivalent to the current codeSimon McVittie1-1/+1
2010-01-15example_call_channel_set_state: *un*ref the old ActorSimon McVittie1-1/+1
2009-12-14ExampleCallChannel: toggle the LocallyHeld flag at the same time as the local...Simon McVittie1-0/+14
2009-12-14ExampleCallChannel: track contents by name, and respect the requested name (w...Simon McVittie1-33/+81
2009-12-14ExampleCallChannel: remove peer on termination (questionable, see fd.o #24936...Simon McVittie1-0/+10
2009-12-14ExampleCallChannel: simulate ringing when we call someoneSimon McVittie1-12/+36
2009-12-14ExampleCallManager: require calls to have initial audio or initial videoSimon McVittie1-9/+42
2009-12-14Call CM: adjust comments to reflect that Call is implemented nowSimon McVittie2-12/+9
2009-12-14ExampleCallChannel: implement Ringing()Simon McVittie1-2/+35
2009-12-14ExampleCallChannel: Accept(): only accept proposed sending in initial streamsSimon McVittie1-4/+6
2009-12-14ExampleCallChannel: set Initial disposition on initial contentsSimon McVittie1-9/+14
2009-12-14ExampleCallStream: ref the Connection directly, not via the ChannelSimon McVittie2-24/+11
2009-12-14ExampleCallChannel: terminate streams when call ends, rather than emitting a ...Simon McVittie2-34/+17
2009-12-14ExampleCallChannel: store contents in a set (an object => itself map)Simon McVittie1-23/+13
2009-12-14ExampleCallStream: remove vestigial id propertySimon McVittie2-53/+36
2009-12-14ExampleCallChannel: don't bind to streams' signals directlySimon McVittie1-15/+17
2009-12-14ExampleCallContent: emit stream-removedSimon McVittie1-0/+24
2009-12-14ExampleCallStream: refactor direction-related functions and make them staticSimon McVittie2-46/+21
2009-12-14ExampleCallStream: express directions in terms of Call sending statesSimon McVittie1-84/+53
2009-12-14ExampleCallStream: remove stream-info, type, state, pending-send, direction p...Simon McVittie2-126/+2
2009-12-14ExampleCallStream: remove direction-changed signal (no longer used)Simon McVittie1-14/+0
2009-12-14ExampleCallChannel: stop emitting StreamedMedia signals or implementing that ...Simon McVittie1-57/+0
2009-12-14ExampleCallStream: emit SendersChanged notificationsSimon McVittie1-17/+105
2009-12-14ExampleCallStream: implement Senders propertySimon McVittie1-4/+34
2009-12-14ExampleCallStream: defer setting stream direction until constructedSimon McVittie1-12/+11
2009-12-14ExampleCallChannel: stop implementing RequestStreamDirectionSimon McVittie2-74/+2
2009-12-14ExampleCallStream: implement SetSending, RequestReceivingSimon McVittie1-5/+68
2009-12-14ExampleCallChannel: stop implementing ListStreams, RequestStreamsSimon McVittie1-119/+0
2009-12-14ExampleCallChannel: comply with Call API by not actually making outgoing call...Simon McVittie1-6/+3
2009-12-14ExampleCallChannel: don't implement RemoveStreamsSimon McVittie1-1/+4
2009-12-14ExampleCallChannel: implement AddContent (for the second and subsequent conte...Simon McVittie1-12/+46
2009-12-14ExampleCallChannel: don't be a Group at allSimon McVittie2-167/+12
2009-12-14Call example and its test: set channel type to Call, with a pseudo-StreamedMe...Simon McVittie2-9/+11
2009-12-14ExampleCallChannel: implement Accept()Simon McVittie1-1/+46
2009-12-14ExampleCallChannel: factor out accept_incoming_call()Simon McVittie1-40/+52
2009-12-14ExampleCallChannel: implement Hangup()Simon McVittie1-4/+19
2009-12-14ExampleCallChannel: put Call in the Interfaces so client code can use itSimon McVittie1-0/+1
2009-12-14Call example CM: never close channels until Closed() (or connection disconnects)Simon McVittie3-8/+43
2009-12-14ExampleCallManager: support InitialAudio, InitialVideoSimon McVittie2-11/+31