Re: [Sugar-devel] [ASLO] Tech Report

2011-03-09 Thread Aleksey Lim
On Wed, Mar 09, 2011 at 07:40:44AM -0500, Chris Leonard wrote: > It would be highly desirable for ASLO to reflect the i18n status of an > Activity, ideally with a link to where the L10n of that activity is hosted > (it doesn't have to be translate.sugarlabs.org). Far too many of the > Activities h

Re: [Sugar-devel] [ASLO] Tech Report

2011-03-09 Thread Aleksey Lim
On Wed, Mar 09, 2011 at 04:37:24AM -0600, David Farning wrote: > > -Original Message- > > From: tabitha.m...@gmail.com [mailto:tabitha.m...@gmail.com] On Behalf Of > > Tabitha Roder > > Sent: Wednesday, March 09, 2011 3:42 AM > > To: David Farning &g

Re: [Sugar-devel] [ASLO] Tech Report

2011-03-09 Thread Aleksey Lim
On Sun, Feb 13, 2011 at 01:21:10AM +, Aleksey Lim wrote: > This is activities.sugarlabs.org report to cover only technical > ASLO aspects. > > == Roadmap == > > The upstream is in process of switching to new AMO code base, django > based (python based framework). We ne

Re: [Sugar-devel] Why cannot collections of ---.xo files on a USB stick be run without installation in sugar?

2011-03-01 Thread Aleksey Lim
On Mon, Feb 28, 2011 at 08:17:06AM -0800, Thomas C Gilliard wrote: > I have an idea for a better Sugar Design: > > Why cannot collections of ---.xo files on a USB stick be run without > installation in sugar? imho, thats not good design to have two kinds of objects people need to interact implic

[Sugar-devel] [ANNOUNCE] Sweets git repositories for glucose projectes where changed

2011-02-19 Thread Aleksey Lim
Hi all, For people who use glucose from sweets [1], glucose git repositories where changed. In fact, previous urls where created for testing purpose. New ones will be regular repositories. These are: git://git.sugarlabs.org/sweets-distribution/sugar.git git://git.sugarlabs.org/sweets-dist

Re: [Sugar-devel] Tests of applications on booted Trisquel 4.1 sugar installed to a 8Gb USB

2011-02-18 Thread Aleksey Lim
On Thu, Feb 17, 2011 at 05:43:50PM -0800, Thomas C Gilliard wrote: > I attach a spreadsheet: > > Tests of applications on booted Trisquel 4.1 sugar installed to a 8Gb USB > > Test of Trisquel 4.1 sugar Applications.ods > > Tom Gilliard > satellit on #sugar IRC freenode There is also another po

Re: [Sugar-devel] Request to include task-sugar in mageia

2011-02-16 Thread Aleksey Lim
On Wed, Feb 16, 2011 at 10:09:04AM -0800, Thomas C Gilliard wrote: > I would hope that you would consider including mandriva 2010.1 > "task-sugar" in packages you import into mageia. Actually, sugar in official Mandriva repos is 0.88 (which is not bad since collab code in 0.90 seems to be buggy)

[Sugar-devel] [PATCH sugar-toolkit] Cursor moves to beginning while trying to edit activity instance name #2608

2011-02-14 Thread Aleksey Lim
This issue is not the same as #1948 but #1948 triggers this one. In some cases set_text doesn't change cursor position but not in all cases. --- src/sugar/activity/widgets.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/sugar/activity/widgets.py b/src/sugar/activit

[Sugar-devel] [ANNOUNCE] git.sugarlabs.org update

2011-02-13 Thread Aleksey Lim
Hi all, There is git.sugalabs.org change in CIA.org plugin behaviour. For commits to forked repositories, the project name on CIA is: ~/ The reason is that many forked projects are not regular and people rebase/merge them from time to time, thus spam to #sugar by resending already (from ori

[Sugar-devel] [ASLO] Tech Report

2011-02-12 Thread Aleksey Lim
many people. Nevertheless, it would be useful to have more explicit picture: Technical support, coding and server maintaining (content related changes only by editors request): Aleksey Lim (lead) Content support, ie, ASLO editors: Anish Mangal Bernie Inno

Re: [Sugar-devel] [PATCH sugar-toolkit] Insert activity root path in front of the reset of sys.path

2011-02-12 Thread Aleksey Lim
On Sat, Feb 12, 2011 at 02:47:32PM -0500, Martin Langhoff wrote: > On Sat, Feb 12, 2011 at 1:57 PM, Sascha Silbe > wrote: > >> The behaviour sought by Aleksey's patch makes sense. I am surprised > >> that CWD isn't set to SUGAR_BUNDLE_PATH, maybe that needs to get fixed > >> instead. > > > > Than

Re: [Sugar-devel] [PATCH sugar] fix whitespace error introduced by 4b6a534 (revert of 4a3416b)

2011-02-12 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] Intro: Fall back to user name if GECOS real name field is empty

