Re: [Sugar-devel] #2963 UNSP: Sugar telepathy code does not take into account presence status of buddies

2011-07-18 Thread Sameer Verma
On Sat, Jul 16, 2011 at 6:24 AM, Aleksey Lim alsr...@activitycentral.org wrote: On Sat, Jul 16, 2011 at 01:34:21PM +0100, Daniel Drake wrote: On 16 July 2011 12:44, Aleksey Lim alsr...@activitycentral.org wrote: Since jabber.sl.o is targeiting for dev use cases and the fact that everyday

Re: [Sugar-devel] #2963 UNSP: Sugar telepathy code does not take into account presence status of buddies

2011-07-18 Thread Aleksey Lim
On Mon, Jul 18, 2011 at 03:00:54AM -0700, Sameer Verma wrote: On Sat, Jul 16, 2011 at 6:24 AM, Aleksey Lim alsr...@activitycentral.org wrote: On Sat, Jul 16, 2011 at 01:34:21PM +0100, Daniel Drake wrote: On 16 July 2011 12:44, Aleksey Lim alsr...@activitycentral.org wrote: Since

Re: [Sugar-devel] [PATCH] Record: icons for the toolbar that replace strings timer and duration

2011-07-18 Thread Daniel Drake
is not always the case. Instead you can use the icon_name mechanism and the icons will be found automatically. For OLPC we decided to include this in 11.2.0 even though it hasn't quite passed through the whole process, here is the patch I will use: http://dev.laptop.org/~dsd/20110718/0001-Use-icons

Re: [Sugar-devel] [PATCH] Record: icons for the toolbar that replace strings timer and duration

2011-07-18 Thread manuel quiñones
El día 18 de julio de 2011 09:34, Daniel Drake d...@laptop.org escribió: For OLPC we decided to include this in 11.2.0 even though it hasn't quite passed through the whole process, here is the patch I will use: http://dev.laptop.org/~dsd/20110718/0001-Use-icons-rather-than-strings-in-main

[Sugar-devel] Bare JIDs on jabber.sugarlabs.org

2011-07-18 Thread Aleksey Lim
Hi all, Please help to figure out sugar collaboration related issues. There are several buddies on jabber.sugarlabs.org that have no nicks (you can see them if your server in My Settings/Network is jabber.sugarlabs.org) associated with them on the server. If you are using jabber.sl.o, and your

Re: [Sugar-devel] Bare JIDs on jabber.sugarlabs.org

2011-07-18 Thread Sascha Silbe
Excerpts from Aleksey Lim's message of Mon Jul 18 16:28:00 +0200 2011: If you are using jabber.sl.o, and your JID is from the following list, what your sugar version? d2d0c6ad6fb3590888f265aacd9a2f858222a...@jabber.sugarlabs.org

Re: [Sugar-devel] Bare JIDs on jabber.sugarlabs.org

2011-07-18 Thread Aleksey Lim
On Mon, Jul 18, 2011 at 05:40:14PM +0200, Sascha Silbe wrote: Excerpts from Aleksey Lim's message of Mon Jul 18 16:28:00 +0200 2011: If you are using jabber.sl.o, and your JID is from the following list, what your sugar version?

[Sugar-devel] [PATCH sugar] Set the nick name when the buddy properties changes OLPC #10750

2011-07-18 Thread Simon Schampijer
We do get the correct nick information but we did not update the buddy because of checking for a wrong property key. I checked that in all the cases (alias-change or when we do get the buddy information in various ways) the key is CONNECTION_INTERFACE_ALIASING + '/alias'. Signed-off-by: Simon

[Sugar-devel] [ASLO] Release Turtle Blocks-111

2011-07-18 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4027 Sugar Platform: 0.82 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27477/turtle_art-111.xo Release notes: 111 ENHANCEMENTS * New sample program: urban_landscapes.ta * New sample program: fractions.ta * New

Re: [Sugar-devel] [PATCH sugar] Set the nick name when the buddy properties changes OLPC #10750

2011-07-18 Thread Sascha Silbe
Excerpts from Simon Schampijer's message of Mon Jul 18 19:51:16 +0200 2011: We do get the correct nick information but we did not update the buddy because of checking for a wrong property key. I checked that in all the cases (alias-change or when we do get the buddy information in various

Re: [Sugar-devel] [PATCH sugar] Fix pylint regression

2011-07-18 Thread Sascha Silbe
Excerpts from Simon Schampijer's message of Tue Jul 05 09:56:57 +0200 2011: [patch to fix some instances of log...(... % ...)] With the fix-ups from your second mail: Acked-By: Sascha Silbe si...@activitycentral.com Sascha -- http://sascha.silbe.org/ http://www.infra-silbe.de/

Re: [Sugar-devel] [PATCH] consistent use of _logger.debug throughout

2011-07-18 Thread Sascha Silbe
Excerpts from Walter Bender's message of Mon Jul 04 19:16:01 +0200 2011: There had been a mix of the use of logging.debug and _logger.debug throughout the code. _logger is now used in all cases. Thanks for the patch! Pushed as 0c84979 [1] with a slightly modified summary. Sascha [1]

Re: [Sugar-devel] [PATCH] prevent view source display of .pyo, .pyc, .so files (#2854)

2011-07-18 Thread Sascha Silbe
Excerpts from Walter Bender's message of Mon Jul 04 12:37:00 +0200 2011: [src/jarabe/view/viewsource.py] +_EXCLUDE = ('.pyc', '.pyo', '.so', '.o', '.a', '.la', '.mo', '~', '.xo', +'.tar', '.bz2', '.zip', '.gz', '.deps', '.libs') .deps and .libs are the exact names of directories.