Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/bundle
Commit message (Collapse)AuthorAgeFilesLines
* style cleanup: prefer ' for stringsSascha Silbe2010-11-233-13/+13
| | | | | | | | | 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>
* style cleanup: use """ everywhereSascha Silbe2010-11-231-2/+2
| | | | | | | | Most of the code uses """, so adjust the few deviations. Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 cleanup: fix spaces around keyword parametersSascha Silbe2010-11-231-1/+1
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 cleanup: fix whitespace around operatorSascha Silbe2010-11-231-1/+1
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* Add new numbering scheme #2425Simon Schampijer2010-11-093-4/+164
| | | | | | | - add class NormalizedVersion to parse and compare the new activity versions - change the bundlebuilder and activitybundle to use the new scheme, instead of an int version we expect a string that matches the format defined in NormalizedVersion
* Delete activities profile data when uninstall #2074Martin Abente2010-08-231-1/+8
| | | | | | | | When activities are uninstalled, profile data persists. Profile data can consume a lot of storage space. Therefore it is necessary to delete it when required. Signed-off-by: Martin Abente <mabente@paraguayeduca.org>
* Misc. pylint fixesTomeu Vizoso2010-08-201-1/+1
|
* Print warnings about the deprecated activity.info fieldsSimon Schampijer2010-08-171-0/+5
|
* Revert "Support dropped for activity.info fields 'service_name' and 'class'"Simon Schampijer2010-08-171-2/+8
| | | | This reverts commit e11b7d319626691a18db3b3e87f5f66c04102695.
* Support dropped for activity.info fields 'service_name' and 'class'Simon Schampijer2010-08-161-8/+2
| | | | You have to use 'bundle_id' and 'exec' instead now.
* Bundelbuilder should not use localized activity name #1968 (Walter Bender)Simon Schampijer2010-06-031-2/+10
| | | | | | The localized activity name is only used for user-facing strings. The .xo and .tar files are left in the original name.
* Cannot delete stalled download from journal #1987Aleksey Lim2010-06-021-3/+2
|
* Deprecate host_version #1509Wade Brainerd2010-03-091-12/+0
|
* Treat broken symlinks corretcly #1394Aleksey Lim2009-09-201-3/+3
|
* Do not fail if activity mime_type was already installed #1394Aleksey Lim2009-09-201-9/+19
|
* Add is_user_activity() to ActivityBundle #701Aleksey Lim2009-08-281-0/+3
|
* PEP8 white space and long line fixesSascha Silbe2009-08-253-17/+26
|
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-252-18/+18
|
* pylint fixesSimon Schampijer2009-08-241-1/+2
|
* let the logger do the formattingSascha Silbe2009-08-242-9/+9
|
* update mime type db when a new activity is copied to ~/Activities #955Tomeu Vizoso2009-07-221-1/+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).
* Add support for tags in activity bundlesTomeu Vizoso2009-06-161-0/+13
|
* 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
|
*