Re: [Sugar-devel] [Dextrose] Local server equivalent of jabber.sugarlabs.org

2012-03-29 Thread Jerry Vonau
On Thu, 2012-03-29 at 10:25 +0530, Ajay Garg wrote: Hi all. I am wanting to play around with a Jabber server, which is same in the basics as jabber.sugarlabs.org. So, what should I install locally? jabberd? ejabberd? any other server? Looking forward to a reply. Thanks and Regards,

Re: [Sugar-devel] Just learned about Mistery Meat Navigation

2012-03-29 Thread Carl Angiolillo
explicit help button that toggles an overlay with help bubbles would be best. D'oh, good call, totally missed help overlay. Interesting, this is what Gary pointed in the Simple help system for Sugar thread. Forgive a stupid question, but I'm not sure where to find the existing Sugar help

Re: [Sugar-devel] Just learned about Mistery Meat Navigation

2012-03-29 Thread Bert Freudenberg
On 29.03.2012, at 14:14, Carl Angiolillo wrote: explicit help button that toggles an overlay with help bubbles would be best. D'oh, good call, totally missed help overlay. Interesting, this is what Gary pointed in the Simple help system for Sugar thread. Forgive a stupid

Re: [Sugar-devel] Just learned about Mistery Meat Navigation

2012-03-29 Thread Manuel Quiñones
Hi, El día 29 de marzo de 2012 09:29, Bert Freudenberg b...@freudenbergs.de escribió: On 29.03.2012, at 14:14, Carl Angiolillo wrote: explicit help button that toggles an overlay with help bubbles would be best. D'oh, good call, totally missed help overlay. Interesting, this is what

Re: [Sugar-devel] [PATCH Maze] Buttons to generate a harder or an easier level

2012-03-29 Thread Manuel Kaufmann
2012/3/28 Manuel Quiñones ma...@laptop.org: Hey!  Would be great if you can add the icons that I put in the ticket :) I'm going to do this now. I'll send the patch in a while. Thanks for the icons, they are pretty cool. -- Kaufmann Manuel Blog: http://humitos.wordpress.com/ Porfolio:

[Sugar-devel] [PATCH Maze v2] Buttons to generate a harder or an easier level

2012-03-29 Thread Manuel Kaufmann
Added two buttons in the toolbar to generate a new level (harder or easier). These butons do the same work than '+' and '-' keys respectively. Icons by Manuel Quiñones (manuq). This commit solves ticket: #3376 Signed-off-by: Manuel Kaufmann humi...@gmail.com --- activity.py | 36

Re: [Sugar-devel] [Dextrose] Local server equivalent of jabber.sugarlabs.org

2012-03-29 Thread Ajay Garg
Thanks Jerry ... :-) Regards, Ajay On Thu, Mar 29, 2012 at 12:15 PM, Jerry Vonau jvo...@shaw.ca wrote: On Thu, 2012-03-29 at 10:25 +0530, Ajay Garg wrote: Hi all. I am wanting to play around with a Jabber server, which is same in the basics as jabber.sugarlabs.org. So, what should I

[Sugar-devel] [PATCH Browse] Fix bookmarks read from previous session

2012-03-29 Thread Manuel Quiñones
Color parameter in get_image() method of class LinkButton is being passed with type str when inside a session, but is type unicode when read from a previous session, because json stores unicode. And Rsvg.Handle.new_from_data() needs a single byte string. This fixes #3402 . Also removed unused

Re: [Sugar-devel] [PATCH Maze v2] Buttons to generate a harder or an easier level

2012-03-29 Thread Rafael Ortiz
On Thu, Mar 29, 2012 at 9:44 AM, Manuel Kaufmann humi...@gmail.com wrote: On Thu, Mar 29, 2012 at 11:43, Manuel Kaufmann humi...@gmail.com wrote: Added two buttons in the toolbar to generate a new level (harder or easier). These butons do the same work than '+' and '-' keys respectively.

[Sugar-devel] [ASLO] Release Maze-16

2012-03-29 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4071 Sugar Platform: 0.82 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/27941/maze-16.xo Release notes: Sugar Labs Activities http://activities.sugarlabs.org ___

Re: [Sugar-devel] [ASLO] Release Maze-16

