[Sugar-devel] [ASLO] Release TimeLapse-2

2010-01-20 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4270

Sugar Platform:
0.82 - 0.82

Download Now:
http://activities.sugarlabs.org/downloads/file/26559/timelapse-2.xo

Release notes:
This might be the latest version tomorrow when I give my presentation on 
TimeLapse. This is the first version I consider to be somewhat usable.


Sugar Labs Activities
http://activities.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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

2010-01-20 Thread Tomeu Vizoso
On Wed, Jan 20, 2010 at 00:41, James Cameron qu...@laptop.org wrote:
 I prefer the first option ... and I'd also like an example of the font
 size shown; preferrably a few words that wrap.

I agree with both points.

Regards,

Tomeu

 --
 James Cameron
 http://quozl.linux.org.au/
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel




-- 
«Sugar Labs is anyone who participates in improving and using Sugar.
What Sugar Labs does is determined by the participants.» - David
Farning
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Low-level Activity API

2010-01-20 Thread Bert Freudenberg
Hi folks,

I just moved the documentation for how to write Sugar Activities in languages 
other than Python from the OLPC wiki to the Sugar Labs wiki:

http://wiki.sugarlabs.org/go/Development_Team/Low-level_Activity_API

I need help though - there are quite a few broken links. For most of them I 
guess there is an equivalent page on the new wiki. It would be great if someone 
could find these and adjust the references. 

Here is the version on the OLPC wiki this is based on:
http://wiki.laptop.org/index.php?title=Low-level_Activity_APIoldid=219699

Also, I guess this should be linked from the Almanac but I wasn't sure where to 
put it.

- Bert -

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] FileShare Activity 7

2010-01-20 Thread Tomeu Vizoso
On Sun, Jan 17, 2010 at 03:06, Wade Brainerd wad...@gmail.com wrote:
  File /usr/lib/python2.6/zipfile.py, line 147, in _EndRecData64
    fpin.seek(offset - sizeEndCentDir64Locator, 2)
 IOError: [Errno 22] Invalid argument

Sounds like an incomplete archive?

Would like to recommend this activity to Uruguay, I heard from them
about the need for something like this.

Regards,

Tomeu

-- 
«Sugar Labs is anyone who participates in improving and using Sugar.
What Sugar Labs does is determined by the participants.» - David
Farning
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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

2010-01-20 Thread Sayamindu Dasgupta
On Wed, Jan 20, 2010 at 4:56 PM, Tomeu Vizoso to...@sugarlabs.org wrote:
 On Wed, Jan 20, 2010 at 00:41, James Cameron qu...@laptop.org wrote:
 I prefer the first option ... and I'd also like an example of the font
 size shown; preferrably a few words that wrap.

 I agree with both points.



It may make sense to allow setting of the font as well. While the
default Sans may be good enough for most European scripts, it may
cause problems for Arabic, Asian, South Asian scripts, etc. Sans
usually resolves to DejaVu Sans, etc, which often carry suboptimal
glyphs from non Latin scripts (to serve as a worst case fallback if
nothing else is available). This can be worked around with clever
fontconfig rules, but that would be painful to do for each and every
script out there, and it might be useful to allow the user to choose
the font-face along with the size.

-sdg-


-- 
Sayamindu Dasgupta
[http://sayamindu.randomink.org/ramblings]
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Examples of local-generated content/activities

2010-01-20 Thread Gabriel Eirea
 At a training session here in Nicaragua, we're interested in
 demonstrating content and activities that have been generated by OLPC
 deployments, to start thinking about what can be done for the project
 here.

 What examples do we have?

You can get other projects from ceibalJAM! at:

http://drupal.ceibaljam.org/?q=lista_proyectos

(Most of them are unfinished but some are usable.)

Regards,

Gabriel
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] FileShare Activity 7

2010-01-20 Thread Justin Lewis
That bug was fixed in version 8.

And please do, I would love to have some more feedback!


Justin Lewis
http://people.rit.edu/~jtl1728



On Wed, Jan 20, 2010 at 6:40 AM, Tomeu Vizoso to...@sugarlabs.org wrote:
 On Sun, Jan 17, 2010 at 03:06, Wade Brainerd wad...@gmail.com wrote:
  File /usr/lib/python2.6/zipfile.py, line 147, in _EndRecData64
    fpin.seek(offset - sizeEndCentDir64Locator, 2)
 IOError: [Errno 22] Invalid argument

 Sounds like an incomplete archive?

 Would like to recommend this activity to Uruguay, I heard from them
 about the need for something like this.

 Regards,

 Tomeu

 --
 «Sugar Labs is anyone who participates in improving and using Sugar.
 What Sugar Labs does is determined by the participants.» - David
 Farning

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Low-level Activity API

2010-01-20 Thread Wade Brainerd
Hi Bert,

Thanks for doing this!  Once place you can link it from is
http://wiki.sugarlabs.org/go/Activity_Team/Resources.

Best,
Wade

On Wed, Jan 20, 2010 at 6:28 AM, Bert Freudenberg b...@freudenbergs.de wrote:
 Hi folks,

 I just moved the documentation for how to write Sugar Activities in languages 
 other than Python from the OLPC wiki to the Sugar Labs wiki:

 http://wiki.sugarlabs.org/go/Development_Team/Low-level_Activity_API

 I need help though - there are quite a few broken links. For most of them I 
 guess there is an equivalent page on the new wiki. It would be great if 
 someone could find these and adjust the references.

 Here is the version on the OLPC wiki this is based on:
 http://wiki.laptop.org/index.php?title=Low-level_Activity_APIoldid=219699

 Also, I guess this should be linked from the Almanac but I wasn't sure where 
 to put it.

 - Bert -

 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [IAEP] [DESIGN] GNOME Activity Journal screencast

2010-01-20 Thread Rafael Enrique Ortiz Guerrero
Hi



On Wed, Jan 20, 2010 at 7:47 AM, Tomeu Vizoso to...@sugarlabs.org wrote:
 Hi,

 I think this is great, this project is very close to our needs:

 http://seilo.geekyogre.com/2010/01/gaj-not-just-mockups/

 Regards,

 Tomeu


Im getting


Parse error: syntax error, unexpected T_NAMESPACE, expecting T_STRING
in /customers/geekyogre.com/geekyogre.com/httpd.www/seilo/wp-includes/rss.php
on line 582

for that URL.

 --
 «Sugar Labs is anyone who participates in improving and using Sugar.
 What Sugar Labs does is determined by the participants.» - David
 Farning
 ___
 IAEP -- It's An Education Project (not a laptop project!)
 i...@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/iaep

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel