Re: [Sugar-devel] Sugar 0.101.4 (unstable)

2014-04-13 Thread Peter Robinson
 this is to announce the release of 0.101.4. We made some terrific progress,
 have a look to the extensive release notes (credits to Walter Bender)

 http://wiki.sugarlabs.org/go/0.102/Notes

 Thanks to everyone involved! We are now feature frozen and will focus on bug
 fixing.

Sorry for the delay on pushing this to Fedora, I've been on holiday
and off the grid. It'll be in tomorrow's compose and associated
images.

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


Re: [Sugar-devel] Sugar 0.101.4 (unstable)

2014-04-05 Thread Walter Bender
Now that we have a decent notification system, we (activity
developers) may be tempted to use it. Suggestions most welcome.

-walter

On Sat, Apr 5, 2014 at 12:48 AM,  fors...@ozonline.com.au wrote:
 Thanks

 So am I right to say that currently Sugar and its Activities never generate
 notifications and the only way to generate one is to run a test script?

 Tony



 You have information about how to test here:

 http://wiki.sugarlabs.org/go/Features/Notification_System

 By the way, I have updated http://wiki.sugarlabs.org/go/0.102/Feature_List


 Gonzalo


 On Sat, Apr 5, 2014 at 12:23 AM, fors...@ozonline.com.au wrote:

 Thanks

 How and when are notifications generated? I want to test the new feature
 -
 notification system.

 Tony



  Hello Everyone,


 I have created images for all XO models, with the updated sugar packages
 that were provided by Gonzalo. These images  are based on OLPC-AU au1b
 images.

 Please visit [1]  for the download information.

 I have quick tested on XO4, XO1.75 and XO1.5, but not on XO1.

 Regards,
 tch.

 Refs:
 1. http://wiki.sugarlabs.org/go/0.102/Testing


 On Wed, Apr 2, 2014 at 11:45 AM, Manuel Quiñones ma...@laptop.org
 wrote:

  2014-04-01 21:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com:

  Hello,
 
  this is to announce the release of 0.101.4. We made some terrific
 progress,
  have a look to the extensive release notes (credits to Walter Bender)
 
  http://wiki.sugarlabs.org/go/0.102/Notes

 Excellent! Thanks for the release!

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




 --
 Gonzalo Odiard

 SugarLabs - Software for children learning





 ___
 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] Sugar 0.101.4 (unstable)

2014-04-05 Thread Martin Abente
Hola Tony!

From activities you can send these notifications using:

self.notify_user(summary:str, body:str)

There is also a pending patch (needs little tweaks) so we can use
gi.repository.Notify interface.


On Sat, Apr 5, 2014 at 8:34 AM, Walter Bender walter.ben...@gmail.comwrote:

 Now that we have a decent notification system, we (activity
 developers) may be tempted to use it. Suggestions most welcome.

 -walter

 On Sat, Apr 5, 2014 at 12:48 AM,  fors...@ozonline.com.au wrote:
  Thanks
 
  So am I right to say that currently Sugar and its Activities never
 generate
  notifications and the only way to generate one is to run a test script?
 
  Tony
 
 
 
  You have information about how to test here:
 
  http://wiki.sugarlabs.org/go/Features/Notification_System
 
  By the way, I have updated
 http://wiki.sugarlabs.org/go/0.102/Feature_List
 
 
  Gonzalo
 
 
  On Sat, Apr 5, 2014 at 12:23 AM, fors...@ozonline.com.au wrote:
 
  Thanks
 
  How and when are notifications generated? I want to test the new
 feature
  -
  notification system.
 
  Tony
 
 
 
   Hello Everyone,
 
 
  I have created images for all XO models, with the updated sugar
 packages
  that were provided by Gonzalo. These images  are based on OLPC-AU au1b
  images.
 
  Please visit [1]  for the download information.
 
  I have quick tested on XO4, XO1.75 and XO1.5, but not on XO1.
 
  Regards,
  tch.
 
  Refs:
  1. http://wiki.sugarlabs.org/go/0.102/Testing
 
 
  On Wed, Apr 2, 2014 at 11:45 AM, Manuel Quiñones ma...@laptop.org
  wrote:
 
   2014-04-01 21:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com:
 
   Hello,
  
   this is to announce the release of 0.101.4. We made some terrific
  progress,
   have a look to the extensive release notes (credits to Walter
 Bender)
  
   http://wiki.sugarlabs.org/go/0.102/Notes
 
  Excellent! Thanks for the release!
 
  --
  .. manuq ..
  ___
  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
 
 
 
 
  --
  Gonzalo Odiard
 
  SugarLabs - Software for children learning
 
 
 
 
 
  ___
  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] Sugar 0.101.4 (unstable)

2014-04-05 Thread forster

Hola!

I got a notify_user() to work OK using the Develop Gtk3 template.  
Looks like the Activity needs to be Gtk3. I have amended the wiki to  
say Gtk3 required.


Gracias


Hola Tony!

From activities you can send these notifications using:

