[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Feb 10 23:55:06 UTC 2010


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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002617.html

Name: Graphics-dtl.103
Ancestors: Graphics-dtl.102

Move #asParagraph methods to package *ST80-Support.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002618.html

Name: Tools-dtl.175
Ancestors: Tools-nice.174

Remove #openAsMVC and #openAsMorph from ProcessBrowser and resolve related dependency in CPUWatcher. ProcessBrowser now uses ToolBuilder and no longer requires these methods.


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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002619.html

Name: ST80-dtl.99
Ancestors: ST80-dtl.98

Move #asParagraph methods to package *ST80-Support.
Remove explicit MVC and Morphic dependencies from MailComposition.
Change method categories for SyntaxError from *MVC-Models to *MVC-Support.


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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002620.html

Name: Morphic-dtl.333
Ancestors: Morphic-dtl.332

Remove explicit MVC and Morphic dependencies from MailComposition.
Change method categories for SyntaxError from *Morphic-Models to *Morphic-Support.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002621.html

Name: MorphicExtras-dtl.74
Ancestors: MorphicExtras-nice.73

Remove explicit MVC and Morphic dependencies from MailComposition.


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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002622.html

Name: Collections-dtl.300
Ancestors: Collections-nice.299

Move #asParagraph methods to package *ST80-Support.


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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002623.html

Name: Tools-dtl.176
Ancestors: Tools-dtl.175

Remove MVC/Morphic dependencies from Browser>>couldBrowseAnyClass. The change removes two #isKindOf: and adds one #respondsTo: arguably yeilding a slight net reduction in total cruftiness.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002624.html

Name: Network-dtl.57
Ancestors: Network-nice.56

Move #fullScreenOn and #fullScreenOff implementation from ScreenController to Project
Change MailComposition to dispatch through Project current for open in MVC/Morphic.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002625.html

Name: System-dtl.246
Ancestors: System-dtl.245

Change HTTPClient to use Project current rather than MVC ScreenController

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002626.html

Name: ST80-dtl.100
Ancestors: ST80-dtl.99

Move #fullScreenOn and #fullScreenOff implementation from ScreenController to Project

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002627.html

Name: Morphic-dtl.334
Ancestors: Morphic-dtl.333

Change TheWorldMenu to use Project current rather than an MVC ScreenController.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002628.html

Name: MorphicExtras-dtl.75
Ancestors: MorphicExtras-dtl.74

Remove MVC dependencies from ProjectNavigationMorph.
Move #fullScreenOn and #fullScreenOff from MVC ScreenController to Project

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002629.html

Name: ST80-dtl.101
Ancestors: ST80-dtl.100

Fix SelectorBrowser>>classListIndex: to use #changed: #update: to notify MVC views that control should be terminated prior to opening a new browser. Original implemention polled dependents with #isKIndOf: and had explicit dependency on MVC PluggableListView.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002630.html

Name: Tools-dtl.177
Ancestors: Tools-dtl.176

Fix SelectorBrowser>>classListIndex: to use #changed: #update: to notify MVC views that control should be terminated prior to opening a new browser. Original implemention polled dependents with #isKIndOf: and had explicit dependency on MVC PluggableListView.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002631.html

Name: ST80-dtl.102
Ancestors: ST80-dtl.101

Remove VMC/Morphic dependencies from Form, FileList2, and Imports
Add MVCProject>>formViewClass
Add MVCProject>>openImage:name:saveResource:

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002632.html

Name: Morphic-dtl.335
Ancestors: Morphic-dtl.334

Remove VMC/Morphic dependencies from Form, FileList2, and Imports
Update FileList2>>openInWindow.
Add MorphicProject>>formViewClass
Add MorphicProject>>openImage:name:saveResource:
Better #notify: message in MorphicProject>>formEdit:

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002633.html

Name: System-dtl.247
Ancestors: System-dtl.246

Remove VMC/Morphic dependencies from Form, FileList2, and Imports
Update Imports>>viewImages
Add Project>>formViewClass
Add Project>>openImage:name:saveResource:

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002634.html

Name: Graphics-dtl.104
Ancestors: Graphics-dtl.103

Remove MVC/Morphic dependencies from Form class>>openImageInWindow: and Form>>edit.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002635.html

Name: ST80-dtl.103
Ancestors: ST80-dtl.102

Handle #saveContents update from Workspace in PluggableTextView. Removes MVC/Morphic dependency in Workspace.
Handle #close update from TranscriptStream in PluggableTextView. Removes MVC/Morphic dependency in Workspace.
Add PluggableTextView>>isTextView to support TranscriptStream>>countOpenTranscripts without #isKindOf: tests on MVC and Morphic views.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002636.html

Name: Morphic-dtl.336
Ancestors: Morphic-dtl.335

Handle #saveContents update from Workspace in PluggableTextMorph. Removes MVC/Morphic dependency in Workspace.
Add PluggableTextMorph>>isTextView to support TranscriptStream>>countOpenTranscripts without #isKindOf: tests on MVC and Morphic views.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002637.html

Name: Tools-dtl.178
Ancestors: Tools-dtl.177

Change Workspace>>saveContentsInFile to use #changed: #update: rather than traverse dependents. Removes MVC/Morphic dependency.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002638.html

Name: Collections-dtl.301
Ancestors: Collections-dtl.300

Change TranscriptStream>>closeAllViews to use #changed: #update: rather than traverse dependents. Removes MVC/Morphic dependency.
Change TranscriptStream>>countOpenTranscripts to select on #isTextView rather than testing #isKindOf: on MVC and Morphic view.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002639.html

Name: Kernel-dtl.392
Ancestors: Kernel-cmm.391

Add Object>>isTextView to support TranscriptStream>>countOpenTranscripts without #isKindOf: tests on MVC and Morphic views.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002640.html

Name: Tools-dtl.179
Ancestors: Tools-dtl.178

Move FileList from Morphic-FileList to Tools-FileList
Move FileList2  from Morphic-FileList to Tools-FileList
Move FileLPluggableFileListst2  from Morphic-FileList to Tools-FileList
Move StandardFileMenuResult  from Morphic-FileList to Tools-Menus
Remove package category from Morphic-FileList

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002641.html

Name: Morphic-dtl.337
Ancestors: Morphic-dtl.336

Move FileList from Morphic-FileList to Tools-FileList
Move FileList2  from Morphic-FileList to Tools-FileList
Move FileLPluggableFileListst2  from Morphic-FileList to Tools-FileList
Move StandardFileMenuResult  from Morphic-FileList to Tools-Menus
Remove package category from Morphic-FileList

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002642.html

Name: Network-ar.58
Ancestors: Network-dtl.57

SMTPClient fix: HELO must be sent even when not authenticating.

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



More information about the Squeak-dev mailing list