Re: [Sugar-devel] Turtle art crystal radio

2010-12-05 Thread James Cameron
On Sat, Dec 04, 2010 at 08:48:17PM -0600, James Simmons wrote: > A telephone receiver would be better for listening to the signal than > trying to use an XO as an amplifier. Yes. It's kinda like "I've got an XO, what can I do with it", and we have a solution (the XO) that we are looking for a pro

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

2010-12-05 Thread chm
I've been delighted to see the user-driven development for the XO-1 starting to pay off (e.g., now there is a unified XO-1 and XO-1.5 release). However, I have not been able to get the Wacom Bamboo tablet working with 10.1.2/xo-1 (a.k.a. os852). The previous install script doesn't work and I can'

Re: [Sugar-devel] Build 852 vs Dextrose

2010-12-05 Thread Simon Schampijer
On 12/05/2010 09:15 PM, Sameer Verma wrote: We are in the midst of assessing the image that will go on the 115 XO 1.5 we have in Jamaica. Should we stick with 852 or should we go to Dextrose? I remember seeing the Samoa project being upgraded to Dextrose (Tabitha cc'd). Are there any major advant

[Sugar-devel] Build 852 vs Dextrose

2010-12-05 Thread Sameer Verma
We are in the midst of assessing the image that will go on the 115 XO 1.5 we have in Jamaica. Should we stick with 852 or should we go to Dextrose? I remember seeing the Samoa project being upgraded to Dextrose (Tabitha cc'd). Are there any major advantages to Dextrose? Keep in mind that both locat

[Sugar-devel] [PATCH Read] adapt to evince 2.30 API (SL#1900)

2010-12-05 Thread Sascha Silbe
From: Lucian Branescu Mihaila PDFs are working fine, EPub support is limited: - search not working - copy to clipboard disabled - zoom disabled - page next/prev disabled Tested-by: Sascha Silbe [combined into a single patch, wrote patch description, minor style clean-ups] Signed-off-by:

[Sugar-devel] [PATCH Read 1/2] fix EOL spaces

2010-12-05 Thread Sascha Silbe
Signed-off-by: Sascha Silbe diff --git a/activity/activity-read.svg b/activity/activity-read.svg index a49ef84..d0d1804 100644 --- a/activity/activity-read.svg +++ b/activity/activity-read.svg @@ -4,7 +4,7 @@ ]>http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; y="0px">

[Sugar-devel] [PATCH Read 2/2] pep8 cleanup: fix whitespace

2010-12-05 Thread Sascha Silbe
Signed-off-by: Sascha Silbe diff --git a/epubadapter.py b/epubadapter.py index c740451..2bea967 100644 --- a/epubadapter.py +++ b/epubadapter.py @@ -3,9 +3,12 @@ import logging import epubview + _logger = logging.getLogger('read-activity') + class View(epubview.EpubView): + def __in

[Sugar-devel] [PATCH Read 0/2] whitespace clean-ups

2010-12-05 Thread Sascha Silbe
These two patches fix whitespace errors in Read. It should be a low-risk change and easy to review. I don't intend to do any further clean-up on Read. Sascha Silbe (2): fix EOL spaces pep8 cleanup: fix whitespace activity/activity-read.svg |2 +- epubadapter.py | 10 ++- ep