Re: [Sugar-devel] [PATCH 1/2] Backport "Add DescriptionEntry to the activity sub-toolbar" from sugar-toolkit-gtk3

2012-04-19 Thread Anish Mangal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri 20 Apr 2012 12:51:56 AM IST, godi...@sugarlabs.org wrote: > From: Gonzalo Odiard > > This is the implementation of the 'Write to Journal anytime' feature [1]. > > The patch itself adds a DescriptionItem to the activity > sub-toolbar to make edi

[Sugar-devel] [ASLO] Release Memorize-41

2012-04-19 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4063 Sugar Platform: 0.86 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/27981/memorize-41.xo Release notes: Restore buttons to add images and sounds to the cards Translations updated Sugar Labs Activities http://act

[Sugar-devel] [PATCH 2/2] Backport of "Remove the Naming Alert" in sugar-toolkit-gtk3

2012-04-19 Thread godiard
From: Gonzalo Odiard With the new 'Write to Journal anytime' feature it is possible to write a description within an activity. Hopefully this leads to more usage of the Journal for reflection by the learner. The hinting nature ('you have not named your session yet') of the Naming Alert has not be

[Sugar-devel] [PATCH 1/2] Backport "Add DescriptionEntry to the activity sub-toolbar" from sugar-toolkit-gtk3

2012-04-19 Thread godiard
From: Gonzalo Odiard This is the implementation of the 'Write to Journal anytime' feature [1]. The patch itself adds a DescriptionItem to the activity sub-toolbar to make editing a Journal entry description from within the activity possible. The code has the same error handling as the TitleEntry

[Sugar-devel] [ASLO] Release Nutrition-3

2012-04-19 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4555 Sugar Platform: 0.86 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/27962/nutrition-3.xo Release notes: A series of four nutrition games: Name That Food; How Many Calories?; How Much to Eat?; and Is This a Balanc

[Sugar-devel] [ASLO] Release Puzzleton-2

2012-04-19 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4556 Sugar Platform: 0.82 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/27978/puzzleton-2.xo Release notes: Only support for rectangular pieces. Sugarized icon and support for the new toolbar style. Sugar Labs Acti

Re: [Sugar-devel] Python name mangling in callbacks

2012-04-19 Thread Manuel Quiñones
El día 19 de abril de 2012 15:30, Gonzalo Odiard escribió: > > > 2012/4/19 Manuel Quiñones >> >> Hi, >> >> out of curiosity:  is there a reason to use name mangling [1] in the >> callback functions?  I'm sure it must be one.  This lead to >> particularly tricky solution in this Terminal bug [2].

[Sugar-devel] Python name mangling in callbacks

2012-04-19 Thread Manuel Quiñones
Hi, out of curiosity: is there a reason to use name mangling [1] in the callback functions? I'm sure it must be one. This lead to particularly tricky solution in this Terminal bug [2]. [1] http://docs.python.org/release/1.5/tut/node67.html [2] http://bugs.sugarlabs.org/ticket/440 Cheers, --

