summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-11channelmanager: add a deprecation warning when using _implement_channel_classJonny Lamb1-0/+5
2010-03-11channelmanager: document the {,_}implement_channel_class{,es} methodsJonny Lamb1-1/+19
2010-03-11channel: use a proper docstring instead of just a commentJonny Lamb1-1/+2
2010-03-11conn: only allow TargetHandleType <= LAST_HANDLE_TYPEJonny Lamb1-1/+1
2010-03-11channel{,manager}: use NoneHandle around to remove hacks where handle might b...Jonny Lamb3-44/+26
2010-03-11handle: add NoneHandle to represent HANDLE_TYPE_NONEJonny Lamb1-1/+7
2010-03-10channelmanager: add implement_channel_classes functionJonny Lamb1-2/+18
2010-03-10channelmanager: rename requestable_channel_classes to requestable_channelsJonny Lamb1-7/+7
2010-03-10channelmanager: only add a channel to the internal list if we have the handleJonny Lamb1-1/+1
2010-03-10channelmanager: return None as the handle if TargetHandleType=NONEJonny Lamb1-3/+9
2010-03-10channel: add a comment on get_props to clarify more what it doesJonny Lamb1-0/+1
2010-03-10channel: don't find the channel handle if TargetHandleType=NONE or TargetHand...Jonny Lamb1-4/+13
2010-03-10channel: TargetHandle=0 if the channel handle is NoneJonny Lamb1-1/+7
2010-03-10requests: 0 is a valid TargetHandleTypeJonny Lamb1-1/+1
2010-03-10Start dev of 0.15.17Olivier Le Thanh Duong2-1/+8
2010-03-09Prepare for 0.15.16telepathy-python-0.15.16Olivier Le Thanh Duong2-4/+12
2010-03-09Fix a small typo in alter_properties which prevented raising the proper excep...Olivier Le Thanh Duong1-2/+2
2010-03-09channel: add named parameter "object_path" to Channel, and similar for its ch...Jonny Lamb2-15/+24
2010-03-09channel: remove duplicate ChannelTypeFileTransfer definitionJonny Lamb1-16/+0
2010-03-09Return actual channel properties rather than callers in EnsureChannel/CreateC...Ed Page1-15/+4
2010-02-26Fix connection.check_parameters to accept dbus.BooleanOlivier Le Thanh Duong1-1/+1
2010-01-20debug: implement setting the Enabled propertyJonny Lamb1-0/+4
2010-01-20properties: no need to return anything from the property settersJonny Lamb1-1/+1
2010-01-20Start dev of 0.15.16Olivier Le Thanh Duong2-1/+6
2010-01-20Prepare for 0.15.15 releasetelepathy-python-0.15.15Olivier Le Thanh Duong2-4/+5
2010-01-20Fix registering new channels in channel managerOlivier Le Thanh Duong1-2/+1
2010-01-19Start dev of 0.15.15Olivier Le Thanh Duong2-1/+8
2010-01-19prepare the 0.15.14 releasetelepathy-python-0.15.14Olivier Le Thanh Duong2-4/+4
2010-01-05update NEWSOlivier Le Thanh Duong1-0/+5
2010-01-05Add commentsOlivier Le Thanh Duong1-7/+17
2010-01-05Fix ChannelManager.close() to iter channel correctyOlivier Le Thanh Duong1-5/+6
2010-01-05Only delete the right channel in ChannelManagerOlivier Le Thanh Duong1-3/+2
2010-01-05Fix CreateChannel to always return a new channel.Olivier Le Thanh Duong2-12/+28
2009-12-29Use getattr in interfacefactory.pyOlivier Le Thanh Duong1-1/+1
2009-12-29Small stylistic correction in interfacebuilder.pyOlivier Le Thanh Duong1-1/+1
2009-12-14Start dev of 0.15.14Olivier Le Thanh Duong2-1/+4
2009-12-14prepare the 0.15.13 releasetelepathy-python-0.15.13Olivier Le Thanh Duong2-3/+8
2009-12-14automake: enable silent rules supportxJonny Lamb2-6/+8
2009-12-14Update to spec 0.19.0Olivier Le Thanh Duong25-467/+2994
2009-12-13Make sure to create the _generated directory before creating __init__.py.Diego Elio 'Flameeyes' Pettenò1-0/+1
2009-12-11Update News fileOlivier Le Thanh Duong1-0/+3
2009-12-04Add the targetid to returned properties if not presentOlivier Le Thanh Duong1-0/+5
2009-12-04return TargetID properties in channel request (fd.o #25116)Olivier Le Thanh Duong1-1/+0
2009-11-29Try to set contact FT capabilitiesSjoerd Simons1-1/+18
2009-11-20Drop the Client from the class name alises, e.g. ClientObserver -> ObserverDanielle Madeley2-5/+5
2009-11-09Port Observer example to the whole DBusProperties interfaceDanielle Madeley1-25/+11
2009-11-09Ensure that self._interfaces exists in DBusPropertiesDanielle Madeley1-0/+3
2009-11-09Observer exampleDanielle Madeley1-0/+60
2009-11-09Add the generated Client interfaces to the telepathy.server namespaceDanielle Madeley1-0/+5
2009-09-29start dev of 0.15.13Guillaume Desmottes2-1/+4