Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* XoColor: don't choke if passed the wrong type (SL#1408)sucrose-0.90Sascha Silbe2010-11-301-0/+4
| | | | | | | | | Color data is stored in the Journal as a JSON dump, so we can get back arbitrary types. XoColor already checks the color string for validity and handles invalid strings gracefully, so it makes sense to enhance this to invalid types as well. Acked-by: Simon Schampijer <simon@schampijer.de>
* bundlebuilder: install mimetypes.xml and associated icon #2262Simon Schampijer2010-11-241-0/+2
| | | | | | | | As we do create the ActivityBundle in the config of the bundlebuilder we can use the code from the activitybundle as well to install the mime type. Reviewed-By: Sascha Silbe <sascha-pgp@silbe.org>
* Release 0.90.2v0.90.2Simon Schampijer2010-10-141-1/+1
|
* Add 'cache-palette' property to Invoker #1742Tomeu Vizoso2010-10-142-3/+21
| | | | Meaning that the palette will be cached after it's created.
* Release 0.90.1v0.90.1Simon Schampijer2010-10-051-1/+1
|
* Fix running multiple instances of Browse by adapting to API changes #2404Tomeu Vizoso2010-10-052-4/+9
| | | | | | | | * sugar/presence/presenceservice.py: Specify the D-Bus interface when calling ActivityProperties.GetActivity * sugar/activity/main.py: Set a default for the --invite option and make the create() D-Bus method accept a{sv} so we can pass the boolean value.
* Cast floats to ints before calling cairo.ImageSurface() #2291Tomeu Vizoso2010-10-041-4/+6
| | | | Otherwise Python 2.7 will raise an exception.
* Release 0.90.0v0.90.0Simon Schampijer2010-09-291-1/+1
|
* Merge branch 'master' of git.sugarlabs.org:sugar-toolkit/mainlineSimon Schampijer2010-09-291-18/+27
|\
| *