Chris Hennes
05bba1ab42
Spreadsheet: Ensure copy of temp string is kept
...
Coverity issue 545269. A temporary string is constructed, and its address stored via c_str(). That pointer is then used after the string is destroyed. The fix is to store the std::string.
2025-03-22 07:15:15 +01:00
Benjamin Nauck
edb4817872
Mod: Use new addObject<T>(...) that requires additional changes
2025-02-10 18:35:38 +01:00
Benjamin Nauck
ca7833a805
Fix crashes when importing and opening .csv files on macOS ( #17084 )
...
* Open recent documents from start same way as in menu
* Make insert spreadsheet create document if not available.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2024-10-14 18:01:50 +02:00
Syres916
e6a9c2e8c1
[Spreadsheet] Fix CSV import by insert
2024-09-09 18:04:02 +02:00
wmayer
3e84404a4a
Sheet: Make ViewProviderSpreadsheet.h self-contained
...
and fix a few minor issues
2024-05-22 13:32:05 +02:00
Camille
b199458a49
Fix issue #10144 [Problem] FreeCAD freezes when clicking inside spreadsheet - see issue for detailed explanation.
2023-10-27 18:38:13 +02:00
pre-commit-ci[bot]
e92ed45df9
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-09-12 13:02:35 -04:00
wmayer
b5d363baf1
Sheet: Apply clang format
2023-09-10 16:01:37 +02:00
wmayer
8027aed557
Sheet: modernize C++: use equals default
2023-08-22 12:45:58 +02:00
wmayer
bf5059bf76
Sheet: modernize C++: redundant void arg
2023-08-05 16:50:31 +02:00
Chris Hennes
f7a4ce6928
Gui: Move C++ pref pages to QObject context
2023-05-19 20:54:27 -05:00
wmayer
7505c5b2e3
Spreadsheet: Create .qm out of .ts files
2023-05-07 08:50:04 +02:00
Adrian Popescu
080d340345
Disabled Accessibility on SheetTableView
2023-02-07 16:42:54 +01:00
Uwe
2dd9f90f57
[Spread] Gui: remove unused includes
...
- also sort includes
2022-10-10 01:04:07 +02:00
berniev
71dc5ead2f
Mod: Use override etc 2
2022-08-09 12:52:26 +02:00
wmayer
2a2b8835c0
Spreadsheet: modernize C++11
...
* use nullptr
2022-03-23 19:26:14 +01:00
Uwe
81690adaaf
[Spreadsheet] remove Python.h and Xerces
2022-03-20 20:44:17 +01:00
wmayer
0f9768fb33
Fix coverity issue:
...
* CID 332682: Resource leak
* CID 350607: Resource leak
* CID 332677: Resource leak
2022-03-14 11:35:04 +01:00
wmayer
8f786ea6ef
Gui: Optimize includes to reduce compile time
2022-03-07 20:29:18 +01:00
wmayer
d398ee7f50
Spreadsheet: implement SheetViewPy that acts as sub-class of MDIViewPy
2021-11-13 20:40:32 +01:00
Jose Luis Cercos-Pita
6c63bc3acf
Expose the selected cells to Python
2021-11-12 13:19:03 -06:00
mwganson
2e021e5880
[Spreadsheet] add preference page and 3 import/export parameters
2021-09-27 22:05:36 -05:00
luz paz
abf4c92280
Spreadsheet: Fix header uniformity + trailing whitespace
...
[skip ci]
2020-11-27 19:39:06 +01:00
wmayer
5390266ac7
fixes #0004125 : MDIViews not accessible correctly
2019-09-15 18:15:44 +02:00
wmayer
511ddfffa1
fixes 0003521: Import of csv file into Spreadsheet does not work if the path contains non ASCII characters
2018-09-24 22:16:48 +02:00
wmayer
c49d985b40
py3: ported Spreadsheet to python3
2017-02-18 08:19:25 +01:00
wmayer
455625bdf7
+ simplify porting of Spreadsheet module to Python3
2016-01-17 23:15:24 +01:00
wmayer
2709266e83
+ do not include from .qrc generated .cpp file from other .cpp file but add it to build system
2016-01-05 17:35:58 +01:00
Mateusz Skowroński
ee10a9ca44
Change includes in Spreadsheet to be compatible with Qt5.
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:10:40 +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