Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence
Commit message (Expand)AuthorAgeFilesLines
* presence: use RoomConfig1 to configure channel properties (#3629)Daniel Drake2012-07-031-8/+53
* Only show joined buddies on sharer side, part of OLPC#10578Simon Schampijer2011-05-311-0/+1
* Shared activity does not announce the 'buddy-left' signal OLPC #10800Simon Schampijer2011-05-231-1/+1
* Store all the buddies that have been joined in the activity metadata OLPC #10578Simon Schampijer2011-03-311-1/+5
* pylint cleanup: remove unused importsSascha Silbe2010-11-231-2/+1
* pylint cleanup: replace disable-msg with disableSascha Silbe2010-11-231-2/+2
* style cleanup: prefer ' for stringsSascha Silbe2010-11-233-18/+18
* PEP8 cleanup: fix inline comment spacingSascha Silbe2010-11-231-5/+10
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-234-9/+12
* PEP8 cleanup: fix number of blank linesSascha Silbe2010-11-234-1/+9
* Fix running multiple instances of Browse by adapting to API changes #2404Tomeu Vizoso2010-10-051-1/+5
* Don't try to share the activity if we couldn't find a suitable connection #2217Tomeu Vizoso2010-09-101-0/+6
* sugar.presence: Remove dead code and make clear which methonds are deprecatedTomeu Vizoso2010-08-302-150/+21
* Use Account.ConnectionStatus instead of Account.Connection.StatusTomeu Vizoso2010-08-261-1/+2
* Address comments from Simon's reviewTomeu Vizoso2010-08-202-175/+8
* Address several nitpicks from MarcoTomeu Vizoso2010-08-204-4/+4
* Add copyright statement due to the collaboration refactoringTomeu Vizoso2010-08-201-0/+1
* Misc. pylint fixesTomeu Vizoso2010-08-202-115/+3
* Wrap lines with more than 80 charsTomeu Vizoso2010-08-203-22/+43
* Remove some unused importsTomeu Vizoso2010-08-204-8/+2
* For several reasons, a shared activity won't survive to its connectionTomeu Vizoso2010-08-201-1/+0
* No need to dispose the buddies currently in the activity, as it is informatio...Tomeu Vizoso2010-08-201-1/+0
* Remove misleading comment, we are already listening ClosedTomeu Vizoso2010-08-201-2/+0
* Correctly use the connections from ConnectionManagerTomeu Vizoso2010-08-201-2/+5
* Make sure that the connection we choose is connectedTomeu Vizoso2010-08-201-19/+65
* Set the properties of the channel after we have joined itTomeu Vizoso2010-08-201-103/+12
* Translate handles if the channel has channel-specific handles (gabble)Tomeu Vizoso2010-08-201-48/+80
* Log when we fail to find a share activity for a given idTomeu Vizoso2010-08-201-1/+4
* Track the buddies inside the activityTomeu Vizoso2010-08-201-69/+64
* Handle invitations using Mission Control 5.Tomeu Vizoso2010-08-203-13/+37
* Restore use of ActivityProperties.GetActivityTomeu Vizoso2010-08-201-7/+10
* Pass the account path to the Activity on creationTomeu Vizoso2010-08-202-13/+14
* Identify buddies and activities by their account and ids insteadTomeu Vizoso2010-08-204-29/+65
* Add src/sugar/presence/util.pyTomeu Vizoso2010-08-201-0/+53
* Only add ourselves to a channel if we are in local_pendingTomeu Vizoso2010-08-201-5/+5
* Implement inviting buddies to a private activityTomeu Vizoso2010-08-203-43/+68
* Add src/sugar/util.py to the MakefileTomeu Vizoso2010-08-201-1/+2
* Implement Buddy.object_path()Tomeu Vizoso2010-08-201-1/+1
* Implement Activity.get_channels()Tomeu Vizoso2010-08-201-3/+7
* Emit the buddy-left signalTomeu Vizoso2010-08-201-0/+3
* Implement leaving an activityTomeu Vizoso2010-08-201-10/+9
* Emit the buddy-joined signalTomeu Vizoso2010-08-201-1/+19
* Refactor the logic for sharing into _ShareCommand and implementTomeu Vizoso2010-08-202-102/+378
* Replace enough of the old PS so we can share an activity instance publicallyTomeu Vizoso2010-08-202-70/+160
* Replace enough of the old PS so we can join an activity instance on the network.Tomeu Vizoso2010-08-203-328/+272
* PEP8 white space and long line fixesSascha Silbe2009-08-254-101/+95
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-254-87/+87
* pylint fixesSimon Schampijer2009-08-241-2/+2
* let the logger do the formattingSascha Silbe2009-08-241-2/+2
* Add the tags property to the buddy modelTomeu Vizoso2009-07-291-1/+4