Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
Commit message (Expand)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
* 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
* 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
* 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
* Use asynchronous service resolution to capture service updates tooDan Williams2006-09-191-12/+17
* Refcount tracked service types; ensure only the process that registers a serv...Dan Williams2006-09-151-3/+44
* 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
* Fix buddy & activity visibility leaks if they are not yet valid; add Activity...Dan Williams2006-08-251-2/+5
* Don't traceback when somebody doesn't advertise their colorDan Williams2006-08-241-0/+2
* Convert PS bindings instantiation into a singleton to cut resource usageDan Williams2006-08-231-0/+8
* Add a color property and access to Buddy objectsDan Williams2006-08-231-0/+3
* Cache activity idDan Williams2006-08-171-1/+6
* Use dbus activation to start the presence serviceMarco Pesenti Gritti2006-08-121-0/+5
* Rework to not use protected APIMarco Pesenti Gritti2006-08-071-0/+3
* add service unregistrationDan Williams2006-08-021-0/+3
* Some fixes, adapt the presence view to the new apiMarco Pesenti Gritti2006-07-261-1/+1
* Fix getting published service valuesDan Williams2006-07-261-1/+1
* Make shareActivity workDan Williams2006-07-262-8/+10
* Do not use dbus_bindings for exceptions. Use dbus.exceptions. Thanks J5 to po...Marco Pesenti Gritti2006-07-254-11/+11
* Make dbus service properties publicDan Williams2006-07-241-8/+11
* Fix dbus_bindings import namespaceDan Williams2006-07-241-4/+4
* 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-234-55/+91
* Make the PresenceService stuff start to workDan Williams2006-07-232-2/+36
* Switch sugar/presence module over to a thin API wrapper around the PresenceSe...Dan Williams2006-07-195-1163/+337
* Get rid of pygtk.require. It doesn't make a lot of senseMarco Pesenti Gritti2006-07-162-4/+3
* Bunch of fixes, sharing should be back to workMarco Pesenti Gritti2006-07-151-1/+1
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-232-11/+15
|\
| * Get one-to-one chat to actually work...Marco Pesenti Gritti2006-06-222-7/+16
| * Merge branch 'master' of git+ssh://crank.laptop.org/git/sugarMarco Pesenti Gritti2006-06-223-176/+147
| |\
| * | Some work getting the one-to-one chat backMarco Pesenti Gritti2006-06-222-6/+2
* | | Make activities emit an ActivityShared dbus signal; and have the shell & pres...Dan Williams2006-06-231-0/+4
| |/ |/|
* | Stop abusing ZeroConf by overloading the service type field; overload the ser...Dan Williams2006-06-223-177/+149
|/
* Get back mesh chat (for the everyone tab)Marco Pesenti Gritti2006-06-221-0/+8
* pylint fixesDan Williams2006-06-202-4/+0
* Fix some typosDan Williams2006-06-201-1/+1
* Use the service's _publisher_ address for buddy service verification, since t...Dan Williams2006-06-201-4/+5
* Make get_activity_service() actually workDan Williams2006-06-201-4/+11
* clarify addressesDan Williams2006-06-201-0/+2
* When serializing an activity, allow using the owner's nick name for the servi...Dan Williams2006-06-191-2/+5
* Don't share an activity if it's name doesn't match our owner's nicknameDan Williams2006-06-191-0/+2
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-191-1/+1
|\