Bug 72446 - How about 'hide menubar' in right click menu?
Summary: How about 'hide menubar' in right click menu?
Status: RESOLVED INTENTIONAL
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.3 Beta
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-12 05:49 UTC by Jose Hernandez
Modified: 2004-02-10 07:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Hernandez 2004-01-12 05:49:43 UTC
Version:           1.3 Beta (using KDE 3.1.94 (CVS >= 20031206), compiled sources)
Compiler:          gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice)
OS:          Linux (i686) release 2.6.0-gentoo

For right-click on console context menu, since there is an option to Show Menubar when hidden, why not Hide Menubar when shown for consistency? Cheers
Comment 1 Stephan Kulow 2004-01-12 13:28:58 UTC
hiding the menubar alters the RMB menu much more and the task is to have a clean RMB menu not a crowded one
Comment 2 Kurt Hindenburg 2004-02-10 07:55:29 UTC
I think there should be a Hide/Show menubar text.  It is easy with the new setCheckedState in kdelibs CVS.  I don't understand what Stephan means in comment #1.
When the menubar is visible, the menu text is "Hide Menubar".  When the menubar is hidden, the RMB has "Show Menubar".  Makes sense to me....

--- konsole.cpp.orig    2004-02-10 01:46:34.252558584 -0500
+++ konsole.cpp 2004-02-10 01:51:01.448938560 -0500
@@ -419,6 +419,7 @@
       {
          showMenubar->plug ( m_rightButton, index );
          m_rightButton->insertSeparator( index+1 );
+         showMenubar->setCheckedState( KGuiItem( "Hide &Menubar", "showmenu", QString::null, QString::null ) );
       }
       index = 2;
       m_rightButton->setItemVisible(POPUP_NEW_SESSION_ID,true);
Comment 3 Kurt Hindenburg 2004-02-10 07:57:44 UTC
O.K. I see that the original question was wanting to have a "Hide Menubar" in the RMB.