index
:
telepathy-python
master
telepathy-python-0.12
telepathy-python-0.14
☭
Will Thompson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-17
call.py: make ^C clean up connection in incoming mode.
HEAD
master
Will Thompson
1
-0/+1
2009-02-17
Support Secret flag in generate-manager-file
Will Thompson
1
-0/+3
2009-02-17
Support DBusProperty flag in generate-manager-file
Will Thompson
1
-1/+4
2009-02-17
Upgrade to spec 0.17.19
Guillaume Desmottes
14
-79/+996
2009-01-22
examples/file-transfer.py: FileTransfer is now stable so use generated interf...
Guillaume Desmottes
1
-13/+5
2009-01-22
upgrade to spec 0.17.18
Guillaume Desmottes
33
-266/+1282
2009-01-08
Pass the bus argument to dbus.service.BusName as omitting it is deprecated.
Jonny Lamb
1
-1/+1
2009-01-07
Incremented version number to indicate that it's between-releases.
Jonny Lamb
1
-1/+1
2009-01-07
Version 0.15.6.
Jonny Lamb
1
-1/+1
2009-01-07
Updated NEWS for 0.15.6.
Jonny Lamb
1
-0/+10
2009-01-07
Include src/utils.py in MANIFEST.in to make sure it is present in the dist ta...
Jonny Lamb
1
-0/+1
2009-01-06
Incremented version number to indicate that it's between-releases.
Jonny Lamb
1
-1/+1
2009-01-06
Version 0.15.5.
Jonny Lamb
1
-1/+1
2009-01-06
Update NEWS for 0.15.5.
Jonny Lamb
1
-0/+14
2009-01-06
Added debug_divert_messages to new telepathy.utils module.
Jonny Lamb
2
-0/+55
2009-01-05
Actually initialise DBusProperties in ChannelInterfaceGroup.
Jonny Lamb
1
-0/+1
2009-01-05
Make DBusProperties initialisable without removing all previous interface pro...
Jonny Lamb
1
-12/+13
2009-01-05
Incremented version number to indicate that it's between-releases.
Jonny Lamb
1
-1/+1
2009-01-05
Version 0.15.4.
Jonny Lamb
1
-1/+1
2009-01-05
Added release name.
Jonny Lamb
1
-0/+2
2009-01-05
Update NEWS for 0.15.4.
Jonny Lamb
1
-0/+17
2009-01-05
Merge branch 'more-properties'
Jonny Lamb
2
-4/+41
2009-01-05
Implemented TargetID D-Bus property on Channel class.
Jonny Lamb
1
-1/+8
2009-01-05
Fix TargetHandle{,Type} properties by returning the correct signature.
Jonny Lamb
1
-2/+8
2009-01-05
Pass signature argument to dbus.Array.
Jonny Lamb
1
-3/+3
2009-01-05
Make sure DBusProperties.__init__ is called after self._interfaces is set.
Jonny Lamb
2
-7/+8
2009-01-05
Made dict style consistent.
Jonny Lamb
1
-1/+1
2009-01-05
Implemented GroupFlags, Members, RemotePendingMembers & SelfHandle D-Bus prop...
Jonny Lamb
1
-1/+8
2009-01-05
server/channel.py: remove Transfer interface as it's an experimental one
Guillaume Desmottes
1
-2/+0
2009-01-05
server/channel.py: remove CallMerging interface as it's an experimental one
Guillaume Desmottes
1
-4/+0
2009-01-05
server/conn.py: remove Renaming interface as spec explicitely say to no gener...
Guillaume Desmottes
1
-3/+0
2009-01-05
Merge branch 'master' into havoc
Guillaume Desmottes
44
-1024/+2867
2008-12-29
Import ConnectionInterfaceRequests into telepathy.server.conn.
Jonny Lamb
1
-0/+3
2008-12-29
Updated spec to 0.17.16.
Jonny Lamb
43
-1024/+2864
2008-12-24
spec-to-python.xsl: don't generate interface having the causes-havoc attribute
Guillaume Desmottes
1
-1/+4
2008-12-24
Implemented ChannelType, Interfaces, TargetHandle & TargetHandleType D-Bus pr...
Jonny Lamb
1
-1/+11
2008-12-24
Implemented SelfHandle D-Bus property on Connection class.
Jonny Lamb
1
-1/+7
2008-12-23
Added _implement_property_{get,set} methods to add properties to a class.
Jonny Lamb
1
-10/+16
2008-12-23
Added DBusProperties interface.
Jonny Lamb
1
-1/+37
2008-12-21
Removed useless __del__ method in ConnectionManager.
Jonny Lamb
1
-4/+0
2008-12-19
Don't allow queueing for the CM bus name and throw dbus.exceptions.NameExists...
Jonny Lamb
1
-3/+3
2008-12-18
Don't suck at requesting handles
Olli Salli
1
-4/+12
2008-12-18
Don't suck at releasing handles
Olli Salli
1
-3/+3
2008-12-10
file-transfer.py: delay file offer
Guillaume Desmottes
1
-0/+5
2008-12-04
Merge branch 'file-transfer'
Guillaume Desmottes
2
-0/+230
2008-12-03
file-transfer.py: use new style class
Guillaume Desmottes
1
-1/+1
2008-12-03
file-transfer.py: Attempt to make reading and writing non-blocking.
Jonny Lamb
1
-3/+11
2008-12-03
file-transfer.py: use the ready handler so we are sure that the Requests inte...
Guillaume Desmottes
1
-11/+10
2008-12-03
file-transfer.py: style tweaks
Guillaume Desmottes
1
-4/+5
2008-11-12
Don't use bool() for boolean parameter strings as it always returns True
Marco Barisione
1
-2/+4
[next]