[Sugar-devel] [ASLO] Release StopWatch-10

2011-05-26 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4263

Sugar Platform:
0.82 - 0.92

Download Now:
http://activities.sugarlabs.org/downloads/file/27387/stopwatch-10.xo

Release notes:
Fix for activity.info deprecations.


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

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


[Sugar-devel] [ASLO] Release FileMixAuto-4

2011-05-26 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4402

Sugar Platform:
0.82 - 0.92

Download Now:
http://activities.sugarlabs.org/downloads/file/27382/filemixauto-4.xo

Release notes:
Version 4 -
  Record Activity compatibility updated again.
Verified to work with 0.92.


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

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


[Sugar-devel] Upstreaming (was Re: [ASLO] Release Turtle Blocks-108)

2011-05-26 Thread mokurai
Yay, Turtle Art 108 installs and runs on Ubuntu Natty! 107 didn't. This
will make it much easier for me to work on my preschool math project in
Replacing Textbooks.

I expanded the Upstreaming bugs Wiki page from just Fedora to cover ten
distros, including links to the various bug trackers and bug howtos, and
listed all of the Ubuntu activity bugs. I will be delighted to be able to
recommend packaging TA 108 for Ubuntu (Bug #731133).

I can't possibly keep up with all of these distros, so if anybody else
wants to take one, please add a section to the page.

On Thu, May 26, 2011 6:32 pm, Sugar Labs Activities wrote:
> Activity Homepage:
> http://activities.sugarlabs.org/addon/4027
>
> Sugar Platform:
> 0.82 - 0.92
>
> Download Now:
> http://activities.sugarlabs.org/downloads/file/27385/turtle_art-108.xo
>
> Release notes:
> 108
>
> ENHANCEMENTS
>
> * vspace, hspace run stack on mouse click (#2790)
> * added clear all button to Trash Palette
> * added language support to speak.py sample code
> * added 'scratch' and 'hoops' examples
>
> BUG FIXES
>
> * Save to SVG was not working for setxy
> * Save to SVG was not working for fill
> * Save to SVG was broken for arc
>
>
> Sugar Labs Activities
> http://activities.sugarlabs.org
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>


-- 
Edward Mokurai
(默雷/धर्ममेघशब्दगर्ज/دھرممیگھشبدگر
ج) Cherlin
Silent Thunder is my name, and Children are my nation.
The Cosmos is my dwelling place, the Truth my destination.
http://wiki.sugarlabs.org/go/Replacing_Textbooks

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


[Sugar-devel] [ASLO] Release Words-8

2011-05-26 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4315

Sugar Platform:
0.82 - 0.92

Download Now:
http://activities.sugarlabs.org/downloads/file/27386/words-8.xo

Release notes:
Fixing activity.info deprecations


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

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


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

2011-05-26 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/27385/turtle_art-108.xo

Release notes:
108

ENHANCEMENTS

* vspace, hspace run stack on mouse click (#2790)
* added clear all button to Trash Palette
* added language support to speak.py sample code
* added 'scratch' and 'hoops' examples

BUG FIXES

* Save to SVG was not working for setxy
* Save to SVG was not working for fill
* Save to SVG was broken for arc


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

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


[Sugar-devel] Updating deprecated configurations in activity.info files

2011-05-26 Thread Gonzalo Odiard
There are activities where is not updated activity.info to use bundle_id
instead of service_name
and exec instead of class.
We have a ticket http://bugs.sugarlabs.org/ticket/2870 to trac them.

[gonzalo@nautilus honey]$ grep service_name */*/activity/activity.info
clock/mainline/activity/activity.info:service_name = tv.alterna.Clock
distance/acoustic-measure-activity/activity/activity.info:service_name
= org.laptop.AcousticMeasure
finance/mainline/activity/activity.info:service_name =
org.laptop.community.Finance
labyrinth/mainline/activity/activity.info:service_name = org.gnome.Labyrinth
physics/mainline/activity/activity.info:service_name = org.laptop.physics
terminal/mainline/activity/activity.info:service_name = org.laptop.Terminal
watchme/mainline/activity/activity.info:service_name = org.sugarlabs.Watchme

 [gonzalo@nautilus honey]$ grep class */*/activity/activity.info
distance/acoustic-measure-activity/activity/activity.info:class =
activity.AcousticMeasureActivity
jukebox/mainline/activity/activity.info:class = jukeboxactivity.JukeboxActivity
maze/mainline/activity/activity.info:class = activity.MazeActivity
record/mainline/activity/activity.info:class = record.Record
stopwatch/stopwatch/activity/activity.info:class = activity.StopWatchActivity
words/words-activity/activity/activity.info:class = pippy_app.WordsActivity


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


Re: [Sugar-devel] [PATCH] service_name deprecation

2011-05-26 Thread Rafael Ortiz
On Thu, May 26, 2011 at 3:27 PM, Gonzalo Odiard  wrote:

> Thanks. Pushed (changing version to 27)
>
> Gonzalo
>
> On Thu, May 26, 2011 at 5:17 PM, Rafael Ortiz 
> wrote:
>
>> service_name deprecation patch for the typing turtle-activity.
>>
>> Signed-off-by: Rafael Ortiz 
>> ---
>>  activity/activity.info |2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/activity/activity.info b/activity/activity.info
>> index 9d081cd..da68807 100644
>> --- a/activity/activity.info
>> +++ b/activity/activity.info
>> @@ -2,6 +2,6 @@
>>  name = Typing Turtle
>>  activity_version = 26
>>  host_version = 1
>> -service_name = org.laptop.community.TypingTurtle
>> +bundle_id = org.laptop.community.TypingTurtle
>>  icon = Activity-typingturtle
>>  exec = sugar-activity typingturtle.TypingTurtle
>> --
>> 1.7.4.1
>>
>> Thanks Gonzalo!.


> ___
>> 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] [PATCH] service_name deprecation

2011-05-26 Thread Gonzalo Odiard
Thanks. Pushed (changing version to 27)

Gonzalo

On Thu, May 26, 2011 at 5:17 PM, Rafael Ortiz wrote:

> service_name deprecation patch for the typing turtle-activity.
>
> Signed-off-by: Rafael Ortiz 
> ---
>  activity/activity.info |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/activity/activity.info b/activity/activity.info
> index 9d081cd..da68807 100644
> --- a/activity/activity.info
> +++ b/activity/activity.info
> @@ -2,6 +2,6 @@
>  name = Typing Turtle
>  activity_version = 26
>  host_version = 1
> -service_name = org.laptop.community.TypingTurtle
> +bundle_id = org.laptop.community.TypingTurtle
>  icon = Activity-typingturtle
>  exec = sugar-activity typingturtle.TypingTurtle
> --
> 1.7.4.1
>
> ___
> 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


[Sugar-devel] [PATCH] service_name deprecation

2011-05-26 Thread Rafael Ortiz
service_name deprecation patch for the typing turtle-activity.

Signed-off-by: Rafael Ortiz 
---
 activity/activity.info |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/activity/activity.info b/activity/activity.info
index 9d081cd..da68807 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -2,6 +2,6 @@
 name = Typing Turtle
 activity_version = 26
 host_version = 1
-service_name = org.laptop.community.TypingTurtle
+bundle_id = org.laptop.community.TypingTurtle
 icon = Activity-typingturtle
 exec = sugar-activity typingturtle.TypingTurtle
-- 
1.7.4.1

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


Re: [Sugar-devel] [IAEP] Please review "Make Your Own Sugar Activities!" on Amazon

2011-05-26 Thread James Simmons
Bryant has given "Make Your Own Sugar Activities!" its first review.

http://www.amazon.com/Make-Your-Sugar-Activities-ebook/dp/B0050VAHKW/ref=sr_1_6?s=books&ie=UTF8&qid=1306437389&sr=1-6

Thanks much!  It makes the page for the book look much less naked.

James Simmons


On Thu, May 19, 2011 at 1:30 PM, Bryant Patten  wrote:
> Looks great on a Motorola Xoom Android Tablet with the Android Kindle App.
>  A bargain at twice the price!
> Bryant
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [PATCH] Fall back to old style toolbars in old sugar

2011-05-26 Thread Rafael Ortiz
On Thu, May 26, 2011 at 1:53 AM, Simon Schampijer wrote:

> On 05/26/2011 06:46 AM, Sebastian Silva wrote:
>
>> From: Sebastian Silva
>>
>> Based on patch by Wade from 2009:
>>
>> http://git.sugarlabs.org/~wadeb/browse/backwards-compatibility/commit/584939d3bc217b9463703e9a903caadf80c50d00
>>
>
> Hi Sebastian,
>
> Browse is not as backward compatible as other activities, due to changes in
> hulahop and the underlying technologies. That is why it was ok to break
> compatibility when moving to new toolbars in Browse.
>
> Regards,
>   Simon
>
> Simon, thinking about sugar 0.84 users it would be nice to have this
applied, although they cannot have the underlaying changes they could have
the latest fixes on the upper level code of the activity.

cheers.

> ___
> 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


[Sugar-devel] [ASLO] Release Info Slicer-9

2011-05-26 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4042

Sugar Platform:
0.82 - 0.92

Download Now:
http://activities.sugarlabs.org/downloads/file/27384/infoslicer-9.xo

Release notes:
9

Enhancements:

* Set the wiki source acording to the configured locale - SL #2871 (Gonzalo
  Odiard)
* Reorganize UI and implement new toolbars (Gonzalo Odiard)
* New translations from the Localization Team

Bug fixes:

* Encode title of the page before download it - SL #2855 (Gonzalo Odiard)
  If the word searched have a non ascii character, like a accent could not
  be downloaded
* Avoid crash when a article is downloaded - SL #2856 (Gonzalo Odiard)


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

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


[Sugar-devel] MYOSA, 7 sales, still no reviews

2011-05-26 Thread James Simmons
I'm up to 7 sales of "Make Your Own Sugar Activities!", which is good
enough to make my sales ranking 100,011 out of over 750,000 books.
Yesterday those same 7 sales made my ranking 60,425.  If this keeps up
soon I won't be one of the top selling authors on the Kindle Store.

What would help me greatly are a couple of reviews.  Nothing fancy,
just one sentence saying what you liked about the book.  Several of
you have said kind things about the book in the past.  Saying those
exact same things on my Amazon page would really help.

Don't feel you need to read the whole thing before having an opinion
on it.  Do you need to read every word of John Galt's speech to have
an opinion of Atlas Shrugged?  Of course not.  It's the same thing
here.

I promise to read and review any and all FLOSS Manuals that go on the
Kindle Store.  Anything that we put on Lulu should go on the Kindle
Store too, and making a MOBI for the Kindle Store is really easy.

Thanks,

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


Re: [Sugar-devel] [PATCH sugar] Display title in palette of shared activity OLPC #10676

2011-05-26 Thread Gonzalo Odiard
Nice!
Now, if you can fix the position of the shared activity, to put it  near the
kid icon.

Gonzalo


On Wed, May 25, 2011 at 10:57 AM, Simon Schampijer wrote:

> The patch does display the activity name as primary text
> and the session title as secondary text. This is coherent
> with the palette of an activity in the frame.
>
> Signed-off-by: Simon Schampijer 
> ---
>  src/jarabe/desktop/meshbox.py |6 --
>  1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/src/jarabe/desktop/meshbox.py b/src/jarabe/desktop/meshbox.py
> index 3d1e52a..83740d0 100644
> --- a/src/jarabe/desktop/meshbox.py
> +++ b/src/jarabe/desktop/meshbox.py
> @@ -94,12 +94,14 @@ class ActivityView(hippo.CanvasBox):
> return icon
>
> def _create_palette(self):
> -p_text = glib.markup_escape_text(self._model.bundle.get_name())
> +primary_text =
> glib.markup_escape_text(self._model.bundle.get_name())
> +secondary_text = glib.markup_escape_text(self._model.get_name())
> p_icon = Icon(file=self._model.bundle.get_icon(),
>   xo_color=self._model.get_color())
> p_icon.props.icon_size = gtk.ICON_SIZE_LARGE_TOOLBAR
> p = palette.Palette(None,
> -primary_text=p_text,
> +primary_text=primary_text,
> +secondary_text=secondary_text,
> icon=p_icon)
>
> private = self._model.props.private
> --
> 1.7.4
>
> ___
> 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] I need to reinstall my computer, will the gitorious still be synchronized ?

