Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
Commit message (Expand)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-297-1406/+0
* pylint sugar.presence, small problems leftMarco Pesenti Gritti2008-04-192-22/+43
* Fix callback name for private-invitationMorgan Collett2008-04-111-1/+1
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-067-0/+1385
* Cleanup the source structureMarco Pesenti Gritti2007-10-167-1250/+0
* Improve docstring for class ActivityMorgan Collett2007-10-151-3/+2
* Handle failure to get buddy from handleMorgan Collett2007-10-151-2/+4
* Change _buddy_to_handle to _buddy_path_to_handle to avoid mad creation of bud...Morgan Collett2007-10-151-12/+11
* Revert to tracking BuddyLeft not BuddyHandleLeft. Track buddy_to_handle to ge...Morgan Collett2007-10-151-6/+11
* Fix _buddy_handle_joined_cb, make _buddy_handle_left_cb more robustMorgan Collett2007-10-151-3/+2
* Use BuddyHandleJoined/Left to track buddy handlesMorgan Collett2007-10-151-16/+9
* Cache handle-buddies so we can get them when the buddy has already leftMorgan Collett2007-10-151-6/+20
* Call new GetBuddyByHandle to convert handles to buddiesMorgan Collett2007-10-151-0/+9
* Document get_channelsMorgan Collett2007-10-151-3/+7
* Add logging to _leave_error_cbMorgan Collett2007-10-151-4/+2
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-091-1/+1
* Support the newly extended ActivityInvitation signalSimon McVittie2007-08-301-6/+9
* sugar.presence.presenceservice: Don't call now-nonexistent method InviteActiv...Simon McVittie2007-08-301-21/+16
* Add support for mutable activity properties and the beginnings of support for...Simon McVittie2007-08-301-14/+99
* sugar.presence.buddy: Remove various hacks regarding byte arrays; use dbus-py...Simon McVittie2007-08-301-23/+6
* Update to new tubes APIGuillaume Desmottes2007-08-281-1/+1
* Fix typo s/get_buddies_async/get_activities_asyncJohn (J5) Palmieri2007-08-271-1/+1
* Merge branch 'master' of git+ssh://j5@dev.laptop.org/git/sugarJohn (J5) Palmieri2007-08-272-11/+30
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMorgan Collett2007-08-251-1/+8
| |\
| * | Fix sharing publiclyMorgan Collett2007-08-231-10/+19
| * | Use new PresenceService API for sharing by invitation onlyMorgan Collett2007-08-221-4/+9
| * | Document _share_activity_cbMorgan Collett2007-08-211-1/+5
| * | Clean up leave() and callbacksMorgan Collett2007-08-211-3/+4
* | | Make D-Bus calls async on startupJohn (J5) Palmieri2007-08-271-0/+57
| |/ |/|
* | More follow_name_owner_changed optimiztionJohn (J5) Palmieri2007-08-241-1/+8
|/
* #2299: Really fix buddy properties coming through as arrays of bytesDan Williams2007-08-201-1/+1
* Push tubeconn into sugar.presenceMorgan Collett2007-08-162-0/+108
* Fix initialization order of buddy class '_activities' memberDan Williams2007-07-171-1/+2
* Suppress traceback when creating a new buddy object on buddy-disappeared signalDan Williams2007-07-161-1/+7
* sugar/presence/activity.py: make Activity.leave call the PSMorgan Collett2007-07-111-0/+11
* Add a bunch of copyrightsMarco Pesenti Gritti2007-06-241-0/+17
* sugar.presence.presenceservice: Add get_buddy_by_telepathy_handle()Simon McVittie2007-05-241-0/+26
* Revert "sugar.presence.presenceservice: Add get_buddy_by_telepathy_handle()"Simon McVittie2007-05-241-26/+0
* sugar.presence.presenceservice: Use absolute importsSimon McVittie2007-05-181-12/+3
* Don't rely on dbus importing the exceptions module - import it explicitly.Simon McVittie2007-05-181-1/+5
* sugar.presence.presenceservice: Add get_buddy_by_telepathy_handle()Simon McVittie2007-05-181-0/+26
* sugar.presence.presenceservice, services/presence: Use named loggers.Simon McVittie2007-05-151-7/+9
* sugar.presence.presenceservice: don't mix up local variable 'activity' and im...Simon McVittie2007-05-081-3/+5
* 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