[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Dec 11 23:55:03 UTC 2013


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006741.html

Name: MorphicExtras-nice.133
Ancestors: MorphicExtras-nice.132

PaintBoxMorph re-engineering:
- the ColorChart has several initializers, one at method side, one at class side
  It's good to have diversity, but it must be managed;
  do this with a centralized initializer driven by a local preference
- build a library of images (Form) at class side in order to properly rebuild a Prototype programmatically
  Building a Prototype is a required step for the package to be unloadable/reloadable

Note: the colorMemoryImage and colorMemoryThinImage should be rebuilt from ColorChart, rather than from raw bits, but that'll be a future step.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006742.html

Name: Toolbuilder-Tests-fbs.1
Ancestors: 

Move ToolBuilder-Kernel tests out into separate package, so that ToolBuilder-Kernel doesn't depend on SUnit.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006743.html

Name: Tests-fbs.275
Ancestors: Tests-fbs.274

* MorphicExtras uses Installer-Core to lazily load stuff.
* SUnitGUI needs ToolBuilder-Tests for ToolBuilderTestCase.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006744.html

Name: MorphicExtras-nice.134
Ancestors: MorphicExtras-nice.133

PaintBoxMorph re-engineering: a first attempt at reconstructing the Prototype (from which new instances are cloned).
Reminder: this is required step in order to properly unload/reload MorphicExtras via Monticello.

=============================================


More information about the Squeak-dev mailing list