Activity log for bug #1006208

Date Who What changed Old value New value Message
2012-05-30 04:22:21 norbinz bug added bug
2012-05-30 04:28:42 norbinz description I'm running Version 0.11.3 for Windows. Pressing Ctrl+Alt+Shift+] should advance time by one sidereal year, but it's off by about a day. In StelCore.cpp I see this suspicious code: void StelCore::addSiderealYear() { addSiderealDays(365.256363004); } I think that should be addSolarDays, not addSiderealDays. (Or change the value accordingly.) Similar problem in StelCore::addSiderealYear() I'm running Version 0.11.3 for Windows. Pressing Ctrl+Alt+Shift+] should advance time by one sidereal year, but it's off by about a day. In StelCore.cpp I see this suspicious code: void StelCore::addSiderealYear() {     addSiderealDays(365.256363004); } I think that should be addSolarDays, not addSiderealDays. (Or change the value accordingly.) Similar problem in StelCore::subtractSiderealYear()
2012-05-30 06:02:59 Alexander Wolf stellarium: status New Confirmed
2012-05-30 06:03:03 Alexander Wolf stellarium: assignee Alexander Wolf (alexwolf)
2012-05-30 06:03:07 Alexander Wolf stellarium: importance Undecided Low
2012-05-30 06:03:10 Alexander Wolf stellarium: milestone 0.11.4
2012-05-30 06:04:42 Alexander Wolf stellarium: status Confirmed In Progress
2012-05-30 14:57:58 Alexander Wolf stellarium: status In Progress Fix Committed
2012-05-30 14:58:20 Launchpad Janitor branch linked lp:stellarium
2012-08-25 15:33:15 Alexander Wolf stellarium: status Fix Committed Fix Released