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

Thomas Kabelmann tk78 at gmx.de
Wed Aug 10 16:56:35 CEST 2005


SVN commit 445142 by kabelmann:

This is the initial import of breaking KStarsData and SkyMap into manageable pieces by building a self organized object hierarchy. Currently there are the basic classes SkyComponent and SkyComposite. The code for following classes is ported too: horizon, milky way, coordinate grid, constellation lines and constellation names.

The code will not compile, because it's mainly copy-and-pasted from KStarsData/SkyMap. The focus of this import is a to have a stable API. After having all code ported to the new infrastructure I will start to polish the code, so that it will compile. Ported code is just commented out in KStarsData/SkyMap and not entirely removed.

CCMAIL: kstars-devel at kde.org


 M  +17 -7     kstarsdata.cpp  
 M  +10 -10    kstarsdata.h  
 A             skycomponents (directory)  
 A             skycomponents/constellationlinescomponent.cpp   [License: GPL (v2+)]
 A             skycomponents/constellationlinescomponent.h   [License: GPL (v2+)]
 A             skycomponents/constellationnamescomponent.cpp   [License: GPL (v2+)]
 A             skycomponents/constellationnamescomponent.h   [License: GPL (v2+)]
 A             skycomponents/coordinategridcomponent.cpp   [License: GPL (v2+)]
 A             skycomponents/coordinategridcomponent.h   [License: GPL (v2+)]
 A             skycomponents/horizoncomponent.cpp   [License: GPL (v2+)]
 A             skycomponents/horizoncomponent.h   [License: GPL (v2+)]
 A             skycomponents/milkywaycomponent.cpp   [License: GPL (v2+)]
 A             skycomponents/milkywaycomponent.h   [License: GPL (v2+)]
 A             skycomponents/skycomponent.cpp   [License: GPL (v2+)]
 A             skycomponents/skycomponent.h   [License: GPL (v2+)]
 A             skycomponents/skycomposite.cpp   [License: GPL (v2+)]
 A             skycomponents/skycomposite.h   [License: GPL (v2+)]
 A             skycomponents/skymapcomposite.cpp   [License: GPL (v2+)]
 A             skycomponents/skymapcomposite.h   [License: GPL (v2+)]
 M  +4 -2      skymap.cpp  
 M  +4 -4      skymap.h  
 M  +10 -1     skymapdraw.cpp  




More information about the Kstars-devel mailing list