self.notify_user(summary:str, body:str)

There is also a pending patch (needs little tweaks) so we can use
gi.repository.Notify interface.


On Sat, Apr 5, 2014 at 8:34 AM, Walter Bender walter.ben...@gmail.comwrote:


Now that we have a decent notification system, we (activity
developers) may be tempted to use it. Suggestions most welcome.

-walter

On Sat, Apr 5, 2014 at 12:48 AM,  fors...@ozonline.com.au wrote:
 Thanks

 So am I right to say that currently Sugar and its Activities never
generate
 notifications and the only way to generate one is to run a test script?

 Tony



 You have information about how to test here:

 http://wiki.sugarlabs.org/go/Features/Notification_System

 By the way, I have updated
http://wiki.sugarlabs.org/go/0.102/Feature_List


 Gonzalo


 On Sat, Apr 5, 2014 at 12:23 AM, fors...@ozonline.com.au wrote:

 Thanks

 How and when are notifications generated? I want to test the new
feature
 -
 notification system.

 Tony



  Hello Everyone,


 I have created images for all XO models, with the updated sugar
packages
 that were provided by Gonzalo. These images  are based on OLPC-AU au1b
 images.

 Please visit [1]  for the download information.

 I have quick tested on XO4, XO1.75 and XO1.5, but not on XO1.

 Regards,
 tch.

 Refs:
 1. http://wiki.sugarlabs.org/go/0.102/Testing


 On Wed, Apr 2, 2014 at 11:45 AM, Manuel Quiñones ma...@laptop.org
 wrote:

  2014-04-01 21:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com:

  Hello,
 
  this is to announce the release of 0.101.4. We made some terrific
 progress,
  have a look to the extensive release notes (credits to Walter
Bender)
 
  http://wiki.sugarlabs.org/go/0.102/Notes

 Excellent! Thanks for the release!

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




 --
 Gonzalo Odiard

 SugarLabs - Software for children learning





 ___
 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] Sugar 0.101.4 (unstable)

2014-04-04 Thread Martin Abente
Hello Everyone,

I have created images for all XO models, with the updated sugar packages
that were provided by Gonzalo. These images  are based on OLPC-AU au1b
images.

Please visit [1]  for the download information.

I have quick tested on XO4, XO1.75 and XO1.5, but not on XO1.

Regards,
tch.

Refs:
1. http://wiki.sugarlabs.org/go/0.102/Testing


On Wed, Apr 2, 2014 at 11:45 AM, Manuel Quiñones ma...@laptop.org wrote:

 2014-04-01 21:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com:
  Hello,
 
  this is to announce the release of 0.101.4. We made some terrific
 progress,
  have a look to the extensive release notes (credits to Walter Bender)
 
  http://wiki.sugarlabs.org/go/0.102/Notes

 Excellent! Thanks for the release!

 --
 .. manuq ..
 ___
 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] Sugar 0.101.4 (unstable)

2014-04-04 Thread Gonzalo Odiard
Thanks Martin,
I hope we get more testing this cycle...

Gonzalo


On Fri, Apr 4, 2014 at 12:37 PM, Martin Abente 
martin.abente.lah...@gmail.com wrote:

 Hello Everyone,

 I have created images for all XO models, with the updated sugar packages
 that were provided by Gonzalo. These images  are based on OLPC-AU au1b
 images.

 Please visit [1]  for the download information.

 I have quick tested on XO4, XO1.75 and XO1.5, but not on XO1.

 Regards,
 tch.

 Refs:
 1. http://wiki.sugarlabs.org/go/0.102/Testing


 On Wed, Apr 2, 2014 at 11:45 AM, Manuel Quiñones ma...@laptop.org wrote:

 2014-04-01 21:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com:
  Hello,
 
  this is to announce the release of 0.101.4. We made some terrific
 progress,
  have a look to the extensive release notes (credits to Walter Bender)
 
  http://wiki.sugarlabs.org/go/0.102/Notes

 Excellent! Thanks for the release!

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




-- 
Gonzalo Odiard

SugarLabs - Learning Software for children
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Sugar 0.101.4 (unstable)

2014-04-04 Thread forster

Thanks

How and when are notifications generated? I want to test the new  
feature - notification system.


Tony



Hello Everyone,

I have created images for all XO models, with the updated sugar packages
that were provided by Gonzalo. These images  are based on OLPC-AU au1b
images.

Please visit [1]  for the download information.

I have quick tested on XO4, XO1.75 and XO1.5, but not on XO1.

Regards,
tch.

Refs:
1. http://wiki.sugarlabs.org/go/0.102/Testing


On Wed, Apr 2, 2014 at 11:45 AM, Manuel Quiñones ma...@laptop.org wrote:


2014-04-01 21:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com:
 Hello,

 this is to announce the release of 0.101.4. We made some terrific
progress,
 have a look to the extensive release notes (credits to Walter Bender)

 http://wiki.sugarlabs.org/go/0.102/Notes

Excellent! Thanks for the release!