Re: [Sugar-devel] [PATCH v3 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Daniel Drake
On Thu, Apr 19, 2012 at 10:51 AM, Manuel Quiñones wrote: >> +    soup_uri = Soup.URI.new(uri_string=backup_url) > > Daniel, above is the only new() constructor pending, I cannot find a > replacement for it,  Soup.URI(uri_string=backup_url) gives error, > there's no method in Soup.URI to setup with

Re: [Sugar-devel] [PATCH v3 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Manuel Quiñones
El día 19 de abril de 2012 13:50, Daniel Drake escribió: > On Thu, Apr 19, 2012 at 10:45 AM, Manuel Quiñones wrote: >> There was code in Browse to create a SQlite database under data >> directory in the activity profile.  This was for creating a cookie to >> authenticate the laptop with a schools

Re: [Sugar-devel] [PATCH v3 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Manuel Quiñones
El día 19 de abril de 2012 13:45, Manuel Quiñones escribió: > There was code in Browse to create a SQlite database under data > directory in the activity profile.  This was for creating a cookie to > authenticate the laptop with a schoolserver. > > Now we use the same database via the Soup library

Re: [Sugar-devel] [PATCH v3 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Daniel Drake
On Thu, Apr 19, 2012 at 10:45 AM, Manuel Quiñones wrote: > There was code in Browse to create a SQlite database under data > directory in the activity profile.  This was for creating a cookie to > authenticate the laptop with a schoolserver. > > Now we use the same database via the Soup library to

[Sugar-devel] [RELEASE] sugar-0.95.7

2012-04-19 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.95.7.tar.bz2 == News == * Release 0.95.7 (Simon Schampijer) * Update Sucrose version for upcoming 0.95.7 (Simon Schampijer) * Prevent handling network devices twice (OLPC#11782) (Daniel Drake) * Touchpad icon: updat

[Sugar-devel] [PATCH v3 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Manuel Quiñones
There was code in Browse to create a SQlite database under data directory in the activity profile. This was for creating a cookie to authenticate the laptop with a schoolserver. Now we use the same database via the Soup library to store all cookies so they are persistent between sessions. A Soup

[Sugar-devel] [RELEASE] sugar-artwork-0.95.5

2012-04-19 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-artwork/sugar-artwork-0.95.5.tar.bz2 == News == * Release 0.95.5 (Simon Schampijer) * Bring back the icon edir-description, SL #3384 (Simon Schampijer) ___ Sugar-devel mailing li

[Sugar-devel] [RELEASE] sugar-toolkit-gtk3-0.95.6

2012-04-19 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit-gtk3/sugar-toolkit-gtk3-0.95.6.tar.bz2 == News == * Release 0.95.6 (Simon Schampijer) * Draw accelerator in Palette SL #3459 (Simon Schampijer) * Draw border for palette all the time SL #3383 (Simon Schampijer) * Co

Re: [Sugar-devel] [PATCH v2 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Manuel Quiñones
El día 19 de abril de 2012 12:25, Daniel Drake escribió: > On Thu, Apr 19, 2012 at 9:20 AM, Manuel Quiñones wrote: >> There was code in Browse to create a SQlite database under data >> directory in the activity profile.  This was for creating a cookie to >> authenticate the laptop with a schoolse

Re: [Sugar-devel] [IAEP] eduJAM! and 1-to-1 week: information and scholarships

2012-04-19 Thread Jonas Smedegaard
On 12-04-19 at 11:43am, Pablo Flores wrote: > We're very close to eduJAM! 2012, which will take place in May in > Montevideo, Uruguay. This time the summit doesn’t stand on its own but > is accompanied by a number of events which promise to provide > enriching meeting opportunities. Wauw! That'

Re: [Sugar-devel] [PATCH v2 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Daniel Drake
On Thu, Apr 19, 2012 at 9:20 AM, Manuel Quiñones wrote: > There was code in Browse to create a SQlite database under data > directory in the activity profile.  This was for creating a cookie to > authenticate the laptop with a schoolserver. > > Now we use the same database via the Soup library to

[Sugar-devel] [PATCH v2 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Manuel Quiñones
There was code in Browse to create a SQlite database under data directory in the activity profile. This was for creating a cookie to authenticate the laptop with a schoolserver. Now we use the same database via the Soup library to store all cookies so they are persistent between sessions. A Soup

Re: [Sugar-devel] [PATCH] Draw accelerator in Palette SL #3459

2012-04-19 Thread Daniel Drake
On Wed, Apr 18, 2012 at 2:35 PM, Simon Schampijer wrote: > The accelerator in the primary information in the Palette > has not been drawn because there was not enough space > reserved for it. The preferred size we get back for the > Palette window does not include the accelerator of the > Gtk.Acce

[Sugar-devel] [PATCH] When a object is removed from the clipboard try, select the last available - SL #1266

2012-04-19 Thread godiard
From: Gonzalo Odiard Signed-off-by: Gonzalo Odiard --- src/jarabe/frame/clipboardtray.py |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/jarabe/frame/clipboardtray.py b/src/jarabe/frame/clipboardtray.py index e78ef4a..b1426c4 100644 --- a/src/jarabe/frame/clipb

Re: [Sugar-devel] [PATCH] Draw border for palette all the time SL #3383

2012-04-19 Thread Daniel Drake
On Wed, Apr 18, 2012 at 2:46 PM, Simon Schampijer wrote: > gtk_render_frame_gap [1] does expect an initial and an end > coordinate for the gap. paint_box_gap [2] which we used > before expected a starting position of the gap and the width > of the gap as parameter. > > The patch does calculate the

Re: [Sugar-devel] [Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Manuel Quiñones
El día 19 de abril de 2012 11:12, Daniel Drake escribió: > Hi Manuel, > > On Wed, Apr 18, 2012 at 4:01 PM, Manuel Quiñones wrote: >> There was code in Browse to create a SQlite database under data >> directory in the activity profile.  This was for creating a cookie to >> authenticate the laptop

[Sugar-devel] [PATCH] Only add one time every object in the clipboard v2 - SL #3371

2012-04-19 Thread godiard
From: Gonzalo Odiard This patch change the behaviour of the clipboard tray, every object is added only one time, if already exist, the already added object is selected. Is needed because a bad interaction between the clipboard in write and the text to speech feature. See the ticket for more infor

Re: [Sugar-devel] [PATCH sugar] Fix shortcut for view source

2012-04-19 Thread Daniel Drake
On Mon, Apr 16, 2012 at 8:02 AM, Sascha Silbe wrote: > Excerpts from Simon Schampijer's message of 2012-04-16 10:42:39 +0200: > > [extensions/globalkey/viewsource.py] >> -BOUND_KEYS = ['0xEC', 'v'] >> +BOUND_KEYS = ['XF86KbdLightOnOff', 'v'] > > Is "Keyboard light on/off" really a key that we want

Re: [Sugar-devel] [Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Daniel Drake
Hi Manuel, On Wed, Apr 18, 2012 at 4:01 PM, Manuel Quiñones wrote: > There was code in Browse to create a SQlite database under data > directory in the activity profile.  This was for creating a cookie to > authenticate the laptop in a schoolserver. > > I have moved the database creation to a new