Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence
Commit message (Collapse)AuthorAgeFilesLines
* 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.
*