Re: [Sugar-devel] Question about slider key codes

2010-07-01 Thread James Cameron
G'day, That's a good question, I confirm your observations, and I agree that it will be something between the keyboard and the kernel if you want fn to work. I've tested just now, with os205 on XO-1.5. The slider keys individually provide Pygame key events for key down and key up. Pressing slid

[Sugar-devel] Question about slider key codes

2010-07-01 Thread Gonzalo Odiard
I was modifying Paint to change the tool size using the slider keys. I used the the keys to change the size in a relative form. The first key reduce the size by 5, the second reduce by 1, the third enlarge by 1 and the fourth enlarge by 5. Then I talked with Walter, he told me, you can use the slid

Re: [Sugar-devel] F11-0.88 unmerged patches summary

2010-07-01 Thread Bernie Innocenti
El Thu, 01-07-2010 a las 15:02 +0200, Tomeu Vizoso escribió: > > sugar-toolkit/sl1842-notify-red-alert.patch > > Correct me if I'm wrong, but I think both Gary and James agreed? > > I wonder about performance, as fills on the XO-1 are very slow and if > the fading was very smooth it could have

Re: [Sugar-devel] [PATCH] fixes sl#2062

2010-07-01 Thread James Cameron
On Fri, Jul 02, 2010 at 02:09:17PM +1200, Tim McNamara wrote: > This commit fixes sl#2062. This bug causes XS registrations > to fail silently when the XO is offline. The fix is to > catch the TypeError & provide an alert to the user upon > failure. Trivial typo in second line of comment. s/itelf

Re: [Sugar-devel] [Tecnologia] Async schoolserver registration for F11-0.88

2010-07-01 Thread Daniel Drake
On 1 July 2010 20:07, Bernie Innocenti wrote: > What's the attack vector you're thinking about? Playing dirty tricks > with DHCP and DNS on the LAN? Sadly true for many clients in many > LANs... Child connects to a network, perhaps just to go online outside of school. The network has an XS. The l

[Sugar-devel] [PATCH] fixes sl#2062

2010-07-01 Thread Tim McNamara
Hi all ref http://bugs.sugarlabs.org/ticket/2062 Simple fix, have captured the exception that's raised and have told user to connect to the nework: This commit fixes sl#2062. This bug causes XS registrations to fail silently when the XO is offline. The fix is to catch the TypeError & provide an

Re: [Sugar-devel] [Tecnologia] Async schoolserver registration for F11-0.88

2010-07-01 Thread Bernie Innocenti
El Thu, 01-07-2010 a las 18:53 -0600, Daniel Drake escribió: > > http://bugs.sugarlabs.org/ticket/1152 > > Not sure if this is what you are suggesting, but it's not so clear cut > if this should be applied to mainline sugar. It opens up a security > hole where the entire contents of someones jour

Re: [Sugar-devel] OLPC/Open Video Chat Boston Hackfest

2010-07-01 Thread Hernan Pachas
I would like to participate in the event. Name: Hernan Pachas City: Lima-PERU --hernan 2010/7/1 Taylor Rose (RIT Student) > *What* > Open Video Chat will be returning to Boston July 8th for a HackFest at OLPC > headquarters. If you'd like to come, contact us on the Open Video Chat > mailing li

Re: [Sugar-devel] Async schoolserver registration for F11-0.88

2010-07-01 Thread Daniel Drake
On 1 July 2010 18:00, Bernie Innocenti wrote: > Martin, > > while you're working on adding the Re-register button in the Network > control panel, would you have time to work on updating, integrating and > testing the auto-registration patch attached to this ticket? > >  http://bugs.sugarlabs.org/t

Re: [Sugar-devel] [PATCH] Add cpu and memory resource indicator to frame

2010-07-01 Thread James Cameron
On Thu, Jul 01, 2010 at 08:33:16PM +0530, anishmangal2002 wrote: > This patch adds an icon to the frame, whose palette > menu displays the memory and cpu resources. For computing > free memory, the code reads the /proc/meminfo file (thanks > quozl) and for computing cpu usage, the code reads the >

