Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/bundle/contentbundle.py
Commit message (Collapse)AuthorAgeFilesLines
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-2/+2
| | | | | | | | | Tomeu prefers ' for strings, so let's use it wherever we don't have a good reason to use ". Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* Deprecate host_version #1509Wade Brainerd2010-03-091-12/+0
|
* PEP8 white space and long line fixesSascha Silbe2009-08-251-6/+7
|
* 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
|
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-281-1/+4
|
* Trac #7733: fix severe performance regression when creating ActivityBundle.C. Scott Ananian2008-08-191-2/+2
|
* Several pylint fixes.Marco Pesenti Gritti2008-08-101-0/+1
|
* #7532 install + open content bundles through journalDaniel Drake2008-07-211-4/+20
|
* #7523 library regeneration fails as XDG_DATA_DIRS is unsetDaniel Drake2008-07-161-5/+6
| | | | The XDG specs say that a default value should be used if it is not set
* #7523 fix content bundle installationDaniel Drake2008-07-151-3/+3
|
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-0/+199