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

Kurt Hindenburg kurt.hindenburg at gmail.com
Sat Sep 22 19:15:23 UTC 2012


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



desktop/sessionui.rc
<http://git.reviewboard.kde.org/r/104193/#comment15291>

    this needs updated to 23 for master



src/SessionController.cpp
<http://git.reviewboard.kde.org/r/104193/#comment15290>

    change this to 
    popup->insertAction(_switchProfileMenu, _showMenuAction);


- Kurt Hindenburg


On March 8, 2012, 6:42 a.m., Jekyll Wu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/104193/
> -----------------------------------------------------------
> 
> (Updated March 8, 2012, 6:42 a.m.)
> 
> 
> 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/20120922/c4f90ec8/attachment.html>


More information about the konsole-devel mailing list