wmayer
|
2a2b8835c0
|
Spreadsheet: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01: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 |
|
luz paz
|
abf4c92280
|
Spreadsheet: Fix header uniformity + trailing whitespace
[skip ci]
|
2020-11-27 19:39:06 +01:00 |
|
wmayer
|
f50dc8e652
|
[skip ci] fix more -Wgnu-zero-variadic-macro-arguments
|
2019-11-17 15:14:18 +01:00 |
|
Zheng, Lei
|
38c47d6e95
|
Expression: split Expression.h to ExpressionParser.h
Split Expression details into a separate header to reduce recompilation
time on changes.
|
2019-09-28 15:30:41 +02:00 |
|
Zheng, Lei
|
11321bb996
|
Spreadsheet changes
Various changes to support in-place editing, and more.
|
2019-08-17 15:15:47 +02:00 |
|
Eivind Kvedalen
|
d2a5d0de4b
|
Spreadsheet: Coverity issue 151662, 151655, 133440, 129433 are false positives, but code rewritten for readability.
|
2016-12-15 17:27:18 +01:00 |
|
wmayer
|
2af6bb6e49
|
replace deprecated auto_ptr with unique_ptr
|
2016-09-22 13:01:20 +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
|
ec3076f034
|
Spreadsheet: Refactored alias checking code, so GUI and Python error messages are aligned.
|
2016-02-18 16:54:39 +01:00 |
|
Eivind Kvedalen
|
79056112f1
|
Spreadsheet GUI: Issue #2402: Check for existing aliases in Properties dialog box.
|
2016-01-26 11:07:51 +01:00 |
|
wmayer
|
3fb195b2c7
|
+ fix major flaw in Spreadsheet module: do not include precompiled header in other header files
+ fix linking errors in drawing module
|
2016-01-04 16:03:00 +01:00 |
|
Eivind Kvedalen
|
a8e9a0a77f
|
Spreadsheet: Added direct alias command.
|
2015-10-11 09:41:14 +02:00 |
|
Eivind Kvedalen
|
e39578c742
|
Spreadsheet: Replaced own Expression classed by the ones in App.
|
2015-09-21 14:51:11 +02:00 |
|
Eivind Kvedalen
|
6d0df4c58b
|
Spreadsheet: Use Base::fromStdString/toStdString.
|
2015-09-21 14:51:01 +02:00 |
|
Eivind Kvedalen
|
e34884b1a8
|
Spreadsheet: Removed 'using namespace App'; preparation for moving Expression
classes to App.
|
2015-09-21 14:51:00 +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 |
|