Re: [Sugar-devel] [DESIGN] Extending activity microformat spec to include optional olpc_activity_size

2010-11-30 Thread Daniel Drake
On 30 November 2010 07:11, Bernie Innocenti ber...@codewiz.org wrote: Each GET, even if content is in the squid cache requires a remote HTTP query to check for stale data in the cache. With the typical ping times of 500-1000ms, you end up waiting a couple of seconds. Sure, we could

Re: [Sugar-devel] [PATCH] FEATURE REQUEST : Write_to_journal_anytime

2010-11-30 Thread Sascha Silbe
Excerpts from anubhav's message of Tue Nov 30 06:49:42 +0100 2010: You break threading by supplying an invalid message id in the following headers: In-Reply-To: no References: no This makes it rather hard for me to review your patch. If you'd like me to review your patch, please submit it

Re: [Sugar-devel] [PATCH sugar] Journal list view: don't choke on invalid or incomplete metadata (SL#1408)

2010-11-30 Thread Sascha Silbe
Excerpts from Simon Schampijer's message of Mon Nov 29 14:40:47 +0100 2010: Acked-by: Simon Schampijer si...@schampijer.de Pushed as 79c85ed (master) / 5fdb4f3 (sucrose-0.90), thanks! +try: +progress = int(float(metadata.get('progress', 100))) +except

Re: [Sugar-devel] [PATCH sugar] Journal details view: don't choke on invalid timestamp (SL#1590, SL#2208)

2010-11-30 Thread Sascha Silbe
Excerpts from Simon Schampijer's message of Mon Nov 29 14:14:21 +0100 2010: Acked-by: Simon Schampijer si...@schampijer.de Pushed as 923a7fc (master) / 760deeb (sucrose-0.90), thanks! Sascha -- http://sascha.silbe.org/ http://www.infra-silbe.de/ signature.asc Description: PGP signature

Re: [Sugar-devel] [PATCH sugar-toolkit] XoColor: don't choke if passed the wrong type (SL#1408)

2010-11-30 Thread Sascha Silbe
Excerpts from Simon Schampijer's message of Mon Nov 29 11:22:49 +0100 2010: Acked-by: Simon Schampijer si...@schampijer.de Pushed as 3b0e761 (master) / a56f9b7 (sucrose-0.90), thanks! Sascha -- http://sascha.silbe.org/ http://www.infra-silbe.de/ signature.asc Description: PGP signature

Re: [Sugar-devel] [PATCH sugar] about my computer, check wlan0 before eth0

2010-11-30 Thread Sascha Silbe
Excerpts from James Cameron's message of Mon Nov 29 00:25:36 +0100 2010: Apart from your desire for me to do more work to create a perfect solution, was the patch that I proposed worthy of being merged if only to incrementally improve the existing code? Apart from not working on my system

Re: [Sugar-devel] Bundle format

2010-11-30 Thread Bert Freudenberg
On 30.11.2010, at 01:01, C. Scott Ananian wrote: On Mon, Nov 22, 2010 at 11:07 PM, Bernie Innocenti ber...@codewiz.org wrote: On Mon, 2010-11-22 at 10:53 -0500, C. Scott Ananian wrote: (oh, and the .zip file already has a checksum, it's not clear why you'd need another one.) Ah, cool...

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

2010-11-30 Thread Simon Schampijer
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 entry homework.pdf to the device a file called

[Sugar-devel] [PATCH sugar] About my computer: use NetworkManager to acquire list of devices

2010-11-30 Thread Sascha Silbe
The hardcoded name 'eth0' that is used for querying the firmware version doesn't match the interface name actually assigned to the wireless device in recent OLPC builds or on most non-XO hardware. Querying NetworkManager for the list of devices will work even on systems where the interface has

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

2010-11-30 Thread Martin Langhoff
On Tue, Nov 30, 2010 at 8:27 AM, Simon Schampijer si...@schampijer.de wrote: Note about the hidden files on windows: I looked a bit around, and there is no way to set that attribute on Linux, AFAIK. IIRC, Windows hides .files . In any case, there are Windows laptops around here so I can run a

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

2010-11-30 Thread Sascha Silbe
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 self.st_mtime self._date_end: +

Re: [Sugar-devel] [PATCH] Sugar Ad-hoc icons show in search results when connect/disconnect to AP OLPC #10412

2010-11-30 Thread Sascha Silbe
Excerpts from Simon Schampijer's message of Wed Nov 03 15:20:31 +0100 2010: When searching for an AP the Sugar ad-hoc networks are greyed out (if their name does not contain the search string). When then trying to connect to an AP the Sugar ad-hoc networks get colored again. The patch does