Re: [Sugar-devel] [PATCH] Browse: Add support for creating multiple tabs

2010-07-01 Thread James Cameron
On Fri, Jul 02, 2010 at 01:32:23AM +0530, anishmangal2002 wrote: > This patch adds support to create multiple tabbed windows > in Browse. A tab may be added by either clicking the add tab > ('+') icon in the activity toolbar or by pressing 'ctrl+t'. > > Signed-off-by: anishmangal2002 Reviewed-by

[Sugar-devel] OLPC/Open Video Chat Boston Hackfest

2010-07-01 Thread Taylor Rose (RIT Student)
*What* Open Video Chat will be returning to Boston July 8th for a HackFest at OLPC headquarters. If you'd like to come, contact us on the Open Video Chat mailing list (o...@lists.fedorahosted.org). We will be tackling farsight and telepathy-farsight to pave the way for cross platform communication.

[Sugar-devel] Async schoolserver registration for F11-0.88

2010-07-01 Thread Bernie Innocenti
Martin, while you're working on adding the Re-register button in the Network control panel, would you have time to work on updating, integrating and testing the auto-registration patch attached to this ticket? http://bugs.sugarlabs.org/ticket/1152 I know it's outrageously late for new features

[Sugar-devel] Restoring the journal from an 0.82 image

2010-07-01 Thread Luis Michelena
I have reflashed my XO (bettie given by Erik Garrisonafter his layout from olpc) with the 0.88 beta image(I have another, but has the Uruguayan ofw keys), and I'm amazed by the improvements. But I'd would like to restore the 0.82 journal to t

Re: [Sugar-devel] F11-0.88 unmerged patches summary

2010-07-01 Thread Gary Martin
On 1 Jul 2010, at 22:01, Anish Mangal wrote: sugar-toolkit/sl1842-notify-red-alert.patch >>> >>> Correct me if I'm wrong, but I think both Gary and James agreed? >>> >>> I wonder about performance, as fills on the XO-1 are very slow and if >>> the fading was very smooth it could have a ne

Re: [Sugar-devel] F11-0.88 unmerged patches summary

2010-07-01 Thread Anish Mangal
>>>  sugar-toolkit/sl1842-notify-red-alert.patch >> >> Correct me if I'm wrong, but I think both Gary and James agreed? >> >> I wonder about performance, as fills on the XO-1 are very slow and if >> the fading was very smooth it could have a negative impact on the UX. > > Yes, I was half way throug

Re: [Sugar-devel] [PATCH] Journal Volumes Backup and Restore

2010-07-01 Thread Martin Abente
On Thu, 1 Jul 2010 21:18:54 +0100, Gary Martin wrote: > On 29 Jun 2010, at 19:56, Martin Abente wrote: > >> Martin and James, >> >> In case you haven't noticed, we know how it could be better and we know >> how the high level pseudo code would look like. We just can't do it, >> because we have

Re: [Sugar-devel] [PATCH] Journal Volumes Backup and Restore

2010-07-01 Thread Gary Martin
On 29 Jun 2010, at 19:56, Martin Abente wrote: > Martin and James, > > In case you haven't noticed, we know how it could be better and we know > how the high level pseudo code would look like. We just can't do it, > because we have no more time to spend on this. > > The backup and restore scrip

[Sugar-devel] [PATCH] Browse: Add support for creating multiple tabs

2010-07-01 Thread anishmangal2002
This patch adds support to create multiple tabbed windows in Browse. A tab may be added by either clicking the add tab ('+') icon in the activity toolbar or by pressing 'ctrl+t'. Signed-off-by: anishmangal2002 --- icons/tab-add.svg | 12 webactivity.py| 17 +++--

Re: [Sugar-devel] [DESIGN] Fwd: [PATCH] Browse: Add support for creating multiple tabs

2010-07-01 Thread Anish Mangal
> Thanks for the screen shot :) Yea if possible use the tab-add.svg from > Terminal so it's clearer that it adds a new tab and not a bookmark or > something: http://people.sugarlabs.org/anish/browse-with-tab-add-svg.png I've sent the patch again with this change. On Fri, Jul 2, 2010 at 12:52 A

