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

Jason Harris kstars at 30doradus.org
Tue Oct 25 16:30:54 CEST 2005


SVN commit 474105 by harris:

More in SkyComponents:

+ Make sure update(), updatePlanets(), and updateMoons() only exist for 
certain classes

+ Remove "needNewCoords" bool parameter from the three update*() 
functions.  Not needed for updatePlanets() or updateMoons().  For 
update(), we now just set the KSNumbers pointer argument to NULL by 
default, and this indicates that the computation of Precession/Nutation 
should be skipped. (added note to APIDOX)

+ make sure the definition of update() checks whether num is a valid 
pointer.

+ Various cleanups

CCMAIL: kstars-devel at kde.org



 M  +11 -13    README  
 M  +0 -19     asteroidscomponent.cpp  
 M  +0 -8      asteroidscomponent.h  
 M  +2 -20     cometscomponent.cpp  
 M  +0 -8      cometscomponent.h  
 M  +4 -5      constellationboundarycomponent.cpp  
 M  +5 -3      constellationboundarycomponent.h  
 M  +3 -5      jupitermoonscomponent.cpp  
 M  +2 -2      jupitermoonscomponent.h  
 M  +2 -3      listcomponent.cpp  
 M  +4 -3      listcomponent.h  
 M  +3 -3      mooncomponent.cpp  
 M  +2 -3      mooncomponent.h  
 M  +2 -3      pointlistcomponent.cpp  
 M  +4 -3      pointlistcomponent.h  
 M  +2 -3      singlecomponent.cpp  
 M  +5 -4      singlecomponent.h  
 M  +1 -2      skycomponent.h  
 M  +7 -7      skycomposite.cpp  
 M  +5 -7      skycomposite.h  
 M  +5 -25     solarsystemcomposite.cpp  
 M  +2 -4      solarsystemcomposite.h  
 M  +2 -2      suncomponent.cpp  
 M  +0 -8      suncomponent.h  




More information about the Kstars-devel mailing list