2011-02-12 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [PATCH sugar] Do not allow empty default nicks

2011-02-09 Thread Aleksey Lim
The problem might occure if long user name not empty but the first field if empty. --- src/jarabe/intro/window.py |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/jarabe/intro/window.py b/src/jarabe/intro/window.py index 3b34d23..143440d 100644 --- a/src/jarabe/

Re: [Sugar-devel] [Dextrose] [PATCH sugar-toolkit] Insert activity root path in front of the reset of sys.path

2011-02-06 Thread Aleksey Lim
On Mon, Feb 07, 2011 at 12:13:24AM -0500, Benjamin M. Schwartz wrote: > On 02/06/2011 09:39 PM, Aleksey Lim wrote: > > In my mind, the situation when modules that come with activity have > > higher priority than system ones is more natural/predictable. > > I attempted to do t

Re: [Sugar-devel] [Dextrose] [PATCH sugar-toolkit] Insert activity root path in front of the reset of sys.path

2011-02-06 Thread Aleksey Lim
> namespaces when developing them instead? > > > On 2/6/2011 5:58 PM, Bernie Innocenti wrote: > > On Sun, 2011-02-06 at 00:50 +, Aleksey Lim wrote: > >> Otherwise it is possible to include, eg, system modules before local ones. > > Seems lik

[Sugar-devel] [PATCH sugar-toolkit] Insert activity root path in front of the reset of sys.path

2011-02-05 Thread Aleksey Lim
From: Aleksey Lim Otherwise it is possible to include, eg, system modules before local ones. --- src/sugar/activity/main.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/sugar/activity/main.py b/src/sugar/activity/main.py index 10d0031..eee717e 100644 --- a/src

Re: [Sugar-devel] [Dextrose] [PATCH sugar 2/2] Send XO serial numbers with anonymous reports

2011-02-04 Thread Aleksey Lim
> -walter > > On Thu, Feb 3, 2011 at 3:29 PM, Aleksey Lim wrote: > > --- > >  data/sugar.schemas.in                  |   11 +++ > >  src/jarabe/model/feedback_collector.py |   10 -- > >  2 files changed, 19 insertions(+), 2 deletions(-) > >

Re: [Sugar-devel] unique activities . . . for Oceania XO's, or other regions.

2011-02-03 Thread Aleksey Lim
On Thu, Feb 03, 2011 at 10:32:28PM +1300, Sean Linton wrote: > Hi: > > One of the things I would like to know is that even at the current level of > deployment the OLPC project doesn't get attacked for eroding the indigenous > cultures of places when with some careful planning and insight it could

Re: [Sugar-devel] Custom colors in activity

2011-01-28 Thread Aleksey Lim
On Thu, Jan 27, 2011 at 07:21:03PM -0600, Yader Velásquez wrote: > Regards. > > I'm developing the activity Calendario[1] for a few months. I receive advice > from > Zamora Terán Foundation in Nicaragua[2] (they're employing my activity in > all their XO) > they suggest to me to add a feature that

Re: [Sugar-devel] [PATCH sugar-toolkit] Throw MalformedBundleException on broken zip files

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] fix stylistic mistake introduced by 79c85ed2

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar-toolkit] fix sugar-emulator detection logic broken by 814ab2d (has_key() cleanup)

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar v2] Add cpu and memory resource indicator to frame

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] Dynamically set number of control panel columns (SL#2280)

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] Simplify the definition of UpdateModel._bundles_to_check().

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] Simplify the definition of UpdateModel._bundles_to_check().

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] Avoid popping an empty list in the software updater.

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] don't choke on out-of-range times on FAT32 formatted media

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] remove unused import left over by c63b43c

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] Don't hide Register menu item upon successful registration

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] Fix typo in GConf schema file

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey pgpnt43G0xrPS.pgp Description: PGP signature ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] extensions/deviceicon/Makefile.am: fix inconsistent whitespace

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Sugar TOAST instructions

2011-01-20 Thread Aleksey Lim
On Thu, Jan 20, 2011 at 07:51:11AM -0500, Sebastian Silva wrote: > El 20/01/11 04:49, Aleksey Lim escribió: > > On Thu, Jan 20, 2011 at 12:01:45AM -0500, Sebastian Silva wrote: > >> 01 Build Sugar packages from source and test them > >> 02 Build a TOAST 4.0 or 4.5 from

