[Sugar-devel] [DESIGN][FEATURE] 3G modem support

2009-12-11 Thread mabente
It has been discussed before and i have been working on it with Daniel Castelo from Uruguay. This is the link of the formal proposal, I will be updating it soon. http://wiki.sugarlabs.org/go/Features/3G_Support ___ Sugar-devel mailing list Sugar-devel@l

Re: [Sugar-devel] [DESIGN][FEATURE] 3G modem support

2009-12-16 Thread mabente
Yes, because the gsm connection is loaded once at system start, so everytime the settings are changed a system restart is required. I tested different loading times, (while clicking on connect item or when the device its plugged) and i found the current moment simpler. because the other requires a

Re: [Sugar-devel] [DESIGN][FEATURE] 3G modem support

2009-12-16 Thread mabente
solution? "refresh" the > settings manager information or network manager information when you save > the configuration in the control panel? > > > On Wed, Dec 16, 2009 at 4:11 PM, mabente wrote: > >> Yes, because the gsm connection is loaded once at system star

[Sugar-devel] [DESIGN] Displaying ERROR and ALERT messages as notifications

2010-02-27 Thread mabente
Looking at the discussion concerning 3G support and errors displaying, i was thinking that it could be possible to "extend" the current notification system to display standard notifications. I am not sure if something like this already exists or if someone else has mentioned it before, but this is

[Sugar-devel] [DESIGN] Simple Journal Backup & Restore Control Panel

2010-03-31 Thread mabente
We have been improving Daniel Drake's original XS backup and restore scripts. We will soon be starting our massive F-11 build upgrade. It is important to have some simple GUI mechanism to let kids restore their journal backup after upgrade. This is this a proposal for a control panel option. There

Re: [Sugar-devel] [Tecnologia] More Sugar 0.88 bugs to work on

2010-05-27 Thread mabente
We should do the same as we did for 0.84, the wiki page. Because having the TODO in many different emails its a little bit confusing... On Thu, 27 May 2010 09:17:11 -0400, Bernie Innocenti wrote: > On the plane to Miami, I've reorganized some of the reports sent by > various testers: > >>=== Bu

Re: [Sugar-devel] [Tecnologia] More Sugar 0.88 bugs to work on

2010-05-27 Thread mabente
On Thu, 27 May 2010 10:17:48 -0400, Bernie Innocenti wrote: > El Thu, 27-05-2010 a las 10:05 -0400, mabente escribió: >> We should do the same as we did for 0.84, the wiki page. > > We *do* have a wiki page, but this time it's hosted by the Sugar Labs > Deplo

[Sugar-devel] [DESIGN] Double clicks on Journal, Favorites view and Activity List view launches 2 or more instances

2010-06-02 Thread mabente
(as matter of testing) was to give an exclusive time frame for each click event, ignoring any other click event during that time frame. Here is the code for the Journal Entries, http://oficina.paraguayeduca.org/~mabente/patches/sugar/journaliconsclick/0001-Click-on-journal-icons-with-a-exclusive

[Sugar-devel] [DESIGN] Protected Activities

2010-06-02 Thread mabente
just defining a "protected activities" list, and just hiding the delete option for those activities. Here is a patch for Sugar 0.84 (as example): http://oficina.paraguayeduca.org/~mabente/patches/sugar/protected-activtities/0001-Protected-activities.patch Has anyone else tackled th

Re: [Sugar-devel] [PATCH] Disable default system username

2010-06-03 Thread mabente
On Thu, 3 Jun 2010 11:35:31 +1000, James Cameron wrote: > What does this do? > What is it for? Otherwise it won't let the user select the username at the first boot. :) ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.

Re: [Sugar-devel] journal backup

2010-06-03 Thread mabente
The final patches look pretty good. I have a minor improvement, so you don't have to hard-code the scripts path. From 0e3be0059df40283fb28c2358499433da4362b5d Mon Sep 17 00:00:00 2001 From: Martin Abente Date: Thu, 3 Jun 2010 14:34:08 -0400 Subject: [PATCH] Bin path script resolution Organizatio