Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence2
Commit message (Expand)AuthorAgeFilesLines
* Current activity has its own signal nowDan Williams2007-03-161-4/+0
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-03-161-2/+2
|\
| * trivial cosmetic changesGuillaume Desmottes2007-03-161-2/+2
* | Hook up current activity bitsDan Williams2007-03-161-0/+30
* | Fix get of current-activity property; should be a stringDan Williams2007-03-161-2/+3
|/
* Ignore owner property updates from the network; handled locallyDan Williams2007-03-161-4/+18
* Trivial debug message cleanupsDan Williams2007-03-161-1/+5
* use new activity properties changed signal nameGuillaume Desmottes2007-03-151-1/+1
* rename some signals to avoid confusionsGuillaume Desmottes2007-03-143-24/+88
* Fix uninitialized variable tracebacksDan Williams2007-03-121-0/+3
* Listen for and respond to Owner property changesDan Williams2007-03-093-33/+47
* Update Owner properties on signals from the ShellDan Williams2007-03-091-18/+170
* Refactor sugar.env and pathsMarco Pesenti Gritti2007-03-091-1/+1
* Add the root path of the services to python path, not services/.Marco Pesenti Gritti2007-03-091-2/+2
* Convert Activity objects to gobjects and ensure validity before usingDan Williams2007-03-083-66/+162
* add GetType() method on ActivityGuillaume Desmottes2007-03-081-0/+9
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-03-081-3/+0
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-03-073-8/+35
| |\
| * | Remove some erroneous error handler codeDan Williams2007-03-071-3/+0
* | | update nick when receive AliasChanged signalGuillaume Desmottes2007-03-082-7/+4
| |/ |/|
* | add GetName methodGuillaume Desmottes2007-03-071-0/+9
* | implement ActivityInvitation and PrivateInvitation signalsGuillaume Desmottes2007-03-072-8/+26
|/
* catch invitations requestGuillaume Desmottes2007-03-072-1/+25
* catch the closed signalGuillaume Desmottes2007-03-072-2/+10
* add a leave methodGuillaume Desmottes2007-03-061-0/+7
* implement activity GetChannelsGuillaume Desmottes2007-03-061-1/+6
* declare _icon in Buddy constructorGuillaume Desmottes2007-03-061-0/+1
* move dirty hacks to declare interfaces in init_connections to avoid warningsGuillaume Desmottes2007-03-061-6/+4
* start to implement join and share activitiesGuillaume Desmottes2007-03-063-12/+67
* create/remove activities according to ActivitiesChanged signalGuillaume Desmottes2007-03-054-17/+99
* upload our avatar only if neededGuillaume Desmottes2007-03-053-16/+56
* Don't traceback on cleanup when disconnected alreadyDan Williams2007-03-031-0/+3
* Attempt periodic reconnection on connect error, traceback less on server prob...Dan Williams2007-03-031-3/+34
* 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-024-87/+131
* Don't use the _alias_changed_cb while we use vcard to store the aliasGuillaume Desmottes2007-03-011-1/+3
* PresenceService fixes; request buddy presence when using existing connectionDan Williams2007-03-013-73/+52
* Add fixme for avatar optimizationDan Williams2007-02-281-0/+2
* start to use aliasing interface for nickGuillaume Desmottes2007-02-283-12/+26
* Upload avatar; try to get and set BuddyInfo propertiesDan Williams2007-02-281-6/+73
* explicitely set the BuddyInfo interfaceGuillaume Desmottes2007-02-272-4/+6
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-02-271-3/+0
|\
| * Remove a bit of debugging codeDan Williams2007-02-271-3/+0
* | start of support of the org.freedesktop.Telepathy.Connection.Interface.OLPC.B...Guillaume Desmottes2007-02-272-18/+34
|/
* Add a Server section in the config file and use it to register only when neededGuillaume Desmottes2007-02-271-3/+16
* always register the jid when connectingDan Williams2007-02-261-13/+5
* minor connection setup cleanupsDan Williams2007-02-261-14/+12
* new icon cache systemGuillaume Desmottes2007-02-264-71/+92
* only remove the buddy if we don't see it using all CMGuillaume Desmottes2007-02-263-7/+16