Re: [Sugar-devel] [PATCH] String format fix for "View Source" activity title

2011-12-14 Thread Simon Schampijer
On 14/12/11 19:53, Manuel Quiñones wrote: Fixes bug #3272 . Signed-off-by: Manuel Quiñones --- src/jarabe/view/viewsource.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/jarabe/view/viewsource.py b/src/jarabe/view/viewsource.py index 4ec47eb..1285e69 100644 --

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Reimplement Palettes for GTK3

2011-12-14 Thread Simon Schampijer
On 14/12/11 22:53, Daniel Drake wrote: Moving from GTK2 to GTK3 has presented various challenges regarding palettes. There are two small things that have been introduced accidentally by this patch, fixups are: commit a7f1eb596ed3a4b63cab97fbc97c1a9aa0f9c813 Author: Simon Schampijer Date:

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Reimplement Palettes for GTK3

2011-12-14 Thread Daniel Drake
Moving from GTK2 to GTK3 has presented various challenges regarding palettes. In GTK2, we were able to access some internal API of the GtkMenu class and use it to embed a GtkMenu in a regular window. As of GTK3, that API has become private and we can no longer access it. We still want to use GtkM

[Sugar-devel] [PATCH sugar-toolkit-gtk3] SugarExt: make SugarGrid introspectable

2011-12-14 Thread Daniel Drake
This will be used by a future GTK3 port of the shell. --- src/sugar3/Makefile.am |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/sugar3/Makefile.am b/src/sugar3/Makefile.am index e795c27..1f073df 100644 --- a/src/sugar3/Makefile.am +++ b/src/sugar3/Makefile.am @@ -132

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Trivial GTK3 porting fixes

2011-12-14 Thread Daniel Drake
Fix some trivial issues missed earlier: various missing imports, some minor API changes to adapt to, do_size_request simple porting, etc. --- src/sugar3/activity/activity.py |1 + src/sugar3/activity/namingalert.py |9 + src/sugar3/datastore/datastore.py|2 +- src/su

Re: [Sugar-devel] FW: scratch on aslo

2011-12-14 Thread Rafael Ortiz
On Wed, Dec 14, 2011 at 7:42 PM, Alan Jhonn Aguiar Schwyn < alan...@hotmail.com> wrote: > It's ok uploading those to aslo, if they have OSI compliant Licences, > pointing to original devs, also if they provide a good sugar experience. > More info here: > > > http://wiki.sugarlabs.org/go/Activity_

Re: [Sugar-devel] FW: scratch on aslo

2011-12-14 Thread Alan Jhonn Aguiar Schwyn
It's ok uploading those to aslo, if they have OSI compliant Licences, pointing to original devs, also if they provide a good sugar experience. More info here: http://wiki.sugarlabs.org/go/Activity_Library/Editors/Policy#Guidelines_for_accepting_an_activity Ok. The "importants" are in ASLO.. mayb

Re: [Sugar-devel] FW: scratch on aslo

2011-12-14 Thread Gonzalo Odiard
On Wed, Dec 14, 2011 at 9:24 PM, Alan Jhonn Aguiar Schwyn < alan...@hotmail.com> wrote: > Hi, > > Scratch there are in: > http://activities.sugarlabs.org/es-ES/sugar/addon/4249 > > But was removed: http://download.sugarlabs.org/activities/4249/ > > Was removed for a discussion about his License..

Re: [Sugar-devel] FW: scratch on aslo

2011-12-14 Thread Alan Jhonn Aguiar Schwyn
It's ok uploading those to aslo, if they have OSI compliant Licences, pointing to original devs, also if they provide a good sugar experience. More info here: http://wiki.sugarlabs.org/go/Activity_Library/Editors/Policy#Guidelines_for_accepting_an_activity

Re: [Sugar-devel] FW: scratch on aslo

2011-12-14 Thread Rafael Ortiz
On Wed, Dec 14, 2011 at 7:24 PM, Alan Jhonn Aguiar Schwyn < alan...@hotmail.com> wrote: > Hi, > > Scratch there are in: > http://activities.sugarlabs.org/es-ES/sugar/addon/4249 > > But was removed: http://download.sugarlabs.org/activities/4249/ > > Was removed for a discussion about his License..

[Sugar-devel] FW: scratch on aslo

2011-12-14 Thread Alan Jhonn Aguiar Schwyn
Hi, Scratch there are in: http://activities.sugarlabs.org/es-ES/sugar/addon/4249 But was removed: http://download.sugarlabs.org/activities/4249/ Was removed for a discussion about his License.. There are some activities that not are in ASLO.. For example, all the activities that was in: http://w

