[Konsole-devel] Review Request: The context menu should contain the "Show Menubar" action when the menubar is hidden

Jekyll Wu adaptee at gmail.com
Thu Mar 8 06:42:06 UTC 2012


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104193/
-----------------------------------------------------------

Review request for Konsole.


Description
-------

The cause of that bug is "show-menubar" is contained in both konsoleui.rc(used by MainWindow) and sessionui.rc(used by SessionController). In MainWindow::showShortcutsDialog(), the following code adds that 'show-menubar' action twice since it is contained in the 'actionCollection()' of both MainWindow and SessionController.

    foreach(KXMLGUIClient * client, guiFactory()->clients()) {
        dialog.addCollection(client->actionCollection());
    }

The patch removes "show-menubar" from sessionui.rc. Instead, it adds or removes that action into/from context menu dynamically depending upon whether the window currently has menubar or not. The result is the content menu contains that "Show Menubar" action only when the menubar is hidden.

I feel this is not an ideal solution. Is there some way to tell KShortcutsDialog: "If the same action is added twice, Just count it as one single action"? That would make the code easier . 

And I'm not sure appending the "Show Menubar" action is nice or ugly. Should a separator be added before it?


This addresses bug 214493.
    http://bugs.kde.org/show_bug.cgi?id=214493


Diffs
-----

  desktop/sessionui.rc 0dd1b66 
  src/SessionController.h 46714c0 
  src/SessionController.cpp f437d9b 

Diff: http://git.reviewboard.kde.org/r/104193/diff/


Testing
-------

seems fine in stand-alone konsole and hosts of konsolepart.


Screenshots
-----------

when menubar is visible
  http://git.reviewboard.kde.org/r/104193/s/452/
when menubar is hidden
  http://git.reviewboard.kde.org/r/104193/s/453/


Thanks,

Jekyll Wu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20120308/7f53ab4e/attachment.html>


More information about the konsole-devel mailing list