0.102/Notes: Difference between revisions
| Line 363: | Line 363: | ||
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;" | {| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;" | ||
|-style="background:#787878; color: white;" | |-style="background:#787878; color: white;" | ||
! | ! Activity !! Version !! Changes | ||
|- | |||
| Turtle Blocks || 199 | |||
|| Enhancements and Bug Fixes | |||
* Use journal or file block for all media types | |||
* Play audio and video from the web | |||
* Eliminate extra space around protoblock labels | |||
* Code cleanup: separate classes for Selectors and PaletteViews | |||
* Use built-in Python mimetype processing | |||
* Cleaned up gplay code (uses debug_output) | |||
* Fixed bug with color constants when used with push/pop and boxes | |||
* Fixed bug with hover help in GNOME (Alan Aguiar) | |||
* Fixed problem with dragging canvas while programming is running | |||
* Export project as Sugar icon (Jorge Alberto Gómez López) | |||
* Export project as ODP (Jorge Alberto Gómez López) | |||
* Fixed problem with Returns in action and box names (as reported by quozi) | |||
* Fixed problem with label positioning on some blocks | |||
* Fixed rendering problem with filled shapes using arcs | |||
* Fixed problem with sharing filled shapes using arcs | |||
* Make save_as_icon button insensitive when no svg output available (Ignacio Rodriguez) | |||
* Make save_as_ODP button insensitive when no saved pictures available (Ignacio Rodriguez) | |||
* Added missing parens for some binary operations in Python export | |||
* Fixed positioning of help messages (#4679) | |||
* Added URL block (Scimonster) | |||
* Save/restore palette settings in GConf | |||
* Add confirmation when emptying trash in GNONE version (Alan Aguiar) | |||
* Add load/save plugin dialog to GNOME version (Daniel Francis) | |||
* Add busy cursor when projects are being prepared to run | |||
* Reworked Duplicate Blocks warning graphic to reflect current block shapes | |||
* Refactor until block shape to better reflect flow logic | |||
* Enabled load file to heap/save heap to file to use the Sugar journal | |||
* Fixed shade block dock settings (Alan Aguiar) | |||
* Fixed bug in empty trash (Alan Aguiar) | |||
* Set active turtle after 'clean' in exported Python code | |||
* Execute 'until' body once before entering loop in exported Python code | |||
* Fixed problem with running_blocks flag not being cleared (cause of spurious "hit stop button" messages. | |||
* Fixed problem with errant text entry widget on run. | |||
* Fixed problem with text wrap of SVG output #1856 (Jorge Alberto Gómez López) | |||
* Merged Marian Zepf's export Python branch (This is really fun. Give it a try.) | |||
* Added busy cursor while project is loading from store | |||
* Added tabbing through palette proto-blocks | |||
* New sample program from Cynthia Solomon | |||
* Logging errors in project metadata for making learning visible | |||
* New translations | |||
* Prevent text blocks from docking to blocks requiring numeric arguments | |||
|} | |} | ||