Re: [Sugar-devel] [PATCH v2] Simple NetworkManager-0.9 port

2011-11-14 Thread Simon Schampijer
Thanks Daniel for the new patch. I am splitting this up in smaller chunks: El 11/11/11 18:17, Daniel Drake escribió: Adapt sugar to NetworkManager-0.9 API changes. The major change here is the removal of the user-level connections mechanism; instead of storing connection information in Sugar,

Re: [Sugar-devel] [DESIGN] Fototoon icon redesign

2011-11-14 Thread Gonzalo Odiard
Thanks! 2011/11/11 Manuel Quiñones ma...@laptop.org Hi, did the change we discussed in the toolbar review talk for Fototoon icon: http://dev.laptop.org/~manuq/fototoon_design/fototoon_icon.png Cheers, -- .. manuq .. ___ Sugar-devel mailing

Re: [Sugar-devel] [PATCH v2] Simple NetworkManager-0.9 port

2011-11-14 Thread Simon Schampijer
El 11/11/11 18:17, Daniel Drake escribió: Adapt sugar to NetworkManager-0.9 API changes. The major change here is the removal of the user-level connections mechanism; instead of storing connection information in Sugar, NetworkManager now Manages our Networks for us. However, some level of

[Sugar-devel] First test of SOaS V6

2011-11-14 Thread Alvar Maciel
Hi to all, I'm testin SOaS 6 in an Intel Classmate for now the only problem that I fund is that if I do not have connection with jabber.sugarlabs.com many applications fails. But if I delete the jabber connections all works fine. Alvar ___ Sugar-devel

Re: [Sugar-devel] First test of SOaS V6

2011-11-14 Thread Peter Robinson
Hi Alvar, Firstly, could I ask you send SoaS issues to the SoaS mailing list (s...@lists.sugarlabs.org) rather than sugar-devel. On Mon, Nov 14, 2011 at 3:50 PM, Alvar Maciel al...@tuquito.org.ar wrote: Hi to all, I'm testin SOaS 6 in an Intel Classmate for now the only problem that I fund is

Re: [Sugar-devel] First test of SOaS V6

2011-11-14 Thread Alvar Maciel
On Mon, Nov 14, 2011 at 1:13 PM, Peter Robinson pbrobin...@gmail.com wrote: Hi Alvar, Firstly, could I ask you send SoaS issues to the SoaS mailing list (s...@lists.sugarlabs.org) rather than sugar-devel. Thanks I was not aware of that list :P I'm subscribing right now On Mon, Nov 14, 2011

[Sugar-devel] [REMINDER] Development team meeting --- 15. Nov 2011 (15:00 UTC)

2011-11-14 Thread Simon Schampijer
Hi, tomorrow we will have our weekly development team meeting: This week topics are: * status of action items from last week - check if ASLO supports well having different activity versions, dotted versions and major versions (Manuel) - write up cairo porting guide (Walter) * status of

Re: [Sugar-devel] [PATCH] Simple NetworkManager-0.9 port

2011-11-14 Thread Sascha Silbe
Excerpts from Daniel Drake's message of 2011-11-11 18:18:31 +0100: On Mon, Oct 24, 2011 at 6:41 PM, Sascha Silbe si...@activitycentral.com wrote: [GSM settings] -    def undo(self): -        self._model.undo() What happened to the undo functionality? Since we still apply the changes

[Sugar-devel] error building etoys in a debian distro

2011-11-14 Thread Alvar Maciel
Subject: error building etoys in a debian distro Hi to all, I'm trying to compile debian from source ina Debian 6.0 Distribution. The goal is build the .deb packages of sugar 0.94.1 because in my country (Argentina) there is a deployment of classmate with tjis distribution and are almost 400,000

[Sugar-devel] [FEATURE] Add can share/or not information to activities

2011-11-14 Thread Simon Schampijer
Hi, I would like to propose the following Feature for inclusion into Sugar: Can share [1]. This feature will make it clearer if an activity can collaborate or not. So far we know inside an Activity if it is able to be shared or not because the share button is changing it's state accordingly

[Sugar-devel] [PATCH calculate] Remove dependency on CanvasIcon

2011-11-14 Thread Sascha Silbe
The code that used CanvasIcon was commented out in 2007 already. Signed-off-by: Sascha Silbe si...@activitycentral.com --- calculate.py |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/calculate.py b/calculate.py index 91cf276..5b45698 100644 --- a/calculate.py +++