[Kstars-devel] KDE/kdeedu/kstars/kstars
Thomas Kabelmann
tk78 at gmx.de
Sun Aug 14 20:35:26 CEST 2005
SVN commit 449204 by kabelmann:
OK, here goes the next bunch of updates. This time jupiter moons and stars are added. The API has changed a little bit. updateTime() was splitted into update(), updateMoons() and updatePlanets() for performance reasons.
Btw, while ripping out the code I found a lot of redundant code so after getting a running version, there is some room for optimizations, but obviously ones I do while porting to the new structure :-)
CCMAIL: kstars-devel at kde.org
M +23 -16 kstarsdata.cpp
M +5 -5 kstarsdata.h
M +1 -1 skycomponents/constellationlinescomponent.cpp
M +2 -2 skycomponents/constellationlinescomponent.h
M +2 -2 skycomponents/constellationnamescomponent.cpp
M +3 -3 skycomponents/constellationnamescomponent.h
M +1 -1 skycomponents/coordinategridcomponent.h
M +6 -4 skycomponents/horizoncomponent.cpp
M +3 -3 skycomponents/horizoncomponent.h
A skycomponents/jupitermoonscomponent.cpp [License: GPL (v2+)]
A skycomponents/jupitermoonscomponent.h [License: GPL (v2+)]
M +5 -3 skycomponents/milkywaycomponent.cpp
M +3 -3 skycomponents/milkywaycomponent.h
M +23 -0 skycomponents/skycomponent.cpp
M +24 -3 skycomponents/skycomponent.h
M +16 -4 skycomponents/skycomposite.cpp
M +11 -5 skycomponents/skycomposite.h
A skycomponents/starcomponent.cpp [License: GPL (v2+)]
A skycomponents/starcomponent.h [License: GPL (v2+)]
M +12 -2 skymapdraw.cpp
More information about the Kstars-devel
mailing list