Re: [Sugar-devel] Google Summer of Code

2010-02-01 Thread Andrés Ambrois
On Tuesday 02 February 2010 03:20:52 am Rafael Enrique Ortiz Guerrero wrote: > Hello Peter. > > On Mon, Feb 1, 2010 at 9:31 PM, Peter Robinson wrote: > > Hi All, > > I can't remember if SL participates in the GSOC but I've noticed they're > > starting to gear up for GSOC 2010 so it might be worth

Re: [Sugar-devel] Google Summer of Code

2010-02-01 Thread Rafael Enrique Ortiz Guerrero
Hello Peter. On Mon, Feb 1, 2010 at 9:31 PM, Peter Robinson wrote: > Hi All, > I can't remember if SL participates in the GSOC but I've noticed they're > starting to gear up for GSOC 2010 so it might be worthwhile starting to > think about it from the SL perspective. > Peter > SL participated s

[Sugar-devel] Google Summer of Code

2010-02-01 Thread Peter Robinson
Hi All, I can't remember if SL participates in the GSOC but I've noticed they're starting to gear up for GSOC 2010 so it might be worthwhile starting to think about it from the SL perspective. Peter ___ Sugar-devel mailing list Sugar-devel@lists.sugarla

Re: [Sugar-devel] [DESIGN] Control Panel Font configuration

2010-02-01 Thread C. Scott Ananian
On Sat, Jan 30, 2010 at 12:32 PM, Albert Cahalan wrote: > selection of the font. If I remember right, there are about 14 scripts > in active use around the world. For the record: "The number of human languages is much larger than the number of systems for writing them down, but the definitive ref

Re: [Sugar-devel] How to start the Browse activity from my own activity?

2010-02-01 Thread Chris Ball
Hi, >>> sys.path.append("/home/olpc/Activities/Browse.activity") >>> import webactivity >> So it works only on the XO ... interesting. > Yes, that was curious. Has nobody noticed it not working on SoaS > or anything else? For Wikibrowse under Sugar 0.82, we asked the activity regis

Re: [Sugar-devel] [ANNOUNCE] Feature Status

2010-02-01 Thread Aleksey Lim
On Mon, Feb 01, 2010 at 07:13:23PM +, Aleksey Lim wrote: > On Mon, Feb 01, 2010 at 07:08:29PM +0100, Simon Schampijer wrote: > > Hi, > > > > today is Feature Freeze [1]! Here is a status on the pending features [2]: > > > > *** Thumbs View in Journal > > We have some code. It has to be review

Re: [Sugar-devel] How to start the Browse activity from my own activity?

2010-02-01 Thread James Cameron
On Mon, Feb 01, 2010 at 02:23:46PM -0800, Bert Freudenberg wrote: > On 01.02.2010, at 14:20, James Cameron wrote: > > > > On Mon, Feb 01, 2010 at 01:41:26PM -0800, Bert Freudenberg wrote: > >> It includes a copy of browse, doesn't it? > > > > It imports. > > > > In /home/olpc/Activities/Wikipedi

Re: [Sugar-devel] [ANNOUNCE] Feature Status

2010-02-01 Thread Simon Schampijer
On 02/01/2010 08:13 PM, Aleksey Lim wrote: > On Mon, Feb 01, 2010 at 07:08:29PM +0100, Simon Schampijer wrote: >> Hi, >> >> today is Feature Freeze [1]! Here is a status on the pending features [2]: >> >> *** Thumbs View in Journal >> We have some code. It has to be reviewed intensely though as it

Re: [Sugar-devel] How to start the Browse activity from my own activity?

2010-02-01 Thread Bert Freudenberg
On 01.02.2010, at 14:20, James Cameron wrote: > > On Mon, Feb 01, 2010 at 01:41:26PM -0800, Bert Freudenberg wrote: >> It includes a copy of browse, doesn't it? > > It imports. > > In /home/olpc/Activities/Wikipedia.activity/activity.py: > > sys.path.append("/home/olpc/Activities/Browse.activit

Re: [Sugar-devel] How to start the Browse activity from my own activity?

2010-02-01 Thread James Cameron
On Mon, Feb 01, 2010 at 01:41:26PM -0800, Bert Freudenberg wrote: > It includes a copy of browse, doesn't it? It imports. In /home/olpc/Activities/Wikipedia.activity/activity.py: sys.path.append("/home/olpc/Activities/Browse.activity") import webactivity -- James Cameron http://quozl.linux.org

