Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/bundle/activitybundle.py
Commit message (Collapse)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-328/+0
|
* pylint sugar.bundleMarco Pesenti Gritti2008-04-191-10/+17
|
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-061-0/+321
|
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-285/+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-041-4/+9
| | | | | (Make it so you can build a Bundle object from the zip file but still use its uninstall() method to uninstall the unzipped version.)
* Fix MIME icon installation (#2458) and icon/mimetype info uninstallationDan Winship2007-09-251-9/+41
|
* Redo activity bundles in terms of sugar.bundle.bundleDan Winship2007-09-201-0/+248