Summary: | the view direction changed during subsequent program starts | ||
---|---|---|---|
Product: | [Applications] kstars | Reporter: | Toralf Förster <toralf.foerster> |
Component: | general | Assignee: | kstars |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Toralf Förster
2008-05-13 20:21:43 UTC
SVN commit 809477 by harris: Reorganizing initFocus(): + Fix bug #162059: when leaving the program in Horizontal coordinates and not tracking on the sky, the initial position on next startup should be the same Alt/Az coordinates. Fixed. + When leaving the program tracking on a star named "star", the initial position on the next startup should be that same star, Fixed. They seem like simple fixes, but it actually took quite a bit to fix these. Another symptom of the bubble-gum-and-duct-tape nature of the startup code... Is it worth trying to backport this fix to the 3.x codebase? Are we going to have 3.5.10? CCMAIL: kstars-devel@kde.org BUG: 162059 M +14 -12 kstars.cpp M +3 -1 kstars.h M +8 -2 kstarsactions.cpp M +37 -28 kstarsinit.cpp M +15 -1 skycomponents/starcomponent.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=809477 seems that this wasn't included in 3.5.10, isn't it ? |