[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Thu Jul 28 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-July/068308.html

Name: Tools-tfel.709
Ancestors: Tools-mt.708

Fix a small bug in FileList2. FileList>>itemsForFile: now needs a fully qualified path

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068309.html

Name: Morphic-mt.1199
Ancestors: Morphic-mt.1198

Improve robustness for tricky debugging scenarios.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068310.html

Name: System-mt.842
Ancestors: System-mt.841

Fixes uni-class check due to latest updates in EToys package.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068311.html

Name: Morphic-mt.1200
Ancestors: Morphic-mt.1199

Adds pragma preference for rounded window corners.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068312.html

Name: MorphicExtras-mt.177
Ancestors: MorphicExtras-topa.176

Uses pragma preference for rounded window corners.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068313.html

Name: ReleaseBuilder-mt.136
Ancestors: ReleaseBuilder-mt.135

Uses pragma preference for rounded window corners.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068314.html

Name: System-mt.843
Ancestors: System-mt.842

Removes old-style preference for rounded window corners.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068315.html

Name: 51Deprecated-mt.33
Ancestors: 51Deprecated-mt.32

Just in case, deprecate but not remove old-style rounded-corners string message.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068316.html

Name: Morphic-mt.1201
Ancestors: Morphic-mt.1200

Restore functionality for rounded window corners, how that the preference is pragma-style.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068317.html

Name: SystemReporter-mt.27
Ancestors: SystemReporter-mt.26

The System Reporter tool is created via tool builder and hence should be a model like all other tools created via tool builder.

Note that Model does also have a more efficient management for dependents compared to Object.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068318.html

Name: Morphic-mt.1202
Ancestors: Morphic-mt.1201

Add and use pragma-style preference for gradient scroll bars.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068319.html

Name: ReleaseBuilder-mt.137
Ancestors: ReleaseBuilder-mt.136

Use pragma-style preference for gradient scroll bars.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068320.html

Name: System-mt.844
Ancestors: System-mt.843

Remove old-style preference for gradient scroll bars.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068321.html

Name: Morphic-mt.1203
Ancestors: Morphic-mt.1202

Cleans up window refreshing code. Fixes a bug that recreated the close box for windows that where uncloseable.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068322.html

Name: Morphic-mt.1204
Ancestors: Morphic-mt.1203

Fixes some code that is used when refreshing the window colors after a preference change.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068323.html

Name: Morphic-mt.1205
Ancestors: Morphic-mt.1204

Provide a simple interface to avoid display updates. For example, if you change a bunch of things in, say, the PluggableButtonMorph and you happen to have one visible on the screen, transcripts or system progress bars will trigger visual updates at a time when code is in an inconsistent state.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068324.html

Name: System-mt.845
Ancestors: System-mt.844

Also add the generic hook to avoid display updates to all project kinds.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068325.html

Name: System-tfel.846
Ancestors: System-mt.845

various fixes for locale support

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068326.html

Name: Graphics-tfel.356
Ancestors: Graphics-tfel.355

add a preference for bigger cursors (from etoys) and fix fallback for CursorWithAlpha for systems that do not support 32-bit cursors with alpha

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068327.html

Name: Morphic-tfel.1206
Ancestors: Morphic-mt.1205

Use all translators to offer languages

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068328.html

Name: MorphicExtras-tfel.178
Ancestors: MorphicExtras-mt.177

use a default value for flaptabs if we don't have a referent

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068329.html

Name: Multilingual-tfel.215
Ancestors: Multilingual-tpr.214

only run the language environment startup code for the current language platform when the locale changes. no need to run it for all platforms.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068330.html

Name: System-tfel.847
Ancestors: System-tfel.846

avoid infinite recursion in Locale class>>localeChanged

only inform the current project of a locale change if that project is of the same class as the one we're currently in

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068331.html

Name: GetText-ul.38
Ancestors: GetText-mt.37

- fixed two erroneous underscore conversions

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068332.html

Name: WebClient-Core-ul.102
Ancestors: WebClient-Core-topa.101

Send #destroy to stream instead of its socket in WebClient >> #destroy, so that SecureSocketStream can properly release its SqueakSSL instance instead of leaking it.

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


More information about the Squeak-dev mailing list