Re: [Sugar-devel] Sugar TOAST instructions

2011-01-20 Thread Aleksey Lim
On Thu, Jan 20, 2011 at 12:01:45AM -0500, Sebastian Silva wrote: > Hi friends, > I want to build a Trisquel Toast like we had in 3.0. > I know others are working on it, so perhaps we can sync. > I'd like to setup for myself a development environment where I can: > > 01 Build Sugar packages from so

Re: [Sugar-devel] [Dextrose] [PATCH Sugar] Extend sugar-launch with more options

2011-01-19 Thread Aleksey Lim
Reviewed-by: Aleksey Lim -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Activities not compatible with Sugar-0.90

2011-01-18 Thread Aleksey Lim
On Mon, Jan 17, 2011 at 09:07:32PM +, Daniel Drake wrote: > Hi, > > According to activities.sugarlabs.org, the following activities > (amongst others, probably) are not compatible with Sugar-0.90: > > org.laptop.WebActivity > org.laptop.sugar.ReadActivity > org.laptop.TamTamSynthLab, > org.la

Re: [Sugar-devel] Activities not compatible with Sugar-0.90

2011-01-18 Thread Aleksey Lim
On Tue, Jan 18, 2011 at 05:00:07PM -0500, Bernie Innocenti wrote: > On Tue, 2011-01-18 at 20:32 +, Daniel Drake wrote: > > > If I use a collection, the versions are fixed to the exact versions > > that I add to the collection, whereas (see last mail) I want the > > latest activity version comp

Re: [Sugar-devel] Activities not compatible with Sugar-0.90

2011-01-18 Thread Aleksey Lim
On Tue, Jan 18, 2011 at 05:48:05PM +, Daniel Drake wrote: > On 18 January 2011 13:06, Aleksey Lim wrote: > > Also, in my mind, ASLO is primarily a doer/user tool, so ASLO editors > > should not change existed uploads in the way they think is needed. > > I guess this m

Re: [Sugar-devel] Activities not compatible with Sugar-0.90

2011-01-18 Thread Aleksey Lim
n Schampijer > Mick Weiss > Gary Martin > david farning > Walter Bender > Sebastian Dziallas > Rafael Ortiz > Aleksey Lim > Pablo Flores > Bernie Innocenti > josh [j...@tucson-labs.com] > Thomas Gilliard > Stefan Unterhauser > Anish Mangal > Sascha Silbe >

Re: [Sugar-devel] [Dextrose] Check for required activity deps before installing

2011-01-17 Thread Aleksey Lim
On Mon, Jan 17, 2011 at 07:49:38PM -0500, Bernie Innocenti wrote: > On Wed, 2011-01-12 at 14:32 +0000, Aleksey Lim wrote: > > It is a mimic of sweets' requires tag that will be used only for sugar > > dependency. Full functional dependency tracking will come with

Re: [Sugar-devel] testing OS860 - Activity Radio

2011-01-15 Thread Aleksey Lim
On Sat, Jan 15, 2011 at 11:04:52AM -0500, Rafael Enrique Ortiz Guerrero wrote: > Hi Translating Kevin message..in case somebody know the cause of this > problem. > > ..I made other test with radio-4.xo > but it seems that i cannot reproduce kid's songs that are > in mp3 format on their usb keys. >

[Sugar-devel] [DESIGN] Frame icon for bugs reporting

2011-01-12 Thread Aleksey Lim
Hi all, This is a mockup how bugs reporting UI might look like frorm user pov. It is different from existed mockups [1], because it is intended to be semi automatic and targeting more to deployment needs (here Dextrose). Also this feature (in initial implementaion stage) should got to Dextrose-2 w

[Sugar-devel] [PATCH sugar-toolkit 2/2] Parse activity dependencies

2011-01-12 Thread Aleksey Lim
It is a mimic of sweets' requires tag that will be used only for sugar dependency. Full functional dependency tracking will come with sweets support implementation in the shell. The format for requires optin in activity.info: requires = sugar (=|==|<|<=|>|>=) version [; ...] --- src/sugar/bundl

[Sugar-devel] [PATCH sugar-toolkit 1/2] Fix typo in except block

2011-01-12 Thread Aleksey Lim
--- src/sugar/bundle/bundle.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/sugar/bundle/bundle.py b/src/sugar/bundle/bundle.py index 2c210b3..a402ae9 100644 --- a/src/sugar/bundle/bundle.py +++ b/src/sugar/bundle/bundle.py @@ -73,7 +73,7 @@ class Bundle(object):

