Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
Commit message (Collapse)AuthorAgeFilesLines
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-044-555/+555
|
* Fix Buddy object's get_service_of_type() methodDan Williams2006-10-201-2/+5
| | | | | | This call would always fail for activity services because the dbus bindings for it did not pass in the activity at all. Fix that.
* Add LGPL headerMarco Pesenti Gritti2006-10-144-0/+68
|
* Fix get_published_values to actually return the dict.Marco Pesenti Gritti2006-10-131-0/+1
| | | | Get rid of the activity title property, we are not using it anyway.
* Updates to presence test and mockdbusIan Bicking2006-10-031-2/+2
|
* I added tests for the presence client interface. But the presenceIan Bicking2006-10-031-0/+26
| | | | | | | client interface, I realize, is really boring and not worth testing much. More interesting, I guess, is the mockdbus module. This will need some more extension to be used by a server (I think), like the presence server.
* Fix signal argsDan Williams2006-09-271-1/+1
|
*