Bug 207797

Summary: when restart kstars after hiding tools panel, they are not hidden
Product: [Applications] kstars Reporter: Fabien <pogzy>
Component: generalAssignee: Alexey Khudiakov <alexey.skladnoy>
Status: RESOLVED FIXED    
Severity: normal CC: alexey.skladnoy, finex, kde, mutlaqja
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: The toolbars are set checked by default.Applying this patch on kstars.cpp will resolve it.

Description Fabien 2009-09-18 16:01:22 UTC
Version:            (using KDE 4.3.1)
OS:                Linux
Installed from:    Ubuntu Packages

There is no way to hide the tools panel, when I uncheck them in the
menu, they are hided but when I restart KStarts, they came back.
Comment 1 Lukas Middendorf 2009-10-15 23:10:03 UTC
can confirm with kstars 1.5.3, KDE 4.3.2 on Fedora 11
Comment 2 devi 2010-01-24 02:55:38 UTC
Created attachment 40181 [details]
The toolbars are set checked by default.Applying this patch on kstars.cpp will resolve it.
Comment 3 Alexey Khudiakov 2010-01-31 15:15:02 UTC
SVN commit 1083013 by khudyakov:

* Remove options Show{Main,View}Toolbar. It turn out that toolbars
have their own facilities to preserve state between program runs and
these options interfere. This should resolve bug 20797.

It's based on Sruthi Devi's patch.

CCMAIL: kstars-devel@kde.org
CCBUG: 207797

 M  +0 -2      kstars.cpp  
 M  +0 -10     kstars.kcfg  
 M  +4 -4      kstarsactions.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1083013
Comment 4 Alexey Khudiakov 2010-02-03 13:52:32 UTC
Status bar is affected by this bug too.
Comment 5 Alexey Khudiakov 2010-02-21 20:51:58 UTC
SVN commit 1093963 by khudyakov:

Set visibility of status bar from options.

Also remove unused include

BUG: 207797

 M  +2 -1      kstars.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1093963