[squeak-dev] The Trunk: ToolBuilder-MVC-dtl.30.mcz

David T. Lewis lewis at mail.msen.com
Mon Feb 18 13:02:15 UTC 2013


This update brings MVC partially back to life. There are plenty of issues
remaining. For example if you blank area on a browser where the "source"
button should appear, you will get a DNU on MVCToolBuilder>>buildPluggableMenu:.
There are quite a few issues like this to be addressed, but getting the
browsers to work at all is a good step.

The next big issue for MVC is to get the debugger working.

Dave

On Mon, Feb 18, 2013 at 05:31:20AM +0000, commits at source.squeak.org wrote:
> David T. Lewis uploaded a new version of ToolBuilder-MVC to project The Trunk:
> http://source.squeak.org/trunk/ToolBuilder-MVC-dtl.30.mcz
> 
> ==================== Summary ====================
> 
> Name: ToolBuilder-MVC-dtl.30
> Author: dtl
> Time: 18 February 2013, 12:27:28.584 am
> UUID: 499f21e0-6d8d-46ec-a501-04438715485f
> Ancestors: ToolBuilder-MVC-ul.29
> 
> Make browsers work in MVC.
> 
> Arrange for subviews (e.g. a row of buttons in a browser) to be scaled properly and to be translated to the viewport of the containing view.
> 
> View coordinate systems are transformed relative to their containing views, not to the top level view, so change MVCToolBuilder>>asWindow: to scale relative to window of the containing view.
> 
> Change MVCToolbuilder>>buildPluggablePanel to call setFrame:in: prior to building subviews so that the view window is available to subviews for scaling subview windows.
> 
> In MVCToolBuilder>>setLayout:in adjust translation in the window transformation of subviews to position correctly in their viewports.
> 
> Caution - save image before testing, other problems await.
> 
> =============== Diff against ToolBuilder-MVC-ul.29 ===============
> 


More information about the Squeak-dev mailing list