SUMMARY When going back a long time ago, e.g. 500 BC, then the constellation names and constellation boundaries move in respect to the constellations. They are no longer within their boundaries. The names however still match the constallation boundaries. STEPS TO REPRODUCE 1. start kstars, show constellation boundaries and names 2. enter year= -500 3. go OBSERVED RESULT constellation boundaries no longer match the constellations EXPECTED RESULT they still should SOFTWARE/OS VERSIONS Windows: current binaries macOS: Linux/KDE Plasma: current ubuntu (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Constellations are located with a RA/DEC mid-point that is unrelated to stars actually. That mid-point is used to render the constellation art in the sky representation. SkyQPainter::drawConstellationArtImage only uses EquatorialToHorizontal to compute the position of the image, thus locate the drawing in J2000. So, yes, bug confirmed for me.