[Kstars-devel] KDE/kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Fri Oct 28 07:36:22 CEST 2005


SVN commit 475061 by harris:

More progress:

EquatorComponent, PointsListComponent, SkyComposite now compile.

SkyMap::checkVisibility() now has only one argument, the SkyPoint to be 
tested.  The other args were redundant, because their values are stored 
internally in SkyMap and updated with SkyMap::setMapGeometry().
I updated all instances of checkVisibility() in skycomponents/, but it 
still needs to be done in the main source directory.

Add public function SkyMap::isSlewing(), which returns true if the sky 
is in motion.  This is now necessary because the SkyComponent::draw() 
functions do not have access to the private SkyMap members "bool 
slewing" and "bool clockSlewing".

Other miscellaneous fixes.

CCMAIL: kstars-devel at kde.org



 M  +1 -1      skycomponents/constellationnamescomponent.cpp  
 M  +1 -1      skycomponents/coordinategridcomponent.cpp  
 M  +2 -0      skycomponents/coordinategridcomponent.h  
 M  +1 -1      skycomponents/customcatalogscomponent.cpp  
 M  +0 -2      skycomponents/customcatalogscomponent.h  
 M  +2 -3      skycomponents/deepskycomponent.cpp  
 M  +0 -2      skycomponents/deepskycomponent.h  
 M  +2 -2      skycomponents/eclipticcomponent.cpp  
 M  +0 -2      skycomponents/eclipticcomponent.h  
 M  +46 -44    skycomponents/equatorcomponent.cpp  
 M  +2 -1      skycomponents/equatorcomponent.h  
 M  +3 -3      skycomponents/horizoncomponent.cpp  
 M  +2 -2      skycomponents/horizoncomponent.h  
 M  +0 -2      skycomponents/jupitermoonscomponent.h  
 M  +1 -1      skycomponents/milkywaycomponent.h  
 M  +3 -4      skycomponents/pointlistcomponent.cpp  
 M  +8 -6      skycomponents/pointlistcomponent.h  
 M  +1 -1      skycomponents/skycomposite.cpp  
 M  +1 -1      skycomponents/skycomposite.h  
 M  +14 -3     skycomponents/skymapcomposite.cpp  
 M  +3 -1      skycomponents/skymapcomposite.h  
 M  +0 -70     skycomponents/solarsystemsinglecomponent.cpp  
 M  +2 -3      skycomponents/starcomponent.cpp  
 M  +0 -2      skycomponents/starcomponent.h  
 M  +4 -0      skymap.cpp  
 M  +51 -52    skymap.h  
 M  +429 -423  skymapdraw.cpp  




More information about the Kstars-devel mailing list