index
:
~sjokkis/telepathy-glib
fdo#31376
fdo#34148
fdo#36110
ft-channel
garray-annotations
js
js-examples
master
presence-changed
telepathy-glib-0.10
telepathy-glib-0.6
telepathy-glib-0.8
trivia
util
my tp-glib musings
sjokkis
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-23
contactlist example: Fixed crash when list was being destroyed twice.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+5
2009-09-23
callable example: Proper check if direction changed when requesting stream di...
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2009-08-25
callable example: Use tp_svc_channel_interface_dtmf_return_from_start_tone wh...
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2009-08-24
callable example: add DTMF interface simulation support.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+99
2009-08-17
ExampleCallableMediaChannel: stylistic fixes for Andre's Hold code
Simon McVittie
1
-4
/
+12
2009-08-13
callable example: add Hold interface simulation support.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+137
2009-06-12
fd.o #22182: fix a potential use-after-free in the callable example CM
Simon McVittie
1
-2
/
+4
2009-06-10
glib-client-gen.py: add support for deprecating or not generating _run_ methods
Simon McVittie
1
-1
/
+2
2009-04-18
Replace the duplicate definitions of QUIET_GEN with an include of tools/shave...
Jonny Lamb
1
-4
/
+2
2009-04-18
Moved tp-glib to use shave and made make output legible.
Jonny Lamb
1
-12
/
+16
2009-04-03
Keep a set of CallableMediaChannel (not a list)
Will Thompson
1
-16
/
+23
2009-04-03
Make CallableMediaManager unref closed channels
Will Thompson
1
-0
/
+1
2009-03-24
ExampleCSHRoomChannel: comply with telepathy-spec 0.17.21 by letting the user...
Simon McVittie
1
-0
/
+30
2009-03-24
ExampleCSHRoomChannel: factor out close method
Simon McVittie
1
-10
/
+12
2009-03-24
ExampleCallableMediaStream: set initial direction at construct time
Simon McVittie
2
-17
/
+32
2009-03-24
ExampleCallableMediaChannel: comply with telepathy-spec 0.17.22
Simon McVittie
1
-0
/
+22
2009-03-18
ExampleCallableMediaChannel: if the contact ID contains "(terminate)" simulat...
Simon McVittie
1
-0
/
+34
2009-03-18
ExampleCallableMediaChannel: if we call someone with an ID like "Robot101 (bu...
Simon McVittie
1
-6
/
+48
2009-03-18
ExampleCallableMediaChannel: when closing, only (pretend to) send the call te...
Simon McVittie
1
-14
/
+19
2009-03-18
ExampleCallableMediaChannel: connect the stream when accepting incoming calls
Simon McVittie
1
-0
/
+3
2009-03-18
ExampleCallableMediaChannel: update call progress when accepting incoming calls
Simon McVittie
1
-0
/
+4
2009-03-18
ExampleMediaChannel: Accept all proposed stream directions when we answer a call
Simon McVittie
3
-0
/
+28
2009-03-18
ExampleCallableMediaManager: when our status becomes available, or our messag...
Simon McVittie
2
-4
/
+63
2009-03-18
ExampleCallableMediaChannel: allow remotely-requested channels to start off w...
Simon McVittie
1
-33
/
+81
2009-03-18
ExampleCallableMediaChannel: add boolean initial-audio, initial-video properties
Simon McVittie
1
-0
/
+34
2009-03-18
ExampleCallableMediaStream: add a method to handle peer-requested direction c...
Simon McVittie
2
-0
/
+99
2009-03-18
callable example: emit a signal when presence changes to available
Simon McVittie
1
-0
/
+21
2009-03-17
Merge branch 'priv'
Simon McVittie
5
-6
/
+34
2009-03-17
tp_group_mixin_class_always_allow_removing_self: shorten to ...allow_self_rem...
Simon McVittie
1
-1
/
+1
2009-03-17
ExampleCallableConnection: fix indentation
Simon McVittie
1
-3
/
+3
2009-03-17
ExampleCallableMediaChannel: remove FIXME comment
Simon McVittie
1
-5
/
+1
2009-03-17
callable example: un-bitfield private data as per wjt's review
Simon McVittie
2
-4
/
+3
2009-03-17
callable example: use the configured simulation delay
Simon McVittie
2
-4
/
+4
2009-03-17
callable example: add a configurable simulation delay
Simon McVittie
6
-1
/
+85
2009-03-17
ExampleCallableMediaChannel: attempt to simulate stream directions
Simon McVittie
3
-7
/
+28
2009-03-17
ExampleCallableMediaStream: make the remote contact agree to send media
Simon McVittie
1
-2
/
+21
2009-03-17
ExampleCallableMediaStream: emit direction-changed when necessary
Simon McVittie
1
-0
/
+3
2009-03-17
ExampleCallableMediaStream: simulate the streams becoming connected
Simon McVittie
3
-3
/
+78
2009-03-17
ExampleCallableMediaChannel: when there are no streams left, terminate the call
Simon McVittie
1
-0
/
+7
2009-03-17
ExampleCallableMediaChannel: emit stream-added for requested streams
Simon McVittie
1
-0
/
+3
2009-03-17
ExampleCallableMediaChannel: remove members when the call terminates
Simon McVittie
1
-3
/
+16
2009-03-17
ExampleCallableMediaChannel: assert that removed member is us
Simon McVittie
1
-8
/
+5
2009-03-17
ExampleCallableMediaChannel: implement the outgoing-call state machine (the G...
Simon McVittie
1
-6
/
+83
2009-03-17
ExampleCallableMediaChannel: make RequestStreams fail for wrong handles
Simon McVittie
1
-0
/
+8
2009-03-17
ExampleCallableMediaChannel: react to streams being removed or having directi...
Simon McVittie
1
-0
/
+37
2009-03-17
ExampleCallableMediaStream: disconnect from Channel signals when necessary
Simon McVittie
1
-2
/
+12
2009-03-17
ExampleCallableMediaChannel: fix the way in which channels are closed
Simon McVittie
1
-22
/
+28
2009-03-17
ExampleCallableMediaChannel: rely on implicit permissions in order to be able...
Simon McVittie
1
-27
/
+23
2009-03-17
ExampleCallableMediaChannel: implement RequestStreams in a basic way
Simon McVittie
1
-3
/
+56
2009-03-17
ExampleCallableMediaChannel: use stream-info to implement ListStreams
Simon McVittie
1
-27
/
+4
[next]