[Libreoffice-ux-advise] [Bug 154917] Remove Random Number Generator from the context menu and add it to the Insert menu at the NBs

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu May 4 09:26:49 UTC 2023


https://bugs.documentfoundation.org/show_bug.cgi?id=154917

Heiko Tietze <heiko.tietze at documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
                   |.freedesktop.org            |tion.org,
                   |                            |mentoring at documentfoundatio
                   |                            |n.org
            Summary|Add Random Number Generator |Remove Random Number
                   |to the Tabbed UI            |Generator from the context
                   |                            |menu and add it to the
                   |                            |Insert menu at the NBs
           Keywords|needsUXEval                 |difficultyBeginner,
                   |                            |easyHack, skillDesign,
                   |                            |topicUI

--- Comment #8 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
The function fills the selection or whatever you specify at cell range but not
the row/column. So let's move it out of these menus. And it seems we have an
agreement on the Insert dropdown menu (the function is not a field like
date/value).

However, moving 

<menu:menuitem menu:id=".uno:RandomNumberGeneratorDialog"/>

from 

sc/uiconfig/scalc/popupmenu/row_operations.xml and
sc/uiconfig/scalc/popupmenu/column_operations.xml

into 
sc/uiconfig/scalc/ui/notebookbar.ui
sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui
sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
sc/uiconfig/scalc/ui/notebookbar_compact.ui

underneath

<object class="GtkMenu" id="Menu Insert">

as
the command is uno:RowOperations

has the drawback to also affect the standard toolbar where the Row/Column menu
also pops up. But I think it's not a big deal since we have the function at the
main menu, where it is better located anyway.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list