2011-05-26 Thread laurent bernabe
Thank you,

anyway i need to commit to the remote repository, so i'll keep the two keys

Regards

2011/5/26 Walter Bender 

>
>
> On Thu, May 26, 2011 at 6:19 AM, laurent bernabe <
> laurent.bern...@gmail.com> wrote:
>
>> I solved the problem for which i needed to reinstall my system
>> => in order to use log activity in KUBUNTU sugar emulator, i also needed
>> to install gnome-python2 package.
>>
>> But i am always interested in the answer just for my knowledge :)
>>
>> Regards
>>
>>
>> 2011/5/26 laurent bernabe 
>>
>>> Hello,
>>>
>>> i need to reinstall my system, and switching from Kubuntu 11.04 to Ubuntu
>>> 11.04 => i will loose my developpment folder and its git configuration.
>>> Will i be able to commit again the project LearningWriting.Activity if i
>>> put back private key in the good folder ?
>>>
>>
> Your key determines if you have commit access to the remote repository. You
> can freely clone without your key and make local commits as well.
>
> -walter
>
>
>>
>>> Apologizes if my question is bad told ? (And excuse me for my poor
>>> english)
>>>
>>> Regards
>>>
>>
>>
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] I need to reinstall my computer, will the gitorious still be synchronized ?

