Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Track the buddies inside the activityTomeu Vizoso2010-08-201-69/+64
|
* Handle invitations using Mission Control 5.Tomeu Vizoso2010-08-207-46/+170
| | | | | | | | | | | | | | | | | src/sugar/activity/activity.py: If the activity is being invoked to handle an invite, create a Client.Handler instance and share the activity when HandleChannels is invoked. src/sugar/activity/activityfactory.py, src/sugar/activity/activityhandle.py, src/sugar/activity/main.py: Add a -i switch that indicates to the activity that it should handle the channel from an invitation. src/sugar/presence/activity.py: Expose Activity.room_handle. src/sugar/presence/presenceservice.py: Add get_activity_by_handle(). src/sugar/presence/util.py: Add get_account_for_connection().
* 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
| | | | of connection and handle.
* Add src/sugar/presence/util.pyTomeu Vizoso2010-08-201-0/+53
|
* Take into account the "private" property when updating the scope toolbuttonTomeu Vizoso2010-08-201-1/+2
|
* 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-205-49/+75
|
* 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
| | | | joining a shared instance with _JoinCommand.
* Replace enough of the old PS so we can share an activity instance publicallyTomeu Vizoso2010-08-203-76/+164
| | | | on the network.
* Replace enough of the old PS so we can join an activity instance on the network.Tomeu Vizoso2010-08-205-331/+279
| | | | | | | | | | | | | | | | * src/sugar/activity/activity.py: Get the shared activity wrapper from sugar.presence. * src/sugar/activity/activityfactory.py: Disable checking in the PS for activity_id duplicates. * src/sugar/presence/activity.py: Remove the PS dependency and query Telepathy directly. Implemented enough to join an activity. * src/sugar/presence/buddy.py: Remove the PS dependency and query Telepathy directly. Implemented enough to join an activity. Added an Owner subclass of Buddy() * src/sugar/presence/presenceservice.py: Remove the PS dependency and query Telepathy directly. Implemented enough to join an activity. * src/sugar/presence/util.py: Add ConnectionManager for discovering and tracking connections.
* Release 0.89.3v0.89.3Simon Schampijer2010-08-171-1/+1
|
* Print warnings about the deprecated activity.info fieldsSimon Schampijer2010-08-171-0/+5
|
* Revert "Support dropped for activity.info fields 'service_name' and 'class'"Simon Schampijer2010-08-171-2/+8
| | | | This reverts commit e11b7d319626691a18db3b3e87f5f66c04102695.
* Release 0.89.2v0.89.2Simon Schampijer2010-08-161-1/+1
|
* Support dropped for activity.info fields 'service_name' and 'class'Simon Schampijer2010-08-161-8/+2
| | | | You have to use 'bundle_id' and 'exec' instead now.
* Add ErrorAlert inherited from Alertanishmangal20022010-08-101-0/+45
| | | | | | | | | Adds the ErrorAlert class which is an alert inherited from the base Alert class. This is very similar to the ConfirmationAlert class with the difference being that it only displays an 'Ok' button in the Alert popup. Signed-off-by: anishmangal2002 <anishmangal2002@gmail.com>
* Revert "Release 0.84.12"Daniel Drake2010-08-091-1/+1
| | | | | | This reverts commit 658123fe8164146378f3b5cc77954fd9cb35b191. Sorry, screwed up, this was on the wrong branch :(
* Release 0.84.12Daniel Drake2010-08-091-1/+1
|
*