#11603 NORM 11.3.1: TurtleArt-114 lacks AudioGrab_XO175 section (11.3.1 activity versions)
Zarro Boogs per Child
bugtracker at laptop.org
Fri Mar 30 10:15:23 EDT 2012
#11603: TurtleArt-114 lacks AudioGrab_XO175 section (11.3.1 activity versions)
------------------------------------------+---------------------------------
Reporter: greenfeld | Owner: walter
Type: defect | Status: new
Priority: normal | Milestone: 11.3.1
Component: turtleart-activity | Version: Development build as of this date
Resolution: | Keywords:
Next_action: diagnose | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
------------------------------------------+---------------------------------
Comment(by walter):
FWIW, I've done a lot more bug fixing subsequent to v114 (about to release
v137) and there are many many more updates to i18n. Many of the recent
changes have been done in specific support of the Butia project in
Uruguay.
137
ENHANCEMENT:
* New help system inspired by Gonzalo Odiard's help in SimpleGraph
(includes end run around #2633)
* Force standard palettes to appear before plugin palettes
* New mechanism for loading plugins from the Journal (with help from
Alan Jhonn Aguiar Schwyn)
* Toolbars too large to fit on the screen can be shifted
* New translations
BUG FIX:
* Fixed palette initialization problem for plugins using hidden blocks
* Fixed typo (#3330) in help string for NXT plugin
* Reverted some syntax changes to support old XO images still using Python
2.5
* Catch AttributeError when palette refresh fails
* Replace deprecated class commands with subprocess
* Fixed turtle inverted-color problem (#3396)
136
ENHANCEMENTS:
* Add method to retrieve plugin instance (Alan Jhonn Aguiar Schwyn)
* New translations
BUG FIXES:
* Fixed regression in resistance sensor calibration for XO 1.75
* Fixed another problem with expanded compare blocks
* Fixed problem with disappearing blocks due to dragging over hidden
palettes
135
ENHANCEMENTS:
* Changed mechanism for handling "hidden" blocks (used by some plugins)
BUG FIX:
* Restore currently selected palette after hide/show palette cycle
134
ENHANCEMENTS:
* Added method to change block color (used by some plugins)
* Added method to set the visibility of palette blocks (used by some
plugins)
BUG FIX:
* Fixed typo inadvertently intoduced into plugin strings
* Fixed problem with boolean and compare blocks not expanding properly
133
ENHANCEMENTS:
* New translations
* Added strings used by WeDo plugin
* Added True and False blocks to Numbers palette (only for large screens)
* Added is heap empty block?
* Added support for polynomial objects in math libraries
(used by nutrition plugin)
132
BUG FIX:
* Fixed problem with exporting of Logo code introduced in v131
* Capture "special blocks" in used block list
* Fixed typo in local variables causing voltage sensing to fail with
XO 1.75 (#3297)
* Changed light-sensor power_state (deprecated) to level in python
sample code (OLPC #11485)
131
ENHANCEMENTS:
* Internalized While and Until blocks (no longer macro expansions)
* Simplified keyboard input macro (uses until block)
* Some consolidation of toolbars on smaller displays
* New data-graphing example from ClaudiaU
* New strings for Butia, Follow Me, and Sumo plugins
TOUCH ENHANCEMENTS:
* Added on-screen adjusters for numeric blocks
* Added a mouse-motion threshold for differentiating between a click and a
drag motion
BUG FIXES:
* While and Until blocks continue program flow after exiting
* Until block executes once before test
* Changed light-sensor power_state (deprecated) to level
* Switched to panel for Save/Load buttons so that they'd all fit on
smaller screens
Thanks to Alan Jhonn Aguiar Schwyn for testing many of these changes
130
ENHANCEMENTS:
* Add support for stereo sensor input on XO1.5, XO1.75 hardware
* New translations
* New example program: soundpaint.ta
BUG FIXES:
* More robust initialization of sensors (#552)
* Work around for problem with Journal preview image
* Clean up temporary files left from various export functions
* Fixed layout issue with embedded images in .svg exports
* Fixed regression bug in HTML export
129
ENHANCEMENTS:
* Repositioned labels on if-then-else blocks
* Reskinned turtles now rotate to all angles
* New translations (.aym, .quz, .fr, .da)
128
BUG FIXES:
* Fixed logic error preventing camera capture of multiple frames
* Fixed problem with camera autogain (#2651)
* Don't zoom text in alert blocks (#3175)
Note: Still working on #2624, repeated show camera fails after awhile
127
ENHANCEMENTS:
* Changed mouse click block to mouse-button down block
* Improved camera plugin: writing directly to a pixbuf
BUG FIXES:
* Fixed problem with missing help strings on XO hardware
126
ENHANCEMENTS
* Added speak block to media palette
* Added sinewave block to media palette
* Added mouse x, y, and click blocks to sensor palette
* Added plugin support for clear method attached to clean block and
Erase button.
125
BUG FIXES:
Alan Jhonn Aguiar Schwyn uncovered some bugs: some old, some new.
* get_pixel failed on some old Sugar system (fixed with patch from cscott)
* typo in quit_plugin method
* typo in coordinate-rescale callback
124
BUG FIX:
* Fixed problem with overlay grids
123
ENHANCEMENTS
* Using Cairo graphics (#1203)
- antialiasing
- rotation of text and images
- filled arcs
NOTE
* For performance reasons, the coordinate grids are now drawn directly
onto the turtle canvas. This has two consequences: (1) the grids cannot
be erased except by erasing the entire screen; and (2) the turtle can
draw on top of the grid.
BUG FIXES:
* Export as Physics project (#3113) available as a plugin
* i18n enhancement (#3215) consistent use of strings
* Enable delete key on HS keyboard (#3052)
122
ENHANCEMENTS
* New translations
BUG FIX
* Allow pysample/*py files to be loaded into projects from Sugar
* Catch value error in string comparisons with Boolean blocks
* Added missing sugar.datastore imports
121
ENHANCEMENTS
* More consistent block labeling (#3215)
120
BUG FIX
* Removed debugging call that caused "doubling" of arcs #3214
119
ENHANCEMENTS
* Save list of blocks used as a searchable tag in the Journal
BUG FIXES
* Fixed type error introduced to arc commands by patch to address #3164
118
ENHANCEMENTS
* New translations
117
ENHANCEMENTS
* Palettes float while scrolling the canvas so that they are always at
hand (#3011)
* Added labels for neg. angles to polar coordinate overlay (#2650)
* Enabled Delete key when present (#3052)
* Added sensor.py example to pysamples (#3059)
* New translations
BUG FIXES
* Fixed problem with palette selection on old-style toolbars and GNOME
version (#3094)
* Reverted patch to address #2633 since it caused Help label to disappear
on
XO 1.75 machines
* Accounted for block overlap in Python load_block.py (#3115)
* Fixed problem with launching in GNOME (#3133)
* Added missing comments to Python block code (#3159)
* Removed misleading tail on remote turtle labels (#3164)
* Fixed rounding error in positioning remote turtles (#3163)
* Consolidated turtle movements to prevent network overload when sharing
(#3162)
116
ENHANCEMENTS
* New translations
BUG FIX
* Fixed problem with generation of i18n strings
115
ENHANCEMENTS
* Support for light sensor on XO 1.75 hardware
* New translations
BUG FIXES
* Returning float values from sensors as per OLPC #11166
--
Ticket URL: <http://dev.laptop.org/ticket/11603#comment:3>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list