2011-05-26 Thread Walter Bender
On Thu, May 26, 2011 at 6:19 AM, laurent bernabe
wrote:

> I solved the problem for which i needed to reinstall my system
> => in order to use log activity in KUBUNTU sugar emulator, i also needed to
> install gnome-python2 package.
>
> But i am always interested in the answer just for my knowledge :)
>
> Regards
>
>
> 2011/5/26 laurent bernabe 
>
>> Hello,
>>
>> i need to reinstall my system, and switching from Kubuntu 11.04 to Ubuntu
>> 11.04 => i will loose my developpment folder and its git configuration.
>> Will i be able to commit again the project LearningWriting.Activity if i
>> put back private key in the good folder ?
>>
>
Your key determines if you have commit access to the remote repository. You
can freely clone without your key and make local commits as well.

-walter


>
>> Apologizes if my question is bad told ? (And excuse me for my poor
>> english)
>>
>> Regards
>>
>
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>


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


[Sugar-devel] [ASLO] Release Mancala-22

2011-05-26 Thread Sugar Labs Activities
Activity Homepage:
http://activities.sugarlabs.org/addon/4420

Sugar Platform:
0.82 - 0.92

Download Now:
http://activities.sugarlabs.org/downloads/file/27383/mancala-22.xo

Release notes:
This is the final tablet mode scheme:

