AgCaliva
93679b2729
Fix DOMDocument redefinition error
2023-09-08 09:12:52 -03:00
wmayer
bf5059bf76
Sheet: modernize C++: redundant void arg
2023-08-05 16:50:31 +02:00
luz paz
30ac2b1469
[Spreadsheet] fix header uniformity
2022-12-02 19:19:56 -06:00
Uwe
2dd9f90f57
[Spread] Gui: remove unused includes
...
- also sort includes
2022-10-10 01:04:07 +02:00
berniev
47ac049e14
Mod: use emplace_back
2022-08-05 10:36:16 +02:00
wmayer
2a2b8835c0
Spreadsheet: modernize C++11
...
* use nullptr
2022-03-23 19:26:14 +01:00
wmayer
43b3bfcb04
Spreadsheet: in ViewProviderSheet do not add a second member to store the Python wrapper because the base class already has it
...
and it invalidates the wrapper in case the it is destroyed
2021-11-13 21:34:43 +01:00
Jose Luis Cercos-Pita
6c63bc3acf
Expose the selected cells to Python
2021-11-12 13:19:03 -06:00
wmayer
75fb8886ac
declare getMDIView and getMDIViewPage as const
2019-12-29 13:55:39 +01:00
Zheng, Lei
11321bb996
Spreadsheet changes
...
Various changes to support in-place editing, and more.
2019-08-17 15:15:47 +02:00
wmayer
510eed1caf
fixes 0003496: Can't delete spreadsheet if spreadsheet is opened.
2018-09-25 16:17:05 +02:00
wmayer
4d47ce619e
fixes #0002833 : [Spreadsheet] Keyboard events are sent to the wrong viewprovider
2018-09-12 17:40:57 +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
Mateusz Skowroński
c275b35d48
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Eivind Kvedalen
5d562c26bc
Spreadsheet: Improve python code when the Delete key is pressed.
2015-11-28 12:56:25 +01:00
wmayer
e876520bdd
+ do not set edit mode for spreadsheet
2015-11-14 02:18:29 +01: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
b99cd32be5
Spreadsheet: Made freecad_dynamic_cast calls unambiguous (preparation for next commit).
2015-09-21 14:50:58 +02:00
Eivind Kvedalen
a58da69cd0
Spreadsheet: Fixed bug in setEdit method for Spreadsheet module ( #2144 )
2015-06-13 12:46:53 +02:00
Eivind Kvedalen
b4dc4d97f4
- Self-reference bug
...
- Refactoring/clean-up of code
- Dependency tracking of aliased cells
- Various resolution errors
- Rewriting of ranges when columns/rows are inserted/removed
- References to aliases keep their units.
2015-03-04 22:18:20 +01: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