Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence/Buddy.py
Commit message (Expand)AuthorAgeFilesLines
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-170/+170
* Fix Buddy object's get_service_of_type() methodDan Williams2006-10-201-2/+5
* Add LGPL headerMarco Pesenti Gritti2006-10-141-0/+17
* Fix signal argsDan Williams2006-09-271-1/+1
* Refactor current activity handling to be top-level attributes and D-Bus signa...Dan Williams2006-09-261-3/+24
* Add a 'Disappeared' signal on the buddy objectDan Williams2006-09-221-0/+9
* Ensure properties will always be an empty dictDan Williams2006-09-221-2/+8
* Add current activity accessorDan Williams2006-09-211-0/+5
* Get initial properties synchronously rather than asyncDan Williams2006-09-081-1/+1
* Add PropertyChanged signal for Buddy objects because color and address can ch...Dan Williams2006-09-081-3/+5
* Don't traceback when somebody doesn't advertise their colorDan Williams2006-08-241-0/+2
* Add a color property and access to Buddy objectsDan Williams2006-08-231-0/+3
* Do not use dbus_bindings for exceptions. Use dbus.exceptions. Thanks J5 to po...Marco Pesenti Gritti2006-07-251-3/+3
* Fix get_icon_pixbuf()Dan Williams2006-07-241-2/+7
* More fixes, and convert python PS bindings to more glib style method namesDan Williams2006-07-231-15/+41
* Switch sugar/presence module over to a thin API wrapper around the PresenceSe...Dan Williams2006-07-191-174/+79
* Get rid of pygtk.require. It doesn't make a lot of senseMarco Pesenti Gritti2006-07-161-3/+2
* Stop abusing ZeroConf by overloading the service type field; overload the ser...Dan Williams2006-06-221-28/+21
* Use the service's _publisher_ address for buddy service verification, since t...Dan Williams2006-06-201-4/+5
* Make the presence service resolve all shared activity services by default; it...Dan Williams2006-06-191-7/+41
* Empty addresses are valid, meaning the buddy own address.Marco Pesenti Gritti2006-06-181-1/+3
* More fixes, not-presence worksMarco Pesenti Gritti2006-06-171-0/+1
* Validate service type and check for uid-based services firstDan Williams2006-06-171-3/+8
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-161-1/+0
|\
| * Monitor service addition and update buddy listMarco Pesenti Gritti2006-06-161-1/+0
* | mergeDan Williams2006-06-161-8/+18
|/
* Fixed a bunch of issues reported by pylintMarco Pesenti Gritti2006-06-151-3/+0
* Initial start page implementationMarco Pesenti Gritti2006-06-141-0/+1
* More presence service reworkDan Williams2006-06-121-62/+82
* Main bits of presence service refactorDan Williams2006-06-091-0/+127