[Kstars-devel] kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Sun Oct 24 02:03:38 CEST 2004
CVS commit by harris:
Fulfilling wish #82946 (include constellation in object details).
The constellation which contains the object is now displayed in the
details dialog, and also in the top section of the popup menu. Please
let me know if you think the latter is overkill. I kind of like it, but
I know some people prefer smaller popup menus :)
Added function SkyPoint::constellation(), which returns the name of the
constellation which contains the point. It does this by iterating over
all of the constellation-boundary line segments to find the pair of
segments which bracket the point to the North and South.
FEATURE: 82946
CCMAIL: kstars-devel at kde.org
M +10 -0 csegment.h 1.3
M +5 -1 detaildialog.cpp 1.45
M +181 -148 detaildialogui.ui 1.3
M +6 -0 kspopupmenu.cpp 1.28
M +1 -1 kspopupmenu.h 1.8
M +72 -0 skypoint.cpp 1.31
M +8 -0 skypoint.h 1.24
More information about the Kstars-devel
mailing list