[Kstars-devel] KDE/kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Wed Nov 9 07:49:34 CET 2005
SVN commit 479087 by harris:
Make CustomCatalogComponent compile.
Renamed the class files (they were called customcatalogscomponent
(removed "s" at the end of "catalog").
The CustomCatalogComponent now encapsulates a single custom catalog. We
create a SkyComposite in SkyMapComposite that contains all of the user's
custom catalogs, each in its own CustomCatalogComponent.
TODO: need functions to add/remove a custom catalog:
SkyMapComposite::addCustomCatalog(filename) and
SkyMapComposite::removeCustomCatalog(name)
Also converted the DeepSkyObject draw functions to use QPointF instead
of QPoint.
CCMAIL: kstars-devel at kde.org
M +63 -70 deepskyobject.cpp
M +2 -2 deepskyobject.h
M +0 -1 kstarsdata.cpp
M +0 -1 kstarsdata.h
M +1 -1 skycomponents/Makefile.am
A skycomponents/customcatalogcomponent.cpp [License: GPL (v2+)]
A skycomponents/customcatalogcomponent.h [License: GPL (v2+)]
D skycomponents/customcatalogscomponent.cpp
D skycomponents/customcatalogscomponent.h
M +5 -0 skycomponents/skymapcomposite.cpp
M +1 -1 skycomponents/starcomponent.cpp
M +4 -0 starobject.cpp
M +3 -0 starobject.h
More information about the Kstars-devel
mailing list