Re: [Sugar-devel] How to copy something from the Journal to a pendrive? FotoToon export?

2010-10-17 Thread tom.staub...@fhtw-berlin.de
Hi, I've been trying for while now to copy journal entries to a usb stick. This works fine as long as files are concerned, e.g. Pics or Audio recordings taken with Record. It does not work if I try to copy an activity from the journal to the usb stick. No matter if I'm using the menu in the

[Sugar-devel] Making people aware of the topic filter for sugar-devel

2010-10-17 Thread Sascha Silbe
Hi! With the traffic rising on sugar-devel due to patch reviews, we should make sure people are aware they can use easy filtering on the mailing list side. A good first step would be to mention this possibility a) on the Mailing Lists wiki page [1] and b) in the welcome mail that is sent out to

Re: [Sugar-devel] [PATCH v4 sugar] Downgrading activities not allowed. (#2164)

2010-10-17 Thread Aleksey Lim
On Sun, Oct 17, 2010 at 01:55:00AM +0530, anub...@seeta.in wrote: Downgrading an activity is now made possible. When a .xo file of a version older than the currently installed version is clicked, a downgrading option is made available, by popping up of a confirmation alert. Depending upton

[Sugar-devel] [PATCH v2 Paint] Changes made to save the last added text item. (OLPC #5917)

2010-10-17 Thread Ishan Bansal
New variable text_status defined which could keep the track of the status of text being entered and save it when activity is stopped. Signed-off-by: Ishan Bansalis...@seeta.in, Anubhav Aggarwalanub...@seeta.in --- Area.py | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-)

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

2010-10-17 Thread Sascha Silbe
Metadata can get corrupted by crashes or malformed by buggy activities. We should do our best to display the parts that are usable and certainly never mess up the entire Journal. Signed-off-by: Sascha Silbe sascha-...@silbe.org --- src/jarabe/journal/listmodel.py | 49

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

2010-10-17 Thread Sascha Silbe
Metadata can get corrupted by crashes or malformed by buggy activities. We should do our best to display the parts that are usable. Signed-off-by: Sascha Silbe sascha-...@silbe.org --- src/jarabe/journal/expandedentry.py | 12 src/jarabe/journal/misc.py | 16

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

2010-10-17 Thread Sascha Silbe
Color data is stored in the Journal as a JSON dump, so we can get back arbitrary types. XoColor already checks the color string for validity and handles invalid strings gracefully, so it makes sense to enhance this to invalid types as well. Signed-off-by: Sascha Silbe sascha-...@silbe.org ---

Re: [Sugar-devel] How to copy something from the Journal to a pendrive? FotoToon export?

2010-10-17 Thread Sascha Silbe
Excerpts from tom.staub...@fhtw-berlin.de's message of Sun Oct 17 09:02:42 +0200 2010: I've been trying for while now to copy journal entries to a usb stick. This works fine as long as files are concerned, e.g. Pics or Audio recordings taken with Record. It does not work if I try to copy an

[Sugar-devel] [PATCH sugar] don't delete bundles on storage media (SL #2456)

2010-10-17 Thread Sascha Silbe
model.get_file() already wraps data store checkouts in TempFilePath. Because misc.get_bundle() unconditionally wrapped the path returned by model.get_file() in TempFilePath as well, bundles located on storage media (which are referenced by their actual location, not copied or linked) were deleted

Re: [Sugar-devel] How to copy something from the Journal to a pendrive? FotoToon export?

2010-10-17 Thread Sascha Silbe
Excerpts from tom.staub...@fhtw-berlin.de's message of Sun Oct 17 09:02:42 +0200 2010: Imagine two or more children. Half of them are in country1, the others are in country2. They would like to collaborate on an activity, e.g. FotoToon. One of the groups starts and adds a picture and some

[Sugar-devel] multiple instances of activities

2010-10-17 Thread tom.staub...@fhtw-berlin.de
Hi, I think I encountered a bug in Sugar. Looks like it might be related to this one: http://dev.laptop.org/ticket/10153 The behavior was not connected to a single activity as I encountered it in Record, TamTamJam and Etoys. It was not intentionally reproducible but it happened quite often.

[Sugar-devel] [ANNOUCE] Patches topic category was: [Systems] http[s]://lists.sugarlabs.org down

2010-10-17 Thread Frederick Grose
On Sun, Oct 17, 2010 at 3:46 AM, Sascha Silbe sascha-ml-reply-to-201...@silbe.org wrote: Excerpts from Bernie Innocenti's message of Sun Oct 17 01:50:15 +0200 2010: {...} I wanted to add a PATCH topic to sugar-devel so people like JT4Sugar can filter out the review traffic.

Re: [Sugar-devel] How to copy something from the Journal to a pendrive? FotoToon export?

2010-10-17 Thread tom.staub...@fhtw-berlin.de
On Oct 17, 2010, at 1:54 PM, Sascha Silbe wrote: Excerpts from tom.staub...@fhtw-berlin.de's message of Sun Oct 17 09:02:42 +0200 2010: Imagine two or more children. Half of them are in country1, the others are in country2. They would like to collaborate on an activity, e.g. FotoToon.

Re: [Sugar-devel] [ANNOUCE] Patches topic category was: [Systems] http[s]://lists.sugarlabs.org down

2010-10-17 Thread Sascha Silbe
Excerpts from Frederick Grose's message of Sun Oct 17 16:25:49 +0200 2010: P.S.: The regular expression for ANNOUNCE has a misspelling. Thanks for the reminder. I fixed it now. Sascha -- http://sascha.silbe.org/ http://www.infra-silbe.de/ signature.asc Description: PGP signature

[Sugar-devel] [PATCH v4 sugar] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-17 Thread Mukul Gupta
The patch disables the Start and Start With menu items for files which can't be opened by any installed activity and instead replace it with a hover dropdown with a menu item 'No activity installed to start entry' --- src/jarabe/journal/palettes.py | 38 +++--- 1

[Sugar-devel] [PATCH v4 sugar] Disable Start menu item for entries that can't be opened(Bug#328)

2010-10-17 Thread Mukul Gupta
The patch disables the Start and Start With menu items for files which can't be opened by any installed activity and instead replace it with a hover dropdown with a menu item 'No activity installed to start entry' --- src/jarabe/journal/palettes.py | 38 +++--- 1

[Sugar-devel] [PATCH v2] Free space displayed for Journal Button in Volumes Toolbar. (Ticket #2318)

2010-10-17 Thread Ishan Bansal
Pallete added to calculate and display free journal space when we write click. --- src/jarabe/journal/volumestoolbar.py | 36 +- 1 files changed, 35 insertions(+), 1 deletions(-) v1-v2: pep8 errors corrected diff --git a/src/jarabe/journal/volumestoolbar.py

Re: [Sugar-devel] [Dextrose] [PATCH v5 sugar] Pulsing icon delayed by 5 seconds or so SL#2080

2010-10-17 Thread Anurag Chowdhury
Team I had submitted the patch for the http://bugs.sugarlabs.org/ticket/2080 You can check the patch at http://lists.sugarlabs.org/archive/sugar-devel/2010-October/027748.html Wish if you could review it and provide me feedback on any improvement required. Regards Anurag

[Sugar-devel] [PATCH v4 sugar] Shutdown (and Logout) menuitems should activate

2010-10-17 Thread Anurag Chowdhury
We changed the cursor in home window to a busy cursor when the shutdown menu is activated and used glib.idle_add( ) to call the shut funtion when pygtk is idle to shutdown or logout the sugar session properly , hence letting the user know the validity of the shutdown process going on in the

Re: [Sugar-devel] [PATCH v4 sugar] Shutdown (and Logout) menuitems should activate

2010-10-17 Thread Anurag Chowdhury
Team I had submitted the patch for the http://bugs.sugarlabs.org/ticket/2151 You can check the patch at http://lists.sugarlabs.org/archive/sugar-devel/2010-October/027992.html Wish if you could review it and provide me feedback on any improvement required. Regards Anurag

Re: [Sugar-devel] [PATCH v4 sugar] Shutdown (and Logout) menuitems should activate

2010-10-17 Thread Bernie Innocenti
On Mon, 2010-10-18 at 01:11 +0530, Anurag Chowdhury wrote: I had submitted the patch for the http://bugs.sugarlabs.org/ticket/2151 You can check the patch at http://lists.sugarlabs.org/archive/sugar-devel/2010-October/027992.html Wish if you could review it and provide me feedback on

[Sugar-devel] Mailman's admin and archive interfaces are horrible - suggest GroupServer.org

2010-10-17 Thread Tim McNamara
I'm assuming the infrastructure team are part of this list. I would like to recommend that Sugar Labs considers migrating from mailman to GroupServer as its mailing list system[1]. I've been using GroupServer as a participant for over a year for lots of open government New Zealand activities [1].

Re: [Sugar-devel] Record activity. Adjusting the input level.

2010-10-17 Thread Gary Martin
Hi Tom, On 4 Oct 2010, at 12:28, tom.staub...@fhtw-berlin.de tom.staub...@fhtw-berlin.de wrote: Hi, is there a way to adjust the input level of audio recordings in Record, according to the volume of the sound source? I read every piece of documentation I found[1][2]. It does not look as if

Re: [Sugar-devel] How to copy something from the Journal to a pendrive? FotoToon export?

2010-10-17 Thread Gonzalo Odiard
Hi Tom. I am working in a functionality to save the work in the Fototoon activity like a image. I didn't know the information about the custom mime types. (Thanks Sascha!) . I will try to add that info in the next version. Thanks for the detailed report. Gonzalo On Sun, Oct 17, 2010 at 3:02 AM,

Re: [Sugar-devel] multiple instances of activities

2010-10-17 Thread James Cameron
On Sun, Oct 17, 2010 at 02:15:47PM +0200, tom.staub...@fhtw-berlin.de wrote: The behavior was not connected to a single activity as I encountered it in Record, TamTamJam and Etoys. It was not intentionally reproducible but it happened quite often. Most of the time none of the instances got

Re: [Sugar-devel] [PATCH 00/21 sugar-toolkit] style cleanup series

2010-10-17 Thread James Cameron
Reviewed-by: James Cameron qu...@laptop.org -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar-base 00/17] style cleanup series

2010-10-17 Thread James Cameron
Reviewed-by: James Cameron qu...@laptop.org -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar 09/21] style cleanup: prefer ' for strings

2010-10-17 Thread James Cameron
On Sun, Oct 17, 2010 at 12:20:11AM +0200, Sascha Silbe wrote: diff --git a/src/jarabe/util/emulator.py b/src/jarabe/util/emulator.py index 4c9ca8e..12277df 100644 --- a/src/jarabe/util/emulator.py +++ b/src/jarabe/util/emulator.py @@ -129,7 +129,7 @@ def _setup_env(display, scaling,

Re: [Sugar-devel] [PATCH v2 Paint] Changes made to save the last added text item. (OLPC #5917)

2010-10-17 Thread James Cameron
On Sun, Oct 17, 2010 at 02:17:17PM +0530, Ishan Bansal wrote: New variable text_status defined which could keep the track of the status of text being entered and save it when activity is stopped. What you do not say in this commit comment is how you have implemented the change. Having reviewed