Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/bundle/activitybundle.py
Commit message (Collapse)AuthorAgeFilesLines
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-9/+9
| | | | | | | | | 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-091-4/+6
| | | | | | | - 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.
* 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-251-9/+10
|
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-15/+15
|
* pylint fixesSimon Schampijer2009-08-241-1/+2
|
* let the logger do the formattingSascha Silbe2009-08-241-8/+8
|
* update mime type db when a new activity is copied to ~/Activities #955Tomeu Vizoso2009-07-221-1/+7
|
* Add support for tags in activity bundlesTomeu Vizoso2009-06-161-0/+13
|
* 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
|
* 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-281-1/+4
|
*