Bug 148467 - Sparkline's main menu items should be in other places
Summary: Sparkline's main menu items should be in other places
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.4.0.0 alpha0+
Hardware: All All
: medium enhancement
Assignee: Roman Kuznetsov
URL:
Whiteboard: target:7.4.0
Keywords: difficultyBeginner, easyHack, skillDesign, topicDesign
Depends on:
Blocks: Main-Menu Sparklines
  Show dependency treegraph
 
Reported: 2022-04-08 11:54 UTC by Roman Kuznetsov
Modified: 2022-09-09 10:24 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Kuznetsov 2022-04-08 11:54:42 UTC
Description:
Sparkline's main menu items should be in other places

So, after a great Tomaž's work we have Sparklines support in Calc. Let's look at sparklines's main menu items:

Fortunately I saw the patch that added those main menu items and already knew where to find it. Its are in Sheet (sic!) main menu now:

Sheet->
    Sparklines->
        Insert sparkline
        Delete sparkline
        Delete sparkline group
        Edit sparkline group
        Group sparklines
        Ungroup sparklines

First - "Insert sparkline" should be in Insert main menu too!
Second - i suggest move all Sparklines-> item with its submenu to Format main menu

Steps to Reproduce:
-

Actual Results:
Users will find Sparklines main menu items too long if we will not change its place in UI =)

Expected Results:
We have "Insert sparkline" item in Insert main menu and other Sparkline items in Format menu


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: efe854bf9b6daff3d0ecf6e3d04bd9a50bfaa3f3
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: threaded
Comment 1 Heiko Tietze 2022-04-11 11:14:19 UTC
Sounds reasonable.

Code pointer: sc/uiconfig/scalc/menubar/menubar.xml
Find the UNO commands names at the customization.
Comment 2 Commit Notification 2022-05-25 14:05:38 UTC
Roman Kuznetsov committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/a68629fdf97f181d4c6975f91e66fe52f83247e9

tdf#148467 Move sparklines items to Insert/Format main menu

It will be available in 7.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.