[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Apr 3 21:55:03 UTC 2015


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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007792.html

Name: EToys-topa.121
Ancestors: EToys-topa.120

As Etoys is not _per se_ dependent on Sound, be graceful about its presence in Etoys' tests.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007793.html

Name: Morphic-mt.813
Ancestors: Morphic-mt.812

Added preference for updating the current selection on option/menu click to compensate misplaced mouse cursors.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007794.html

Name: Morphic-mt.814
Ancestors: Morphic-mt.813

Fixed hovered-row state in lists when losing keyboard focus, e.g., when invoking a context menu. Otherwise this may be confusing if the current selection is not updated but the hovered row still indicated.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007795.html

Name: Morphic-mt.815
Ancestors: Morphic-mt.814

Fixed open-in-world behavior for system windows to return the opened window if the reuse-windows preference changed that.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007796.html

Name: ToolBuilder-Morphic-mt.117
Ancestors: ToolBuilder-Morphic-mt.116

The morphic tool builder now honors the reuse-windows preference because #open: will now return the actually opened window.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007797.html

Name: System-mt.716
Ancestors: System-topa.715

Refactored window color handling. Added a #normalColor to the specs because I will remove the #duller-hack from SystemWindow and this ensures that users will not be overwhelmed by bright colors.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007798.html

Name: Tools-mt.577
Ancestors: Tools-mt.576

Updated to load normal window colors for new tool sets as introduced by System-mt.716

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007799.html

Name: Morphic-mt.816
Ancestors: Morphic-mt.815

Removed #duller-hack from SystemWindow and thus extended main docking bar to offer "normal window colors", which are the old bright ones but duller.

Please use the "Extras -> Window Colors"-menu if this update messes up your colors, i.e., makes them too bright.

Note: The small icons in the Tools menu may now also appear darker than usual, which is correct, because they represent the actual window color.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007800.html

Name: System.spur-mt.716
Ancestors: System-mt.716, System.spur-topa.715

System-mt.716 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-tpr.256

Refactored window color handling. Added a #normalColor to the specs because I will remove the #duller-hack from SystemWindow and this ensures that users will not be overwhelmed by bright colors.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007801.html

Name: Morphic-mt.817
Ancestors: Morphic-mt.816

Color handling in system windows cleaned-up and fixed. #adoptPaneColor: will now be sent to all panes on activate/passivate to give them a chance to also "look inactive".

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007802.html

Name: Morphic-mt.818
Ancestors: Morphic-mt.817

Scroll bars and scroll panes now update their border colors when asked for adopting a system window's pane color.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007803.html

Name: Morphic-mt.819
Ancestors: Morphic-mt.818

Fixed window color refreshing when changing the global color scheme. Now, it honors the #isActive state of all open windows.

Additionally, we do not send #adoptPaneColor: with nil anymore to all our submorphs...

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007804.html

Name: MorphicExtras-mt.159
Ancestors: MorphicExtras-mt.158

Clock morph now shows the current date in the balloon text.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007805.html

Name: TrueType-topa.36
Ancestors: TrueType-cmm.35

cope for the fact that typographicAscender and  typographicDescender may not be available and 0-height fonts are a bit useless

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007806.html

Name: TrueType-topa.37
Ancestors: TrueType-topa.36

React to dpi changes

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007807.html

Name: TrueType-topa.38
Ancestors: TrueType-topa.37

As TTFileDescription as TTFontDescription

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007808.html

Name: ToolsTests-mt.71
Ancestors: ToolsTests-bf.70

Fixed #tearDown in MessageNamesTest because it will only work if tests did not close the topView already. This happes, for example, if reuse-windows preference is enabled.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007809.html

Name: Collections-cmm.603
Ancestors: Collections-mt.602

- Collection>>#groupBy:having: is already being used for non-Integer groups, and integerDictionary is now slower than a regular Dictionary in Spur.
- PositionableStream>>#nextInto:, #next:into:, #nextInto:startingAt:, #next:into:startingAt:, and #readInto:startingAt:count require no services specific to PositionableStream.  Move them up to Stream and remove the redundant implementations from various subclasses.
- Let WeakArray>>#species be a regular Array instead of its own class, so that WeakArray's can be successfully compared to Arrays with equivalent contents.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007810.html

Name: Collections-cmm.608
Ancestors: Collections-ul.607, Collections-cmm.603

Merged cmm.603.

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


More information about the Squeak-dev mailing list