[Kstars-devel] branches/work/kdeedu_kstars_htm/kstars/kstars
James Bowlin
bowlin at mindspring.com
Sun Aug 5 21:18:59 CEST 2007
SVN commit 696736 by jbowlin:
Cleaned up skymesh.h and linelistindex.h including documentation of
new methods. Got rid of some cruft and unused debugging hooks.
streamlined the isZoomedIn() feature.
I now determine the re-indexing update interval for the Constellation
lines at init time based on the maximum proper motion of the stars in
the constellations. This tripled the update interval. This was a
baby step toward implementing Jason's idea of keeping a separate list
of fast moving stars that will let us re-index the bulk of the stars
at a much, much longer interval (~4,500 years).
Internationalized my strings that users will see.
Made a small correction to SkyLabeler. I've made the minimum x distance
between runs to be the text width of "MMMM" instead of an arbitrary number
of pixels. Labels can be closer together than this but I won't try to
squeeze a third label in between two existing labels that are already
this close.
I made sure that I got Jason's recent skypoint update before committing.
CCMAIL: kstars-devel at kde.org
M +15 -5 data/read-hippo.pl
M +4 -5 ksfilereader.cpp
M +7 -7 ksfilereader.h
M +2 -2 skycomponents/constellationboundary.cpp
M +13 -7 skycomponents/constellationlines.cpp
M +2 -1 skycomponents/constellationlines.h
M +1 -1 skycomponents/coordinategrid.cpp
M +1 -1 skycomponents/deepskycomponent.cpp
M +26 -38 skycomponents/linelistindex.cpp
M +52 -40 skycomponents/linelistindex.h
M +1 -1 skycomponents/milkyway.cpp
M +11 -3 skycomponents/noprecessindex.cpp
M +15 -5 skycomponents/noprecessindex.h
M +3 -3 skycomponents/skiplistindex.cpp
M +2 -2 skycomponents/skiplistindex.h
M +1 -1 skycomponents/skylabeler.cpp
M +16 -16 skycomponents/skymesh.cpp
M +148 -99 skycomponents/skymesh.h
M +2 -3 skycomponents/starcomponent.cpp
M +13 -0 starobject.cpp
M +9 -0 starobject.h
More information about the Kstars-devel
mailing list