[Sugar-devel] [ASLO] Release Tux Paint-5

2010-11-30 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4088 Sugar Platform: 0.82 - 0.90 Download Now: http://activities.sugarlabs.org/downloads/file/27134/tux_paint-5.xo Release notes: * Release contains only i486 binaries * Revert save button to save current image (not keep) * Revert open

Re: [Sugar-devel] [PATCH v3 sugar] Run Sugar-Emulator in fullscreen by default if the screen is =800x600 (SL #2180)

2010-11-30 Thread Sascha Silbe
Excerpts from Dipankar Patro's message of Mon Sep 27 20:35:35 +0200 2010: Previously some bottom part of sugar emulator window was pushed out of viewing area at 800x600 system resolution. The patch opens Sugar-emulator in fullscreen mode by default for resolutions = 800x600 to avoid the

Re: [Sugar-devel] [PATCH v4 sugar] Time out on registration process to prevent indefinite UI hang (SL#2289)

2010-11-30 Thread Sascha Silbe
Excerpts from James Cameron's message of Tue Oct 12 00:30:25 +0200 2010: I see no ack. I see no commit. This has been pushed to master on 2010-10-15 as ba20b1c by Tomeu and to sucrose-0.90 on 2010-10-26 as f297de2 by Simon. Sascha -- http://sascha.silbe.org/ http://www.infra-silbe.de/

Re: [Sugar-devel] [PATCH] Setting logging level of message Gsm connection not set... to warning from exception (SL #2247)

2010-11-30 Thread Sascha Silbe
Excerpts from Dipankar Patro's message of Sat Sep 18 19:03:15 +0200 2010: Currently the message appears as an error whereas it is just a warning message. Developer should not get this message an error, so I have set the logging level to warning from exception. Please shorten the summary

[Sugar-devel] Record Activity and ogg vorbis audio?

2010-11-30 Thread Art Hunkins
Can someone indicate to me a version of Record that outputs ogg vorbis audio (versions = 64 or so should) on SoaS Blueberry and higher (Sugar = 0.86)? I can't find one. (There are various issues: some versions get hung at startup, a few output ogg speex, most of the later ones seem to record,

Re: [Sugar-devel] [Dextrose] Fwd: [PATCH] Changed outline of checkbox from grey to black when activated. Ticket #305

2010-11-30 Thread Benjamin Berg
Hello, On Tue, 2010-10-26 at 22:25 +0530, Shanjit Singh Jajmann wrote: I have attached the screen shot for the check box without making the changes present in the patch. I have made a new window to test the working of the checkbox. The checkbox seems to be working fine. Please find

Re: [Sugar-devel] [PATCH] Avoid popping an empty list in the

2010-11-30 Thread Sascha Silbe
Excerpts from Michael Stone's message of Wed May 26 06:27:07 +0200 2010: On Sun, May 23, 2010 at 02:50:16PM -0400, Michael Stone wrote: When you run Sugar with no activities installed, UpdateModel._bundles_to_check is empty. Attempting to unconditionally pop this list results in an

Re: [Sugar-devel] [PATCH] Simplify the definition of UpdateModel._bundles_to_check.

2010-11-30 Thread Sascha Silbe
Excerpts from Michael Stone's message of Sun May 23 20:50:26 +0200 2010: The only purposes of the list comprehension in UpdateModel.check_updates() is to set self._bundles_to_check to a list containing the elements returned by bundleregistry.get_registry(). This purpose can be more succinctly

[Sugar-devel] [DESIGN] Possible camera device settings

2010-11-30 Thread Gary Martin
Hi Anish, Re your IRC question and http://people.sugarlabs.org/anish/drawing-1.png mockup; I just had another scan through the past design mockups and spotted the below. So the consideration behind a camera device frame icon seems to only have been to allow the user to switch it off or on, I

Re: [Sugar-devel] [PATCH sugar] About my computer: use NetworkManager to acquire list of devices

2010-11-30 Thread James Cameron
On Tue, Nov 30, 2010 at 02:37:23PM +0100, Sascha Silbe wrote: The hardcoded name 'eth0' that is used for querying the firmware version doesn't match the interface name actually assigned to the wireless device in recent OLPC builds or on most non-XO hardware. Querying NetworkManager for the

[Sugar-devel] Turtle art crystal radio

2010-11-30 Thread forster
Hi all Its been suggested that the XO could be turned into a crystal radio. Any suggestions of an easy way to get data from the microphone socket to the speaker? Tony ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org