[Sugar-devel] [PATCH sugar 2/2] Check for required activity deps before installing

2011-01-12 Thread Aleksey Lim
The patch moves all bundle install calls to one function and wraps all known exceptions to send error notifications. --- src/jarabe/journal/journalactivity.py | 11 ++ src/jarabe/journal/misc.py| 53 ++-- src/jarabe/model/bundleregistry.py|3

[Sugar-devel] [PATCH sugar 1/2] Let call the frame from arbitrary code avoiding curcular imports

2011-01-12 Thread Aleksey Lim
--- src/jarabe/frame/__init__.py |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/jarabe/frame/__init__.py b/src/jarabe/frame/__init__.py index d7aec3d..3ca156c 100644 --- a/src/jarabe/frame/__init__.py +++ b/src/jarabe/frame/__init__.py @@ -14,11 +14,10 @@ # along w

[Sugar-devel] Check for required activity deps before installing

2011-01-12 Thread Aleksey Lim
It is a mimic of sweets' requires tag that will be used only for sugar dependency. Full functional dependency tracking will come with sweets support implementation in the shell. Dependency check will happen only for installation. Since in most cases it should be enough and launching code is scatt

Re: [Sugar-devel] Errors while running sugar emulator

2011-01-06 Thread Aleksey Lim
On Sun, Jan 02, 2011 at 11:50:55AM +0530, akshit chhabra wrote: > I have installed sugar in Karmic 9.10 but is not able to run it due to some > errors > The error log can be viewed here: http://pastebin.com/ATWzX5PF Karmic's Xephyr does not support "-title" argument. Btw what about updating Ubuntu

Re: [Sugar-devel] activities not starting (porting on marvell tablet)

2011-01-06 Thread Aleksey Lim
On Sun, Jan 02, 2011 at 12:10:08AM +0530, Nagarjuna G wrote: > I am porting Sugar on a marvell tablet. Using debian distro. When I > run an activity, such as record, or memorize, I get the following > error. any clue will be helpful. > > > glab:~/.sugar/default/logs# tail -f org.laptop.RecordA

