[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Mar 27 23:55:19 UTC 2010


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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003136.html

Name: Morphic-ar.395
Ancestors: Morphic-tfel.394

Merging Morphic-tfel.394:

Updates to Menu
	* Use the new buttons
	* Fix the highlighting for the pin icon
	* Fix the shadow

(ar: changed postscript to not nuke custome window title fonts and avoid odd effects after recreating label areas)

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003137.html

Name: Tests-bf.63
Ancestors: Tests-nice.62

- remove useless test that could accidentally wipe out your image directory, as reported on Pharo list by Laurent Laffont

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003138.html

Name: Multilingual-bf.110
Ancestors: Multilingual-ar.109

- use default directory when downloading fonts, not "SecurityManager default untrustedUserDirectory" (which is equivalent anyway)

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003139.html

Name: System-nice.300
Ancestors: System-nice.299

1) replace un-implemented Preferences suppressCheckForSlips with existing Preferences checkForSlips ( http://bugs.squeak.org/view.php?id=7483 )
2) add a postscript to clean-up obsolete MethodProperties

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003140.html

Name: System-nice.301
Ancestors: System-nice.300

remove postscript.
running it once was enough.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003141.html

Name: Morphic-tfel.396
Ancestors: Morphic-ar.395

SystemWindowWithButton needs to adjust the button position if the menu button is on the right

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003142.html

Name: System-ar.302
Ancestors: System-nice.301, System-tfel.300

Merging System-tfel.300:

Change the sizing of the Annotations Tool - with the new fonts, the box would overflow the window

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003143.html

Name: Morphic-ar.397
Ancestors: Morphic-tfel.396, Morphic-cbr.392

Merging Morphic-cbr.392:

I find it irksome that we have two help menus (one in the main docking bar, one in the world menu.) I also find it irksome that there's so much stuff in the help menu that's in the world menu that's not really help-related.

I moved the stuff that's actually help (except for "world menu help" which really isn't that helpful) out of the world menu and into the docking bar. I took everything else that wasn't already exposed somewhere and put it in the Extras menu on the docking bar.

I moved telemorphic up to the top of the world menu because I don't know what it's for, because it pops a submenu that wants self to be an instance of TheWorldMenu, and because I didn't really care to mess with transplanting it.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003144.html

Name: Multilingual-ul.114
Ancestors: Multilingual-bf.110

- removed unused selectors and instance variables from UTF8TextConverter
- added string encoding/decoding capabilities to TextConverter
- copied ByteString's #utf8ToSqueak and #squeakToUtf8 implementation to UTF8TextConverter class without the Latin-1 fallback code (an error is raised if the input is not valid)

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003145.html

Name: Files-ul.78
Ancestors: Files-nice.77

- don't try to set the position of the file if it's not possible 

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003146.html

Name: Collections-ul.349
Ancestors: Collections-nice.348

- use the TextConverter's to encode/decode strings

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003147.html

Name: Collections-ul.350
Ancestors: Collections-ul.349

- removed the now unused Latin1ToUtf8Map and Latin1ToUtf8Encodings class variables and #initialize from ByteString class

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003148.html

Name: Multilingual-ul.115
Ancestors: Multilingual-ul.114

- move separator skip methods to the TextConverters

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003149.html

Name: Installer-Core-nice.338
Ancestors: Installer-Core-ul.337

Get rid of #and:and:
Use #sort:

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003150.html

Name: SUnit-ul.75
Ancestors: SUnit-nice.74

- run long test cases by default

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003151.html

Name: Morphic-tfel.398
Ancestors: Morphic-ar.397

Multiple people thought the yellow button has not enough contrast, so I made it more orange.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003152.html

Name: System-tfel.303
Ancestors: System-ar.302

* Make the gray for the windows a little darker, that's easier on the eyes
* Set the default window title font size to 9 (new Squeakers will appreciate this, I believe)

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003153.html

Name: Tests-ul.64
Ancestors: Tests-bf.63

- removed the forced full GC and Transcript logging from DecompilerTests >> #decompileClassesSelect:. This gives ~2.6x speedup for running these tests (from 80 to 30 seconds on my pc)

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003154.html

Name: Files-nice.79
Ancestors: Files-ul.78

Fix an _ in comment

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003155.html

Name: Morphic-nice.399
Ancestors: Morphic-tfel.398

Fix an _ assignment in class comment

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003156.html

Name: Nebraska-nice.29
Ancestors: Nebraska-nice.28

Remove a _ assignment from a class comment

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003157.html

Name: Multilingual-nice.116
Ancestors: Multilingual-ul.115

Don't let Unicode use #scanMultiCharactersCombiningFrom:to:in:rightX:stopConditions:kern: until problems are fixed.
Anyway, combining diacritical was experimental and not really operational.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003158.html

Name: Multilingual-nice.117
Ancestors: Multilingual-nice.116

move lastWidth inst-var one level upper for handling of CombinedChar

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



More information about the Squeak-dev mailing list