Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
Commit message (Expand)AuthorAgeFilesLines
* Make joining asynchronous on the activity sideDan Williams2007-05-032-9/+32
* Add buddy ip4-address property (temporary)Dan Williams2007-05-011-1/+7
* Fix current activity property; get activities when buddy is createdDan Williams2007-04-261-4/+8
* Fix logging.warn argumentsGuillaume Desmottes2007-04-251-12/+10
* Convert activity properties to gpropertiesDan Williams2007-04-241-25/+29
* Reconnect to the PS if it goes away and comes backDan Williams2007-04-231-11/+18
* Add test allow_offline_iface to get_instance()Dan Williams2007-04-231-2/+2
* Add test code for Sugar PresenceService bindingsDan Williams2007-04-231-4/+7
* Cleanups; replace ObjectCache with a straight dict; fix signal name; doc clea...Dan Williams2007-04-231-90/+18
* More code to handle service-offline cases and log messages to tell theMike C. Fletcher2007-04-221-13/+43
* Try to avoid Sugar's shell just crashing and leaving a blank X serverMike C. Fletcher2007-04-221-10/+85
* add get_preferred_connection method to PresenceServiceGuillaume Desmottes2007-04-161-0/+13
* Documentation for the activity and buddy presence objectsMike C. Fletcher2007-04-152-2/+119
* More documentation, mostly for the sugar.presence.presenceserviceMike C. Fletcher2007-04-152-1/+153
* Asynchronize activity sharing on the client sideDan Williams2007-04-131-3/+15
* Convert icon data to python string before exposing itDan Williams2007-04-111-3/+9
* Fix icon changed signal handling in sugar PS bindingsDan Williams2007-04-101-4/+4
* Re-enable new PresenceService by defaultDan Williams2007-04-101-5/+1
* Readd mock presence service and enable it by defaultDan Williams2007-04-101-1/+45
* More new PS fixesDan Williams2007-04-091-3/+3
* Cut over to new PresenceServiceDan Williams2007-04-094-188/+106
* Cut over to new PresenceServiceDan Williams2007-04-094-200/+11
* Change the feedback for connected/connecting/disconnected access point,Marco Pesenti Gritti2007-03-291-1/+1
* Disable the presence service. You can reenable it by justMarco Pesenti Gritti2007-03-281-5/+69
* 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