Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity/activityfactory.py
Commit message (Collapse)AuthorAgeFilesLines
* pylint cleanup: replace disable-msg with disableSascha Silbe2010-11-231-2/+2
| | | | | | | | Adapt to upstream format change. Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-7/+7
| | | | | | | | | Tomeu prefers ' for strings, so let's use it wherever we don't have a good reason to use ". Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* Rename ActivityHandle.handle_invite to ActivityHandle.invitedTomeu Vizoso2010-08-201-1/+1
|
* Add copyright statement due to the collaboration refactoringTomeu Vizoso2010-08-201-0/+1
|
* Remove some unused importsTomeu Vizoso2010-08-201-1/+0
|
* Add the MAC address to the data that gets hashed to get an activity_idTomeu Vizoso2010-08-201-22/+2
|
* Handle invitations using Mission Control 5.Tomeu Vizoso2010-08-201-3/+6
| | | | | | | | | | | | | | | | | 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().
* Replace enough of the old PS so we can join an activity instance on the network.Tomeu Vizoso2010-08-201-0/+3
| | | | | | | | | | | | | | | | * 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.
* Display a message when an activity fails to start (based on wadeb patches) #1447Aleksey Lim2010-03-101-4/+38
|
* Removes the use of O_SYNC on logs #1656James Cameron2010-03-091-2/+1
| | | | | With O_SYNC on open of log files, on systems with slow filesystem random write performance, there is random activity startup time.
* Add signal listener functionality to the DS #1197 (silbe)Simon Schampijer2010-01-241-9/+2
|
* locate rainbow using PATH instead of hardcoding the location (#1436)Sascha Silbe2010-01-111-3/+3
|
*