2012-03-29 Thread Rafael Ortiz
On Thu, Mar 29, 2012 at 12:23 PM, Sugar Labs Activities activit...@sugarlabs.org wrote: Activity Homepage: http://activities.sugarlabs.org/addon/4071 Sugar Platform: 0.82 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/27941/maze-16.xo Release notes: == Release

Re: [Sugar-devel] [PATCH Maze v2] Buttons to generate a harder or an easier level

2012-03-29 Thread Manuel Kaufmann
On Thu, Mar 29, 2012 at 14:11, Rafael Ortiz raf...@activitycentral.com wrote: Will be in next version (16). Cool! I'm SO happy! -- Kaufmann Manuel Blog: http://humitos.wordpress.com/ Porfolio: http://fotos.mkaufmann.com.ar/ PyAr: http://www.python.com.ar/

Re: [Sugar-devel] [PATCH Maze v2] Buttons to generate a harder or an easier level

2012-03-29 Thread Manuel Quiñones
El día 29 de marzo de 2012 14:11, Rafael Ortiz raf...@activitycentral.com escribió: On Thu, Mar 29, 2012 at 9:44 AM, Manuel Kaufmann humi...@gmail.com wrote: On Thu, Mar 29, 2012 at 11:43, Manuel Kaufmann humi...@gmail.com wrote: Added two buttons in the toolbar to generate a new level

Re: [Sugar-devel] [PATCH Maze v2] Buttons to generate a harder or an easier level

2012-03-29 Thread Rafael Ortiz
2012/3/29 Manuel Quiñones ma...@laptop.org El día 29 de marzo de 2012 14:11, Rafael Ortiz raf...@activitycentral.com escribió: On Thu, Mar 29, 2012 at 9:44 AM, Manuel Kaufmann humi...@gmail.com wrote: On Thu, Mar 29, 2012 at 11:43, Manuel Kaufmann humi...@gmail.com wrote: Added

Re: [Sugar-devel] [PATCH Maze v2] Buttons to generate a harder or an easier level

2012-03-29 Thread Manuel Quiñones
El día 29 de marzo de 2012 16:53, Rafael Ortiz raf...@activitycentral.com escribió: 2012/3/29 Manuel Quiñones ma...@laptop.org El día 29 de marzo de 2012 14:11, Rafael Ortiz raf...@activitycentral.com escribió: On Thu, Mar 29, 2012 at 9:44 AM, Manuel Kaufmann humi...@gmail.com wrote:

Re: [Sugar-devel] [PATCH Browse] Fix bookmarks read from previous session

2012-03-29 Thread Gonzalo Odiard
Hmm, I have solved the same error in Read yesterday. I should tell you. Or may be we should add code in icon to convert to str if the parameter is unicode? Gonzalo On Thu, Mar 29, 2012 at 11:50 AM, Manuel Quiñones ma...@laptop.org wrote: Color parameter in get_image() method of class

Re: [Sugar-devel] [Dextrose] Local server equivalent of jabber.sugarlabs.org

2012-03-29 Thread Bernie Innocenti
On Thu, 2012-03-29 at 20:17 +0530, Ajay Garg wrote: Thanks Jerry ... :-) We also have an ejaberd instance running on sunjammer to provide @sugarlabs.org jabber accounts (not for Sugar collaboration). Let me know what your experience with Prosody is, if it's substantially better than ejabberd

Re: [Sugar-devel] [Dextrose] Local server equivalent of jabber.sugarlabs.org

2012-03-29 Thread Rafael Ortiz
On Thu, Mar 29, 2012 at 4:10 PM, Bernie Innocenti ber...@codewiz.orgwrote: On Thu, 2012-03-29 at 20:17 +0530, Ajay Garg wrote: Thanks Jerry ... :-) We also have an ejaberd instance running on sunjammer to provide @sugarlabs.org jabber accounts (not for Sugar collaboration). Let me know

Re: [Sugar-devel] [Dextrose] Local server equivalent of jabber.sugarlabs.org

2012-03-29 Thread Aleksey Lim
On Thu, Mar 29, 2012 at 06:25:05PM -0500, Rafael Ortiz wrote: On Thu, Mar 29, 2012 at 4:10 PM, Bernie Innocenti ber...@codewiz.orgwrote: On Thu, 2012-03-29 at 20:17 +0530, Ajay Garg wrote: Thanks Jerry ... :-) We also have an ejaberd instance running on sunjammer to provide