Bug 408537

Summary: impossible to insert several rows or columns at once
Product: [Applications] LabPlot2 Reporter: Uwe Stöhr <uwestoehr>
Component: frontendAssignee: Alexander Semke <alexander.semke>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version First Reported In: latest   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 2.7
Sentry Crash Report:

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.