[Pkg] The Trunk: Kernel-mt.1035.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 16 15:32:16 UTC 2016


Marcel Taeumel uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-mt.1035.mcz

==================== Summary ====================

Name: Kernel-mt.1035
Author: mt
Time: 16 August 2016, 5:31:21.408602 pm
UUID: 794b1430-0a2b-d84d-9a30-f5d4e406c433
Ancestors: Kernel-mt.1034

Fixes additional dependency by moving some window color-related methods to System extension.

=============== Diff against Kernel-mt.1034 ===============

Item was removed:
- ----- Method: Model>>defaultBackgroundColor (in category 'morphic ui') -----
- defaultBackgroundColor
- 
- 	self flag: #remove. "Use #windowColorToUse"
- 	^ self windowColorToUse!

Item was removed:
- ----- Method: Model>>defaultWindowColor (in category 'morphic ui') -----
- defaultWindowColor
- 
- 	^ self uniformWindowColor!

Item was removed:
- ----- Method: Model>>uniformWindowColor (in category 'morphic ui') -----
- uniformWindowColor
- 
- 	^ self userInterfaceTheme uniformWindowColor ifNil: [Color veryVeryLightGray]!

Item was removed:
- ----- Method: Model>>windowColorToUse (in category 'morphic ui') -----
- windowColorToUse
- 
- 	^ Color colorFrom: (self class useColorfulWindows
- 		ifTrue: [self userInterfaceTheme customWindowColor ifNil: [self defaultWindowColor]]
- 		ifFalse: [self uniformWindowColor])!

Item was removed:
- ----- Method: StringHolder>>defaultWindowColor (in category 'user interface') -----
- defaultWindowColor
- 	^ (Color r: 0.9 g: 0.9 b: 0.719)!



More information about the Packages mailing list