Bug 408537 - impossible to insert several rows or columns at once
Summary: impossible to insert several rows or columns at once
Status: RESOLVED FIXED
Alias: None
Product: LabPlot2
Classification: Applications
Component: frontend (other bugs)
Version First Reported In: latest
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Alexander Semke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-10 15:36 UTC by Uwe Stöhr
Modified: 2019-06-10 19:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In: 2.7
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Stöhr 2019-06-10 15:36:30 UTC
One often needs to insert e.g. 3 rows to a spreadsheet. But LP 2.6 doesn't offer to insert them. One has to add them one by one. This is annoying if you need e.g. 10 new rows.

Other programs offer to insert either one row or a certain number of rows. Of you choose the latter you can set the number of rows to be inserted.
Comment 1 Alexander Semke 2019-06-10 17:34:57 UTC
Git commit 39ee4d0150b7f8687f1c7789ea2d2ba85e53e234 by Alexander Semke.
Committed on 10/06/2019 at 17:33.
Pushed by asemke into branch 'master'.

[spreadsheet] allow to insert multiple rows and columns in one step.
FIXED-IN: 2.7

M  +2    -0    ChangeLog
M  +167  -33   src/commonfrontend/spreadsheet/SpreadsheetView.cpp
M  +14   -0    src/commonfrontend/spreadsheet/SpreadsheetView.h

https://commits.kde.org/labplot/39ee4d0150b7f8687f1c7789ea2d2ba85e53e234
Comment 2 Uwe Stöhr 2019-06-10 19:56:32 UTC
Wow, that was fast! Many thanks.