The Trunk: Monticello-mt.640.mcz

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

The Trunk: Monticello-mt.640.mcz

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

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

Name: Monticello-mt.640
Author: mt
Time: 31 July 2016, 10:35:10.36149 am
UUID: 245be9a0-8610-2140-b4ed-57064cbe00ee
Ancestors: Monticello-cmm.639

*** 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 Monticello-cmm.639 ===============

Item was removed:
- ----- Method: MCTool class>>windowColorSpecification (in category 'window color') -----
- windowColorSpecification
-
- ^ WindowColorSpec
- classSymbol: self name
- wording: 'Monticello Tool'
- brightColor:  (Color r: 0.627 g: 0.69 b: 0.976)
- pastelColor: (Color r: 0.65 g: 0.753 b: 0.976) paler
- helpMessage: 'A Tool Window for the Monticello VCS'!

Item was removed:
- ----- Method: MCTool>>defaultBackgroundColor (in category 'morphic ui') -----
- defaultBackgroundColor
- ^ Preferences monticelloToolWindowColor!

Item was added:
+ ----- Method: MCTool>>defaultWindowColor (in category 'user interface') -----
+ defaultWindowColor
+ ^ (Color r: 0.65 g: 0.691 b: 0.876)!