[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon Feb 15 22:55:02 UTC 2016


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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009391.html

Name: ST80-mt.192
Ancestors: ST80-mt.191

Make all possible entry points in Debugger (via StandardToolSet) consistently use project-prefix dispatch.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009392.html

Name: Morphic-mt.1079
Ancestors: Morphic-mt.1078

Make all possible entry points in Debugger (via StandardToolSet) consistently use project-prefix dispatch.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009393.html

Name: Tools-mt.671
Ancestors: Tools-mt.670

Make all possible entry points in Debugger (via StandardToolSet) consistently use project-prefix dispatch.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009394.html

Name: Morphic-mt.1080
Ancestors: Morphic-mt.1079

Fixes a regression in Morphic's inter-cycle delay. Hacking during the switch from DST to normal time forced the user to wait one hour. Opening images from different time zones did also show this bug.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009395.html

Name: Tools-mt.672
Ancestors: Tools-mt.671

Removes last reference to the obsolete AppRegistry for MorphicTextEditor.

In order to remove all Morphic-specific code from the tools' model classes in the future, we should think about using the MorphicToolBuilder for that.

The main issue is that we maybe want to design a dynamic graphical interface (hide/show buttons, text fields, images etc.) but tool builders only support a static one via #buildWith:. For example, there used to be a "tiles" view in the system browser. Switching between this tiles view and a text view involved replacing widgets. At the moment, all views in the code browser can re-use the text morph (or text view in MVC) and just switch textual contents.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009396.html

Name: System-mt.796
Ancestors: System-mt.795

Removes two obsolete app registries. All decisions concerning Morphic or MVC are governed by the current tool builder.

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


More information about the Squeak-dev mailing list