[Libreoffice-ux-advise] [Bug 88287] UI: Rename "Lines" toolbar and removing "Arrows" toolbar from View > Toolbars
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jun 10 06:17:21 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=88287
Heiko Tietze <tietze.heiko at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|libreoffice-ux-advise at lists |momonasmon at gmail.com,
|.freedesktop.org |tietze.heiko at gmail.com
Keywords| |difficultyBeginner,
| |easyHack, skillDesign,
| |topicUI
--- Comment #9 from Heiko Tietze <tietze.heiko at gmail.com> ---
Some code pointers:
> 1) The tooltip for .uno:LineToolbox needs to be changed to 'Lines and
> Polygons'
The LineToolbox is here
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu?r=82bba7e4#4761
The ArrowsToolbox (labeled "Lines") at
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu?r=82bba7e4#1998
(not sure at what of the two we should do the changes)
> 2) The toolbar title of linesbar.xml needs to be changed to 'Lines and
> Polygons'
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu?r=00f96e88#127
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu?r=00f96e88#196
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu?r=00f96e88#578
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu?r=00f96e88#515
> 3) The Arrows toolbar (arrowsbar.xml) needs to be removed from View >
> Toolbars
Maybe per
<prop oor:name="HideFromToolbarMenu" oor:type="xs:boolean">
<value>true</value>
</prop>
at
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu#711
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu#210
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu#315
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu#226
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list