[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Jul 9 23:55:02 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006167.html

Name: Graphics-fbs.216
Ancestors: Graphics-fbs.215

Make things use Cursor currentCursor (because InputSensor >> #currentCursor delegates to it anyway).

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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006168.html

Name: Morphic-fbs.664
Ancestors: Morphic-fbs.663

Make things use Cursor currentCursor (because InputSensor >> #currentCursor delegates to it anyway).

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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006169.html

Name: Tools-fbs.482
Ancestors: Tools-fbs.481

Make things use Cursor currentCursor (because InputSensor >> #currentCursor delegates to it anyway).

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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006170.html

Name: ST80-fbs.146
Ancestors: ST80-fbs.145

Make things use Cursor currentCursor (because InputSensor >> #currentCursor delegates to it anyway).

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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006171.html

Name: 45Deprecated-fbs.7
Ancestors: 45Deprecated-fbs.6

Deprecate InputSensor >> #currentCursor because it just delegates stuff.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006172.html

Name: ReleaseBuilder-fbs.101
Ancestors: ReleaseBuilder-fbs.100

SystemReporter has no dependent packages, so is a prime candidate for unload/reloading. (I still need to update the CI shrink-image.st script.)

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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006173.html

Name: Morphic-dtl.665
Ancestors: Morphic-fbs.664

Fix Debugger in MVC

Changes to Tools, System, ST80, Morphic, and ToolBuilder-Kernel to restore Debugger operation in MVC. Resolves several issues introduced in the Squeak 3.9 time frame. 

Add ToolBuilder>>openDebugger:label:closing: to specify a topLevel to close when transitioning from debug notifier to the debugger. This enables the transition from a debug notifier to the full debug window. MVC closes views and controllers in a rather specific order, and #openDebugger:label: was not sufficient to implement this properly.

Fix some errors in earlier Project refactorings that were causing a debugger in MVC to call a method to restart the (Morphic) UI process when interrupting the UI process. This resulted in two active controller processes running in MVC after resuming from a debugger. The spawnNewProcessIfThisIsUI: method is moved to the instance side of Project and becomes a no-op for an MVC project. Class side methods are retained to protect for possible references from external projects.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006174.html

Name: ST80-dtl.147
Ancestors: ST80-fbs.146

Fix Debugger in MVC

Changes to Tools, System, ST80, Morphic, and ToolBuilder-Kernel to restore Debugger operation in MVC. Resolves several issues introduced in the Squeak 3.9 time frame. 

Add ToolBuilder>>openDebugger:label:closing: to specify a topLevel to close when transitioning from debug notifier to the debugger. This enables the transition from a debug notifier to the full debug window. MVC closes views and controllers in a rather specific order, and #openDebugger:label: was not sufficient to implement this properly.

Fix some errors in earlier Project refactorings that were causing a debugger in MVC to call a method to restart the (Morphic) UI process when interrupting the UI process. This resulted in two active controller processes running in MVC after resuming from a debugger. The spawnNewProcessIfThisIsUI: method is moved to the instance side of Project and becomes a no-op for an MVC project. Class side methods are retained to protect for possible references from external projects.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006175.html

Name: System-dtl.561
Ancestors: System-dtl.560

Fix Debugger in MVC

Changes to Tools, System, ST80, Morphic, and ToolBuilder-Kernel to restore Debugger operation in MVC. Resolves several issues introduced in the Squeak 3.9 time frame. 

Add ToolBuilder>>openDebugger:label:closing: to specify a topLevel to close when transitioning from debug notifier to the debugger. This enables the transition from a debug notifier to the full debug window. MVC closes views and controllers in a rather specific order, and #openDebugger:label: was not sufficient to implement this properly.

Fix some errors in earlier Project refactorings that were causing a debugger in MVC to call a method to restart the (Morphic) UI process when interrupting the UI process. This resulted in two active controller processes running in MVC after resuming from a debugger. The spawnNewProcessIfThisIsUI: method is moved to the instance side of Project and becomes a no-op for an MVC project. Class side methods are retained to protect for possible references from external projects.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006176.html

Name: ToolBuilder-Kernel-dtl.57
Ancestors: ToolBuilder-Kernel-fbs.56

Fix Debugger in MVC

Changes to Tools, System, ST80, Morphic, and ToolBuilder-Kernel to restore Debugger operation in MVC. Resolves several issues introduced in the Squeak 3.9 time frame. 

Add ToolBuilder>>openDebugger:label:closing: to specify a topLevel to close when transitioning from debug notifier to the debugger. This enables the transition from a debug notifier to the full debug window. MVC closes views and controllers in a rather specific order, and #openDebugger:label: was not sufficient to implement this properly.

Fix some errors in earlier Project refactorings that were causing a debugger in MVC to call a method to restart the (Morphic) UI process when interrupting the UI process. This resulted in two active controller processes running in MVC after resuming from a debugger. The spawnNewProcessIfThisIsUI: method is moved to the instance side of Project and becomes a no-op for an MVC project. Class side methods are retained to protect for possible references from external projects.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006177.html

Name: Tools-dtl.483
Ancestors: Tools-fbs.482

Fix Debugger in MVC

Changes to Tools, System, ST80, Morphic, and ToolBuilder-Kernel to restore Debugger operation in MVC. Resolves several issues introduced in the Squeak 3.9 time frame. 

Add ToolBuilder>>openDebugger:label:closing: to specify a topLevel to close when transitioning from debug notifier to the debugger. This enables the transition from a debug notifier to the full debug window. MVC closes views and controllers in a rather specific order, and #openDebugger:label: was not sufficient to implement this properly.

Fix some errors in earlier Project refactorings that were causing a debugger in MVC to call a method to restart the (Morphic) UI process when interrupting the UI process. This resulted in two active controller processes running in MVC after resuming from a debugger. The spawnNewProcessIfThisIsUI: method is moved to the instance side of Project and becomes a no-op for an MVC project. Class side methods are retained to protect for possible references from external projects.

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


More information about the Squeak-dev mailing list