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

2010-07-02 Thread Anish Mangal
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. Looks smooth even on my XO-1... Nice! sugar/sl1842-journal-error-messates.patch The review has been swamped by a design discussion. It's not

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

2010-07-02 Thread Sascha Silbe
Excerpts from Luis Michelena's message of Thu Jul 01 23:50:12 + 2010: I have reflashed my XO (bettie given by Erik Garrisonhttp://www.facebook.com/profile.php?id=3802ref=searchafter his layout from olpc) with the 0.88 beta image(I have another, but has the Uruguayan ofw keys), and I'm

[Sugar-devel] Error messages in Sugar (was: Re: F11-0.88 unmerged patches summary)

2010-07-02 Thread Sascha Silbe
Excerpts from Anish Mangal's message of Thu Jul 01 21:01:17 + 2010: Ok, how about a normal alert (no fancy colors), that doesn't get timed out, and displays an error icon beside the text. +1 Unlike notifications (e.g. download started/finished), error messages should never time out. The

[Sugar-devel] Fwd: Statistics on each release

2010-07-02 Thread Tomeu Vizoso
This could be interesting to have one day: http://people.gnome.org/~shaunm/pulse/web/ Regards, Tomeu -- Forwarded message -- From: Shaun McCance sha...@gnome.org Date: Fri, Jul 2, 2010 at 01:04 Subject: Re: Statistics on each release To: Germán Póo-Caamaño g...@gnome.org Cc:

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

2010-07-02 Thread Sascha Silbe
Excerpts from Bernie Innocenti's message of Fri Jul 02 05:05:25 + 2010: sugar-toolkit/sl1948-Race-condition-with-name-widget-in-the-activ.patch This patch has a corner case in which it fails to update the activity name, but I think it's still a little better than the current

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

2010-07-02 Thread Sascha Silbe
Excerpts from Tim McNamara's message of Fri Jul 02 02:09:17 + 2010: Index: src/jarabe/desktop/favoritesview.py === --- a/src/jarabe/desktop/favoritesview.py +++ b/src/jarabe/desktop/favoritesview.py @@ -323,6 +323,12 @@

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

2010-07-02 Thread Tomeu Vizoso
On Fri, Jul 2, 2010 at 01:50, Luis Michelena luis.michel...@gmail.com wrote: I have reflashed my XO (bettie given by Erik Garrison after 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

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

2010-07-02 Thread Sascha Silbe
Excerpts from anishmangal2002's message of Thu Jul 01 15:03:16 + 2010: [class DeviceView(TrayIcon)] +def __init__(self): +icon_name = 'computer' + +client = gconf.client_get_default() +color = XoColor(client.get_string('/desktop/sugar/user/color')) +

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

2010-07-02 Thread Tim McNamara
On 2 July 2010 22:03, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.orgwrote: +def create_palette(self): +palette = ResourcePalette(_('System Resources')) Should Resources be lower case instead? (Question to native english speakers) Title Case is often used in headings, but use

Re: [Sugar-devel] Error messages in Sugar (was: Re: F11-0.88 unmerged patches summary)

2010-07-02 Thread David Farning
On Fri, Jul 2, 2010 at 3:23 AM, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: Excerpts from Anish Mangal's message of Thu Jul 01 21:01:17 + 2010: Ok, how about a normal alert (no fancy colors), that doesn't get timed out, and displays an error icon beside the text. +1 Unlike

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

2010-07-02 Thread Paul Fox
i know people don't like to think about queues, and load averages, but the unix load average numbers give a much better picture of how hard your system is being asked to work than instantaneous CPU utilization. CPU utilization makes for pretty bar graphs though, so i suppose it will always win.

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

2010-07-02 Thread Sascha Silbe
Excerpts from Paul Fox's message of Fri Jul 02 12:36:43 + 2010: i know people don't like to think about queues, and load averages, but the unix load average numbers give a much better picture of how hard your system is being asked to work than instantaneous CPU utilization. In my

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

2010-07-02 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] Schoolserver icon