Re: [Sugar-devel] How to start the Browse activity from my own activity?

2010-02-01 Thread Bert Freudenberg
On 01.02.2010, at 13:39, Martin Langhoff wrote: > > On Mon, Feb 1, 2010 at 9:43 PM, Bert Freudenberg wrote: >> Activities are not allowed to directly start another activity. > > True. And yet, the Wikipedia activity starts Browse. It includes a copy of browse, doesn't it? - Bert - __

Re: [Sugar-devel] How to start the Browse activity from my own activity?

2010-02-01 Thread Martin Langhoff
On Mon, Feb 1, 2010 at 9:43 PM, Bert Freudenberg wrote: > Activities are not allowed to directly start another activity. True. And yet, the Wikipedia activity starts Browse. Maybe copy whatever the wikipedia activity does? m -- martin.langh...@gmail.com mar...@laptop.org -- School Server A

Re: [Sugar-devel] [DESIGN] Control Panel Font configuration

2010-02-01 Thread C. Scott Ananian
On Mon, Feb 1, 2010 at 3:31 PM, Albert Cahalan wrote: > On Sat, Jan 30, 2010 at 2:50 PM, C. Scott Ananian wrote: > >> Really, the problems described here can all be solved by careful font >> selection and configuration.  Fontconfig allows 'virtual fonts' which >> can combine the best parts of a n

Re: [Sugar-devel] How to start the Browse activity from my own activity?

2010-02-01 Thread Bert Freudenberg
On 01.02.2010, at 11:58, Behavior Vehikel wrote: > > How to start the Browse activity from my own activity? > > My Kandid activity can dump internal states as a HTML files. For > example this information is written to > ~/.sugar/default/net.sourceforge.kandid/tmp/_znuaxz_169/index.html > > Now I

Re: [Sugar-devel] [DESIGN] Control Panel Font configuration

2010-02-01 Thread Albert Cahalan
On Sat, Jan 30, 2010 at 2:50 PM, C. Scott Ananian wrote: > Really, the problems described here can all be solved by careful font > selection and configuration. Fontconfig allows 'virtual fonts' which > can combine the best parts of a number of font files. Please explain how this solves the prob

[Sugar-devel] Copy from paint broken with Rainbow

2010-02-01 Thread Daniel Drake
Hi, There is a Sugar-0.82 regression in that you can't copy a selection from paint to the clipboard (using Paint's copy button). Reproduced on OLPC OS 8.2 with Paint-23. Disabling Rainbow solves the issue. At the point of failure, a broken icon is created in Sugar's clipboard tray and this appear

[Sugar-devel] How to start the Browse activity from my own activity?

2010-02-01 Thread Behavior Vehikel
How to start the Browse activity from my own activity? My Kandid activity can dump internal states as a HTML files. For example this information is written to ~/.sugar/default/net.sourceforge.kandid/tmp/_znuaxz_169/index.html Now I am searching for a possibility to launch the Brows activity displ

[Sugar-devel] Pushing v2 of an activity to gitorious

2010-02-01 Thread Art Hunkins
I'd like to push version 2 of my activities to gitorious, but have been unable to. Gary pushed version 1 for me (thanks, Gary). My two repositories are our-music and our-music-mc. I'm unable to locate instructions, and would appreciate either a detailed list of what to do, or pointing out such a

Re: [Sugar-devel] [ANNOUNCE] Feature Status

2010-02-01 Thread Aleksey Lim
On Mon, Feb 01, 2010 at 07:08:29PM +0100, Simon Schampijer wrote: > Hi, > > today is Feature Freeze [1]! Here is a status on the pending features [2]: > > *** Thumbs View in Journal > We have some code. It has to be reviewed intensely though as it is quite > a big refactoring and is based on a n

[Sugar-devel] [ANNOUNCE] Feature Status

2010-02-01 Thread Simon Schampijer
Hi, today is Feature Freeze [1]! Here is a status on the pending features [2]: *** 3G Support The 3G Feature has been landed. Some improvements for this Feature are pending. *** Enhanced color selector The enhanced color selector has seen some design iterations over the last two weeks. A decis