[Kstars-devel] kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Fri Mar 19 08:59:58 CET 2004


CVS commit by harris: 

The background of the on-screen InfoBoxes can now be drawn 
semi-transparently or opaquely, using the (previously unused) BoxBGColor 
color.  The default background is semi-transparent.  In the Colors tab 
of the Options window, there is a combobox where you can select from "no 
fill", "transparent", or "opaque".  This is not real alpha-transparency; 
I'm just using a dense dither pattern (Qt::Dense4Pattern).  

I also adjusted the BoxBGColor of the default color scheme.

Right now, the BG mode value is stored in the Options object, but it is 
not part of the ColorScheme class.  I couldn't decide whether it should 
be there or not.  

I also fixed a crash condition, when the Horizon label was drawn a few 
degrees west of the North horizon point.  Also, the Horizon label is no 
longer drawn when the Opaque ground is active.

CCMAIL: kstars-devel at kde.org


  M +3 -6      infobox.cpp   1.7
  M +1 -1      infobox.h   1.9
  M +4 -4      infoboxes.cpp   1.16
  M +3 -3      infoboxes.h   1.9
  M +5 -0      kstars.kcfg   1.6
  M +40 -2     opscolorsui.ui   1.3
  M +6 -5      skymapdraw.cpp   1.55
  M +1 -1      data/default.colors   1.12





More information about the Kstars-devel mailing list