2010-07-02 Thread Martin Abente
On Tue, 29 Jun 2010 21:53:59 +0100, Gary Martin garycmar...@googlemail.com wrote: On 29 Jun 2010, at 15:39, Martin Langhoff martin.langh...@gmail.com wrote: On Mon, Jun 28, 2010 at 6:57 PM, Bernie Innocenti ber...@codewiz.org wrote: El Mon, 28-06-2010 a las 21:36 +0100, Gary Martin

Re: [Sugar-devel] Schoolserver icon

2010-07-02 Thread Sameer Verma
On Fri, Jul 2, 2010 at 11:10 AM, Martin Abente mabe...@paraguayeduca.org wrote: On Tue, 29 Jun 2010 21:53:59 +0100, Gary Martin garycmar...@googlemail.com wrote: On 29 Jun 2010, at 15:39, Martin Langhoff martin.langh...@gmail.com wrote: On Mon, Jun 28, 2010 at 6:57 PM, Bernie Innocenti

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

2010-07-02 Thread Benjamin Berg
Hello, On Thu, 2010-07-01 at 07:59 -0400, Bernie Innocenti wrote: 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 ber...@codewiz.org Sounds good. We are using some

[Sugar-devel] [PATCH] Journal:show error message on write failure: #1842

2010-07-02 Thread anishmangal2002
volumestoolbar.py now catches the IOError and ValueError exceptions and emits 'volume-error'signal. This signal is caught in journalactivity.py which displays the error as an ErrorAlert message. Signed-off-by: anishmangal2002 anishmangal2...@gmail.com --- src/jarabe/journal/journalactivity.py |

[Sugar-devel] [PATCH] Add ErrorAlert inherited from Alert

2010-07-02 Thread anishmangal2002
Adds the ErrorAlert class which is an alert inherited from the base Alert class. This is very similar to the ConfirmationAlert class with the difference being that it only displays an 'Ok' button in the Alert popup. Signed-off-by: anishmangal2002 anishmangal2...@gmail.com ---

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

2010-07-02 Thread James Cameron
On Fri, Jul 02, 2010 at 08:47:28PM +0530, anishmangal2002 wrote: +def __timer_cb(self): +# Get free CPU resources [...] +# Get free memory resources [...] +# Update CPU and Memory labels and progressbars [...] + +# Keep invoking this method if we are

Re: [Sugar-devel] Schoolserver icon

2010-07-02 Thread Eben Eliason
The door and the bell could both be solid stroke-colored fills. That would give it a simpler overall shape and likely allow the bell to be more legible at the size. Eben On Fri, Jul 2, 2010 at 7:41 PM, Gary Martin garycmar...@googlemail.comwrote: Hi Martin, On 2 Jul 2010, at 19:10, Martin

Re: [Sugar-devel] Schoolserver icon

2010-07-02 Thread Eben Eliason
Ah, I see now. At first glance at the previous iteration I thought that it was just the stroke of a bell shape; I didn't read the bell within the arch. I do like that idea, actually, but this version does read more clearly. It looks great! I'm not sure if this would be any better or not, but have

[Sugar-devel] Clocks on XOs

2010-07-02 Thread Hal Murray
Was: Subject: =?ISO-8859-1?Q?Caacup=E9?= war bullettin -- day 1 ber...@codewiz.org said: * Date not being updated One laptop booted with clock set to the Epoch. Is that one of the old XOs that had troubles with the tiny battery feeding the TOY/RTC clock when the main battery and wall power

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

2010-07-02 Thread Gonzalo Odiard
Thanks James for the tests! Anybody knows where is the definition of the keyboard to enable the use of Fn + slider keys? Gonzalo On Fri, Jul 2, 2010 at 2:48 AM, James Cameron qu...@laptop.org wrote: G'day, That's a good question, I confirm your observations, and I agree that it will be