* x = left click
* square or spacebar = new round
* arrow keys will move the mouse

Mancala will now work properly without alteration in a non-Sugar environment.

I'm gradually revisiting all my activities. To make it easy to recognise these 
revisited versions, they will all start at Version number 21. You can easily 
tell which version you have by pressing the v key - if this gives no response, 
then you have an older version.



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] I need to reinstall my computer, will the gitorious still be synchronized ?

2011-05-26 Thread laurent bernabe
I solved the problem for which i needed to reinstall my system
=> in order to use log activity in KUBUNTU sugar emulator, i also needed to
install gnome-python2 package.

But i am always interested in the answer just for my knowledge :)

Regards

2011/5/26 laurent bernabe 

> Hello,
>
> i need to reinstall my system, and switching from Kubuntu 11.04 to Ubuntu
> 11.04 => i will loose my developpment folder and its git configuration.
> Will i be able to commit again the project LearningWriting.Activity if i
> put back private key in the good folder ?
>
> Apologizes if my question is bad told ? (And excuse me for my poor english)
>
> Regards
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] I need to reinstall my computer, will the gitorious still be synchronized ?

2011-05-26 Thread laurent bernabe
Hello,

i need to reinstall my system, and switching from Kubuntu 11.04 to Ubuntu
11.04 => i will loose my developpment folder and its git configuration.
Will i be able to commit again the project LearningWriting.Activity if i put
back private key in the good folder ?

Apologizes if my question is bad told ? (And excuse me for my poor english)

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