Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rework sugar.logger and make activities justMarco Pesenti Gritti2007-10-096-191/+61
| | | | redirect their output to a log.
* More service_name -> bundle_id renamingMarco Pesenti Gritti2007-10-091-7/+7
|
* Actually remove the factoryMarco Pesenti Gritti2007-10-091-9/+2
|
* Implement a sugar-launch command. Works like the old sugar-activityMarco Pesenti Gritti2007-10-094-45/+72
| | | | but should deal fine with native activities too.
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-0916-50/+62
|
* Leftover service initializationMarco Pesenti Gritti2007-10-091-5/+0
|
* Remove activity services creation.Marco Pesenti Gritti2007-10-092-82/+0
|
* Add $bundlepath/bin to the PATH when launching anMarco Pesenti Gritti2007-10-091-0/+3
| | | | activity.
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-10-082-14/+16
|\
| * Don't fail to expose if there is no invoker.Benjamin Berg2007-10-081-1/+1
| |
| * DevConsole: Fix reading not allowed filesEduardo Silva2007-10-071-13/+15
| |
* | In preparation of enabling rainbow by default, removeMarco Pesenti Gritti2007-10-089-596/+138
|/ | | | | | | 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.
* Snapshot 143f9ac9c6.Marco Pesenti Gritti2007-10-071-0/+2
|
* DevConsole: logviewer + gnomevfs, no more updates every 1 secondEduardo Silva2007-10-061-35/+55
|
* Timeout of 120 seconds for mount to work around jffs2 issues.Marco Pesenti Gritti2007-10-063-5/+14
|
* Mount the datastore before starting the journal.Tomeu Vizoso2007-10-051-1/+4
|
* Save activity previews to the datastore as binary png images.Tomeu Vizoso2007-10-053-5/+5
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon Schampijer2007-10-048-27/+103
|\
| * Add bundle removing methods/signals to the activity registry, and use themDan Winship2007-10-046-5/+71
| |
| * rewrite a comment so that it doesn't screw up emacs syntax highlighting :)Dan Winship2007-10-041-1/+1
| |
| * Reorganize the uninstall code for #3151Dan Winship2007-10-043-21/+31
| | | | | | | | | | (Make it so you can build a Bundle object from the zip file but still use its uninstall() method to uninstall the unzipped version.)
* |