Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/bundle
Commit message (Collapse)AuthorAgeFilesLines
* Fix ContentBundle bundle_idDaniel Drake2009-07-101-1/+15
| | | | | | | | | | Most content bundles use global_name as the ID-style thing, as suggested on the OLPC wiki. bundle_class seems undocumented and hence is not present in any of the content bundles I have here. Change get_bundle_id() to fall back on the global_name if no bundle_class is set. This fixes a complete sugar crash when installing the standard content bundles (it tried to send a None value over dbus).
* Restore minimal .xol support #459Tomeu Vizoso2009-03-031-3/+19
|
* Don't recursively clean an activity if it's a symbolic link #444Tomeu Vizoso2009-03-011-0/+6
|
* Add extension to temp icon file names #458Tomeu Vizoso2009-03-011-1/+1
|
* Fix uninstallling of activities that use symlinks #171Simon Schampijer2009-01-051-1/+5
|
* Use util.TempFilePath for icons extracted from zipped bundlesTomeu Vizoso2009-01-031-1/+2
|
* Simplify activity bundle installationDaniel Drake2008-12-051-1/+5
| | | | | | sugar-install-bundle is broken because ActivityBundle.install() gained a required parameter. Please can we make it optional? This also fixes one of the problems with the activity updater.
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-283-3/+12
|
* Turn bundle into a new style classMarco Pesenti Gritti2008-10-201-1/+1
|
*