Version: 1.6.0 (using 4.3.85 (KDE 4.3.85 (KDE 4.4 Beta2)), compiled sources) Compiler: gcc OS: Linux (i686) release 2.6.31-14-generic The zoomIn,zoomout,defaultzoom functions from view->zoomIn/zoomout/defaultzoom and shortcuts to them in Maintoolbar are not working
Created attachment 40677 [details] patch to enable working of zoom functions
SVN commit 1090668 by khudyakov: Backporting bug fix into 4.4 branch. Trunk require more well thought approach. Order of initialization of KStars and SkyMap is too interweaved. It must be simplified Thanks to Sruthi Devi for finding and fixing bug. CCBUG: 226159 CCMAIL: kstars-devel@kde.org M +3 -3 kstarsinit.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1090668
SVN commit 1093793 by khudyakov: Four slots are added to SkyMap. They are used for toggling infoboxes visibility. This commit fixes bug 226159 BUG: 226159 M +19 -7 kstarsinit.cpp M +13 -20 skymap.cpp M +84 -75 skymap.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1093793