Re: [Sugar-devel] [PATCH] fix journal scan of external media, dev.laptop.org #10140

2010-12-06 Thread Simon Schampijer
On 11/30/2010 03:32 PM, Sascha Silbe wrote: Excerpts from James Cameron's message of Tue Nov 30 01:14:14 +0100 2010: [src/jarabe/journal/model.py] +if self._date_start is not None and self.st_mtime< self._date_start: +return + +if self._date_end is not None and sel

[Sugar-devel] [DESIGN] Re: [PATCH] fix OLPC #10488 - Color chooser does not always work when giving color to selected text

2010-12-06 Thread Simon Schampijer
Hi Gonzalo, so the issue is the following: We do only set the color when the palette is popped down. This does break the following case: - select text you want to change the color of - open the color chooser and change the color - do click anywhere in the canvas (not the selected text) and do

Re: [Sugar-devel] [PATCH] Feature Request added : Kill the Mute function by clicking on the speaker icon.

2010-12-06 Thread Shanjit Singh Jajmann
Team, I thank you all for having a look at the patch and for recommending necessary changes. I am sending a revised patch for the same. Feedback and Response appreciated. Shan On Sat, Nov 13, 2010 at 6:45 PM, Gonzalo Odiard wrote: > Reviewed-By: gonz...@laptop.org > > > On Sat, Nov 13, 2010

[Sugar-devel] [PATCH] Feature Request added : Remove Mute Toggle SL#1234

2010-12-06 Thread shanjit
From: Shanjit Singh Jajmann Mute toggle by clicking on the speaker icon has been removed. SL#1234 --- extensions/deviceicon/speaker.py | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/extensions/deviceicon/speaker.py b/extensions/deviceicon/speaker.py index 3a54

[Sugar-devel] [PATCH] Feature Request added : Remove Mute Toggle SL#1234

2010-12-06 Thread shanjit
From: Shanjit Singh Jajmann Mute toggle by clicking on the speaker icon has been removed. SL#1234 --- extensions/deviceicon/speaker.py | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/extensions/deviceicon/speaker.py b/extensions/deviceicon/speaker.py index 3a54

Re: [Sugar-devel] [PATCH] Feature Request added : Kill the Mute function by clicking on the speaker icon.

2010-12-06 Thread Shanjit Singh Jajmann
Team, I tried sending a patch to this thread by following the standard procedure of copying and pasting the message id to the "in-reply-to : ". However, for some reason the patch goes on to the different thread. Please find the link to the patch, http://patchwork.sugarlabs.org/patch/519/ Shan

Re: [Sugar-devel] [PATCH] Feature Request added : Remove Mute Toggle SL#1234

2010-12-06 Thread Sascha Silbe
Excerpts from shanjit's message of Mon Dec 06 12:09:17 +0100 2010: > From: Shanjit Singh Jajmann > > Mute toggle by clicking on the speaker icon has been removed. SL#1234 > --- > extensions/deviceicon/speaker.py | 10 -- > 1 files changed, 0 insertions(+), 10 deletions(-) [...] Looks

Re: [Sugar-devel] [DESIGN] Re: [PATCH] fix OLPC #10488 - Color chooser does not always work when giving color to selected text

2010-12-06 Thread Simon Schampijer
On 12/06/2010 11:28 AM, Simon Schampijer wrote: Hi Gonzalo, so the issue is the following: We do only set the color when the palette is popped down. This does break the following case: - select text you want to change the color of - open the color chooser and change the color - do click anywhe

Re: [Sugar-devel] [PATCH] Share Journal entries over external devices #1636

2010-12-06 Thread Simon Schampijer
On 11/30/2010 02:27 PM, Simon Schampijer wrote: On 11/30/2010 11:01 AM, Simon Schampijer wrote: On 11/26/2010 04:33 PM, Sascha Silbe wrote: Excerpts from simon's message of Thu Nov 25 10:51:16 +0100 2010: metadata and preview of an entry are stored in hidden files. For example when copying an

