Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ | | | | * reasoning changed from a FIXME to a NOTE to explain why we need to follow_name_owner_changed
* #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
| | | | Needed to make buddy-left work
* 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
| | | | | This reverts commit c6ac2873c881455bc0ba1aa6befae9bd44a1d1e4 because the necessary API isn't committed in PS yet.
* 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
| | | | Also divide up imports in a PEP8-compliant way.
* 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
| | | | | | | | | | | This causes events in the log to be annotated with the module that emitted the message. Before: DEBUG - root: Starting up... After: DEBUG - s-p-s.server_plugin: Starting up... I've used a log domain of "sugar.presence..." for the client library and e.g. "s-p-s.activity" for the service internals.
*