Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/bundle
Commit message (Collapse)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-295-706/+0
|
* Fix installation of bundlesSimon Schampijer2008-04-241-3/+3
|
* pylint sugar.bundleMarco Pesenti Gritti2008-04-193-35/+62
|
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-065-0/+679
|
* Cleanup the source structureMarco Pesenti Gritti2007-10-165-642/+0
|
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-091-10/+13
|
* In preparation of enabling rainbow by default, removeMarco Pesenti Gritti2007-10-081-7/+3
| | | | | | | 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.
* Add bundle removing methods/signals to the activity registry, and use themDan Winship2007-10-041-2/+3
|
* 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.)
* Allow the first file in a bundle to be "mimetype", and ignore it if it's thereDan Winship2007-10-011-2/+5
|
* Fix MIME icon installation (#2458) and icon/mimetype info uninstallationDan Winship2007-09-251-9/+41
|
* fix _uninstall()Dan Winship2007-09-251-2/+2
|
* Redo activity bundles in terms of sugar.bundle.bundleDan Winship2007-09-202-0/+249
|
* Fix typo so the removal of expanded activity bundles is complete.Tomeu Vizoso2007-09-121-1/+1
|
* Add support for content bundlesDan Winship2007-09-074-0/+348