[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Thu Aug 11 21:55:03 UTC 2016


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

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

Name: System-mt.877
Ancestors: System-cmm.876

Fixes two bugs in language translation. One prevents an infinite loop, the other avoids the creation of instances of the abstract class NaturalLanguageTranslator. Fall-back to the internal translator instead. Thanks to Tim (F.) !

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

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

Name: CommandLine-mt.7
Ancestors: CommandLine-mt.6

Fixes small bug in DummyUIManager, which is used during automated generation of release artifacts.

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

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

Name: ST80-mt.215
Ancestors: ST80-mt.214

Fixes bug when generating accessors for MVC menus to spawn other kinds of projects. (Actually, it is strange that extension categories do not remove spaces after the package names ...)

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

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

Name: Graphics-mt.360
Ancestors: Graphics-mt.359

Fixes a bug with FormSetFont, which got colorized inadvertently. Support several options via an extended interface. While there might be the case where we want to colorize the glyphs, do not do it by default. People used to use it to add images into Text because our TextAnchor attribute it not useful for that.

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

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

Name: Tools-mt.713
Ancestors: Tools-mt.712

Fix Morphic dependency for Morphics window reusing mechanism. Tools should also work from within MVC.

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

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

Name: Morphic-mt.1257
Ancestors: Morphic-cmm.1256

Fixes a bug that occured when updating tree morphs (such as in the SqueakMap catalog).

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

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

Name: Compiler-tfel.325
Ancestors: Compiler-mt.324, Compiler-Richo.4

merge squeakland Etoys image

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

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

Name: Compiler-tfel.326
Ancestors: Compiler-tfel.325

fix printing of MessageNodes and SelectorNodes

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

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

Name: Compiler-tfel.327
Ancestors: Compiler-tfel.326

- allow using the Encoder without a requestor (useful when feeding it directly without parser/compiler and for testing)
- be more robust in MethodNode printing, when the selector node ivar is subclass of SelectorNode (e.g. a SpecialSelectorNode), the code would try to print the special selector as key of an ordinary SelectorNode.

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

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

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

Unplug the code for #storeToMakeRoom because project serialization via image segments is not working at the moment.

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

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

Name: Tools-mt.714
Ancestors: Tools-mt.713

Hotfix to theme all file choosing and FileList2 dialogs. Note that we should refactore/rewrite that code to not depend on Morphic. In the long term, the Tools package should not depend on Morphic being loaded.

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

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

Name: 51Deprecated-tfel.42
Ancestors: 51Deprecated-mt.41

move a boolean preference adding method to deprecated, so that FreeType at least loads from VMMaker update map

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

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

Name: Collections-mt.704
Ancestors: Collections-mt.703

In preparation for showing the release notes on a help page, make TextReadWriter interface more like ImageReadWriter interface.

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

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

Name: Morphic-mt.1258
Ancestors: Morphic-mt.1257

Fixes a serious regression where the emergency evaluator appeared way too often for even simple drawing errors. New strategy: Try to repaint the world, remembering all errors for various kinds of receivers. Since bad morphs get flagged, this loop terminates. After that, show debuggers for all kinds of errors that appeared. This makes working in Morphic more robust and you can be sure that, after debuggers appear, all drawing glitches have been taken care of.

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

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

Name: Morphic-mt.1258
Ancestors: Morphic-mt.1257

Fixes a serious regression where the emergency evaluator appeared way too often for even simple drawing errors. New strategy: Try to repaint the world, remembering all errors for various kinds of receivers. Since bad morphs get flagged, this loop terminates. After that, show debuggers for all kinds of errors that appeared. This makes working in Morphic more robust and you can be sure that, after debuggers appear, all drawing glitches have been taken care of.

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

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

Name: Collections-mt.705
Ancestors: Collections-mt.704

Fix two small bugs in HTML parser regarding strings in tag properties and href contents.

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

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

Name: Morphic-mt.1259
Ancestors: Morphic-mt.1258

For for interactive release notes, support code URLs in TextURL property.

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

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

Name: Collections-mt.706
Ancestors: Collections-mt.705

Consider UI theme for colorizing text actions.

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

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

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

Text action color in UI themes.

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

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

Name: Help-Squeak-Project-mt.38
Ancestors: Help-Squeak-Project-mt.37

Get release notes from the file system to not spoil the image with large strings.

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

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

Name: Help-Squeak-Project-mt.39
Ancestors: Help-Squeak-Project-mt.38

Get release notes from the file system to not spoil the image with large strings. (e.g. /doc/release-notes-46).

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

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

Name: Help-Squeak-Project-mt.40
Ancestors: Help-Squeak-Project-mt.39

Sort release notes so that the latest comes first.

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

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

Name: Help-Squeak-Project-mt.41
Ancestors: Help-Squeak-Project-mt.40

Minor release notes clean-up. Should work now. We only have to create/fill the release-notes-XX files. :-)

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

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

Name: Services-Base-mt.60
Ancestors: Services-Base-cmm.59

Fix some old window color left-over.

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

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

Name: Morphic-mt.1260
Ancestors: Morphic-mt.1259

Fix some old window color left-over.

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

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

Name: Morphic-mt.1261
Ancestors: Morphic-mt.1260

Make radio buttons, check boxes, sub-menu markers theme-able.

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

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

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

Discard sub-menu marker from theme because we go with the text color of menu entries.

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

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

Name: Morphic-mt.1262
Ancestors: Morphic-mt.1261

Fixes minor hick-ups with overriding the desktop color and respecting this when changing themes.

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

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

Name: ReleaseBuilder-mt.148
Ancestors: ReleaseBuilder-mt.147

Small clean-up for background setting.

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


More information about the Squeak-dev mailing list