Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence2/buddy.py
Commit message (Expand)AuthorAgeFilesLines
* Convert Activity objects to gobjects and ensure validity before usingDan Williams2007-03-081-9/+8
* declare _icon in Buddy constructorGuillaume Desmottes2007-03-061-0/+1
* create/remove activities according to ActivitiesChanged signalGuillaume Desmottes2007-03-051-1/+0
* upload our avatar only if neededGuillaume Desmottes2007-03-051-0/+1
* color is required for a valid buddyDan Williams2007-03-031-3/+1
* Give dbus-python a hint to icon return typeDan Williams2007-03-031-1/+1
* Convert buddies to GObjects; ensure signals don't emit before buddy is validDan Williams2007-03-021-69/+102
* PresenceService fixes; request buddy presence when using existing connectionDan Williams2007-03-011-13/+14
* start to use aliasing interface for nickGuillaume Desmottes2007-02-281-1/+1
* explicitely set the BuddyInfo interfaceGuillaume Desmottes2007-02-271-4/+4
* new icon cache systemGuillaume Desmottes2007-02-261-6/+5
* only remove the buddy if we don't see it using all CMGuillaume Desmottes2007-02-261-1/+1
* Create separate plugins for connection methodsDan Williams2007-02-261-1/+3
* Announce appear/disappear buddies according their jabber statusGuillaume Desmottes2007-02-231-0/+3
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-02-231-1/+0
|\
| * Rename IconColor to XoColor.Tomeu Vizoso2007-02-231-1/+0
* | create buddy when connectingGuillaume Desmottes2007-02-231-11/+15
|/
* Add buddy and activity classes (guillaume)Dan Williams2007-02-221-0/+201