Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/sugar/activity/activityfactory.py
Commit message (Collapse)AuthorAgeFilesLines
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-061-316/+0
|
* launch xulrunner based activities with a constant uid in a container #5489Simon Schampijer2008-01-111-4/+10
|
* Run the web activity outside containersMarco Pesenti Gritti2007-12-221-1/+2
|
* Patch by Reinier to correct create method handlerMarco Pesenti Gritti2007-12-141-1/+1
| | | | signature. Fix #5364.
* Reap only activity processes. Fix #5044Marco Pesenti Gritti2007-11-281-2/+14
|
* Improve error-handling during activity log-file creation.Michael Stone2007-11-091-2/+8
|
* Fix typoMarco Pesenti Gritti2007-11-081-4/+4
|
* Add an hardcoded list of activities which are launchedMarco Pesenti Gritti2007-11-081-1/+9
| | | | outside rainbow containers.
* Create an instance dir and write journal files into it.Marco Pesenti Gritti2007-11-071-0/+4
|
* Improve ActivityFactory utility functions and reduce code-path duplication.Michael Stone2007-11-051-45/+53
| | | | | | | | | | | | | | | | | | | * Remove a race in open_log_file() * Make open_log_file return a path as well as a file-object so that Rainbow-launched activities can log to the same path that sugar-launched ones do. * Change the call to Rainbow so that it writes to the log-file provided by open_log_file() * Define SUGAR_BUNDLE_ID env variable and change the location of the check for /etc/olpc-security so that Rainbow doesn't have to search for or parse the activity bundle. * Remove import statements marked as unnecessary by pylint. * Fix up some whitespace issues.
* Make activity space creation a bit more solidMarco Pesenti Gritti2007-11-051-2/+4
|
* Setup the activity root with a tmp and a data dir.Marco Pesenti Gritti2007-10-301-0/+9
| | | | Save DS files in data (since tmp will be on tmpfs in rainbow)
* Set SUGAR_ACTIVITY_ROOTMarco Pesenti Gritti2007-10-301-0/+3
|
* Parse arguments rather than forking out a shellMarco Pesenti Gritti2007-10-231-8/+9
|
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-0/+256