Line 385: |
Line 385: |
| | | |
| {| 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 !! Maintainer !! Enhancements and Bug Fixes | + | ! Activity !! Version |
| |- | | |- |
− | |valign=top| Pippy ||valign=top| 57 ||valign=top| Walter Bender | + | |valign=top| Pippy ||valign=top| 57 |
− | || | + | |-style="background:#787878; color: white;" |
− | * Set tab label with file name when loading examples
| + | ! Author !! Enhancements |
− | * Set focus on text view
| |
− | * Sort out numerous cases regarding saving/restoring tabs/tabs content
| |
− | * Fixed problem with sound check in sugar-build env.
| |
− | * Don't offer up sound examples if TamTam is not installed
| |
− | * Improvement to search for sound resources (Gonzalo Odiard)
| |
− | * Work around problem importing sugar3.actitity to generate bundle_path
| |
− | * Export as disutils, as library, as example (Sai Vineet)
| |
− | * Edit on multiple tabs (Sai Vineet)
| |
− | * Add custom icon selection when saving as Sugar activity (Ignacio Rodriguez)
| |
− | * New icons
| |
− | * keep dialog window on top after cycling between activities
| |
− | * Add confirmation alert before loading new projects (Emil Dudev)
| |
− | * Use open palette instead of treeview (Ignacio Rodriguez)
| |
− | * Show/Hide terminal widget (Sai Vineet)
| |
− | * Added new examples (math/pi, math/stern-brocot)
| |
− | * Added i18n support for examples (Jorge Alberto Gómez López)
| |
− | * Added tutorials (Jorge Alberto Gómez López)
| |
− | * Reenable copy/paste (Ignacio Rodriguez)
| |
− | * Fix problems with sound library
| |
− | * Using elements package from Physics
| |
− | * Fixed a problem that prevented Pippy from opening .py files
| |
− | * Fixed many issues with export Sugar activity code
| |
| |- | | |- |
− | |valign=top| Turtle Blocks ||valign=top| 199 ||valign=top| Walter Bender | + | |Walter Bender||Set tab label with file name when loading examples |
− | || | + | |- |
− | * Use journal or file block for all media types
| + | |Walter Bender||Set focus on text view |
− | * Play audio and video from the web
| + | |- |
− | * Eliminate extra space around protoblock labels
| + | |Gonzalo Odiard||Improvement to search for sound resources |
− | * Code cleanup: separate classes for Selectors and PaletteViews
| + | |- |
− | * Use built-in Python mimetype processing
| + | |Sai Vineet||Export as disutils, as library, as example |
− | * Cleaned up gplay code (uses debug_output)
| + | |- |
− | * Fixed bug with color constants when used with push/pop and boxes
| + | |Sai Vineet||Edit on multiple tabs |
− | * Fixed bug with hover help in GNOME (Alan Aguiar)
| + | |- |
− | * Fixed problem with dragging canvas while programming is running
| + | |Ignacio Rodriguez||Add custom icon selection when saving as Sugar activity |
− | * Export project as Sugar icon (Jorge Alberto Gómez López)
| + | |- |
− | * Export project as ODP (Jorge Alberto Gómez López)
| + | |Emil Dudev||Add confirmation alert before loading new projects |
− | * Fixed problem with Returns in action and box names (as reported by quozi)
| + | |- |
− | * Fixed problem with label positioning on some blocks
| + | |Ignacio Rodriguez||Use open palette instead of treeview |
− | * Fixed rendering problem with filled shapes using arcs
| + | |- |
− | * Fixed problem with sharing filled shapes using arcs
| + | |Sai Vineet||Show/Hide terminal widget |
− | * 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)
| + | |Walter Bender||Added new examples (math/pi, math/stern-brocot) |
− | * Added missing parens for some binary operations in Python export
| + | |- |
− | * Fixed positioning of help messages (#4679)
| + | |Jorge Alberto Gómez López||Added i18n support for examples |
− | * Added URL block (Scimonster)
| + | |- |
− | * Save/restore palette settings in GConf
| + | |Jorge Alberto Gómez López||Added tutorials |
− | * Add confirmation when emptying trash in GNONE version (Alan Aguiar)
| + | |- |
− | * Add load/save plugin dialog to GNOME version (Daniel Francis)
| + | |Ignacio Rodriguez||Reenable copy/paste |
− | * Add busy cursor when projects are being prepared to run
| + | |- |
− | * Reworked Duplicate Blocks warning graphic to reflect current block shapes
| + | |Walter Bender||New icons |
− | * Refactor until block shape to better reflect flow logic
| + | |-style="background:#787878; color: white;" |
− | * Enabled load file to heap/save heap to file to use the Sugar journal
| + | ! Author !! Bug Fixes |
− | * Fixed shade block dock settings (Alan Aguiar)
| + | |- |
− | * Fixed bug in empty trash (Alan Aguiar)
| + | |Walter Bender||Sort out numerous cases regarding saving/restoring tabs/tabs content |
− | * Set active turtle after 'clean' in exported Python code
| + | |- |
− | * Execute 'until' body once before entering loop in exported Python code
| + | |Walter Bender||Fixed problem with sound check in sugar-build env. |
− | * 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.
| + | |Walter Bender||Don't offer up sound examples if TamTam is not installed |
− | * 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.)
| + | |Walter Bender||Work around problem importing sugar3.activity to generate bundle_path |
− | * Added busy cursor while project is loading from store
| + | |- |
− | * Added tabbing through palette proto-blocks
| + | |Walter Bender||Keep dialog window on top after cycling between activities |
− | * New sample program from Cynthia Solomon
| + | |- |
− | * Logging errors in project metadata for making learning visible
| + | |Walter Bender||Fix problems with sound library |
− | * Prevent text blocks from docking to blocks requiring numeric arguments
| + | |- |
− | * New translations
| + | |Walter Bender||Using elements package from Physics |
| + | |- |
| + | |Walter Bender||Fixed a problem that prevented Pippy from opening .py files |
| + | |- |
| + | |Fixed many issues with export Sugar activity code |
| + | |-style="background:#787878; color: white;" |
| + | ! Activity !! Version |
| + | |- |
| + | |valign=top| Turtle Blocks ||valign=top| 199 |
| + | |-style="background:#787878; color: white;" |
| + | ! Author !! Enhancements |
| + | |- |
| + | |Walter Bender||Use journal or file block for all media types |
| + | |- |
| + | |Walter Bender||Play audio and video from the web |
| + | |- |
| + | |Walter Bender||Eliminate extra space around protoblock labels |
| + | |- |
| + | |Walter Bender||Code cleanup: separate classes for Selectors and PaletteViews |
| + | |- |
| + | |Walter Bender||Use built-in Python mimetype processing |
| + | |- |
| + | |Walter Bender||Cleaned up gplay code (uses debug_output) |
| + | |- |
| + | |Jorge Alberto Gómez López||Export project as Sugar icon |
| + | |- |
| + | |Jorge Alberto Gómez López||Export project as ODP |
| + | |- |
| + | |Scimonster||Added URL block |
| + | |- |
| + | |Walter Bender||Save/restore palette settings in GConf |
| + | |- |
| + | |Alan Aguiar||Add confirmation when emptying trash in GNOME version |
| + | |- |
| + | |Daniel Francis||Add load/save plugin dialog to GNOME version |
| + | |- |
| + | |Walter Bender||Add busy cursor when projects are being prepared to run |
| + | |- |
| + | Marian Zepf||Export Python branch (This is really fun. Give it a try.) |
| + | |- |
| + | |Walter Bender||Added busy cursor while project is loading from store |
| + | |- |
| + | |Walter Bender||Added tabbing through palette proto-blocks |
| + | |- |
| + | |Cynthia Solomon||New sample program |
| + | |- |
| + | |Walter Bender||Merged new translations |
| + | |-style="background:#787878; color: white;" |
| + | ! Author !! Bug Fixes |
| + | |- |
| + | |Walter Bender||Fixed bug with color constants when used with push/pop and boxes |
| + | |- |
| + | |Alan Aguiar||Fixed bug with hover help in GNOME |
| + | |- |
| + | |Walter Bender||Fixed problem with dragging canvas while programming is running |
| + | |- |
| + | |Walter Bender||Fixed problem with Returns in action and box names (as reported by quozi) |
| + | |- |
| + | |Walter Bender||Fixed problem with label positioning on some blocks |
| + | |- |
| + | |Walter Bender||Fixed rendering problem with filled shapes using arcs |
| + | |- |
| + | |Walter Bender||Fixed problem with sharing filled shapes using arcs |
| + | |- |
| + | |Ignacio Rodriguez||Make save_as_icon button insensitive when no svg output available |
| + | |- |
| + | |Ignacio Rodriguez||Make save_as_ODP button insensitive when no saved pictures available |
| + | |- |
| + | |Walter Bender||Added missing parens for some binary operations in Python export |
| + | |- |
| + | |Walter Bender||Fixed positioning of help messages (#4679) |
| + | |- |
| + | |Walter Bender||Reworked Duplicate Blocks warning graphic to reflect current block shapes |
| + | |- |
| + | |Walter Bender||Refactor until block shape to better reflect flow logic |
| + | |- |
| + | |Walter Bender||Enabled load file to heap/save heap to file to use the Sugar journal |
| + | |- |
| + | |Alan Aguiar||Fixed shade block dock settings |
| + | |- |
| + | |Alan Aguiar||Fixed bug in empty trash |
| + | |- |
| + | |Walter Bender||Set active turtle after 'clean' in exported Python code |
| + | |- |
| + | |Walter Bender||Execute 'until' body once before entering loop in exported Python code |
| + | |- |
| + | |Walter Bender||Fixed problem with running_blocks flag not being cleared (cause of spurious "hit stop button" messages. |
| + | |- |
| + | |Walter Bender||Fixed problem with errant text entry widget on run. |
| + | |- |
| + | |Jorge Alberto Gómez López||Fixed problem with text wrap of SVG output #1856 |
| + | |- |
| + | |Walter Bender||Logging errors in project metadata for making learning visible |
| + | |- |
| + | |Walter Bender||Prevent text blocks from docking to blocks requiring numeric arguments |
| + | |
| |} | | |} |
− |
| |
| | | |
| ==Credits== | | ==Credits== |