index
:
~jonny/telepathy-python
26059
group-properties
master
telepathy-python-0.12
telepathy-python-0.14
le python
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-01
move muc and private tubes client specific class to tube-stream-{muc,private}.py
Guillaume Desmottes
3
-54
/
+57
2007-10-01
stream_tube_client.py: print a message when the joiner is waiting for a tube ...
Guillaume Desmottes
1
-0
/
+5
2007-10-01
stream_tube_client.py: coding style tweaks
Guillaume Desmottes
1
-12
/
+12
2007-10-01
stream_tube_client.py: pass byte_arrays=True to GetStreamTubeSocketAddress
Guillaume Desmottes
1
-4
/
+4
2007-10-01
add examples/tube-stream-private.py
Guillaume Desmottes
1
-0
/
+33
2007-10-01
stream_tube_client.py: add StreamTubeInitiatorPrivateClient and StreamTubeJoi...
Guillaume Desmottes
1
-0
/
+25
2007-10-01
stream_tube_client.py: move muc specific behaviour to StreamTube{Initiator,Jo...
Guillaume Desmottes
2
-25
/
+34
2007-10-01
stream_tube_client.py: set "x-example" as service
Guillaume Desmottes
1
-1
/
+1
2007-10-01
factor out stream tubes demo code to stream_tube_client.py
Guillaume Desmottes
2
-263
/
+266
2007-10-01
rename {Initiator,Joiner}Client to StreamTube{Initiator,Joiner}Client
Guillaume Desmottes
1
-14
/
+14
2007-10-01
tube-stream-muc.py: use self.conn.dbus_proxy.bus_name instead of self.conn._d...
Guillaume Desmottes
1
-5
/
+3
2007-10-01
tube-dbus: use self.conn.dbus_proxy.bus_name instead of self.conn._dbus_objec...
Guillaume Desmottes
1
-5
/
+3
2007-10-01
add examples/tube-stream-muc.py
Guillaume Desmottes
1
-0
/
+296
2007-09-29
call.py: Fix the definition of run_main_loop
Sjoerd Simons
1
-1
/
+1
2007-09-27
examples/tube-dbus-muc.py: add a workaround to be sure to join the right room...
Guillaume Desmottes
1
-0
/
+4
2007-09-26
use dbus.service.Object instead of ExportedGObject
Guillaume Desmottes
1
-3
/
+2
2007-09-26
tube-dbus-muc.py: connect tubes signals before the ListTubes call to avoid to...
Guillaume Desmottes
1
-7
/
+6
2007-09-26
add examples/tube-dbus-muc.py
Guillaume Desmottes
1
-0
/
+236
2007-09-26
copy ./examples/tubeconn.py from sugar
Guillaume Desmottes
1
-0
/
+108
2007-09-26
Update call-gtk.py to use new call.py API
Xavier Claessens
2
-17
/
+7
2007-09-11
Use CONN_MGR_PARAM_FLAG_HAS_DEFAULT to determine whether a parameter has a de...
Will Thompson
1
-3
/
+3
2007-09-11
Include default values in generated .manager files
Will Thompson
1
-0
/
+14
2007-09-11
Handle register flag; use CONN_MGR_PARAM_FLAG_REQUIRED not 1L
Will Thompson
1
-3
/
+8
2007-08-31
Sort the generated manager file by protocol name
Will Thompson
1
-1
/
+3
2007-08-31
Rename variables to less haze-specific alternatives
Will Thompson
1
-4
/
+4
2007-08-31
Add generate-manager-file.py
Will Thompson
2
-3
/
+38
2007-06-13
add README file to exmaples directory which explains account files
Dafydd Harries
1
-0
/
+19
2007-05-18
add chatroom example
Dafydd Harries
1
-0
/
+66
2007-06-01
Fix watch example
Simon McVittie
1
-1
/
+1
2007-06-01
Fix call examples
Simon McVittie
2
-48
/
+43
2007-06-01
examples/roomlist.py: use request_channel
Simon McVittie
1
-26
/
+2
2007-06-01
examples/roster.py: use request_channel
Simon McVittie
1
-5
/
+1
2007-06-01
examples/deny.py: remove _valid_interfaces hack
Simon McVittie
1
-2
/
+0
2007-06-01
examples/aliases.py: make more exemplary
Simon McVittie
1
-24
/
+19
2007-06-01
examples/avatar.py: remove the _valid_interfaces hack
Simon McVittie
1
-11
/
+4
2007-06-01
examples/account.py: support ready_handler when making a Connection
Simon McVittie
1
-5
/
+5
2007-06-01
call: remove the _valid_interfaces hack
Simon McVittie
1
-1
/
+0
2007-06-01
call, call-gtk: take out the --directed hack
Simon McVittie
2
-45
/
+19
2007-06-01
message.py: stop using the TextChannel hack
Simon McVittie
1
-6
/
+1
2007-05-23
Fix cut & paste error
Simon McVittie
1
-1
/
+1
2007-05-23
Make examples more exemplary: stop using private API of both telepathy-python...
Simon McVittie
7
-28
/
+11
2007-04-23
message.py: wait longer for message to be sent
Simon McVittie
1
-1
/
+1
2007-03-02
Add comment indicating why Disconnect() is delayed in message.py. Don't delay...
Simon McVittie
1
-1
/
+4
2007-03-02
Fix message.py so it quits with a small delay - otherwise we disconnect Gabbl...
Simon McVittie
1
-1
/
+2
2007-03-02
Add examples/message.py, a simple text message sender/receiver
Simon McVittie
1
-0
/
+117
2007-02-28
Merge with upstream
Simon McVittie
1
-5
/
+12
2007-02-28
examples/call.py, examples/call-gtk.py: Accept option --directed to use the s...
Simon McVittie
2
-24
/
+45
2007-02-28
call-gtk: When interrupted, call a function which actually exists
Simon McVittie
1
-1
/
+1
2007-02-28
call-gtk: Work correctly with dbus-python 0.80
Simon McVittie
1
-2
/
+3
2007-02-15
Add examples/roomlist.py, a simple room-listing demonstration
Simon McVittie
1
-0
/
+118
[next]