Re: [Sugar-devel] F11-0.88 unmerged patches summary

2010-07-01 Thread Martin Abente
On Thu, 1 Jul 2010 19:50:02 +0100, Gary Martin wrote: > On 1 Jul 2010, at 14:02, Tomeu Vizoso wrote: > >> On Wed, Jun 30, 2010 at 03:57, Bernie Innocenti >> wrote: >>> == New Features == >>> >>> sugar/backup-0001-Volumes-Backup-and-Restore.patch >>> sugar/backup-0002-Journal-XS-backup-and-re

Re: [Sugar-devel] [PATCH] Browse: Add support for creating multiple tabs

2010-07-01 Thread Bernie Innocenti
[cc += jhorak] El Wed, 30-06-2010 a las 11:13 +0200, Benjamin Otte escribió: > On Tue, 2010-06-29 at 19:12 -0400, Bernie Innocenti wrote: > > El Tue, 29-06-2010 a las 22:26 +0100, Lucian Branescu escribió: > > > I'm not sure it's a good idea to merge this if it causes Browse (vital > > > app) to o

Re: [Sugar-devel] [DESIGN] Fwd: [PATCH] Browse: Add support for creating multiple tabs

2010-07-01 Thread Gary Martin
On 1 Jul 2010, at 14:20, Anish Mangal wrote: > Here is a screenshot > > http://people.sugarlabs.org/anish/browse-tabbed.png Thanks for the screen shot :) Yea if possible use the tab-add.svg from Terminal so it's clearer that it adds a new tab and not a bookmark or something: http://git.su

Re: [Sugar-devel] [GSoC] [Patch] Sugar Smolt Control Panel Integration

2010-07-01 Thread Sascha Silbe
Excerpts from Sebastian Dziallas's message of Thu Jul 01 16:11:21 + 2010: > > - Why do you recommend to delete the profile (including UUID) after > >  submission? Isn't one of the purposes of smolt support to be able > >  to help individual users with hardware trouble (which would require > >

Re: [Sugar-devel] [DESIGN] Fwd: [PATCH] Browse: Add support for creating multiple tabs

2010-07-01 Thread Gary Martin
On 1 Jul 2010, at 14:12, Tomeu Vizoso wrote: > Any comments from the UX people? I hope the commit description is > enough for imagining how it looks like (and if Anish had a link to a > screenshot it would be great). Yes a screen grab would be useful, but just wanted to say that there is already

Re: [Sugar-devel] F11-0.88 unmerged patches summary

2010-07-01 Thread Gary Martin
On 1 Jul 2010, at 14:02, Tomeu Vizoso wrote: > On Wed, Jun 30, 2010 at 03:57, Bernie Innocenti wrote: >> Here's an executive summary of all outstanding patches in my queue: >> >> http://people.sugarlabs.org/bernie/sugar/sugar-0.88-patches/ >> >> Most of these have already been submitted to su

[Sugar-devel] Patches to mail list, or patches to trac?

2010-07-01 Thread Gary Martin
Hi folks, Just wanted to ask the obvious question. Patches to mail list, or patches to trac? Patches to mail-list seem great for quick random 'easy' feedback from and for any one who cares to give it, and I really like seeing little code snippets go past. However it seems vital that with the c

Re: [Sugar-devel] [DESIGN] Fwd: #2063 UNSP: Sugar should bring up an alert when an unhandled Python exception occurs

2010-07-01 Thread Gary Martin
Oh my this would need to be one subtle alert... It's one thing for testers/developers (I.e. fantastic) but quite another for spamming our target age range users! It would definitely need to be a control panel so folks can switch it on/off. Question: is this for Activities, Sugar, or both? 'Sim

Re: [Sugar-devel] [GSoC] [Patch] Sugar Smolt Control Panel Integration

2010-07-01 Thread Sebastian Dziallas
Sorry that it took me a bit to reply. Catching up on email backlog once again. I dropped a couple of replies inline. :) On Mon, Jun 28, 2010 at 11:57 AM, Sascha Silbe wrote: > Excerpts from Sebastian Dziallas's message of Sun Jun 27 21:07:11 +0200 2010: > >> I've been working on an integration of