[Sugar-devel] [DESIGN] Coloring of entries on storage device

2010-12-06 Thread Simon Schampijer
Hi, when I have been working on [1] I found that Sugar 0.82 and >= 0.84 behave differently when coloring the items on a storage device. In 0.82 when you copied a Journal entry to the device, the entries on the device did have the color of the creator of the entries. Other files on the stick

Re: [Sugar-devel] [DESIGN] Coloring of entries on storage device

2010-12-06 Thread Gary Martin
Hi Simon, On 6 Dec 2010, at 12:20, Simon Schampijer wrote: > Hi, > > when I have been working on [1] I found that Sugar 0.82 and >= 0.84 behave > differently when coloring the items on a storage device. > > In 0.82 when you copied a Journal entry to the device, the entries on the > device di

Re: [Sugar-devel] [DESIGN] Coloring of entries on storage device

2010-12-06 Thread Simon Schampijer
On 12/06/2010 01:50 PM, Gary Martin wrote: Hi Simon, On 6 Dec 2010, at 12:20, Simon Schampijer wrote: Hi, when I have been working on [1] I found that Sugar 0.82 and>= 0.84 behave differently when coloring the items on a storage device. In 0.82 when you copied a Journal entry to the device

Re: [Sugar-devel] [DESIGN] Re: [PATCH] fix OLPC #10488 - Color chooser does not always work when giving color to selected text

2010-12-06 Thread Benjamin Berg
Hello, On Mon, 2010-12-06 at 11:28 +0100, Simon Schampijer wrote: > We do only set the color when the palette is popped down. This does > break the following case: > > - select text you want to change the color of > - open the color chooser and change the color > - do click anywhere in the canva

Re: [Sugar-devel] [DESIGN] Re: [PATCH] fix OLPC #10488 - Color chooser does not always work when giving color to selected text

2010-12-06 Thread Gonzalo Odiard
Thanks. I will try changing the signal in the activities. Gonzalo On Mon, Dec 6, 2010 at 10:52 AM, Benjamin Berg wrote: > Hello, > > On Mon, 2010-12-06 at 11:28 +0100, Simon Schampijer wrote: > > We do only set the color when the palette is popped down. This does > > break the following case: >

Re: [Sugar-devel] [DESIGN] Coloring of entries on storage device

2010-12-06 Thread Gary Martin
On 6 Dec 2010, at 12:57, Simon Schampijer wrote: > On 12/06/2010 01:50 PM, Gary Martin wrote: >> Hi Simon, >> >> On 6 Dec 2010, at 12:20, Simon Schampijer wrote: >> >>> Hi, >>> >>> when I have been working on [1] I found that Sugar 0.82 and>= 0.84 behave >>> differently when coloring the ite

Re: [Sugar-devel] Wacom Bamboo with Colors! on XO-1 (again)?

2010-12-06 Thread Wade Brainerd
Hey Chris, I just saw this email. Can you tell me what the error message you got was? I haven't installed os852 on my XO-1 but I might be able to diagnose it by the error message. Thanks, Wade On Sun, Dec 5, 2010 at 5:10 PM, chm wrote: > I've been delighted to see the > user-driven developme

Re: [Sugar-devel] [PATCH] fix journal scan of external media, dev.laptop.org #10140

2010-12-06 Thread James Cameron
On Mon, Dec 06, 2010 at 10:05:43AM +0100, Simon Schampijer wrote: > Small nitpick from me: use os.path.join instead of str methods to > concatenate paths. > > self._pending_files.append(os.path.join(dir_path, entry)) Yes, I saw that too, but the existing code uses for entry in dirs:

Re: [Sugar-devel] [DESIGN] Messages notification

2010-12-06 Thread Gary Martin
Hi Martin, On 23 Nov 2010, at 17:23, Martin Abente wrote: > Awesome, let me know whenever you got something to share :) Just wanted to pass on the wiki page I've been working on. I'd like to generate more example mockups covering the devices frame edge (easy), and the buddy frame edge (more co