Etoys: MorphicExtras-kfr.26.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys: MorphicExtras-kfr.26.mcz

commits-2
Karl Ramberg uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-kfr.26.mcz

==================== Summary ====================

Name: MorphicExtras-kfr.26
Author: kfr
Time: 26 July 2011, 7:03:56 pm
UUID: 47de29e7-bd88-5e4b-b43b-d009978b936d
Ancestors: MorphicExtras-kfr.24

Minor typo, Etoys ยป MorphicExtras.po, "scripting. with" (misplaced punctuation)
http://tracker.squeakland.org/browse/SQ-965

=============== Diff against MorphicExtras-kfr.24 ===============

Item was changed:
  ----- Method: Flaps class>>defaultsQuadsDefiningWidgetsFlap (in category 'flaps registry') -----
  defaultsQuadsDefiningWidgetsFlap
  "Answer a structure defining the default Widgets flap.
       previously in quadsDefiningWidgetsFlap"
 
  ^ {
  {#TrashCanMorph. #new . 'Trash' translatedNoop. 'A tool for discarding objects' translatedNoop}.
  {#AllScriptsTool. #allScriptsToolForActiveWorld. 'All Scripts' translatedNoop. 'A tool that lets you see and control all the running scripts in your project' translatedNoop}.
  {#ObjectsTool. #newStandAlone. 'Object Catalog' translatedNoop. 'A tool that lets you browse the catalog of objects' translatedNoop}.
  {#PaintInvokingMorph. #new. 'Paint' translatedNoop. 'Drop this into an area to start making a fresh painting there' translatedNoop}.
  {#GeeMailMorph . #new. 'Gee-Mail' translatedNoop. 'A place to present annotated content' translatedNoop}.
  {#RecordingControls. #authoringPrototype. 'Sound' translatedNoop. 'A device for making sound recordings.' translatedNoop}.
  {#MPEGMoviePlayerMorph. #authoringPrototype. 'Movie Player' translatedNoop. 'A Player for MPEG movies' translatedNoop}.
  {#FrameRateMorph. #authoringPrototype . 'Frame Rate' translatedNoop. 'An indicator of how fast your system is running' translatedNoop}.
  {#MagnifierMorph. #newRound. 'Magnifier' translatedNoop. 'A magnifying glass' translatedNoop}.
+ {#ScriptingSystem. #newScriptingSpace. 'Scripting' translatedNoop. 'A confined place for drawing and scripting with its own private stop/step/go buttons.' translatedNoop}.
- {#ScriptingSystem. #newScriptingSpace. 'Scripting' translatedNoop. 'A confined place for drawing and scripting. with its own private stop/step/go buttons.' translatedNoop}.
  {#ScriptingSystem. #holderWithAlphabet. 'Alphabet' translatedNoop. 'A source for single-letter objects' translatedNoop}.
  {#BouncingAtomsMorph. #new. 'Bouncing Atoms' translatedNoop. 'Atoms, mate' translatedNoop}.
  {#ClockMorph. #authoringPrototype. 'Clock' translatedNoop. 'A simple digital clock' translatedNoop}
 
  } asOrderedCollection!


_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev