Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-03 | Remove Channel D-Bus object from the connection if Close failed | Louis-Francis Ratté-Boulianne | 2 | -3/+11 | |
2010-11-24 | Add function to ensure a handle by its name (create it if not found) | Louis-Francis Ratté-Boulianne | 1 | -11/+18 | |
Connection managers can't override create_handle and normalize_handle to have more specific behaviours. Extra arguments can be given to create handles. | |||||
2010-11-24 | Add default implementation of Conference interface | Louis-Francis Ratté-Boulianne | 1 | -0/+45 | |
The connection managers needs to properly populate: * self._conference_channels * self._conference_initial_channels * self._conference_initial_invitees * self._conference_invitation_message * self._conference_original_channels | |||||
2010-11-24 | Don't print garbage when checking an invalid handle | Louis-Francis Ratté-Boulianne | 1 | -2/+0 | |
Empathy might check a lot of invalid handles when the user is adding a contact. No need to pollute the console. | |||||
2010-11-24 | Don't throw an exception when trying to remove an invalid channel | Louis-Francis Ratté-Boulianne | 1 | -0/+2 | |
2010-11-24 | Deprecate usage of handle 0 in GetCapabilities | Louis-Francis Ratté-Boulianne | 1 | -3/+4 | |
2010-11-24 | Add a default implementation of ContactCapabilities interface | Louis-Francis Ratté-Boulianne | 1 | -0/+23 | |
The GetContactCapabilities methods should be about the same for all connection managers. The CM only needs to populate the _contact_caps dictionary. | |||||
2010-10-29 | Update to spec 0.21.4 | Louis-Francis Ratté-Boulianne | 57 | -1153/+6000 | |
2010-08-05 | start dev of 0.15.19 | Guillaume Desmottes | 2 | -2/+5 | |
2010-08-05 | prepare 0.15.18 releasetelepathy-python-0.15.18 | Guillaume Desmottes | 2 | -4/+6 | |
2010-08-05 | Update to spec 0.19.10 | Guillaume Desmottes | 42 | -608/+4825 | |
2010-04-22 | NEWS: updated | Jonny Lamb | 1 | -0/+3 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-04-22 | added Account and AccountManager class | Morten Mjelva | 4 | -0/+100 | |
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-04-18 | Remove call-gtk.py as it's outdated and obsolete | Sjoerd Simons | 1 | -116/+0 | |
Stream-engine really? It seems unlikely that anyone will update this example in a reasonable time-frame so let's just remove it. The current one confuses people more then it helps them :) | |||||
2010-04-16 | text channel: raise ValueError if a message ID is Received twice | David Laban | 2 | -1/+7 | |
Fixes fd.o#13623 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-04-07 | NEWS: update | Jonny Lamb | 1 | -0/+4 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-04-07 | conn: implement Interfaces and Status properties | Jonny Lamb | 1 | -2/+5 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-04-07 | spec: update to 0.19.3 | Jonny Lamb | 17 | -155/+1077 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-04-04 | pass an optional bus to the account to connect to | Sjoerd Simons | 1 | -5/+6 | |
2010-04-04 | Make it possible to add a bus to the ManagerRegistry | Sjoerd Simons | 1 | -2/+4 | |
2010-04-03 | channel: proper usage of _add_immutables in ChannelTypeRoomList | Krzysztof Klinikowski | 1 | -1/+1 | |
Fixes fd.o#27415 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-04-02 | conn: allow TargetHandle=0 when TargetHandleType=NONE | Jonny Lamb | 2 | -2/+11 | |
Thanks to Krzysztof Klinikowski for the initial patch. Fixes fd.o#27378 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-17 | configure.ac: fix bug tracker URL | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-12 | Version 0.15.17.1. | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-12 | Version 0.15.17.telepathy-python-0.15.17 | Jonny Lamb | 2 | -3/+3 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-11 | NEWS: updated | Jonny Lamb | 1 | -0/+10 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-11 | channelmanager: add a deprecation warning when using _implement_channel_class | Jonny Lamb | 1 | -0/+5 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-11 | channelmanager: document the {,_}implement_channel_class{,es} methods | Jonny Lamb | 1 | -1/+19 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-11 | channel: use a proper docstring instead of just a comment | Jonny Lamb | 1 | -1/+2 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-11 | conn: only allow TargetHandleType <= LAST_HANDLE_TYPE | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-11 | channel{,manager}: use NoneHandle around to remove hacks where handle might ↵ | Jonny Lamb | 3 | -44/+26 | |
be None Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-11 | handle: add NoneHandle to represent HANDLE_TYPE_NONE | Jonny Lamb | 1 | -1/+7 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-10 | channelmanager: add implement_channel_classes function | Jonny Lamb | 1 | -2/+18 | |
Now we can implement multiple channel classes for one channel type. Using the old function still works, but you only get to implement one channel class. Fixes fd.o#26979 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-10 | channelmanager: rename requestable_channel_classes to requestable_channels | Jonny Lamb | 1 | -7/+7 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-10 | channelmanager: only add a channel to the internal list if we have the handle | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-10 | channelmanager: return None as the handle if TargetHandleType=NONE | Jonny Lamb | 1 | -3/+9 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-10 | channel: add a comment on get_props to clarify more what it does | Jonny Lamb | 1 | -0/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-10 | channel: don't find the channel handle if TargetHandleType=NONE or ↵ | Jonny Lamb | 1 | -4/+13 | |
TargetHandle is missing Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-10 | channel: TargetHandle=0 if the channel handle is None | Jonny Lamb | 1 | -1/+7 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-10 | requests: 0 is a valid TargetHandleType | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-10 | Start dev of 0.15.17 | Olivier Le Thanh Duong | 2 | -1/+8 | |
2010-03-09 | Prepare for 0.15.16telepathy-python-0.15.16 | Olivier Le Thanh Duong | 2 | -4/+12 | |
2010-03-09 | Fix a small typo in alter_properties which prevented raising the proper ↵ | Olivier Le Thanh Duong | 1 | -2/+2 | |
exception | |||||
2010-03-09 | channel: add named parameter "object_path" to Channel, and similar for its ↵ | Jonny Lamb | 2 | -15/+24 | |
child classes Use this parameter as the object path suffix when given, as opposed to just /channelN. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-09 | channel: remove duplicate ChannelTypeFileTransfer definition | Jonny Lamb | 1 | -16/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-03-09 | Return actual channel properties rather than callers in ↵ | Ed Page | 1 | -15/+4 | |
EnsureChannel/CreateChannel. I've always thought it strange to pass back to the caller the properties that the caller passed in. I found that Mission Control on Maemo 5 actually expects the full set of properties to be returned or else it will return whatever its gotten from multiple outstanding queries. If those queries don't return in time, the Call UI will report an error to Mission Control which will close the channel and prevent the call from completing. To the user on Maemo 5 this is reported as "General Error". For more information, see https://bugs.maemo.org/show_bug.cgi?id=8980 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-02-26 | Fix connection.check_parameters to accept dbus.Boolean | Olivier Le Thanh Duong | 1 | -1/+1 | |
Connection.check_parameters checked if the 'b' marked parameter were of the bool class or a subclass of it, however dbus.Boolean is a subclass of int since bool can't be subclassed and so a error was raised. This add dbus.Boolean to the list of accepted parameters. | |||||
2010-01-20 | debug: implement setting the Enabled property | Jonny Lamb | 1 | -0/+4 | |
At long last. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-01-20 | properties: no need to return anything from the property setters | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-01-20 | Start dev of 0.15.16 | Olivier Le Thanh Duong | 2 | -1/+6 | |