Bug 226159

Summary: shortcuts to zoom in Maintoolbar is not working
Product: [Applications] kstars Reporter: devi <devisruthi>
Component: generalAssignee: Akarsh Simha <akarsh.simha>
Status: RESOLVED FIXED    
Severity: normal CC: mutlaqja
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: patch to enable working of zoom functions

Description devi 2010-02-10 16:53:36 UTC
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
Comment 1 devi 2010-02-11 13:52:27 UTC
Created attachment 40677 [details]
patch to enable working of zoom functions
Comment 2 Alexey Khudiakov 2010-02-15 19:37:35 UTC
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
Comment 3 Alexey Khudiakov 2010-02-21 14:05:54 UTC
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