Re: [Sugar-devel] [DESIGN] [PATCH RFC sugar] Wireless network Frame device: add suport for disabling wireless devices

2011-07-08 Thread Gary Martin
On 8 Jul 2011, at 10:28, Daniel Drake wrote: > On 27 June 2011 12:27, Sascha Silbe wrote: >> This duplicates the existing functionality in the Control Panel for more >> convenient access. Disabling wifi devices can save power, thereby increasing >> battery life. > > On XO-1 (and also currently

Re: [Sugar-devel] [DESIGN] [PATCH RFC sugar] Wireless network Frame device: add suport for disabling wireless devices

2011-07-08 Thread Daniel Drake
On 27 June 2011 12:27, Sascha Silbe wrote: > This duplicates the existing functionality in the Control Panel for more > convenient access. Disabling wifi devices can save power, thereby increasing > battery life. On XO-1 (and also currently on XO-1.5) we have the option of removing power from the

Re: [Sugar-devel] [DESIGN] [PATCH RFC sugar] Wireless network Frame device: add suport for disabling wireless devices

2011-07-08 Thread Frederick Grose
On Thu, Jul 7, 2011 at 11:44 PM, Frederick Grose wrote: > On Mon, Jun 27, 2011 at 7:27 AM, Sascha Silbe > wrote: >> This duplicates the existing functionality in the Control Panel for more >> convenient access. Disabling wifi devices can save power, thereby increasing >> battery life. >> >> Sign

Re: [Sugar-devel] [DESIGN] [PATCH RFC sugar] Wireless network Frame device: add suport for disabling wireless devices

2011-07-07 Thread Frederick Grose
On Mon, Jun 27, 2011 at 7:27 AM, Sascha Silbe wrote: > This duplicates the existing functionality in the Control Panel for more > convenient access. Disabling wifi devices can save power, thereby increasing > battery life. > > Signed-off-by: Sascha Silbe > --- >{...} > > We could also do with a b

Re: [Sugar-devel] [DESIGN] [PATCH RFC sugar] Wireless network Frame device: add suport for disabling wireless devices

2011-06-27 Thread Gary Martin
On 27 Jun 2011, at 14:49, Walter Bender wrote: > On Mon, Jun 27, 2011 at 9:44 AM, Gary Martin > wrote: >> Hi Sascha, >> >> On 27 Jun 2011, at 12:27, Sascha Silbe wrote: >> >>> This duplicates the existing functionality in the Control Panel for more >>> convenient access. Disabling wifi devic

Re: [Sugar-devel] [DESIGN] [PATCH RFC sugar] Wireless network Frame device: add suport for disabling wireless devices

2011-06-27 Thread Walter Bender
On Mon, Jun 27, 2011 at 9:44 AM, Gary Martin wrote: > Hi Sascha, > > On 27 Jun 2011, at 12:27, Sascha Silbe wrote: > >> This duplicates the existing functionality in the Control Panel for more >> convenient access. Disabling wifi devices can save power, thereby increasing >> battery life. >> >> S

Re: [Sugar-devel] [DESIGN] [PATCH RFC sugar] Wireless network Frame device: add suport for disabling wireless devices

2011-06-27 Thread Gary Martin
Hi Sascha, On 27 Jun 2011, at 12:27, Sascha Silbe wrote: > This duplicates the existing functionality in the Control Panel for more > convenient access. Disabling wifi devices can save power, thereby increasing > battery life. > > Signed-off-by: Sascha Silbe > --- > > This is fully working bu

[Sugar-devel] [DESIGN] [PATCH RFC sugar] Wireless network Frame device: add suport for disabling wireless devices

2011-06-27 Thread Sascha Silbe
This duplicates the existing functionality in the Control Panel for more convenient access. Disabling wifi devices can save power, thereby increasing battery life. Signed-off-by: Sascha Silbe --- This is fully working but I'm not sure about the correct way to change the label of a MenuItem. Acce