Re: [Sugar-devel] Stateless activties (was Re: Fw: #3013 UNSP: toolbar error)

2011-08-04 Thread James Cameron
On Thu, Aug 04, 2011 at 10:27:09AM +0500, Sebastian Silva wrote: I just tried Log activity, it does create a Journal entry by default. This has since changed. As I said, look at the Log activity source ... sorry I wasn't explicit enough ... in the git repository. Specifically,

[Sugar-devel] Speak logs

2011-08-04 Thread Sridhar Dhanapalan
I noticed that Speak keeps logs of past messages. Where is this information stored? Thanks, Sridhar ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [OLPC-AU] Speak logs

2011-08-04 Thread James Cameron
On Thu, Aug 04, 2011 at 04:32:03PM +1000, Sridhar Dhanapalan wrote: I noticed that Speak keeps logs of past messages. Where is this information stored? In the Journal. .sugar/default/datastore/*/*/data in a tag called history. -- James Cameron http://quozl.linux.org.au/

Re: [Sugar-devel] Fw: #3013 UNSP: toolbar error

2011-08-04 Thread Daniel Drake
On Wed, Aug 3, 2011 at 4:27 PM, James Simmons nices...@gmail.com wrote: I just received this bug report and from the description it seems that the problem is more a backward compatibility issue than anything my code is doing.  The complaint is that the stop button on the Activity toolbar does

Re: [Sugar-devel] [PATCH] Update of heart icon for denoting pulse

2011-08-04 Thread Aleksey Lim
On Wed, Aug 03, 2011 at 01:28:05AM -0300, Manuel Quiñones wrote: This patch adds two curved lines on the sides of the heart icon, like parentheses, for denoting pulse. Signed-off-by: Manuel Quiñones ma...@laptop.org --- icons/heart.svg | 10 +- 1 files changed, 9 insertions(+),

Re: [Sugar-devel] [IAEP] Anyone up for a post Sugar Camp Hack Day? (was: Registration for the Sugar Camp in Paris (sept) are now open)

2011-08-04 Thread Daniel Drake
On Wed, Aug 3, 2011 at 4:07 PM, Christoph Derndorfer christoph.derndor...@gmail.com wrote: Hi all, speaking to Sascha earlier today he mentioned the idea of having a small post Sugar Camp Hack Day or something. I had already bought my flights for September 9 (Friday) to 14 (Wednesday) anyway

Re: [Sugar-devel] [PATCH] Update of heart icon for denoting pulse

2011-08-04 Thread Gonzalo Odiard
Manu, Te mando un par de ideas, para ver que te parecen. No las probé en la toolbar (y no tienen los colores aplicados) pero el que vi en http://wiki.sugarlabs.org/go/File:JamHeart-alt.png me parece un corazon entre parentesis, no un latido. A mi me gusta latido-1 pero vos sabes mas que yo de

Re: [Sugar-devel] Stateless activties (was Re: Fw: #3013 UNSP: toolbar error)

2011-08-04 Thread James Simmons
I am in favor of supporting stateless Activities. There are too many good use cases for them to not support having them. The Log Activity is a good example. There is no much point in having a Journal entry for Log. Old Journal entries do not point to old logs. (If they did there might be some

Re: [Sugar-devel] Stateless activties (was Re: Fw: #3013 UNSP: toolbar error)

2011-08-04 Thread James Simmons
Sebastian, The other option might be to create an Activity with no toolbar and find some other way to exit the Activity. There are a few Activities like that already. I like what I'm doing a lot better. The fact that this is being discussed suggests that people are reading the book, so I'm

[Sugar-devel] Fwd: Fw: Re: #3013 UNSP: toolbar error

2011-08-04 Thread James Simmons
We have a stack trace. See below. James Simmons -- Forwarded message -- From: James Simmons ja.simm...@sbcglobal.net Date: Thu, Aug 4, 2011 at 9:41 AM Subject: Fw: Re: #3013 UNSP: toolbar error To: nices...@gmail.com --- On Thu, 8/4/11, Sugar Labs Bugs

Re: [Sugar-devel] Stateless activties (was Re: Fw: #3013 UNSP: toolbar error)

2011-08-04 Thread Gonzalo Odiard
Sorry nobody has released a new version of Log yet. That might be a good idea. Yes! I did it now :) Gonzalo ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Stateless activties (was Re: Fw: #3013 UNSP: toolbar error)

2011-08-04 Thread Gonzalo Odiard
On Thu, Aug 4, 2011 at 11:28 AM, James Simmons nices...@gmail.com wrote: Sebastian, The other option might be to create an Activity with no toolbar and find some other way to exit the Activity. There are a few Activities like that already. I like what I'm doing a lot better. Please no.

Re: [Sugar-devel] Fwd: Fw: Re: #3013 UNSP: toolbar error

2011-08-04 Thread Gonzalo Odiard
looking at your code in http://git.sugarlabs.org/sugar-commander/mainline/blobs/master/sugarcommander.py I have a suggestion, can you try replace: def __init__(self, handle, create_jobject=True): by def __init__(self, handle, create_jobject=False): Do you know what Sugar version is using

Re: [Sugar-devel] Fwd: Fw: Re: #3013 UNSP: toolbar error

2011-08-04 Thread James Simmons
Gonzalo, This create_jobject parameter is false by default. If I didn't override it I would not have a stateless Activity and there would be a title in my toolbar. The advantage of not leaving a useless Journal entry behind would be lost. If someone wanted to create a fork of the Activity that

Re: [Sugar-devel] Fwd: Fw: Re: #3013 UNSP: toolbar error

2011-08-04 Thread forster
Do you know what Sugar version is using Tony? Gonzalo os868au Sugar 0.84.31 ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Fwd: Fw: Re: #3013 UNSP: toolbar error

2011-08-04 Thread James Cameron
On Thu, Aug 04, 2011 at 09:50:13AM -0500, James Simmons wrote: We have a stack trace. See below. I've found the cause of the regresssion. It did not affect 0.84.12, but does affect current versions of 0.84. It was a patch 0ba47d0 for #1948. In ActivityToolbar.__init__() the references to