Re: [Sugar-devel] Sugar Activity template for HTML5/Enyo

2012-09-03 Thread Aleksey Lim
On Sat, Aug 25, 2012 at 10:50:17PM +0200, lio...@olpc-france.org wrote: - Use POT localization for HTML5 resource Did you already choose the way how to reuse gettext for JS code? If I got it right, there is no standard way for that and several implementations exist. -- Aleksey

[Sugar-devel] [PATCH] Take list of supported image formats mime types from GdkPixbuf - SL #3845

2012-09-03 Thread godiard
From: Gonzalo Odiard godi...@gmail.com Signed-off-by: Gonzalo Odiard gonz...@laptop.org Acked-by: Simon Schampijer si...@laptop.org --- src/sugar3/mime.py | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/sugar3/mime.py b/src/sugar3/mime.py index

Re: [Sugar-devel] [PATCH] Take list of supported image formats mime types from GdkPixbuf - SL #3845

2012-09-03 Thread Gonzalo Odiard
Ok, pushed as requested. Gonzalo On Mon, Sep 3, 2012 at 8:52 AM, godi...@sugarlabs.org wrote: From: Gonzalo Odiard godi...@gmail.com Signed-off-by: Gonzalo Odiard gonz...@laptop.org Acked-by: Simon Schampijer si...@laptop.org --- src/sugar3/mime.py | 12 +++- 1 file changed, 11

Re: [Sugar-devel] [Design] Accelerometer icon

2012-09-03 Thread Manuel Quiñones
2012/9/3 Agustin Zubiaga Sanchez a...@sugarlabs.org: Great, +1 to auto screen rotation Agustin, your patch works great, thanks! Let's see what happens with auto-rotate first. -- .. manuq .. ___ Sugar-devel mailing list

[Sugar-devel] [ASLO] Release Implode-14

2012-09-03 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4086 Sugar Platform: 0.98 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28205/implode-14.xo Release notes: - Create a new game immediatly - New translations Sugar Labs Activities http://activities.sugarlabs.org

[Sugar-devel] [RELEASE] Implode-14

2012-09-03 Thread Manuel Quiñones
== Source == http://download.sugarlabs.org/sources/honey/Implode/Implode-14.tar.bz2 == News == - Release 14 (Manuel Quiñones) - Create a new game inmediatly (Manuel Kaufmann) - New translations (Pootle) -- .. manuq .. ___ Sugar-devel mailing list

Re: [Sugar-devel] [ASLO] Release Read-100

2012-09-03 Thread Manuel Quiñones
2012/8/31 Sugar Labs Activities activit...@sugarlabs.org: Activity Homepage: http://activities.sugarlabs.org/addon/4028 In my system that link shows me Read 92, here is the direct link: http://activities.sugarlabs.org/en-US/sugar/addons/versions/4028#version-100 Sugar Platform: 0.98 - 0.98

Re: [Sugar-devel] [PATCH Memorize] Use RadioMenuButton instead ComboBox to change the board size

2012-09-03 Thread Gonzalo Odiard
Pushed and published Gonzalo On Fri, Aug 24, 2012 at 11:27 AM, Manuel Kaufmann humi...@gmail.com wrote: ComboBox doesn't work properly and this have a bad impact on touch screen. We decided to use RadioMenuButton instead of ComboBox because it make easier changing the board size.

Re: [Sugar-devel] Sugar Activity template for HTML5/Enyo

2012-09-03 Thread lionel
- Use POT localization for HTML5 resource Did you already choose the way how to reuse gettext for JS code? If I got it right, there is no standard way for that and several implementations exist. I choose the easy way :-) I will implement a JavaScript function gettext that will handle a

Re: [Sugar-devel] Enyo Epub integration

2012-09-03 Thread lionel
I tried it, cool!. The only thing that comes to mind is simple examples to learn new activities But I'm not sure which ones: chat, write? Thanks. Writing EPub tutorial for existing activities could be interesting. BTW the EPUB could only communicate with the embedding activity (Read) so we

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Finish the port of the CellRendererIcon

2012-09-03 Thread Simon Schampijer
On 08/24/2012 03:13 PM, Manuel Quiñones wrote: 2012/8/24 Simon Schampijer si...@schampijer.de: On 08/23/2012 08:16 PM, Manuel Quiñones wrote: In pygtk custom cellrenderers were done inheriting gtk.GenericCellRenderer, and overriding the on_* methods. Now we inherit Gtk.CellRenderer and the

[Sugar-devel] shell-port status

2012-09-03 Thread Simon Schampijer
Hi, we made quite some good progress last week with the port. Most of the open items have been fixed. I do rebase now on master to start merging and keep on working on the master branches. I uploaded the current patches at [1], the rest coming. Feel free to start commenting while going.

Re: [Sugar-devel] [DESIGN] Examples objects support for activities.

2012-09-03 Thread Martin Abente
@gonzalo: Regarding gtk2-gtk3, no problem, I wil do it ASAP. @gonzalo bert: I would go for the simpler solution. But is really important that we can agree on this. @gonzalo: regarding the icon, I think the activity icon works fine, but maybe someone else can give us more feedback to see which

[Sugar-devel] [PATCH sugar-artwork 1/4] Fix Makefile to install the proper CSS in sugar 100% theme

2012-09-03 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones ma...@laptop.org --- gtk3/theme/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk3/theme/Makefile.am b/gtk3/theme/Makefile.am index 7ffed4f..d2e6df7 100644 --- a/gtk3/theme/Makefile.am +++ b/gtk3/theme/Makefile.am @@ -37,7 +37,7 @@

[Sugar-devel] [PATCH sugar-artwork 2/4] Make the main toolbar the right size - SL #3388

2012-09-03 Thread Manuel Quiñones
Set to zero the GtkWidget-focus-padding which was changing the size of the buttons, and was noticeable in the toolbar because the toolbar buttons were changing the toolbar height. Use the toolbutton_padding variable instead. It was used before only for the tool buttons border-radius, but a look

[Sugar-devel] [PATCH sugar-artwork 3/4] Remove colors, borders and paddings set for all the widgets, fix Button borders - SL #3837

2012-09-03 Thread Manuel Quiñones
The * {} and *:active {} CSS rules apply to all the widgets so they have to be overriden many times. We should do that for each widget when needed instead. Also fix the border for the GtkButton. We have a white outline in its focused state. This is implemented as a CSS border in the GTK3+

[Sugar-devel] [PATCH sugar-artwork 4/4] Set correct border-color for entries - SL #3389

2012-09-03 Thread Manuel Quiñones
Now the entries in the toolbar have a border color that is the same as the background color, looking like in GTK2. Entries with a progressbar inside, like Browse activity URL entry, now have the same style than in GTK2, with an outline. See images attached to the ticket for reference.

Re: [Sugar-devel] [DESIGN] Examples objects support for activities.

2012-09-03 Thread Manuel Quiñones
Hey Tincho, 2012/9/3 Martin Abente martin.abente.lah...@gmail.com: @gonzalo: Regarding gtk2-gtk3, no problem, I wil do it ASAP. @gonzalo bert: I would go for the simpler solution. But is really important that we can agree on this. @gonzalo: regarding the icon, I think the activity icon