Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence
Commit message (Collapse)AuthorAgeFilesLines
* pylint cleanup: remove unused importsSascha Silbe2010-11-231-2/+1
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* pylint cleanup: replace disable-msg with disableSascha Silbe2010-11-231-2/+2
| | | | | | | | Adapt to upstream format change. Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* style cleanup: prefer ' for stringsSascha Silbe2010-11-233-18/+18
| | | | | | | | | 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: fix inline comment spacingSascha Silbe2010-11-231-5/+10
| | | | | | | | pep8 wants inline comments to be prefixed by at least two spaces. Let's just move them to a separate line as that's easier to read anyway. 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-234-9/+12
| | | | | | | | | | 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-234-1/+9
| | | | | | | | 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-302-150/+21
|
* Use Account.ConnectionStatus instead of Account.Connection.StatusTomeu Vizoso2010-08-261-1/+2
|
* Address comments from Simon's reviewTomeu Vizoso2010-08-202-175/+8
|
* Address several nitpicks from MarcoTomeu Vizoso2010-08-204-4/+4
|
* Add copyright statement due to the collaboration refactoringTomeu Vizoso2010-08-201-0/+1
|
* Misc. pylint fixesTomeu Vizoso2010-08-202-115/+3
|
* Wrap lines with more than 80 charsTomeu Vizoso2010-08-203-22/+43
|
* Remove some unused importsTomeu Vizoso2010-08-204-8/+2
|
* For several reasons, a shared activity won't survive to its connectionTomeu Vizoso2010-08-201-1/+0
| | | | disconnecting and coming back.
*