Re: [Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-29 Thread Aleksey Lim
On Wed, Dec 29, 2010 at 11:32:16AM +, Peter Robinson wrote: > On Wed, Dec 22, 2010 at 7:34 AM, Aleksey Lim wrote: > > On Wed, Dec 22, 2010 at 05:56:50PM +1100, James Cameron wrote: > >> On Wed, Dec 22, 2010 at 05:51:37AM +, Aleksey Lim wrote: > >> > I'

Re: [Sugar-devel] [PATCH] sl#2544 Adding Smiley Support to Chat Application

2010-12-29 Thread Aleksey Lim
On Mon, Dec 27, 2010 at 12:43:57AM +0530, Mukesh Gupta wrote: > The patch uses png files as smiley icons which are converted from svgs during > first run . All the smiley images are stored in /icons folder Thanks, pushed. I also added improved it: - add extended set of smiley icons from gnome-ic

Re: [Sugar-devel] Object Chooser (selecting user-created audio objects from the Journal)

2010-12-24 Thread Aleksey Lim
ObjectChooser implementation (there should be a ticket on bugs.sl.o with proposal how it might be implemented). > Once again, thanks for your insights. > > Art Hunkins > > - Original Message - > From: "Aleksey Lim" > To: "Art Hunkins" > C

Re: [Sugar-devel] git.sugarlabs.org humble anniversary

2010-12-22 Thread Aleksey Lim
On Wed, Dec 22, 2010 at 03:41:15AM -0500, Bernie Innocenti wrote: > On Sun, 2010-12-19 at 15:00 +0000, Aleksey Lim wrote: > > Countries TOP: IT 10878 > > I wonder who in Italy is slurping all our git repositories :-) Yeah, we need to ban bender.sugarlabs.org (115

Re: [Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-21 Thread Aleksey Lim
On Wed, Dec 22, 2010 at 05:56:50PM +1100, James Cameron wrote: > On Wed, Dec 22, 2010 at 05:51:37AM +0000, Aleksey Lim wrote: > > I've also added HACKING file (that is regular FOSS practice) > > (http://git.sugarlabs.org/imageviewer/mainline/blobs/master/HACKING) > &

Re: [Sugar-devel] Object Chooser (selecting user-created audio objects from the Journal)

2010-12-21 Thread Aleksey Lim
On Tue, Dec 21, 2010 at 09:54:24PM -0500, Art Hunkins wrote: > I'd like to thank all those who helped me get Object Chooser in the Journal > up and running in my FileMix activity. I'd also like to share my results, in > case the code could be helpful to others. > > Excerpts follow: > > from sug

Re: [Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-21 Thread Aleksey Lim
On Tue, Dec 21, 2010 at 09:40:30PM +0530, Mukesh Gupta wrote: > Earlier image used to go down to its original size while rotating .This patch > will keep zoom factor into account while rotating > > Signed-off-by: Mukesh Gupta > --- > ImageView.py |1 + > 1 files changed, 1 insertions(+), 0 d

Re: [Sugar-devel] [Dextrose] [PATCH] Yum-updater notifications integration

2010-12-21 Thread Aleksey Lim
On Mon, Dec 20, 2010 at 06:35:08PM -0500, Bernie Innocenti wrote: > On Tue, 2010-12-21 at 09:28 +1100, James Cameron wrote: > > On Mon, Dec 20, 2010 at 05:14:25PM -0500, Bernie Innocenti wrote: > > > On Mon, 2010-12-20 at 16:56 -0300, Martin Abente wrote: > > > > +def __reboot_cb(self): > > > >

Re: [Sugar-devel] git.sugarlabs.org humble anniversary

2010-12-19 Thread Aleksey Lim
On Sun, Dec 19, 2010 at 03:00:36PM +, Aleksey Lim wrote: > Hi all, > > We have 2 years humble anniversary of Sugar Labs Gitorious[1] instance. > Some statistics for Sun Dec 19 12:31:01 UTC 2010. > > First registered user: > ramereth, 2008-12-03 19:20:20 >

[Sugar-devel] git.sugarlabs.org humble anniversary

2010-12-19 Thread Aleksey Lim
Hi all, We have 2 years humble anniversary of Sugar Labs Gitorious[1] instance. Some statistics for Sun Dec 19 12:31:01 UTC 2010. First registered user: ramereth, 2008-12-03 19:20:20 http://git.sugarlabs.org/~ramereth wasn't too active, there are no any stats for this account Last re

Re: [Sugar-devel] tracking CTRL and ALT keys in a sugar activity

2010-12-17 Thread Aleksey Lim
On Fri, Dec 17, 2010 at 05:23:03PM -0500, Erik Blankinship wrote: > On Fri, Dec 17, 2010 at 4:52 PM, Walter Bender wrote: > > > On Fri, Dec 17, 2010 at 4:48 PM, Erik Blankinship > > wrote: > > > I would like to know when CTRL or ALT are being pressed in my sugar > > > activity. To be complete, I

[Sugar-devel] [PATCH sugar-toolkit] Clipboard menu off screen #2201

2010-12-17 Thread Aleksey Lim
New font.char_width property to return approximate char width. Set Palette's text_maxlen to a half of the screen by defualt. --- src/sugar/graphics/palette.py | 21 + src/sugar/graphics/style.py | 40 2 files changed, 53 insertions

[Sugar-devel] [PATCH sugar] Clipboard menu off screen #2201

2010-12-17 Thread Aleksey Lim
Rely on sugar-toolkit in setting most appropriate text_maxlen --- src/jarabe/frame/clipboardmenu.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/jarabe/frame/clipboardmenu.py b/src/jarabe/frame/clipboardmenu.py index d11538d..5ce78b2 100644 --- a/src/jarabe/frame/

[Sugar-devel] [PATCH sugar-toolkit] Clipboard menu off screen #2201

2010-12-17 Thread Aleksey Lim
By default, set palette title width to a half of screen widht. --- src/sugar/graphics/palette.py |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/sugar/graphics/palette.py b/src/sugar/graphics/palette.py index 46f167b..8d5794d 100644 --- a/src/sugar/graphics/palett

[Sugar-devel] Clipboard menu off screen #2201

2010-12-17 Thread Aleksey Lim
Patches do the same as Mukul Gupta's one but moves the code to sugar-toolkit. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] object chooser title?

2010-12-15 Thread Aleksey Lim
On Wed, Dec 15, 2010 at 04:15:38PM -0500, Erik Blankinship wrote: > Can I set the text at the top of the sugar object chooser from the default > "choose an object"? Thanks! For now, it is hard coded, see sugar soureces: sugar/src/jarabe/journal/objectchooser.py >

[Sugar-devel] [PATCH] Copying files multiple times results in bogus names #2060

2010-12-15 Thread Aleksey Lim
--- .gitignore |1 + src/jarabe/journal/model.py | 33 - tests/__main__.py |6 tests/jarabe|1 + tests/journal_model.py | 67 +++ 5 files changed, 100 insertions(+), 8 d

[Sugar-devel] Copying files multiple times results in bogus names #2060

2010-12-15 Thread Aleksey Lim
Patch is intended to sucrose-0.88 branch but might be easy ported to the master. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Fwd: Problem developing app

2010-12-14 Thread Aleksey Lim
On Tue, Dec 14, 2010 at 01:59:43PM -0200, Rodrigo Pérez Fulloni wrote: > I'm trying my project in a XO-1. I've uploaded a file with a bad import, now > it's fixed, excuses. It should work now (only from command line, > sugar-launch hMouse). I tried fresh git clone on XO-1 on sugar-0.84 and it work

Re: [Sugar-devel] Update on recent outreach activities in Universities

2010-12-14 Thread Aleksey Lim
On Mon, Dec 13, 2010 at 06:16:45PM +0530, Arjun Sarwal wrote: > Hi all, > > Anish and I have recently been putting in efforts to reach out to University > Students here in New Delhi in an effort to interest more and more talented > programmers to join Sugar development efforts. > > We observed th

Re: [Sugar-devel] get list of titles in the datastore?

2010-12-14 Thread Aleksey Lim
On Tue, Dec 14, 2010 at 11:04:33AM +, Aleksey Lim wrote: > On Mon, Dec 13, 2010 at 05:29:04PM -0500, Erik Blankinship wrote: > > As a note.. the function find with a { "query":my_search_string } tokenizes > > both my_search_string and the datastore entries on white

Re: [Sugar-devel] get list of titles in the datastore?

2010-12-14 Thread Aleksey Lim
On Mon, Dec 13, 2010 at 05:29:04PM -0500, Erik Blankinship wrote: > As a note.. the function find with a { "query":my_search_string } tokenizes > both my_search_string and the datastore entries on white space. The > function returns true on any combination. > > Journal Entries > Goo Bar > Goo Be

Re: [Sugar-devel] Fwd: Problem developing app

2010-12-14 Thread Aleksey Lim
On Mon, Dec 13, 2010 at 11:33:54AM -0200, Rodrigo Pérez Fulloni wrote: > Hi, this is my first activity and I made it following your manual (it's > excellent), and I can't find something different in my activity. I've tried > changing the location as you said, but nothing. Now I tried eliminating >

Re: [Sugar-devel] how to use custom gstreamer elements bundled in activities?

2010-12-10 Thread Aleksey Lim
On Sat, Dec 11, 2010 at 01:30:22AM -0500, Erik Blankinship wrote: > Some more research suggests I need to specify a GST_PLUGIN_PATH for my > activity. > http://stackoverflow.com/questions/2120444/gstreamer-plugin-search-path > > I am having a hard time figuring out how to do this in pygst. The bi

Re: [Sugar-devel] Joke Machine question

2010-12-08 Thread Aleksey Lim
On Tue, Dec 07, 2010 at 08:29:12PM +1100, David Leeming wrote: > I'm using Joke Machine 11 on an XO-1 os852 v/ 10.1.2 > > > > I want to share joke books via the server by uploading and downloading, and > also via a flashdrive. > > > > Should this be possible? > > > > In the first case

Re: [Sugar-devel] getting datastoreObject from read_file call?

2010-12-01 Thread Aleksey Lim
On Wed, Dec 01, 2010 at 01:19:40PM -0500, Erik Blankinship wrote: > When read_file is called by my activity, I get a file path to something that > is probably in my journal. > > How can I get the datastoreObject affiliated with that file_path? Activity class has metadata property, which is a dict

Re: [Sugar-devel] Problem with gstreamer espeak plugin

2010-11-29 Thread Aleksey Lim
On Sat, Nov 27, 2010 at 10:25:23PM +, James Simmons wrote: > Aleksey, > > I recently tried to use text to speech on a French file with Read > Etexts and it behave really strangely. When speaking a page the > highlight jumps ahead of the word being spoken. Speech works fine, > it's just the h

Re: [Sugar-devel] Problem with gstreamer espeak plugin

2010-11-29 Thread Aleksey Lim
On Sat, Nov 27, 2010 at 10:25:23PM +, James Simmons wrote: > Aleksey, > > I recently tried to use text to speech on a French file with Read > Etexts and it behave really strangely. When speaking a page the > highlight jumps ahead of the word being spoken. Speech works fine, > it's just the h

Re: [Sugar-devel] automatically naming incremental sugar activity instances

2010-11-29 Thread Aleksey Lim
On Sun, Nov 28, 2010 at 06:38:58PM -0500, Erik Blankinship wrote: > If you wanted to [attempt to] automatically name new sugar activity > instances incrementally, what is the best technique to do this? > > The solution I've come up with (not implemented, and not sure it can be > implemented): scan

Re: [Sugar-devel] [ANNOUNCE] Multi-lingual IRC chat

2010-11-28 Thread Aleksey Lim
Hi all, There are a couple of new features in multi-lingual support that might be useful to chat with different language speaking people [1]. * Keep some parts of IRC post untranslated, i.e., verbatim passing some phrases to translation channels (or in opposite direction): * wrap verbatim te

Re: [Sugar-devel] [ANNOUNCE] New Sugar Web chat

2010-11-25 Thread Aleksey Lim
On Tue, Nov 23, 2010 at 07:34:23PM +0100, Bert Freudenberg wrote: > > On 23.11.2010, at 18:52, Aleksey Lim wrote: > > > Hi all, > > > > New web chat[1] (qwebirc[2]) client is in production mode on: > > > >https://chat.sugarlabs.org > > > &

Re: [Sugar-devel] [Sugar-news] Sugar Digest 2010-11-25

2010-11-25 Thread Aleksey Lim
On Thu, Nov 25, 2010 at 08:46:32AM -0500, Walter Bender wrote: > > ===Tech Talk=== > > 7. Aleksey Lim, who has recently gotten translation bots running in > our most frequented channels on irc.freenode.net has been revamping > the web interface (See either https://chat.sugar

Re: [Sugar-devel] [ANNOUNCE] New Sugar Web chat

2010-11-24 Thread Aleksey Lim
On Wed, Nov 24, 2010 at 12:08:38PM +1100, James Cameron wrote: > On Tue, Nov 23, 2010 at 05:52:48PM +0000, Aleksey Lim wrote: > > New web chat[1] (qwebirc[2]) client is in production mode on: > > https://chat.sugarlabs.org > > The difference with previous chat.sugarlabs

Re: [Sugar-devel] [ANNOUNCE] New Sugar Web chat

2010-11-23 Thread Aleksey Lim
On Tue, Nov 23, 2010 at 07:34:23PM +0100, Bert Freudenberg wrote: > > On 23.11.2010, at 18:52, Aleksey Lim wrote: > > > Hi all, > > > > New web chat[1] (qwebirc[2]) client is in production mode on: > > > >https://chat.sugarlabs.org > > > &

Re: [Sugar-devel] [ANNOUNCE] New Sugar Web chat

2010-11-23 Thread Aleksey Lim
Hi all, New web chat[1] (qwebirc[2]) client is in production mode on: https://chat.sugarlabs.org The difference with previous chat.sugarlabs.org are: * https for secure chatting * SL sites bar * Nickname login field supports keeping history in browsers * list of sugar related channels * lis

Re: [Sugar-devel] [DESIGN] Extending activity microformat spec to include optional olpc_activity_size

2010-11-21 Thread Aleksey Lim
On Sat, Nov 20, 2010 at 11:29:36AM +0530, Anish Mangal wrote: > Hi, > > I'm in process of developing an updater for sugar that reads urls (for > example [1]) which contain information in a format compliant with the > 'activity microformat specification' [2]. While writing the updater > code, I rea

Re: [Sugar-devel] Engineering Team

2010-11-20 Thread Aleksey Lim
On Sat, Nov 20, 2010 at 02:29:13PM +, Daniel Drake wrote: > On 20 November 2010 02:53, Aleksey Lim wrote: > > = The problem = > > > > > > Current situation with stuck patches queue is dangerous. Deployments > > have to support their own big branches (branch

Re: [Sugar-devel] Engineering Team

2010-11-20 Thread Aleksey Lim
On Sat, Nov 20, 2010 at 04:27:49AM +, Martin Dengler wrote: > On Sat, Nov 20, 2010 at 02:53:06AM +0000, Aleksey Lim wrote: > > Hi all, > > > > (Just trying to summarize previous discussions, including recent one > > on #sugar with some kind of motion)

[Sugar-devel] Engineering Team

2010-11-19 Thread Aleksey Lim
ommit 8282410627141a65d555d4b075497ae76b42a52b Date: Thu Aug 7 15:37:17 2008 +0200 18 Tomeu Vizoso 12 Simon Schampijer 6 Marco Pesenti Gritti 3 Sascha Silbe 2 Aleksey Lim 1 Nirbheek Chauhan 1 Kushal Das 1 Bernie Innocenti sugar-artwork commit 6ca1dddef325dc8a6b0639724dc0def601666c2b Date: Thu Aug 7 10:

[Sugar-devel] [ANNOUNCE] Multi-lingual IRC chat

2010-11-18 Thread Aleksey Lim
Hi all, This is supybot[1] ("meeting" nick on sugar IRC channels) plugin implementation of transbot[2] feature (thanks to transbot developers for this idea). = Description = In other words, it is about implicit translation for particular IRC channel into several languages. People being in satell

Re: [Sugar-devel] IRC activity, version 7

2010-11-16 Thread Aleksey Lim
On Tue, Nov 16, 2010 at 04:12:12AM -0500, Fran Rogers wrote: > Hello folks, > > I'm pleased to announce a new version of the IRC activity. I've been working > on the activity over the past few weeks as part of the Humanitarian FOSS > class at RIT; Mel Chua, the current maintainer, was looking for

Re: [Sugar-devel] GeoGebra in XO

2010-11-15 Thread Aleksey Lim
On Mon, Nov 15, 2010 at 02:43:26AM -0300, Gonzalo Odiard wrote: > If you run GeoGebra [1] in a XO with Sugar in english, does not start with a > msg about file javaui_en.properties missing. > I can resolve it doing: > > cd /home/olpc/Activities/GeoGebra.activity/geogebra > unzip geogebra_propertie

Re: [Sugar-devel] [ANNOUNCE] [SOLVED] git.sugarlabs.org migration

2010-11-12 Thread Aleksey Lim
On Thu, Nov 11, 2010 at 11:37:33PM +, Aleksey Lim wrote: > > Activity watching [5] > Track for particular events. The useful feature that was "hidden" in original Gitorious (dunno why, though it works for me), is sending emails each time something from the favorite was t

[Sugar-devel] [ANNOUNCE] [SOLVED] git.sugarlabs.org migration

2010-11-11 Thread Aleksey Lim
Hi all, This is a summary of successful migration of git.sugarlabs.org to different host and new Gitorios code base (which is 1.5 year ahead of previously used on git.sugarlabs.org). Previously mentioned issues were fixed, such as: * http://cgit.sugarlabs.org * http read only access to git repos

Re: [Sugar-devel] anonymous ASLO messages

2010-11-09 Thread Aleksey Lim
On Tue, Nov 09, 2010 at 09:36:37PM -0500, Rafael Enrique Ortiz Guerrero wrote: > Hi all > > > > On Tue, Nov 9, 2010 at 9:15 PM, Aleksey Lim wrote: > > > On Wed, Nov 10, 2010 at 12:18:48PM +1100, James Cameron wrote: > > > On Wed, Nov 10, 2010 at 12:20:22AM +00

Re: [Sugar-devel] anonymous ASLO messages

2010-11-09 Thread Aleksey Lim
On Wed, Nov 10, 2010 at 12:18:48PM +1100, James Cameron wrote: > On Wed, Nov 10, 2010 at 12:20:22AM +0000, Aleksey Lim wrote: > > On Wed, Nov 10, 2010 at 10:51:51AM +1100, James Cameron wrote: > > > On Tue, Nov 09, 2010 at 11:23:46PM +, Aleksey Lim wrote: > > > >

Re: [Sugar-devel] anonymous ASLO messages

2010-11-09 Thread Aleksey Lim
On Wed, Nov 10, 2010 at 10:51:51AM +1100, James Cameron wrote: > On Tue, Nov 09, 2010 at 11:23:46PM +0000, Aleksey Lim wrote: > > On Wed, Nov 10, 2010 at 09:53:18AM +1100, James Cameron wrote: > > > These announcements from activities.sugarlabs.org of new releases are >

Re: [Sugar-devel] anonymous ASLO messages

2010-11-09 Thread Aleksey Lim
On Wed, Nov 10, 2010 at 09:53:18AM +1100, James Cameron wrote: > These announcements from activities.sugarlabs.org of new releases are > sent without any included identity of the person who did the release. > > Could activities.sugarlabs.org please be changed to include the releaser > in these mes

Re: [Sugar-devel] ObjectChooser() Issue?

2010-11-09 Thread Aleksey Lim
On Tue, Nov 09, 2010 at 03:10:56PM -0300, Gonzalo Odiard wrote: > On Tue, Nov 9, 2010 at 3:04 PM, Aleksey Lim wrote: > > > On Mon, Nov 08, 2010 at 01:01:02PM -0500, Art Hunkins wrote: > > > At Sasha's suggestion, I've arrived at the following code to send the &

Re: [Sugar-devel] ObjectChooser() Issue?

2010-11-09 Thread Aleksey Lim
On Mon, Nov 08, 2010 at 01:01:02PM -0500, Art Hunkins wrote: > At Sasha's suggestion, I've arrived at the following code to send the > filepath of a soundfile to Csound via its reference in the Journal. The > filename (self.filename[0]) is being correctly passed: > > def choose1(self, widget):

<    1   2   3   4   5   6   7   8   9   10   >