Re: [Sugar-devel] shell-port status

2012-09-06 Thread Manuel Quiñones
2012/9/6 Simon Schampijer : > On 09/06/2012 09:31 AM, Simon Schampijer wrote: >> >> On 09/05/2012 07:29 PM, Simon Schampijer wrote: >>> >>> On 09/03/2012 11:29 PM, Simon Schampijer wrote: Hi, we made quite some good progress last week with the port. Most of the open items h

[Sugar-devel] Proposal for "OUI" :- an Obvious User Interface

2012-09-06 Thread David Brown
http://wiki.sugarlabs.org/go/Talk:Design_Team/Proposals#Proposal_for_.22OUI.22_:-_an_Obvious_User_Interface ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [Design] On Screen Keyboard – part of the 'get Sugar touch ready' feature set

2012-09-06 Thread Gary Martin
On 26 Aug 2012, at 21:18, Gary Martin wrote: > > On 26 Aug 2012, at 18:02, Chris Leonard wrote: > >> On Sun, Aug 26, 2012 at 8:04 AM, Gary Martin >> wrote: >>> FWIW, I've added the output to the discussion page from Maliit listing the >>> language files in a little more detail. I'll put up

Re: [Sugar-devel] [Sur] Adaptar Escribir para niños ciegos.

2012-09-06 Thread Gonzalo Odiard
Te recomiendo ver el código de la actividad Escribir. En la última version, le agregué un boton para que lea el texto seleccionado. Usa codigo copiado de la actividad Speak. Seguramente se puede modificar para que lea la ultima palabra cada vez que se aprieta el espacio o algo similar. Gonzalo 20

[Sugar-devel] Adaptar Escribir para niños ciegos.

2012-09-06 Thread Flavio Danesse
Hola. Me han contactado algunas maestras de primaria de La Rioja Argentina, para solicitar que hagamos una adaptación sobre la actividad escribir. Ellas están a cargo de niños ciegos y anteriormente utilizaban MiguelEstudia para que ellos pudieran estudiar el material, pero en la xo 1.5, MiguelEst

[Sugar-devel] sugar digest 2012-09-06

2012-09-06 Thread Walter Bender
== Sugar Digest == 1. Just back from two exhilarating weeks in India. Along with Harriet Vidyasagar, I visited with Sugar and OLPC aficionados in Delhi, Goa, Mumbai, and Guwahati. It was quite eye-opening. The first stop was Delhi. Harriet had arranged meetings with Sesame Street India, which is

Re: [Sugar-devel] shell-port status

2012-09-06 Thread Simon Schampijer
On 09/06/2012 09:31 AM, Simon Schampijer wrote: On 09/05/2012 07:29 PM, Simon Schampijer wrote: On 09/03/2012 11:29 PM, Simon Schampijer wrote: 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 k

Re: [Sugar-devel] [PATCH sugar] Remove unneeded call in Journal toolbar, left from old toolbar

2012-09-06 Thread Simon Schampijer
On 09/04/2012 08:03 PM, Simon Schampijer wrote: On 09/04/2012 07:40 PM, Manuel Quiñones wrote: Is giving AttributeError. Was left by accident in commit f1590970b884a4dab44bbdabc885f883bbc8bae0 . Signed-off-by: Manuel Quiñones Ok, I can merge it into the shell-port series. Simon http://de

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Icon: Gdk.CairoContext does not exist

2012-09-06 Thread Simon Schampijer
Thanks, pushed. On 09/06/2012 02:35 PM, Manuel Quiñones wrote: Good catch, we were not receiving errors in the logs for that. Acked. 2012/9/6 Simon Schampijer : From: Simon Schampijer First of all 'Gdk.CairoContext' does not exist, this has been made up by the conversion script in 820efa56b

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3 2/2] Fix the badge position at the icon attach point - SL #3835

