index
:
~jonny/telepathy-glib
av
base-channel-disappear
change-status-you-say
codegen
debug-lender
delay-approvers
feature-mixin
future-master-47100
master
misc
moar-deprecations
next
none-handle
ptr-array-extend
qed
target-id-in-channel-manager
telepathy-glib-0.10
telepathy-glib-0.12
telepathy-glib-0.6
telepathy-glib-0.8
le tp-glib
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-07
Whitespace
Simon McVittie
2
-40
/
+40
2009-01-07
Replace the remaining instances of the "channel factory" terminology
Simon McVittie
4
-8
/
+7
2009-01-07
echo2 example CM: rename Echo2Factory to Echo2ImManager
Simon McVittie
3
-57
/
+57
2009-01-07
echo example CM: rename to ExampleEchoFactory to ExampleEchoImManager
Simon McVittie
3
-64
/
+63
2009-01-07
echo examples: rename files containing channel managers to im-manager.[ch]
Simon McVittie
8
-14
/
+14
2009-01-07
echo example CMs: add connection prefix to manager.[ch]
Simon McVittie
8
-10
/
+10
2009-01-07
extended CM example: rename ExampleConnection to ExampleExtendedConnection
Simon McVittie
3
-43
/
+43
2009-01-07
extended example CM: add connection- prefix to manager.[ch]
Simon McVittie
5
-62
/
+72
2009-01-07
no-protocols example CM: rename manager.[ch] with connection- prefix
Simon McVittie
5
-65
/
+75
2009-01-07
Change filename of channelspecific room manager to match class name
Simon McVittie
4
-5
/
+5
2009-01-07
channelspecific example: rename RoomFactory to RoomManager
Simon McVittie
3
-65
/
+65
2009-01-07
channelspecific example: rename manager.[ch] to connection-manager.[ch]
Simon McVittie
4
-5
/
+5
2009-01-07
channelspecific example: port channel factory to TpChannelManager
Simon McVittie
2
-70
/
+191
2009-01-07
channelspecific example room: implement TpExportableChannel
Simon McVittie
1
-7
/
+43
2009-01-07
Echo2 example: advertise support for Requests
Simon McVittie
1
-0
/
+5
2009-01-07
Echo example: advertise support for Requests
Simon McVittie
1
-0
/
+5
2009-01-07
Echo example: port channel factory to be a channel manager
Simon McVittie
2
-70
/
+186
2009-01-07
Echo2 example: port channel factory to be a channel manager
Simon McVittie
2
-69
/
+184
2009-01-07
Echo example: use correct method return for Destroy
Simon McVittie
1
-1
/
+1
2009-01-07
Echo2 example: implement Destroyable
Simon McVittie
1
-5
/
+5
2008-12-18
Merge branch 'messages'
Simon McVittie
11
-0
/
+1449
2008-12-12
More shared DBus connection and g_type_init suppressions
Will Thompson
1
-0
/
+208
2008-12-03
Simplify makefiles and avoid using $(TP_GLIB_LIBS)
Simon McVittie
6
-18
/
+31
2008-11-18
Messages: adapt to MessageSent growing a flags arg
Will Thompson
1
-1
/
+1
2008-11-18
echo-message-parts: pass delivery report support flags to implement_sending
Will Thompson
1
-0
/
+1
2008-11-18
Remove references to TP_MESSAGE_PART_SUPPORT_FLAG_DATA_ONLY
Will Thompson
1
-1
/
+0
2008-11-18
echo2 CM: use message mixin methods, not text mixin, for respawn logic
Simon McVittie
1
-2
/
+2
2008-11-18
echo2 CM: remove call to tp_message_mixin_class_init mistakenly left over dur...
Simon McVittie
1
-3
/
+0
2008-11-18
ExampleEcho2Channel: don't guard against multiple invocation of class_init, G...
Simon McVittie
1
-1
/
+0
2008-11-18
examples/cm/echo-message-parts/chan.c: update tp_message_mixin_init_dbus_prop...
Simon McVittie
1
-5
/
+3
2008-11-18
Echo example CM: don't echo messages we don't understand
Simon McVittie
1
-4
/
+16
2008-11-18
echo2 example: update to support D-Bus properties
Simon McVittie
1
-1
/
+11
2008-11-18
Fix up echo2 example for TpMessage-based API
Simon McVittie
1
-71
/
+25
2008-11-18
Remove TpMessageMixinClass from example CM
Simon McVittie
1
-2
/
+1
2008-11-18
Make TpMessageMixinSendImpl return void
Simon McVittie
1
-4
/
+2
2008-11-18
echo2 example CM: update to new API
Simon McVittie
1
-18
/
+132
2008-11-18
echo-message-parts example: adapt to new interface name
Simon McVittie
1
-2
/
+9
2008-11-18
Improve comment
Simon McVittie
1
-1
/
+2
2008-11-18
TpMessageMixin: allow message sending to fail; return message ID from tp_mess...
Simon McVittie
1
-1
/
+1
2008-11-18
echo-2 example CM: declare support for the MessageParts interface
Simon McVittie
1
-1
/
+3
2008-11-18
Implement some more of the Message mixin
Simon McVittie
2
-70
/
+37
2008-11-18
Improve build process for echo-2 example CM
Simon McVittie
1
-2
/
+4
2008-11-18
Copy echo connection manager as echo-message-parts (doesn't actually implemen...
Simon McVittie
11
-0
/
+1385
2008-10-30
Add tp_text_mixin_receive_with_flags
Simon McVittie
1
-2
/
+3
2008-10-30
Echo example CM: adjust order of events for spec 0.17.14 compliance
Simon McVittie
1
-7
/
+4
2008-10-30
Echo CM: implement Destroyable
Simon McVittie
1
-12
/
+7
2008-10-30
Echo CM: implement TpExportableChannel, respawning, and (#if'd out) Destroyable
Simon McVittie
2
-23
/
+138
2008-10-24
inspect-contact example: inspect other people as well as ourselves
Simon McVittie
1
-24
/
+79
2008-10-21
Add an example program that inspects a contact (so far, only the self-handle)
Simon McVittie
2
-0
/
+165
2008-10-15
example CMs: use unsigned, not gboolean, for bitfields
Simon McVittie
2
-4
/
+6
[next]