Re: [Sugar-devel] sugar-artwork 0.84 and 0.86 apparently out of sync

2010-07-01 Thread Jonas Smedegaard
On Thu, Jul 01, 2010 at 05:15:31PM +0200, Jonas Smedegaard wrote: On Thu, Jul 01, 2010 at 03:14:38PM +0200, Tomeu Vizoso wrote: On Fri, Jun 25, 2010 at 16:49, Jonas Smedegaard wrote: Hi, It seems that sugar-artwork Git is tagged as at version 0.84.2, but the corresponding tarball is missing

Re: [Sugar-devel] sugar-artwork 0.84 and 0.86 apparently out of sync

2010-07-01 Thread Jonas Smedegaard
On Thu, Jul 01, 2010 at 03:14:38PM +0200, Tomeu Vizoso wrote: On Fri, Jun 25, 2010 at 16:49, Jonas Smedegaard wrote: Hi, It seems that sugar-artwork Git is tagged as at version 0.84.2, but the corresponding tarball is missing from http://download.sugarlabs.org/sources/sucrose/glucose/sugar-a

[Sugar-devel] [PATCH] Add cpu and memory resource indicator to frame

2010-07-01 Thread anishmangal2002
This patch adds an icon to the frame, whose palette menu displays the memory and cpu resources. For computing free memory, the code reads the /proc/meminfo file (thanks quozl) and for computing cpu usage, the code reads the /proc/stat file. The palette menu entries are only updated (in one second

Re: [Sugar-devel] sugar-artwork 0.84 and 0.86 apparently out of sync

2010-07-01 Thread Tomeu Vizoso
On Fri, Jun 25, 2010 at 16:49, Jonas Smedegaard wrote: > Hi, > > It seems that sugar-artwork Git is tagged as at version 0.84.2, but the > corresponding tarball is missing from > http://download.sugarlabs.org/sources/sucrose/glucose/sugar-artwork/ . > > Also, I suspect (based on Sascha Silbe repor

Re: [Sugar-devel] GCompris packaging

2010-07-01 Thread Aleksey Lim
On Thu, Jun 10, 2010 at 03:49:28PM -0400, Bernie Innocenti wrote: > (copying the tecnologia@ and sugar-devel@ lists for their information) > > Pacita, meet Aleksey, a very active contributor of Sugar, maintainer of > the Sugar Labs activity library (ASLO) and packager of GCompris. > > Aleksey, me

Re: [Sugar-devel] [DESIGN] Fwd: [PATCH] Browse: Add support for creating multiple tabs

2010-07-01 Thread Anish Mangal
Here is a screenshot http://people.sugarlabs.org/anish/browse-tabbed.png --Anish P.S. As a sidenote, we could have a better theme for displaying tab widgets. If for example, the above screenshot had only two tabs opened, it would be difficult to distinguish which is the active one. On Thu, Jul

[Sugar-devel] [PATCH] Browse: Add support for creating multiple tabs

2010-07-01 Thread anishmangal2002
This patch adds support to create multiple tabbed windows in Browse. A tab may be added by either clicking the add tab ('+') icon in the activity toolbar or by pressing 'ctrl+t'. Signed-off-by: anishmangal2002 --- icons/add-tab.svg | 40 webactivity.py

[Sugar-devel] [DESIGN] Fwd: [PATCH] Browse: Add support for creating multiple tabs

2010-07-01 Thread Tomeu Vizoso
Any comments from the UX people? I hope the commit description is enough for imagining how it looks like (and if Anish had a link to a screenshot it would be great). Regards, Tomeu -- Forwarded message -- From: anishmangal2002 Date: Tue, Jun 29, 2010 at 22:58 Subject: [PATCH] Br

Re: [Sugar-devel] F11-0.88 unmerged patches summary

2010-07-01 Thread Tomeu Vizoso
On Wed, Jun 30, 2010 at 03:57, Bernie Innocenti wrote: > Here's an executive summary of all outstanding patches in my queue: > >  http://people.sugarlabs.org/bernie/sugar/sugar-0.88-patches/ > > Most of these have already been submitted to sugar-devel@ or attached > to tickets in bugs.sugarlabs.or

Re: [Sugar-devel] [PATCH] Browse: Add support for creating multiple tabs

2010-07-01 Thread Bernie Innocenti
El Wed, 30-06-2010 a las 11:13 +0200, Benjamin Otte escribió: > I believe this is a Mozilla bug, to be exact: > https://bugzilla.mozilla.org/show_bug.cgi?id=522635 Thanks! I asked if someone could point me at the patch, so I can apply it to the F11 version of xulrunner. (damn, I wish we did not

[Sugar-devel] [sugar-artwork] Revert to GTK_WIDGET_IS_SENSITIVE() macro

2010-07-01 Thread Bernie Innocenti
This is needed to build sugar-artwork on the older versions of GTK. When OLPC moves away from Fedora 11, we can drop backwards compatibility. Signed-off-by: Bernie Innocenti --- gtk/engine/sugar-style.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/engine/suga

[Sugar-devel] Caacupé war bullettin -- day 1

2010-07-01 Thread Bernie Innocenti
Today we started testing of F11-0.88 with one 6th grade classroom in Caacupé. Within a couple of hours from updating the laptops, an overwhelmed amount of new bugs popped up: * Restore from XS does not make system reboot. tch sent a fix today, I need to build new Sugar packages. * Journal does n

[Sugar-devel] [DESIGN] Fwd: #2063 UNSP: Sugar should bring up an alert when an unhandled Python exception occurs

2010-07-01 Thread Tomeu Vizoso
Any ideas about how it would look like? Regards, Tomeu -- Forwarded message -- From: Sugar Labs Bugs Date: Sun, Jun 27, 2010 at 20:20 Subject: #2063 UNSP: Sugar should bring up an alert when an unhandled Python exception occurs To: Cc: b...@lists.sugarlabs.org #2063: Sugar sho

Re: [Sugar-devel] datastore situation (was Re: Hypothetical sugar-0.90 material, draft 1.)

2010-07-01 Thread Tomeu Vizoso
On Thu, Jul 1, 2010 at 11:01, James Cameron wrote: > On Thu, Jul 01, 2010 at 09:17:33AM +0200, Tomeu Vizoso wrote: >> Guess we should give more visibility to those gaps, [...] > > I'd like a list of the gaps and bug numbers (if any) so that I can add > them to the release notes as regressions that

Re: [Sugar-devel] Quickly for Sugar

2010-07-01 Thread Tomeu Vizoso
On Tue, Jun 22, 2010 at 19:59, Sameer Verma wrote: > I was looking at Jono Bacon's article (cc'd) in the latest Linux > Journal (http://www.linuxjournal.com) and was wondering if anyone has > looked into Quickly in the Sugar context. Quickly essentially ties in > various tools to allow for an easi

Re: [Sugar-devel] datastore situation (was Re: Hypothetical sugar-0.90 material, draft 1.)

2010-07-01 Thread James Cameron
On Thu, Jul 01, 2010 at 09:17:33AM +0200, Tomeu Vizoso wrote: > Guess we should give more visibility to those gaps, [...] I'd like a list of the gaps and bug numbers (if any) so that I can add them to the release notes as regressions that deployment teams should prepare for. -- James Cameron htt

Re: [Sugar-devel] datastore situation (was Re: Hypothetical sugar-0.90 material, draft 1.)

2010-07-01 Thread Tomeu Vizoso
On Mon, Jun 21, 2010 at 16:02, Martin Langhoff wrote: > On Mon, Jun 21, 2010 at 6:06 AM, Tomeu Vizoso wrote: >> I think this is an unfair recount of my work, so I'm going to put some >> light on it and ask that my frankness is excused. > > Hi Tomeu, > > I am sorry. Don't mean to attack your work.