The Trunk: ST80-dtl.233.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: ST80-dtl.233.mcz

commits-2
David T. Lewis uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-dtl.233.mcz

==================== Summary ====================

Name: ST80-dtl.233
Author: dtl
Time: 10 December 2017, 1:57:45.015948 pm
UUID: b442c904-3b1e-462a-9b74-14e97e5ee2b0
Ancestors: ST80-nice.232

Move SoundService stop handling in #finalExitActions from Project to MVCProject in order to allow MorphicProject to handle differently (but also call super).

=============== Diff against ST80-nice.232 ===============

Item was changed:
  ----- Method: MVCProject>>finalExitActions: (in category 'enter') -----
  finalExitActions: enteringProject
 
  super finalExitActions: enteringProject.
+ SoundService stop.
 
  self world unCacheWindows.
  Sensor flushAllButDandDEvents.
 
  ScheduledControllers := nil.!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: ST80-dtl.233.mcz

David T. Lewis
Apologies, this was intended for the inbox. I deleted it from trunk.

Dave


On Sun, Dec 10, 2017 at 06:57:52PM +0000, [hidden email] wrote:

> David T. Lewis uploaded a new version of ST80 to project The Trunk:
> http://source.squeak.org/trunk/ST80-dtl.233.mcz
>
> ==================== Summary ====================
>
> Name: ST80-dtl.233
> Author: dtl
> Time: 10 December 2017, 1:57:45.015948 pm
> UUID: b442c904-3b1e-462a-9b74-14e97e5ee2b0
> Ancestors: ST80-nice.232
>
> Move SoundService stop handling in #finalExitActions from Project to MVCProject in order to allow MorphicProject to handle differently (but also call super).
>
> =============== Diff against ST80-nice.232 ===============
>
> Item was changed:
>   ----- Method: MVCProject>>finalExitActions: (in category 'enter') -----
>   finalExitActions: enteringProject
>  
>   super finalExitActions: enteringProject.
> + SoundService stop.
>  
>   self world unCacheWindows.
>   Sensor flushAllButDandDEvents.
>  
>   ScheduledControllers := nil.!
>
>