Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/model/telepathyclient.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix invitations from a non sugar client (empathy), part of OLPC #10814Simon Schampijer2011-06-091-2/+10
| | | | | | | | | | This does bring back the 'invitation from a non-sugar client' functionality based on the 0.84 code. I did remove the part where we claim to handle as well video invitations for now, as we can not handle them. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-By: Sascha Silbe <silbe@activitycentral.com>
* Only approve the invitation relevant channels in the shell OLPC #10738Simon Schampijer2011-06-091-4/+19
| | | | | Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-By: Sascha Silbe <silbe@activitycentral.com>
* pep8 cleanup: fix number of blank linesSascha Silbe2010-11-241-0/+1
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Reviewed-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* style cleanup: move globals before class and method definitionsSascha Silbe2010-11-241-1/+3
| | | | | | | | | | | | | This only touches the globals that were flagged by pep8 due to white space issues or contain "instance" in their name (singleton pattern). I've also left the sunflower layout variables alone. AFAICT this layout is currently unused and should be removed instead (or factored out like the snow flake layout and reenabled). Reviewed-by: James Cameron <quozl@laptop.org> Reviewed-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* Misc. pylint fixesTomeu Vizoso2010-08-201-3/+5
|
* When the user accepts a notification, launch the activity thenTomeu Vizoso2010-08-201-7/+8
| | | | tell Mission Control that this activity will handle the channel.
* First implementation of invitations from non-Sugar clientsTomeu Vizoso2010-08-201-0/+97