Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/buddy.py
Commit message (Expand)AuthorAgeFilesLines
* Adapt to presence service API changestrial-3Marco Pesenti Gritti2007-09-171-1/+1
* Adapt to sugar.profile API changesMarco Pesenti Gritti2007-09-171-8/+13
* Revert part of morgs' fix for current activity propagation.Simon McVittie2007-09-111-4/+0
* Bug#3327: don't let a slower connection manager delete a current activity adv...Simon McVittie2007-09-111-4/+7
* Set current activity when sharing or joining an activity. Echo this change to...Simon McVittie2007-09-101-6/+8
* When a buddy goes offline, consider them to have left all their activitiesSimon McVittie2007-09-101-0/+5
* #3147: Set _PROP_CURACT for the owner when sharing an activityMorgan Collett2007-09-081-2/+3
* Snapshot a79f7b6488.Marco Pesenti Gritti2007-09-041-0/+1
* Support mutable activity properties (name, tags, color, private).Simon McVittie2007-08-301-0/+10
* Move NotFoundError to psutils; add NotJoinedError and WrongConnectionError.Simon McVittie2007-08-301-3/+3
* Remove wrong usage of byte_arrays=True (should be client-side, not service-side)Dan Williams2007-08-201-2/+1
* #2214: Gracefully handle blank server fieldDan Williams2007-08-011-1/+1
* Cope with arbitrary Unicode in nicknames by making Buddy.props.nick 'object' ...Simon McVittie2007-07-311-1/+6
* Disable SetAvatar and avoid importing gtk.Marco Pesenti Gritti2007-07-271-31/+38
* One-line fix to GetTelepathyHandles() - actually return the collected handlesSimon McVittie2007-07-251-0/+1
* Return buddy properties as a byte array, not an array of bytesDan Williams2007-07-201-1/+2
* don't try to send None over D-Bus. (fixes at least a warning and probably more)Dan Winship2007-07-161-0/+1
* Clear out current activity if we're leaving itDan Williams2007-07-161-0/+5
* Add closing parentheses.Tomeu Vizoso2007-07-151-1/+1
* Fix buddy re-appear by actually forgetting about buddies when they go awayDan Williams2007-07-151-0/+2
* Handle CurrentActivityChanged events from the shell owner objectDan Williams2007-07-151-1/+3
* Disable support for avatars - the cache seems to give us huge performance pro...Simon McVittie2007-07-121-0/+9
* Show conn.object_path in debug logsMorgan Collett2007-07-091-5/+7
* Merge http://people.freedesktop.org/~smcv/git/presence-serviceMorgan Collett2007-07-091-0/+31
|\
| * buddy, activity: cope with missing interfaces gracefullySimon McVittie2007-07-051-0/+31
* | Remove buddy anyway on leaving, works at least partiallyMorgan Collett2007-07-091-0/+3
* | Implement leaving a shared activityMorgan Collett2007-07-031-0/+9
|/
* Try to set owner properties before connection - newer versions of Gabble and ...Simon McVittie2007-06-151-5/+29
* buddy: Don't emit validity-changed twiceSimon McVittie2007-06-121-6/+14
* buddy: Minor code simplificationSimon McVittie2007-06-121-10/+2
* Improve Salut integration so buddies show up in the shell:Simon McVittie2007-06-121-39/+59
* Hook up Salut to the presence serviceSimon McVittie2007-06-121-6/+25
* Batch together online/offline events. Implement a queue for initial buddy ins...Simon McVittie2007-06-121-58/+0
* buddy: make sure we have _activities_by_connection entry before setting activ...Simon McVittie2007-06-121-1/+2
* Use RequestAvatars rather than RequestAvatar, for increased asynchronousnessSimon McVittie2007-06-111-20/+15
* Make Buddy responsible for initial property lookup when a Tp handle is addedSimon McVittie2007-06-111-0/+58
* Move avatar handling to Buddy (with a small dispatch function in PresenceServ...Simon McVittie2007-06-111-0/+33
* Have Buddy track their own Telepathy handles and JIDsSimon McVittie2007-06-111-26/+25
* Make GenericOwner responsible for setting its own activity/current-activitySimon McVittie2007-06-081-5/+56
* Make GenericOwner responsible for setting its own properties.Simon McVittie2007-06-081-5/+149
* buddy: Make pychecker happierSimon McVittie2007-06-071-3/+2
* Copy sugar services/presence/ to presence-service src/Simon McVittie2007-06-061-0/+638