--
.. manuq ..
___
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] Sugar 0.101.4 (unstable)

2014-04-04 Thread Gonzalo Odiard
You have information about how to test here:

http://wiki.sugarlabs.org/go/Features/Notification_System

By the way, I have updated http://wiki.sugarlabs.org/go/0.102/Feature_List


Gonzalo


On Sat, Apr 5, 2014 at 12:23 AM, fors...@ozonline.com.au wrote:

 Thanks

 How and when are notifications generated? I want to test the new feature -
 notification system.

 Tony



  Hello Everyone,

 I have created images for all XO models, with the updated sugar packages
 that were provided by Gonzalo. These images  are based on OLPC-AU au1b
 images.

 Please visit [1]  for the download information.

 I have quick tested on XO4, XO1.75 and XO1.5, but not on XO1.

 Regards,
 tch.

 Refs:
 1. http://wiki.sugarlabs.org/go/0.102/Testing


 On Wed, Apr 2, 2014 at 11:45 AM, Manuel Quiñones ma...@laptop.org
 wrote:

  2014-04-01 21:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com:
  Hello,
 
  this is to announce the release of 0.101.4. We made some terrific
 progress,
  have a look to the extensive release notes (credits to Walter Bender)
 
  http://wiki.sugarlabs.org/go/0.102/Notes

 Excellent! Thanks for the release!

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




-- 
Gonzalo Odiard

SugarLabs - Software for children learning
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Sugar 0.101.4 (unstable)

2014-04-04 Thread forster

Thanks

So am I right to say that currently Sugar and its Activities never  
generate notifications and the only way to generate one is to run a  
test script?


Tony



You have information about how to test here:

http://wiki.sugarlabs.org/go/Features/Notification_System

By the way, I have updated http://wiki.sugarlabs.org/go/0.102/Feature_List


Gonzalo


On Sat, Apr 5, 2014 at 12:23 AM, fors...@ozonline.com.au wrote:


Thanks

How and when are notifications generated? I want to test the new feature -
notification system.

Tony



 Hello Everyone,


I have created images for all XO models, with the updated sugar packages
that were provided by Gonzalo. These images  are based on OLPC-AU au1b
images.

Please visit [1]  for the download information.

I have quick tested on XO4, XO1.75 and XO1.5, but not on XO1.

Regards,
tch.

Refs:
1. http://wiki.sugarlabs.org/go/0.102/Testing


On Wed, Apr 2, 2014 at 11:45 AM, Manuel Quiñones ma...@laptop.org
wrote:

 2014-04-01 21:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com:

 Hello,

 this is to announce the release of 0.101.4. We made some terrific
progress,
 have a look to the extensive release notes (credits to Walter Bender)

 http://wiki.sugarlabs.org/go/0.102/Notes

Excellent! Thanks for the release!

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





--
Gonzalo Odiard

SugarLabs - Software for children learning






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


Re: [Sugar-devel] Sugar 0.101.4 (unstable)

2014-04-04 Thread Gonzalo Odiard
Yes


On Sat, Apr 5, 2014 at 1:48 AM, fors...@ozonline.com.au wrote:

 Thanks

 So am I right to say that currently Sugar and its Activities never
 generate notifications and the only way to generate one is to run a test
 script?

 Tony



  You have information about how to test here:

 http://wiki.sugarlabs.org/go/Features/Notification_System

 By the way, I have updated http://wiki.sugarlabs.org/go/
 0.102/Feature_List


 Gonzalo


 On Sat, Apr 5, 2014 at 12:23 AM, fors...@ozonline.com.au wrote:

  Thanks

 How and when are notifications generated? I want to test the new feature
 -
 notification system.

 Tony



  Hello Everyone,


 I have created images for all XO models, with the updated sugar packages
 that were provided by Gonzalo. These images  are based on OLPC-AU au1b
 images.

 Please visit [1]  for the download information.

 I have quick tested on XO4, XO1.75 and XO1.5, but not on XO1.

 Regards,
 tch.

 Refs:
 1. http://wiki.sugarlabs.org/go/0.102/Testing


 On Wed, Apr 2, 2014 at 11:45 AM, Manuel Quiñones ma...@laptop.org
 wrote:

  2014-04-01 21:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com:

  Hello,
 
  this is to announce the release of 0.101.4. We made some terrific
 progress,
  have a look to the extensive release notes (credits to Walter Bender)
 
  http://wiki.sugarlabs.org/go/0.102/Notes

 Excellent! Thanks for the release!

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




 --
 Gonzalo Odiard

 SugarLabs - Software for children learning








-- 
Gonzalo Odiard

SugarLabs - Software for children learning
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Sugar 0.101.4 (unstable)

2014-04-02 Thread Manuel Quiñones
2014-04-01 21:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com:
 Hello,

 this is to announce the release of 0.101.4. We made some terrific progress,
 have a look to the extensive release notes (credits to Walter Bender)

 http://wiki.sugarlabs.org/go/0.102/Notes

Excellent! Thanks for the release!

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