Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence/presenceservice.py
Commit message (Collapse)AuthorAgeFilesLines
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-3/+3
| | | | | | | | | Tomeu prefers ' for strings, so let's use it wherever we don't have a good reason to use ". Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-231-6/+6
| | | | | | | | | | Caught by PEP8. This is important for Sugar because the XO has a small screen where long lines would make the code hard to understand (because you need to constantly scroll horizontally). Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer<simon@schampijer.de> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 cleanup: fix number of blank linesSascha Silbe2010-11-231-0/+2
| | | | | | | | Caught by pep8. Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* Fix running multiple instances of Browse by adapting to API changes #2404Tomeu Vizoso2010-10-051-1/+5
| | | | | | | | * sugar/presence/presenceservice.py: Specify the D-Bus interface when calling ActivityProperties.GetActivity * sugar/activity/main.py: Set a default for the --invite option and make the create() D-Bus method accept a{sv} so we can pass the boolean value.
* Don't try to share the activity if we couldn't find a suitable connection #2217Tomeu Vizoso2010-09-101-0/+6
|
* sugar.presence: Remove dead code and make clear which methonds are deprecatedTomeu Vizoso2010-08-301-142/+21
|
* Address comments from Simon's reviewTomeu Vizoso2010-08-201-175/+2
|
* Address several nitpicks from MarcoTomeu Vizoso2010-08-201-1/+1
|
* Wrap lines with more than 80 charsTomeu Vizoso2010-08-201-10/+18
|
* Remove some unused importsTomeu Vizoso2010-08-201-3/+1
|
*