[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Apr 1 21:55:04 UTC 2015


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

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

Name: ToolBuilder-Morphic-mt.109
Ancestors: ToolBuilder-Morphic-mt.108

Reverted path selection in tree to use #= instead of #==.

Fixed the code to indicate the actual selection in the tree (and scroll to it if too large).

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

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

Name: Tools-mt.569
Ancestors: Tools-mt.568

Fixed selection in FileList tool.

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

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

Name: ToolBuilder-Morphic-mt.110
Ancestors: ToolBuilder-Morphic-mt.109

Revert "code to indicate the actual selection" because I confused the view-based API with the model-based API.

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

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

Name: Morphic-mt.798
Ancestors: Morphic-mt.797

Fixes error that may occur in empty lazy lists when mapping a point to a row index.

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

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

Name: Morphic-mt.799
Ancestors: Morphic-mt.798

Remove the balloon text when start typing because we assume that the user focuses on the input and not the help anymore.

This is similar to balloon help for buttons where the bubble disappears if the user clicks the button.

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

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

Name: Morphic-mt.800
Ancestors: Morphic-mt.799

Elevated #roundedScrollBarLook into a preference (was: just hardcoded to false) and updated affected methods.

Added preference to hide even the arrow buttons of all scrollbars. This makes sense for mouse-wheel-driven usage.

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

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

Name: Morphic-mt.801
Ancestors: Morphic-mt.800

Scrollbars: Fixed button initialization code for rounded scrollbars.

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

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

Name: Morphic-mt.802
Ancestors: Morphic-mt.801

Fixed layouting bug of horizontal scrollbar if vertical scroll bar is on the left.

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

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

Name: Kernel-topa.916
Ancestors: Kernel-topa.915

(same as before)
Fix arguments access in WeakMessageSend

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

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

Name: ToolBuilder-Morphic-mt.111
Ancestors: ToolBuilder-Morphic-mt.110

Fixed should background-styling to update text morph runs only from within the morphic UI process.

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

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

Name: Morphic-mt.803
Ancestors: Morphic-mt.802

Recompose the paragraph if text or runs changed after keyboard input.

We did not notice this bug because Shout/Tools did this in #stylerStyled:. Only some jerky scrolling behavior occured from time to time because the first text morph update (while Shout was background-styling) was without paragraph recomposition.

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

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

Name: Morphic-mt.804
Ancestors: Morphic-mt.803

Another fix for horizontal scroll bars in scroll panes, which affects layouting and scrolling.

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

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

Name: Tools-cmm.570
Ancestors: Tools-mt.569

- SimpleHierarchicalListMorph's now honor preferences:
	mouseOverForKeyboardFocus
	Vertical Smart Splitters
	Filterable Lists Clear Automatically
- After filtering Tree, refit the column-widths to the filtered results.

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

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

Name: Morphic-cmm.805
Ancestors: Morphic-mt.804

- SimpleHierarchicalListMorph's now honor preferences:
	mouseOverForKeyboardFocus
	Vertical Smart Splitters
- Don't let splitter bars be dragged further than their PluggableListMorphs want them to go.
- PluggableTextMorph's now honor Vertical Smart Splitters to avoid wrapped lines, if possible.

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

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

Name: ToolBuilder-Morphic-cmm.109
Ancestors: ToolBuilder-Morphic-mt.111

- PluggableTreeMorph support for Vertical Smart Splitters.
- Let single-level filtering also be a navigation gesture.
- After filtering a Tree, refit the column-widths to the filtered results.
- SimpleHierarchicalListMorph support mouseOverForKeyboardFocus.
- Fix selection rendering in PluggableTreeMorph (FileList and SqueakMap).

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

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

Name: Tools-cmm.569
Ancestors: Tools-cmm.570

- SimpleHierarchicalListMorph's now honor preferences:
	mouseOverForKeyboardFocus
	Vertical Smart Splitters
	Filterable Lists Clear Automatically
- After filtering Tree, refit the column-widths to the filtered results.

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

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

Name: Morphic-cmm.798
Ancestors: Morphic-cmm.805

- SimpleHierarchicalListMorph's now honor preferences:
	mouseOverForKeyboardFocus
	Vertical Smart Splitters
- Don't let splitter bars be dragged further than their PluggableListMorphs want them to go.
- PluggableTextMorph's now honor Vertical Smart Splitters to avoid wrapped lines, if possible.

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

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

Name: Tools-cmm.571
Ancestors: Tools-cmm.569

Resaving package as highest version number to support proper trunk updating.

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

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

Name: ToolBuilder-Morphic-cmm.112
Ancestors: ToolBuilder-Morphic-cmm.109

Resaving package with highest version # to support proper trunk update.

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

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

Name: ToolBuilder-Morphic-cmm.113
Ancestors: ToolBuilder-Morphic-cmm.112

- Filter-navigation DNU when there is no selection.  Filtering still needs to be figured out for the roots of a tree...
- Restore Marcel's latest selectPath:in: from today.
- Don't rely on #selection: from setSelectedMorph: to fix selection-rendering in UI's, instead we should be sending proper changed notifications from each model.

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

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

Name: Tools-cmm.572
Ancestors: Tools-cmm.571

- Fix test for scrollbar presence for Vertical Smart Splitter support.
- Fix "Reuse Windows" preference for ObjectExplorers.

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

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

Name: SMLoader-cmm.81
Ancestors: SMLoader-bf.80

- Fix selection rendering in SqueakMap.

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

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

Name: ToolBuilder-Morphic-cmm.114
Ancestors: ToolBuilder-Morphic-cmm.113

No, you cannot send copyFrom: 0 to: 0 to an empty Array.  Must check for emptiness.

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

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

Name: System-ul.713
Ancestors: System-eem.712

Use a custom CharacterSet for separators instead of modifying the one in CharacterSet - which may be shared. Cache it for better performance, and get rid of it during cleanUp.

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

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

Name: System-ul.714
Ancestors: System-ul.713

Avoid LargeInteger arithmetic in ThirtyTwoBitRegister>>leftRotateBy:.

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


More information about the Squeak-dev mailing list