2012-09-06 Thread Simon Schampijer
On 09/06/2012 06:05 PM, Manuel Quiñones wrote: The convert script pygi-convert.sh commented out the call to info.get_attach_points() in commit 820efa56 Signed-off-by: Manuel Quiñones --- src/sugar3/graphics/icon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sugar

[Sugar-devel] [PATCH sugar-toolkit-gtk3 2/2] Fix the badge position at the icon attach point - SL #3835

2012-09-06 Thread Manuel Quiñones
The convert script pygi-convert.sh commented out the call to info.get_attach_points() in commit 820efa56 Signed-off-by: Manuel Quiñones --- src/sugar3/graphics/icon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sugar3/graphics/icon.py b/src/sugar3/graphics/icon.py in

[Sugar-devel] [PATCH sugar-toolkit-gtk3 1/2] Add testcase for icon badges - SL #3835

2012-09-06 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones v2: Use a proper icon, with attach points. --- tests/graphics/iconbadges.py | 28 1 file changed, 28 insertions(+) create mode 100644 tests/graphics/iconbadges.py diff --git a/tests/graphics/iconbadges.py b/tests/graphics/iconba

Re: [Sugar-devel] Jump activity

2012-09-06 Thread Rafael Ortiz
On Tue, Sep 4, 2012 at 4:45 AM, Alan Jhonn Aguiar Schwyn < alan...@hotmail.com> wrote: > Hi, > > Anyone knows Joshua Seaver or Bimal Sadhwani ? > > Their makes the Jump activity at Carnegie Mellon University some time ago > (2007 ? ) > I makes some changes in the activity, but I need their approve

Re: [Sugar-devel] shell-port status

2012-09-06 Thread Simon Schampijer
On 09/06/2012 02:42 PM, Peter Robinson wrote: The ported code does use GStreamer through introspection. So we will depend on GStreamer 1.0 (old GStreamer does not have full introspection support). I just checked availability of GStreamer 1.0 in the distros. In Fedora it has been built now [1] wi

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Add testcase for icon badges - SL #3835

2012-09-06 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones --- tests/graphics/iconbadges.py | 28 1 file changed, 28 insertions(+) create mode 100644 tests/graphics/iconbadges.py diff --git a/tests/graphics/iconbadges.py b/tests/graphics/iconbadges.py new file mode 100644 index 000..bfef15

Re: [Sugar-devel] shell-port status

2012-09-06 Thread Peter Robinson
> The ported code does use GStreamer through introspection. So we will depend > on GStreamer 1.0 (old GStreamer does not have full introspection support). > > I just checked availability of GStreamer 1.0 in the distros. In Fedora it > has been built now [1] with the basic plugins. In Ubuntu the sit

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Icon: Gdk.CairoContext does not exist

2012-09-06 Thread Manuel Quiñones
Good catch, we were not receiving errors in the logs for that. Acked. 2012/9/6 Simon Schampijer : > From: Simon Schampijer > > First of all 'Gdk.CairoContext' does not exist, this has been > made up by the conversion script in 820efa56b9876bb418bc51d30de959775930e35c > > We do not need the previ

Re: [Sugar-devel] shell-port status

2012-09-06 Thread Simon Schampijer
On 09/06/2012 09:31 AM, Simon Schampijer wrote: On 09/05/2012 07:29 PM, Simon Schampijer wrote: On 09/03/2012 11:29 PM, Simon Schampijer wrote: 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 k

Re: [Sugar-devel] shell-port status

2012-09-06 Thread Simon Schampijer
On 09/05/2012 07:29 PM, Simon Schampijer wrote: On 09/03/2012 11:29 PM, Simon Schampijer wrote: 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

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Icon: Gdk.CairoContext does not exist

2012-09-06 Thread Simon Schampijer
From: Simon Schampijer First of all 'Gdk.CairoContext' does not exist, this has been made up by the conversion script in 820efa56b9876bb418bc51d30de959775930e35c We do not need the previous gtk.gdk.CairoContext here anymore, we do only want to set the background of the context here. See the tool