[Sugar-devel] SemanticXO - Christoph Guéret

2011-09-14 Thread Bastien
Hi all, sunday Christophe Guéret gave a nice presentation about SemanticXO: The project SemanticXO is about bringing the latest advances in Knowledge Representation and Reasoning technologies to the XO. These technologies are centered around the publication of structured data on the Web.

Re: [Sugar-devel] New toolbar in Memorize

2011-09-14 Thread Simon Schampijer
On 09/14/2011 04:15 AM, manuel quiñones wrote: 2011/9/13 Simon Schampijersi...@schampijer.de: On 09/13/2011 02:12 PM, Gonzalo Odiard wrote: Here is a first patch implementing the proposed changes. This patch, does not include the change to synchronize the model in play and create mode, or the

[Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-14 Thread Simon Schampijer
When a file transfer has been canceled (the sender quits before the receiver transferred it) show a cancellation message and the option to dismiss the notification. Signed-off-by: Simon Schampijer si...@laptop.org --- src/jarabe/frame/activitiestray.py | 11 +-- 1 files changed, 5

Re: [Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-14 Thread Simon Schampijer
On 09/14/2011 12:04 PM, Simon Schampijer wrote: When a file transfer has been canceled (the sender quits before the receiver transferred it) show a cancellation message and the option to dismiss the notification. Signed-off-by: Simon Schampijersi...@laptop.org The patch does introduce a new

[Sugar-devel] [PATCH sugar] Invitations: remove item from tray after using the join/decline palette options, SL #3089

2011-09-14 Thread Simon Schampijer
The old code did only handle the case cleanly when you clicked on the icon in the tray. When using the palette options several errors occured. This patch does add a change in behavior: it reveals the palette when you click on the button. This is to ensure that a user is aware of the available

[Sugar-devel] [PATCH sugar] Color the favi-icon in the activities list and Journal in owners color SL #3090

2011-09-14 Thread Simon Schampijer
As discussed with Gary C. Martin. Signed-off-by: Simon Schampijer si...@laptop.org --- src/jarabe/desktop/activitieslist.py |6 -- src/jarabe/journal/keepicon.py |6 +- src/jarabe/journal/listview.py |6 -- 3 files changed, 13 insertions(+), 5 deletions(-)

[Sugar-devel] [ANNOUNCE][Design] Design Team

2011-09-14 Thread Gary Martin
Hi all, I'd like to offer a warm welcome to Manuel Quiñones (manuq) for stepping up to the plate and taking a roll as a Design Team coordinator. He has been heavily involved in design meetings and mail list threads over many months, and taken an active role in both Sugar and Activity design

Re: [Sugar-devel] [PATCH] Wireless key dialog: Translate more strings (OLPC#9268)

2011-09-14 Thread Daniel Drake
On Mon, Aug 1, 2011 at 6:11 PM, Sascha Silbe si...@activitycentral.com wrote: As you are already touching this code, please consider replacing the %s with %r (the difference is in how strings containing special characters and quotes get displayed) and using a singleton tuple for the string

Re: [Sugar-devel] [PATCH] Wireless key dialog: Translate more strings (OLPC#9268)

2011-09-14 Thread Chris Leonard
On Wed, Sep 14, 2011 at 1:32 PM, Daniel Drake d...@laptop.org wrote: On Mon, Aug 1, 2011 at 6:11 PM, Sascha Silbe si...@activitycentral.com wrote: As you are already touching this code, please consider replacing the %s with %r (the difference is in how strings containing special characters

Re: [Sugar-devel] Regarding my OLPC XS Wishlist

2011-09-14 Thread Aleksey Lim
On Wed, Sep 14, 2011 at 08:08:44PM +0200, Tony Anderson wrote: Hi, Munin looks like it would be useful. Since many of the routers are running dd-wrt, I am wondering if this package (or something similar) could be used to monitor the load on the routers. The routers are the probable

Re: [Sugar-devel] Regarding my OLPC XS Wishlist

2011-09-14 Thread Aleksey Lim
On Wed, Sep 14, 2011 at 09:47:09PM +0200, Tony Anderson wrote: ... There have been many stress tests, but sadly they have not represented the actual load. That is why it needs to be installed on production systems in a deployment. What was the methodology for these tests, could you share

Re: [Sugar-devel] [PATCH] Wireless key dialog: Translate more strings (OLPC#9268)

2011-09-14 Thread Daniel Drake
On Wed, Sep 14, 2011 at 8:01 PM, Chris Leonard cjlhomeaddr...@gmail.com wrote: tuples (and singleton tuples) are also discussed on the link above. Thanks, I don't think this is what Sascha was getting at though. As written: If format requires a single argument, values may be a single non-tuple