[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Jan 12 23:55:04 UTC 2011


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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004123.html

Name: SUnitGUI-cmm.51
Ancestors: SUnitGUI-bp.50

TestRunner now properly honors the Reuse Windows preference.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004124.html

Name: System-cmm.412
Ancestors: System-bf.411

- Updated license copyright message.
- showSplitterHandles is off by default in 4.2.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004125.html

Name: PackageInfo-Base-cmm.49
Ancestors: PackageInfo-Base-cmm.48

- Ensure that PackageInfo subclasses are always returned from PackageInfo class>>#named:, even if a generic PackageInfo is already present in PackageInfo allPackages.
- PackageInfo subclass instances should announce their presence by overriding #packageName on the *class* side.  Their 'packageName' variable will be populated in their instance with that name.
- Packages that do not have a custom PackageInfo subclass will still get an instance of the generic PackageInfo, normally.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004126.html

Name: Tests-cmm.109
Ancestors: Tests-ar.108

Move #packageName to class-side so that, to ensure that if a PackageInfo subclass exists, it will be used rather than generic PackageInfo.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004127.html

Name: Help-Squeak-Project-cmm.9
Ancestors: Help-Squeak-Project-cmm.8

Update copyright message to hard-coded 2011.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004128.html

Name: Morphic-cmm.512
Ancestors: Morphic-ul.511

- 4.2 aesthetics improvement:  Halos and the halo-bounds indicator should be borderless and slightly translucent, because they serve as a *meta* indicator/control of a real, tangible object (a Morph).  Similar to Balloon-help Morphs, which are also slightly transparent.
- showSplitterHandles will default to off in 4.2.  Updated another place trying to set it true.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004129.html

Name: Monticello-dtl.417
Ancestors: Monticello-bp.416

When a package is unloaded, any subpackages will also be removed, so unregister the MCWorkingCopies for these subpackages after the removal.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004130.html

Name: Tests-ul.110
Ancestors: Tests-cmm.109

Refactored and extended CompilerExceptionsTest. One test case is failing. The corresponding bug report is here: http://bugs.squeak.org/view.php?id=7572 .

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004131.html

Name: Morphic-cmm.513
Ancestors: Morphic-cmm.512

- Present the message, "Enter text to narrow selection down to matching items" to users who have NOT discovered that menus accept keyboard input, instead of the users who already have.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004132.html

Name: System-ul.413
Ancestors: System-cmm.412, System-ul.411

- merged

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004133.html

Name: System-ul.411
Ancestors: System-cmm.410

- ensure that DictionaryOfPreferences (a class variable of Preferences) is not accessed concurrently when it's possible. The goal is to keep the integrity of the dictionary. See http://bugs.squeak.org/view.php?id=7593 .

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004134.html

Name: Graphics-ul.175
Ancestors: Graphics-cmm.174

- a naive fix for PNGReadWriterTest >> #testGrayScale

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004135.html

Name: ReleaseBuilder-cmm.54
Ancestors: ReleaseBuilder-cmm.53

- Slightly tone-down the blue reflection gradient.
- For 4.2, set showBoundsInHalo for two reasons:  1) it is a meta-indicator that reveals the presence of Morphic as a separate layer of the GUI, 2) it enhances Berts new window slinging by allowing background windows to be moved and resized.
- Set alternateHandlesLook off by default because they should not have a gradient.  Only solid objects reflect light, not meta-controls and meta-indicators.
- Set Workspace class>>#shouldStyle: false because Workspaces are used for quick note-taking which shouldn't have styling, as well as short code scripts, which don't need styling.
- Set square corners by default because 1) the rounded corners look crusty, 2) square are corners slightly faster, .
- installBrightWindowColors because it improves window delineation, making the system easier to use.  They're not that bright, and there's nothing wrong with a little color.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004136.html

Name: PackageInfo-Base-cmm.50
Ancestors: PackageInfo-Base-cmm.49

- Don't lose PackageInfo state when replacing with a subclass.
- No need to double-register replacement PackageInfo's.
- Simplified comment.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004137.html

Name: PackageInfo-Base-cmm.51
Ancestors: PackageInfo-Base-cmm.50

- Added unnecessary, but appropriate #yourself.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-January/004138.html

Name: Compiler-nice.184
Ancestors: Compiler-nice.183

Fix DecompilerTests>>#testDecompileLoopWithMovingLimit
A to:do: loop cannot modify the limit inside the block

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



More information about the Squeak-dev mailing list