Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activityfactory.py
Commit message (Collapse)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-316/+0
|
* Use new style for unused variablesSimon Schampijer2008-04-241-1/+1
|
* pylint sugar.activity, mostly cleanMarco Pesenti Gritti2008-04-191-1/+1
|
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-061-0/+316
|
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-256/+0
|
* Direct Rainbow to capture activity stdio output.Michael Stone2007-10-101-0/+2
|
* Use incremental numbers to avoid double logs, nicerMarco Pesenti Gritti2007-10-091-4/+4
| | | | than timestamps.
* Cleanup the logs stuff a bit.Marco Pesenti Gritti2007-10-091-7/+5
|
* Rework sugar.logger and make activities justMarco Pesenti Gritti2007-10-091-3/+10
| | | | redirect their output to a log.
* Implement a sugar-launch command. Works like the old sugar-activityMarco Pesenti Gritti2007-10-091-15/+29
| | | | but should deal fine with native activities too.
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-091-1/+3
|
* Leftover service initializationMarco Pesenti Gritti2007-10-091-5/+0
|
* Add $bundlepath/bin to the PATH when launching anMarco Pesenti Gritti2007-10-091-0/+3
| | | | activity.
* In preparation of enabling rainbow by default, removeMarco Pesenti Gritti2007-10-081-5/+20
| | | | | | | the factory service from the public API. The Exec field will now launch an activity instance. Add a -s argument to sugar-activity to enable the single process mode for activities that really need it.
*