wmayer
f4e0abc9d2
Spreadsheet: [skip ci] fix gcc warnings about unused variables
2021-04-03 12:21:42 +02:00
Benjamin Nauck
4e4a8df724
Spreadsheet: Fix UI issues when trying to insert rows/cols
...
* Add support for better translations (using pluralizations)
* Add support for inserting rows/columns after the selection
* Informs the user that it will insert rows/cols above/under/left/right of the selection
* Informs the user how many rows/cols that will be inserted
2021-04-02 19:33:06 +02:00
luz paz
786d84d288
Spreadsheet: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Spreadsheet Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
wmayer
d6169d6478
boost: fix for boost < 1.60
2020-06-15 19:38:39 +02:00
wmayer
730154a684
boost 1.73.0: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated
2020-06-12 17:51:33 +02:00
asapelkin
ced8100ab9
use emplace_back instead of push_back where justified
2019-11-21 14:48:09 +01:00
wmayer
f50dc8e652
[skip ci] fix more -Wgnu-zero-variadic-macro-arguments
2019-11-17 15:14:18 +01:00
Zheng, Lei
43d4b9a497
Spreadsheet: column/row select on right click
2019-10-07 17:24:30 +02:00
Zheng, Lei
f1b569621a
Split App::AutoTransaction into its own file
2019-09-10 14:17:07 +02:00
Zheng, Lei
11321bb996
Spreadsheet changes
...
Various changes to support in-place editing, and more.
2019-08-17 15:15:47 +02:00
wmayer
4accbb257c
Fix scan coverity issues:
...
CID 184299: Null pointer dereferences (FORWARD_NULL)
CID 184297: Error handling issues (UNCAUGHT_EXCEPT)
CID 184296: Uninitialized members (UNINIT_CTOR)
CID 184292: Uninitialized members (UNINIT_CTOR)
2018-11-13 13:20:16 +01:00
wmayer
3ea9b6ca70
implement cut/copy/paste in spreadsheet view
2018-10-09 00:02:53 +02:00
wmayer
4d47ce619e
fixes #0002833 : [Spreadsheet] Keyboard events are sent to the wrong viewprovider
2018-09-12 17:40:57 +02:00
wmayer
2af6bb6e49
replace deprecated auto_ptr with unique_ptr
2016-09-22 13:01:20 +02:00
wmayer
9a38507c76
fix Coverity issues
2016-08-21 23:13:22 +02:00
Eivind Kvedalen
ae111d11b5
Spreadsheet: Removed own expression parser and instead use the one in App.
2016-04-02 12:01:04 +02:00
Eivind Kvedalen
899956cd51
Spreadsheet: Issue #2301 : Handle enter/return and tab keys the same as e.g OpenOffice and Excel.
2015-11-28 12:56:27 +01:00
Eivind Kvedalen
a8e9a0a77f
Spreadsheet: Added direct alias command.
2015-10-11 09:41:14 +02:00
wmayer
0a06b2b703
+ fix various warnings
2015-08-29 23:01:19 +02:00
Eivind Kvedalen
935ec5b034
Initial implementation of Spreadsheet module (C++ version) by Eivind Kvedalen.
...
Various fixes for Windows by
Peter Lama <peterldev94@gmail.com >
Werner Mayer <wmayer@users.sourceforge.net >
2015-02-13 21:53:58 +01:00