Daniel Narvaez | 26 May 2013 03:28
Picon

volo add slowness

Hey,

the extreme slowness with "volo add" seems to be a bug. Everything is apparently done in a few secs but the process is not exiting for 1 min or so after.

https://github.com/volojs/volo/issues/163

Might be a problem with latest node + old q required by volo, but I'm not really sure what the right fix would be. Hopefully the devs will know more then me about q.

--
Daniel Narvaez
_______________________________________________
Sugar-devel mailing list
Sugar-devel <at> lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel
Gary C Martin | 25 May 2013 22:58

[RELESAE] Clock-15

== SOURCE ==

http://download.sugarlabs.org/sources/honey/Clock/Clock-15.tar.bz2

== BUNDLE ==

http://activities.sugarlabs.org/en-US/sugar/downloads/file/28622/clock-15.xo

== NEWS ==

* Fix for manual hand move mode where it would sometimes report incorrect hour (SL#4506)
* In manual mode, dragging hour hand past 12 now correctly updates AM/PM (SL#4508)
* Fix to prevent the simple clock face tick marks from extending slightly past the edge of the clock face

Regards,
--Gary
Sugar Labs Activities | 25 May 2013 22:54
Favicon

[ASLO] Release Clock-15

Activity Homepage:
http://activities.sugarlabs.org/addon/4191

Sugar Platform:
0.82 - 0.100

Download Now:
http://activities.sugarlabs.org/downloads/file/28622/clock-15.xo

Release notes:
* Fix for manual hand move mode where it sometimes reported incorrect hour (SL#4506)
* In manual mode, dragging hour hand past 12 now correctly updates AM/PM (SL#4508)
* Fix to prevent the simple clock face tick marks from extending slightly past the edge of the clock face

Sugar Labs Activities
http://activities.sugarlabs.org
Daniel Narvaez | 25 May 2013 20:21
Picon

Buildbot is now running js-beautify

We compare the output, if there are changes the build fails. So please when submitting html/css/js code, make sure to follow the style guide.

http://developer.sugarlabs.org/html-style.md.html

--
Daniel Narvaez
_______________________________________________
Sugar-devel mailing list
Sugar-devel <at> lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel
Sugar Labs Activities | 25 May 2013 20:21
Favicon

[ASLO] Release Turtle Art-178

Activity Homepage:
http://activities.sugarlabs.org/addon/4298

Sugar Platform:
0.82 - 0.100

Download Now:
http://activities.sugarlabs.org/downloads/file/28621/turtle_art_mini-178.xo

Release notes:
178

Resync with Turtle Blocks 178

Sugar Labs Activities
http://activities.sugarlabs.org
Sugar Labs Activities | 25 May 2013 19:22
Favicon

[ASLO] Release Install-1

Activity Homepage:
http://activities.sugarlabs.org/addon/4667

Sugar Platform:
0.82 - 0.100

Download Now:
http://activities.sugarlabs.org/downloads/file/28619/install-1.xo

Release notes:

Sugar Labs Activities
http://activities.sugarlabs.org
Sugar Labs Activities | 25 May 2013 17:03
Favicon

[ASLO] Release Portfolio-42

Activity Homepage:
http://activities.sugarlabs.org/addon/4437

Sugar Platform:
0.96 - 0.100

Download Now:
http://activities.sugarlabs.org/downloads/file/28620/portfolio-42.xo

Release notes:
42

BUG FIX:

* DSD fixed the audio recording bug :)

Sugar Labs Activities
http://activities.sugarlabs.org
Daniel Drake | 25 May 2013 16:37
Favicon

[PATCH Portfolio] Fix position and duration query

The API changed slightly in gstreamer-1.0.
This fixes audio recording.
---
 grecord.py | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Now that we are on gstreamer-1.0 it may be worth revisiting if the "EOS
stopped advancing" workaround is needed. I'm suspicious of that code and
in this case it was the item that was being confused by the API change.

diff --git a/grecord.py b/grecord.py
index 92a4a75..05ccacb 100644
--- a/grecord.py
+++ b/grecord.py
 <at>  <at>  -212,14 +212,12  <at>  <at>  filesink name=audioFilesink'
         return True

     def _query_position(self, pipe):
-        try:
-            position, format = pipe.query_position(Gst.Format.TIME)
-        except:
+        result, position = pipe.query_position(Gst.Format.TIME)
+        if not result:
             position = Gst.CLOCK_TIME_NONE

-        try:
-            duration, format = pipe.query_duration(Gst.Format.TIME)
-        except:
+        result, duration = pipe.query_duration(Gst.Format.TIME)
+        if not result:
             duration = Gst.CLOCK_TIME_NONE

         return (position, duration)
--

-- 
1.8.1.4
Sugar Labs Activities | 25 May 2013 02:00
Favicon

[ASLO] Release Yupana-13

Activity Homepage:
http://activities.sugarlabs.org/addon/4533

Sugar Platform:
0.96 - 0.100

Download Now:
http://activities.sugarlabs.org/downloads/file/28614/yupana-13.xo

Release notes:
13

* New translations

Sugar Labs Activities
http://activities.sugarlabs.org
Sugar Labs Activities | 25 May 2013 01:51
Favicon

[ASLO] Release Turtle in a Pond-9

Activity Homepage:
http://activities.sugarlabs.org/addon/4516

Sugar Platform:
0.96 - 0.100

Download Now:
http://activities.sugarlabs.org/downloads/file/28613/turtle_in_a_pond-9.xo

Release notes:
9

* New translations

Sugar Labs Activities
http://activities.sugarlabs.org
Sugar Labs Activities | 25 May 2013 01:46
Favicon

[ASLO] Release Story-9

Activity Homepage:
http://activities.sugarlabs.org/addon/4565

Sugar Platform:
0.96 - 0.100

Download Now:
http://activities.sugarlabs.org/downloads/file/28612/story-9.xo

Release notes:
9

* New translations

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

Gmane