[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Aug 31 21:55:12 UTC 2016


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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068789.html

Name: EToys-tfel.218
Ancestors: EToys-tfel.217

stop the players sound from playing if we have it. (adapted from the WS-Sound package)

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068790.html

Name: Morphic-tfel.1304
Ancestors: Morphic-tfel.1303

Do not call stopSound on the Players, instead leave the decision to stop sounds when they stop running up to the players.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068791.html

Name: EToys-tfel.170
Ancestors: EToys-tfel.169

fix Etoys error reporting and script precedence transformation

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068792.html

Name: EToys-tfel.168
Ancestors: EToys-tfel.167

- fix initialization of BlockNodes. For closure analysis, they *must* have temporaries set
- fix height of ScriptMorphs in compound tiles so they get the events for showing drop targets
- fix a potential ZeroDivisionError in tracking of drop zones in script editor morphs
- adapt script encoder lookup to return the value of the assocBlock, so it is consistent with the superclass implementation

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068793.html

Name: EToys-tfel.166
Ancestors: EToys-tfel.165

adapt a few more overrides from Pango and the scratch sound editor

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068794.html

Name: EToys-tfel.163
Ancestors: EToys-tfel.162

a few updates to make Squeakland Etoys cleanly load and unload

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068795.html

Name: EToys-tfel.167
Ancestors: EToys-tfel.166

fix DNU

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068796.html

Name: EToys-tfel.162
Ancestors: EToys-tfel.161

- fix FileList2 opening (no more login buttons for now)
- fix ScriptEncoder to generate correct method headers

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068801.html

Name: Collections-kfr.9
Ancestors: Collections-kfr.8

Fix long standing bug with printing small numbers ie 1.2245678e-16
Copied method from Squeak 4.4

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068802.html

Name: EToys-tfel.208
Ancestors: EToys-tfel.207

HACK: workaround a short-circuit in type tile lists presenting their menu

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068803.html

Name: EToys-tfel.207
Ancestors: EToys-tfel.206

- avoid getting our classes removed by the squeak release build process
- whitespace cleanup
- preferences cleanup
- make the sugar nav bar be big down to sizes of 1024x768

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068804.html

Name: EToys-tfel.206
Ancestors: EToys-tfel.205

enable drawing on top of the kedama morph, including removing turtles

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068805.html

Name: EToys-tfel.205
Ancestors: EToys-tfel.204

- prepare KedamaMorphs for painting directly
- language translation finding moved to trunk
- fix syntax errors in setHueShift and setSaturationShift
- fix opening Etoys projects in Gallery
- call super in UserText

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068806.html

Name: EToys-tfel.213
Ancestors: EToys-tfel.212

convert underscore assignments to :=

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068807.html

Name: EToys-tfel.209
Ancestors: EToys-tfel.208

- allow dropping function tiles in the test area
- just for Jens, add a 'random color' tile to the golden box

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068808.html

Name: EToys-tfel.204
Ancestors: EToys-tfel.203

remove many classes that I think aren't needed anymore

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068809.html

Name: EToys-tfel.203
Ancestors: EToys-tfel.202

delete unused InputSensor

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068810.html

Name: EToys-tfel.202
Ancestors: EToys-tfel.201

refactor and consolidate loading and opening sexp projects

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068811.html

Name: EToys-tfel.199
Ancestors: EToys-tfel.198

- add a fix to parse sexp Characters that are printed as strings
- re-add openFromImagePath:, but this time using loadFromImagePath:

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068812.html

Name: EToys-tfel.201
Ancestors: EToys-tfel.200

fix a release issue

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068813.html

Name: EToys-tfel.200
Ancestors: EToys-tfel.199

quit without save in etoy friendly mode

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068814.html

Name: EToys-tfel.198
Ancestors: EToys-tfel.197

another fix

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068815.html

Name: EToys-tfel.197
Ancestors: EToys-tfel.196

revert to full project saving and loading, but do allow the sexp loading, too

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068816.html

Name: EToys-tfel.196
Ancestors: EToys-tfel.195

- move most of the project loading and saving refactorings into the System package
- change SISS storing of projects to store the sexp string directly, rather than as binary

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068817.html

Name: EToys-tfel.195
Ancestors: EToys-tfel.194

do not depend on Rome/Pango

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068818.html

Name: EToys-tfel.194
Ancestors: EToys-tfel.193

move all siss stuff into siss package

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068819.html

Name: EToys-tfel.193
Ancestors: EToys-tfel.192

- get rid of dead code paths (in part with undeclared identifiers)
- fix setting the requestor in custom parsing code paths
- avoid shadowing instance variables in extension methods on FillInTheBlankMorph
- move ParseNodeBuilder from Meta-Examples, because it is specific to Etoys' use of SISS
- fix primReplaceBytesFrom:... in PredicatedArray when KedamaPlugin2 is not available
- do not depend on VideoForSqueak

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068820.html

Name: EToys-tfel.192
Ancestors: EToys-tfel.191

move some code into Morphic-Extras

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068821.html

Name: EToys-tfel.191
Ancestors: EToys-tfel.190

fix ambigious parsing @- vs @ -

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068822.html

Name: EToys-tfel.189
Ancestors: EToys-tfel.188

remove useless overrides

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068823.html

Name: EToys-tfel.190
Ancestors: EToys-tfel.189

move Meta method to Meta package

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068824.html

Name: EToys-tfel.176
Ancestors: EToys-tfel.175

update order of setting the images, to work with latest trunk changes

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068825.html

Name: EToys-tfel.175
Ancestors: EToys-pre.141, EToys-tfel.174

merge with trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068826.html

Name: EToys-tfel.174
Ancestors: EToys-tfel.173

fixes to make the help book loading work

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068827.html

Name: EToys-tfel.172
Ancestors: EToys-tfel.171

- update layouting and coloring for viewer flaps
- define a missing instance variable in compound tlle morphs

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068828.html

Name: EToys-tfel.171
Ancestors: EToys-tfel.170

updates for local variables in etoys

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068829.html

Name: EToys-tfel.173
Ancestors: EToys-tfel.172

fix graphicfilters initialization

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068830.html

Name: EToys-tfel.184
Ancestors: EToys-tfel.183

- allow putting KedamaFloatArrays and WordArrays into random tiles
- fix adding instance variables of different types in Kedama
- save all script sources in the compiled method trailer, to avoid having to decompile again

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068831.html

Name: EToys-tfel.181
Ancestors: EToys-tfel.180

remove obsolete methods from Presenter, move the relevant changes into EtoysPresenter

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068832.html

Name: EToys-tfel.180
Ancestors: EToys-tfel.179

small cleanups and bug fixes

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068833.html

Name: EToys-tfel.179
Ancestors: EToys-tfel.178

reorganize the sugarnavbar and add convenience buttons to save and load SISS etoys when we're on Sugar (where image segments do not work)

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068834.html

Name: EToys-tfel.178
Ancestors: EToys-tfel.177

- fix siss loading issue with Characters
- move etoys-specific presenter methods into EtoysPresenter
- move the supplies flap off screen in sugar, so it doesn't accidentally get stuck on the mouse

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068835.html

Name: EToys-tfel.177
Ancestors: EToys-tfel.176

update to work with changed ThreeStateButton in trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068836.html

Name: EToys-tfel.161
Ancestors: EToys-tfel.160

merge kedama into etoys

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068837.html

Name: EToys-tfel.160
Ancestors: EToys-tfel.159

re-add a method that was moved from connectors

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068838.html

Name: EToys-tfel.210
Ancestors: EToys-tfel.209, EToys-mt.142

merge Squeakland Etoys

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068839.html

Name: Kernel-kfr.6
Ancestors: Kernel-bf.5

A slightly modified version of Ricardo Moran's CalendarMorph circulated in late 2011. Provides a scriptable calendar object, with a variety of useful items available in the 'calendar' category of its viewer.
http://tracker.squeakland.org/browse/SQ-1008

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068840.html

Name: EToys-tfel.188
Ancestors: EToys-tfel.187

- remove many methods that had undeclared identifiers that were in dead code paths
- move instance variables on external classes that are only used in etoys into extension properties

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068841.html

Name: Kernel-bf.7
Ancestors: Kernel-kfr.6

Change Set:		monthAndDayOfWeek-sw
Date:			22 June 2012

Makes the month names  January...December and weekday names Monday..Sunday  appear for translation in the translation tools.
(modified by bf: do not add a method but mark the original definitions for translation)

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068842.html

Name: EToys-tfel.187
Ancestors: EToys-tfel.186

remove and refactor many methods with undeclared references

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068843.html

Name: EToys-tfel.186
Ancestors: EToys-tfel.185

fix Player>>random: to use the ordinary numeric random rather than some Kedama thing

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068844.html

Name: EToys-tfel.185
Ancestors: EToys-tfel.184

make KedamaWorld larger by default

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068845.html

Name: EToys-tfel.183
Ancestors: EToys-tfel.182

- fix attribute definitions for etoys players, it was updated in Squeakland but got lost during the merge. This fixes Kedama turtle variables
- Kedama re-writing is based on the limited set of parse nodes in Squeak 3.8. Rather than redo it all, define some aliases of newer nodes. For now, this affects SpecialSelectorNodes, which map back to SelectorNodes for the Kedama rewriter
- remove the stop button again in the sugar navigator. When running outside of the Sugar environment on the XO, it only mapped to #quitSqueak anyway
- change Sugar's quitSqueak to ask for save confirmation just like the world menu would

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068846.html

Name: EToys-tfel.182
Ancestors: EToys-tfel.181

remove obsolete Cursor primitive methods

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068847.html

Name: EToys-tfel.159
Ancestors: EToys-tfel.158

pull broom morphs into etoys

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068848.html

Name: GetText-tfel.39
Ancestors: GetText-ul.38, GetText-bf.16

merge from Squeakland Etoys image

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068849.html

Name: Kernel-kfr.8
Ancestors: Kernel-bf.7

Fix long standing bug with printing small numbers ie 1.2245678e-16
Copied methods from Squeak 4.4

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068850.html

Name: EToys-tfel.158
Ancestors: EToys-mt.140, Etoys-kfr.157

merge from Squeakland Etoys image

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068851.html

Name: MorphicExtras-tfel.191
Ancestors: MorphicExtras-mt.183, MorphicExtras-tfel.190

merge trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068852.html

Name: MorphicExtras-tfel.190
Ancestors: MorphicExtras-tfel.189

remove direct references to Etoys and import code from Squeakland

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068853.html

Name: MorphicExtras-tfel.189
Ancestors: MorphicExtras-tfel.188

remove references to undefined variables that came in from Squeakland etoys

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068854.html

Name: MorphicExtras-tfel.188
Ancestors: MorphicExtras-tfel.187

remove references to Etoys-only fields and methods

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068855.html

Name: MorphicExtras-tfel.187
Ancestors: MorphicExtras-tfel.186

add a flag to suspend the replaying hand

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068856.html

Name: MorphicExtras-tfel.186
Ancestors: MorphicExtras-tfel.185

Do not show a blank cursor when cancelling a sketch, because hitting the confirmation buttons becomes pretty difficult in that case.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068857.html

Name: MorphicExtras-tfel.185
Ancestors: MorphicExtras-pre.180, MorphicExtras-tfel.184

merge with trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068858.html

Name: MorphicExtras-tfel.184
Ancestors: MorphicExtras-tfel.183

translation

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068859.html

Name: MorphicExtras-tfel.183
Ancestors: MorphicExtras-tfel.182

- if etoys is loaded and the sugar bar is enabled, defer to its sepcial methods to build flaps.
- use a table layout in the flaps

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068860.html

Name: MorphicExtras-tfel.182
Ancestors: MorphicExtras-tfel.181

use new sugar navigator preference if etoys is loaded

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068861.html

Name: MorphicExtras-tfel.180
Ancestors: MorphicExtras-tfel.179

don't try to add empty morphs

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068862.html

Name: MorphicExtras-tfel.181
Ancestors: MorphicExtras-tfel.180

additional merges from Squeakland Etoys

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068863.html

Name: MorphicExtras-tfel.179
Ancestors: MorphicExtras-tfel.178, MorphicExtras-kfr.80

merge from Squeakland Etoys image

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068864.html

Name: System-tfel.902
Ancestors: System-mt.901, System-tfel.882

merge trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068865.html

Name: System-tfel.880
Ancestors: System-tfel.879

Import Etoys and SISS independent bits for storing and loading images also from sexps from the Squeakland release. Mostly this just refactors the Project loading code into multiple different methods, but it also puts the junctions in there to save and load SISS SExpressions rather than image segments, if SISS and Etoys are loaded

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068866.html

Name: System-tfel.882
Ancestors: System-tfel.880, System-mt.881

- merge with trunk
- update DiskProxy>>enter:revert:saveForRevert: with Squeakland code

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068867.html

Name: System-tfel.879
Ancestors: System-tfel.878

remove direct reference to Etoys

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068868.html

Name: System-tfel.878
Ancestors: System-tfel.877

add Object>>translatedNoop as catch-all for localization

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068869.html

Name: System-tfel.877
Ancestors: System-cmm.876, System-tfel.873

merge with trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068870.html

Name: System-tfel.873
Ancestors: System-tfel.872

Fix an infinite loop when the locale is changed during startup

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068871.html

Name: System-tfel.872
Ancestors: System-tfel.871

don't error when there are no translations available

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068872.html

Name: System-tfel.871
Ancestors: System-mt.870, System-tfel.858

merge with trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068873.html

Name: EToys-tfel.221
Ancestors: EToys-tfel.220

fix parsing of parameters

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068874.html

Name: EToys-tfel.219
Ancestors: EToys-tfel.218

pasteUpMorph is usually nil at this point, ask the world

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068875.html

Name: EToys-tfel.220
Ancestors: EToys-tfel.219

- make it easy to set the Kedama dimensions from etoys
- register kedama particles in supplies

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068876.html

Name: Morphic-tfel.1305
Ancestors: Morphic-tfel.1304

remove ugly owner hacks when we draw a new sketch and add its flex shell

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068877.html

Name: MorphicExtras-tfel.195
Ancestors: MorphicExtras-tfel.194

Show the FrameRateMorph in the supplies tab

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068878.html

Name: Nebraska-tfel.47
Ancestors: Nebraska-tfel.46

workaround. at least the PartsBin should work

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068879.html

Name: Morphic-tfel.1305
Ancestors: Morphic-tfel.1304

remove ugly owner hacks when we draw a new sketch and add its flex shell

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068880.html

Name: EToys-jl.222
Ancestors: EToys-tfel.221

tfel fixed reduceOnStack

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068881.html

Name: EToys-tfel.224
Ancestors: EToys-jl.223

evaluate conditions in Kedama parallel for every turtle (so that e.g. randomness is parallel)

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068882.html

Name: System-tfel.858
Ancestors: System-tfel.857

- accessors for GetText translations so we can later get at the untranslated phrases
- fix store project interaction
- fix adding new font sizes for TTCFonts when the first derivative is a TTCFontSet

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068883.html

Name: System-tfel.857
Ancestors: System-tfel.856

fasterKeys is deprecated

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068884.html

Name: System-tfel.856
Ancestors: System-mt.855, System-kfr.65

merge from Squeakland Etoys image

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068885.html

Name: Files-tfel.162
Ancestors: Files-cmm.161, Files-Richo.2

merge from Squeakland Etoys image

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068886.html

Name: Network-tfel.183
Ancestors: Network-ul.182, Network-tfel.181

merge trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068887.html

Name: Network-tfel.181
Ancestors: Network-ul.180, Network-bf.3

merge from Squeakland Etoys image

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068888.html

Name: TrueType-tfel.45
Ancestors: TrueType-mt.44, TrueType-tfel.44

merge trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068889.html

Name: TrueType-tfel.44
Ancestors: TrueType-mt.43, TrueType-bf.7

merge from Squeakland Etoys image

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068890.html

Name: Graphics-tfel.361
Ancestors: Graphics-mt.360, Graphics-tfel.358

merge trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068891.html

Name: Graphics-tfel.358
Ancestors: Graphics-tfel.357, Graphics-mt.357

merge trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068892.html

Name: EToys-tfel.225
Ancestors: EToys-tfel.224

if any subnode of a message node sends a sequential selector, we need to make the node itself sequential, too

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068893.html

Name: EToys-tfel.226
Ancestors: EToys-tfel.225

make the highlight morph work for single stepping through etoys scripts

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068894.html

Name: EToys-tfel.227
Ancestors: EToys-tfel.226, EToys-jl.224

merge

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068895.html

Name: Sound-tfel.58
Ancestors: Sound-mt.57, Sound-tfel.57

merge trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068896.html

Name: Sound-tfel.57
Ancestors: Sound-mt.56, Sound-kfr.27

merge from Squeakland Etoys image

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068897.html

Name: Morphic-tfel.1288
Ancestors: Morphic-mt.1287, Morphic-tfel.1250

merge trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068898.html

Name: Morphic-tfel.1250
Ancestors: Morphic-tfel.1249

be more reserved in novice mode about which things to show in the yellow button menu.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068899.html

Name: Morphic-tfel.1249
Ancestors: Morphic-tfel.1248

merge project export code from squeakland, guard it so we don't depend on etoys or siss

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068900.html

Name: Morphic-tfel.1248
Ancestors: Morphic-tfel.1247

remove direct reference to Etoys

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068901.html

Name: EToys-tfel.228
Ancestors: EToys-tfel.227

apply fix from jl to skip drawing turtles if the semaphore is locked

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068902.html

Name: EToys-tfel.228
Ancestors: EToys-tfel.227

apply fix from jl to skip drawing turtles if the semaphore is locked

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068903.html

Name: Morphic-tfel.1247
Ancestors: Morphic-mt.1246, Morphic-tfel.1244

merge with trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068904.html

Name: Morphic-tfel.1244
Ancestors: Morphic-tfel.1243

fix references to undefined symbols by removing dead code paths

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068905.html

Name: Morphic-tfel.1243
Ancestors: Morphic-tfel.1242

add a flag to allow spawning the color picker morph without a color chart (used in etoys)

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068906.html

Name: Morphic-tfel.1242
Ancestors: Morphic-tfel.1241

fix hotspot for color picker cursor

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068907.html

Name: Morphic-tfel.1241
Ancestors: Morphic-mt.1240, Morphic-tfel.1222

merge with trunk

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068908.html

Name: Morphic-tfel.1222
Ancestors: Morphic-tfel.1221

remove references to usePango instvar

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068909.html

Name: Morphic-tfel.1221
Ancestors: Morphic-tfel.1220

check new sugar preference if etoys is loaded

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068910.html

Name: Morphic-tfel.1220
Ancestors: Morphic-tfel.1219

update referencePool and TextMorph>>fillStyle to work with Squeakland etoys

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068911.html

Name: Morphic-tfel.1219
Ancestors: Morphic-tfel.1218

fix SketchMorph>>extent: to really avoid extens where x OR y are zero

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068912.html

Name: Morphic-tfel.1218
Ancestors: Morphic-mt.1217, Morphic-bf.107

merge from Squeakland Etoys image

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068913.html

Name: Morphic-jl.1290
Ancestors: Morphic-mt.1289, Morphic-tfel.1288

Fix removing of flex shell for morphs that do not have a world.

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


More information about the Squeak-dev mailing list