Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Snapshot 29bc0a8a20.Marco Pesenti Gritti2007-10-131-0/+2
|
* Fix native applications handlingMarco Pesenti Gritti2007-10-134-7/+20
|
* Change icon pulsing interval to 100 per cjb requestMarco Pesenti Gritti2007-10-121-1/+1
|
* Registration menuMarco Pesenti Gritti2007-10-124-27/+37
|
* Add the olpc-register codeMarco Pesenti Gritti2007-10-122-1/+55
|
* Add joybuild supportMarco Pesenti Gritti2007-10-121-2/+2
|
* Snapshot 05668dfad7.Marco Pesenti Gritti2007-10-122-0/+4
|
* fixed alert dokuSimon Schampijer2007-10-111-2/+4
|
* First implementation of the alert bar #2822Simon Schampijer2007-10-114-3/+173
| | | | Hooked it up to the activity window as well
* Snapshot 9c5755d85a.Marco Pesenti Gritti2007-10-101-0/+2
|
* Direct Rainbow to capture activity stdio output.Michael Stone2007-10-101-0/+2
|
* Put toolbars into event boxes. This means that they will be filled withBenjamin Berg2007-10-092-16/+13
| | | | the background color by X which makes the frame animations nicer.
* Snapshot 6c7c6a503b.Marco Pesenti Gritti2007-10-092-1/+3
|
* Update NEWSMarco Pesenti Gritti2007-10-091-0/+3
|
* Use incremental numbers to avoid double logs, nicerMarco Pesenti Gritti2007-10-092-7/+4
| | | | than timestamps.
* When running from a terminal don't use logs.Marco Pesenti Gritti2007-10-091-1/+1
|
* Readd timestamps to the logsMarco Pesenti Gritti2007-10-091-0/+3
|
* Looks like I can't dup2 and stream logs on the same file.Marco Pesenti Gritti2007-10-091-38/+7
|
* Cleanup the logs stuff a bit.Marco Pesenti Gritti2007-10-096-10/+75
|
* 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.)
* |