The Trunk: Nebraska-mt.42.mcz

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

The Trunk: Nebraska-mt.42.mcz

commits-2
Marcel Taeumel uploaded a new version of Nebraska to project The Trunk:
http://source.squeak.org/trunk/Nebraska-mt.42.mcz

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

Name: Nebraska-mt.42
Author: mt
Time: 31 July 2016, 10:38:22.08149 am
UUID: f6330fa2-1555-2749-bbf3-4fc7a3addaf8
Ancestors: Nebraska-kfr.41

*** Widget Refactorings and UI Themes (Part 2 of 11) ***

Simplify window colors and prepare them and other properties of system windows to be themed.

=============== Diff against Nebraska-kfr.41 ===============

Item was removed:
- ----- Method: ChatNotes>>defaultBackgroundColor (in category 'morphic') -----
- defaultBackgroundColor
- "In a better design, this would be handled by preferences."
- ^Color r: 1.0 g: 0.7 b: 0.8!

Item was added:
+ ----- Method: ChatNotes>>defaultWindowColor (in category 'user interface') -----
+ defaultWindowColor
+ ^ (Color r: 1 g: 0.7 b: 0.8)!