Daily Commit Log

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

Daily Commit Log

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009543.html

Name: System-mt.807
Ancestors: System-bf.806

Make SoundService usable in code just like ToolSet is.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009544.html
=============================================

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009545.html

Name: Sound-mt.48
Ancestors: Sound-tpr.47

Fixes sound playing in the way that it goes through the sound service to ensure sound preferences.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009546.html

Name: Kernel-mt.1013
Ancestors: Kernel-mt.1012

Simplifies code for stopping the sound service on CMD+Dot

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009547.html

Name: Sound-mt.49
Ancestors: Sound-mt.48

Adds code for conveniently playing MIDIs stored in the file system. Compares with Form class.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009548.html

Name: System-mt.808
Ancestors: System-mt.807

Temporary change to not lock up the system while moving #isMorphic into an extension category in Project.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009549.html

Name: System-mt.809
Ancestors: System-mt.808

Move #isMorphic into Morphic extension.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009550.html

Name: Morphic-mt.1101
Ancestors: Morphic-mt.1100

Adds #isMorphic as extension to Project.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009551.html

Name: System-mt.810
Ancestors: System-mt.809

Migration complete. Revert implementation of #isMorphic.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009552.html

Name: ST80-mt.198
Ancestors: ST80-mt.197

Simple MVC check.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009553.html

Name: ST80-mt.199
Ancestors: ST80-mt.198

Fixes MVC-specific clean-up for save/load the image.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009554.html

Name: System-mt.811
Ancestors: System-mt.810

Make start-up scripts work also in othere GUIs.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009555.html

Name: System-mt.812
Ancestors: System-mt.811

Rename to be consistent with ToolSet metaphor.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009556.html

Name: Sound-mt.50
Ancestors: Sound-mt.49

Use this sound system by default if there is no other sound system used already.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009557.html

Name: Sound-mt.51
Ancestors: Sound-mt.50

Fixes MIDI support wrt. to using real MIDI devices and CMD+Dot behavior. Keep sounds and music playing when only snapshotting but not quitting the image.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009558.html

Name: Sound-mt.52
Ancestors: Sound-mt.51

Adds descriptive process names to the processes that are playing sound and MIDI.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009559.html

Name: Tools-mt.685
Ancestors: Tools-mt.684

Removes 'the Sound Player' as a well-known global process to get rid of some global state considering the playing of sounds. Scores, for example, are played as one process per score. Maybe sounds could benefit from that, too. Anyway, it's primarily about the global state here.

And: Sound player processes got a clear description now. So, this is no step back in usability.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009560.html

Name: Sound-mt.53
Ancestors: Sound-mt.52

Disable usage of MIDI device if it does not work.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009561.html

Name: Sound-mt.54
Ancestors: Sound-mt.53

Consider the sound-enabled preference also for playing MIDI scores.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/009562.html

Name: Sound-mt.55
Ancestors: Sound-mt.54

Adds support for dropping a MIDI file into the image and play it directly. (Instead of only offering to open a ScorePlayerMorph for that.)

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