The Trunk: Monticello-ar.385.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-ar.385.mcz

commits-2
Andreas Raab uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-ar.385.mcz

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

Name: Monticello-ar.385
Author: ar
Time: 24 March 2010, 9:13:39.345 pm
UUID: 64725149-33b4-7f41-8b9b-1aae65ecce4f
Ancestors: Monticello-nice.384

Add WindowColorSpec for Monticello.

=============== Diff against Monticello-nice.384 ===============

Item was changed:
  ----- Method: MCTool>>defaultBackgroundColor (in category 'morphic ui') -----
  defaultBackgroundColor
+ ^ Preferences monticelloToolWindowColor!
- ^ (Color r: 0.627 g: 0.69 b: 0.976)!

Item was added:
+ ----- 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'!