Re: [Sugar-devel] scratch on aslo

2011-12-14 Thread Christoph Derndorfer
Okay, these seem to be two of the core messages which explain the background: http://lists.sugarlabs.org/archive/iaep/2011-June/013395.html http://lists.sugarlabs.org/archive/iaep/2011-June/013402.html Christoph On Thu, Dec 15, 2011 at 1:16 AM, Christoph Derndorfer < christoph.derndor...@gmail.c

Re: [Sugar-devel] scratch on aslo

2011-12-14 Thread Christoph Derndorfer
Hi SJ, IIRC correctly there is some issue with license incompatibility and therefore Scratch was removed from ASLO. I think this was discussed on the lists at some point during the summer but I'm on my mobile phone so unfortunately wasn't able to quickly pull up the corresponding thread. Cheers,

[Sugar-devel] scratch on aslo

2011-12-14 Thread Samuel Klein
Scratch doesn't seem to be on ASLO. On the other hand, when I sign in and try to upload it, I am told the file is already in the system. Can someone link me to it? It is ***really hard*** to find the link to upload an activity. Can this be added in a few more places? If you don't think to hov

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Add EventIcon/CursorInvoker similar to CanvasIcon/CanvasInvoker

2011-12-14 Thread Daniel Drake
CanvasIcon and CanvasInvoker were removed in a previous GTK3-porting commit as they were based on hippocanvas. However, this leaves the toolkit with some missing functionality: there is no longer a trivial way to show an icon which can receive mouse events and pop up a palette. Such functionality

[Sugar-devel] [PATCH sugar-toolkit-gtk3] SugarExt: drop pygobject2 initialisation

2011-12-14 Thread Daniel Drake
Now that we avoid linking with pygtk2/pygobject2, we need to remove this initialisation call so that the module can be loaded at runtime. --- src/sugar3/_sugarbaseextmodule.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/sugar3/_sugarbaseextmodule.c b/src/sugar3/_su

[Sugar-devel] [PATCH] String format fix for "View Source" activity title

2011-12-14 Thread Manuel Quiñones
Fixes bug #3272 . Signed-off-by: Manuel Quiñones --- src/jarabe/view/viewsource.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/jarabe/view/viewsource.py b/src/jarabe/view/viewsource.py index 4ec47eb..1285e69 100644 --- a/src/jarabe/view/viewsource.py +++ b/src/j

Re: [Sugar-devel] html rendering differences between Browse and embedded WebView

2011-12-14 Thread Manuel Quiñones
Hi Erik, 2011/12/12 Erik Blankinship > > The Browse activity themes web page widgets differently than embedding a web > viewer in an activity. > > For example, in the Browse activity, buttons and scrollbars are rectangular.   > In my Activity WebView these widgets are rounded rectangles. Yes, t

[Sugar-devel] slackware 13.37 and sugar

2011-12-14 Thread andrew
I have been using Soas-2-blueberry.iso installed on a usb ,which has been working well.However I keep having to go to an internet cafe running windows to use it, this is because my pc is running Slackware 13.37 and I have not manged to configure lilo to boot the usb. Also there doesn't seem to

Re: [Sugar-devel] badges for collaborative activities

2011-12-14 Thread C. Scott Ananian
On Wed, Dec 14, 2011 at 11:19 AM, Michael Stone wrote: > On 12/13/11, C. Scott Ananian wrote: >> I was playing with Sugar collaboration between my XO-1.75 and my >> crazy-nephew's XO-1.5 over the weekend.  We wanted to "play together", >> but it was hard to find which activities would let us do s

Re: [Sugar-devel] [PATCH v2][sucrose-0.94][RFC] Add capability to connect to WPA/WPA2-Enterprise networks

2011-12-14 Thread Ajay Garg
The documentation may be found at the link : http://wiki.sugarlabs.org/go/Features/WPA-WPA2-Enterprise-Network-Connections Please feel free to drop-in any queries; and if anyone has success to connecting to a LEAP-authentication based network (if the connection can be made via nm-applet, it will b

[Sugar-devel] [PATCH v4][sucrose-0.94][RFC] Add capability to connect to WPA/WPA2-Enterprise Networks.

2011-12-14 Thread Ajay Garg
(Note that this is a consolidated patch, to be applied in full; and NOT OVER version-3, version-2, and version-1 patches). Enhancements/Fixes of current version (version-4), over version-3 :: a. Fixing logging statements, and