Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
Commit message (Collapse)AuthorAgeFilesLines
* 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.
*