Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001779.html

Name: MorphicExtras-kb.54
Ancestors: MorphicExtras-nice.53

 - fix: http://bugs.squeak.org/view.php?id=7411
   Fixed the building of edge selection menu in  Flaps class >> addLocalFlap.

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001780.html

Name: MorphicExtras-kb.54
Ancestors: MorphicExtras-nice.53

 - fix: http://bugs.squeak.org/view.php?id=7411
   Fixed the building of edge selection menu in  Flaps class >> addLocalFlap.

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001782.html

Name: PreferenceBrowser-kb.39
Ancestors: PreferenceBrowser-MAD.38

 - fix: http://bugs.squeak.org/view.php?id=4530
   TextInput of PreferenceBrowser behave strangely.
   The root of the problem was that on each keystroke the PluggableTextMorph updated the PreferenceBrowser, which in turn updated the PluggableTextMorph, what messed up its selection.
   This solution gives a getTextSelector to the PluggableTextMorph which is never triggered.
   Another solution could be to drop the auto updating behaviour.

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001783.html

Name: Collections-ul.186
Ancestors: Collections-nice.184

- removed Character >> #asIRCLowercase and String >> #asIRCLowercase, because they belong to the Network-IRC package
- moved all #hasContentsInExplorer and #explorerContents to Morphic-Explorer
- updated Collection's #ifEmpty:, #ifEmpty:ifNotEmpty:, #ifEmpty:ifNotEmptyDo:, #ifNotEmpty:ifEmpty:, #ifNotEmptyDo:ifEmpty: to enable the compiler to optimize the #ifTrue:ifFalse: sends
- same for Text >> #alignmentAt:ifAbsent:
- added SequenceableCollection >> #replace: which is an in-place version of #collect: (the implementation of Dictionary >> #explorerContents in Morphic-Explorer uses it)
- changed Set >> #atRandom: to use #= instead of #== for integer comparison



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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001784.html

Name: CollectionsTests-ul.109
Ancestors: CollectionsTests-nice.108

- updated ArrayTest >> #testPrinting to the current printing schema

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001785.html

Name: Kernel-ar.294
Ancestors: Kernel-ul.293

Merging Kernel-ul.293:

- moved #hasContentsInExplorer and #explorerContents to Morphic-Explorer

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001786.html

Name: Tools-ar.144
Ancestors: Tools-ar.142, Tools-ul.143

Merging Tools-ul.143:

- moved CompiledMethod >> #explorerContents to Morphic-Explorer

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001787.html

Name: Morphic-ar.227
Ancestors: Morphic-ar.226, Morphic-ul.226

Merging Morphic-ul.226

- moved all #explorerContents and #hasContentsInExplorer to Morphic-Explorer
- reimplemented #explorerContents in Dictionary, Integer, SequenceableCollection and Set

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001788.html

Name: Monticello-ul.332
Ancestors: Monticello-ul.331

- speed up MCFileRepositoryInspector by improving #packageList and caching the result. (~25x speedup with a respository of ~500 package versions of ~160 packages)

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001789.html

Name: MorphicExtras-dtl.55
Ancestors: MorphicExtras-kb.54

Restore missing method PartsBin>>listDirection:quadList:buttonClass: used by external package Connectors. Add comment to discourage removal.
Reference: http://lists.squeakfoundation.org/pipermail/squeak-dev/2009-November/140870.html

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001790.html

Name: CollectionsTests-ar.110
Ancestors: CollectionsTests-ul.109

Illustrate a bug in handling collisions with nil keys in Dictionary.

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001791.html

Name: MorphicExtras-dtl.56
Ancestors: MorphicExtras-dtl.55

Fix underscores and remove duplicate code in PartsBin initialization

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