berniev
d66df602ad
App: Single arg ctors must be explicit
2022-08-24 07:20:57 +02:00
wmayer
5014bab534
Mod: replace std::ifstream/std::ofstream with Base::ifstream/Base::ofstream
2022-08-21 12:46:53 +02:00
wmayer
2062f9ce87
clang: fix warnings [-Winconsistent-missing-override]
2022-08-09 17:36:25 +02:00
berniev
ddafb98813
Mod: Use override etc 2
2022-08-09 12:52:26 +02:00
berniev
da9ebc572f
Mod: redundant void 2
2022-08-08 10:27:50 +02:00
wmayer
f2cbd9ebb4
Mod: [skip ci] minor improvements
2022-08-06 20:32:37 +02:00
Uwe
6f9a4ebc7f
[App] [Spreadsheet] fix compilation errors
...
- introduced by #7318 and #7319
2022-08-06 19:59:06 +02:00
berniev
b796a0d376
Mod: use empty
2022-08-06 19:30:13 +02:00
berniev
2d4c5a4cfb
Mod: use emplace_back
2022-08-05 10:36:16 +02:00
wmayer
2f197d65ec
Spreadsheet: fixes #7285 : [Bug] FreeCAD crashes if cell value ' is set in Spreadsheet
2022-08-01 08:09:34 +02:00
luz paz
786741c0c0
Fix various 'testing inequality to None' syntax issues
...
Substitute `is not None` for `!= None`
2022-07-31 14:11:48 +02:00
Uwe
f4636e826e
[Spreadsheet] remove unnecessary Python check
...
we only support Python 3
2022-07-31 05:28:19 +02:00
andrea
b420901697
Remove 2 deprecate PyCFunction
2022-07-28 01:50:15 +02:00
berniev
5f82cfb39f
Fix column number calc
...
(cherry picked from commit 0a8b875751c9469a52548730539dfd4b4fc51acc)
2022-07-27 13:45:33 +02:00
wmayer
213ca948a6
Spreadsheet: Returning data of temporary QByteArray [-Wclazy-returning-data-from-temporary]
2022-07-27 07:42:55 +02:00
wmayer
469e4f1655
Spreadsheet: fix several memory leaks
2022-07-27 07:37:23 +02:00
wmayer
6ad47111ab
Spreadsheet: [skip ci] Fix several clazy issues:
...
* Mixing iterators with const_iterators [-Wclazy-strict-iterators]
* Q_PROPERTY should have either NOTIFY or CONSTANT [-Wclazy-qproperty-without-notify]
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* Missing emit keyword on signal call SpreadsheetGui::SheetViewHeader::resizeFinished [-Wclazy-incorrect-emit]
* Missing emit keyword on signal call QAbstractItemModel::dataChanged [-Wclazy-incorrect-emit]
* c++11 range-loop might detach Qt container (QStringList) [-Wclazy-range-loop-detach]
2022-07-25 11:23:27 +02:00
Uwe
003757176c
Mod: remove some more superfluous Boolean checks
2022-07-19 02:40:59 +02:00
Uwe
88a06f8f10
Mod: remove some unnecessary nullptr checks
2022-07-18 12:58:12 +02:00
Uwe
5d76afe0a5
re-add some nullptr
...
to be safe since their removal within assert() or bools might have some impact I don't know
2022-07-18 02:32:36 +02:00
Uwe
ce86b03e0a
[Spreadsheet] remove superfluous nullptr checks
2022-07-18 01:49:41 +02:00
Yorik van Havre
830b3944db
Merge pull request #7067 from Kuzma30/add_ts
...
Crowdin Add "new" WB to translations.
2022-06-24 13:50:43 +02:00
mosfet80
620c273c4e
Boost version <=1.60 is never used in freecad 0.20 ( #7038 )
...
* Boost version 1.60 is never used in freecad 0.20
2022-06-24 02:20:26 +02:00
Kuzemko Alexsandr
e678620cbd
Crowdin Update .ts files with current source.
2022-06-21 17:31:06 +03:00
wmayer
6c89e6dc73
Spreadsheet: add tests for merging cells and binding cells
2022-06-16 15:05:43 +02:00
Zheng, Lei
75546946db
Spreadsheet: fix border rendering for merged cells
2022-06-12 16:11:59 +02:00
Zheng, Lei
4d19e611f8
Spreadsheet: fix binding of merged cells
2022-06-12 16:11:59 +02:00
Zheng, Lei
47a5a6302e
Spreadsheet: replace obsolete href with hiddenref in binding
2022-06-12 16:11:59 +02:00
Zheng, Lei
e6a6d838a6
Spreadsheet: fix range selection
2022-06-12 13:51:09 +02:00
Yorik van Havre
baa1105a53
Merged crowdin translations
2022-06-12 11:56:37 +02:00
Yorik van Havre
19ffd1ca94
Merged crowdin translations
2022-06-10 11:03:57 +02:00
Yorik van Havre
fa9c78611e
Updated ts files
2022-06-10 10:29:18 +02:00
Yorik van Havre
68e8c19aaf
Merged crowdin translations
2022-06-09 13:40:35 +02:00
Zheng Lei
9d7b7af48c
Spreadsheet: fix range checking ( #6997 )
...
* App: add option to normalize a Range
- To make sure the range starts from top left and ends with bottom right
corner.
- Default is to not normalize on construction for backward compatibility.
- fix range checking in range binding
2022-06-09 12:20:08 +02:00
Uwe
0f9ea612b6
[Spreadsheet] uniform and polish wording of binding feature
2022-06-09 02:14:14 +02:00
Zheng Lei
5864e17d9d
Spreadsheet: improve range binding feature ( #6995 )
...
* Spreadsheet: improve range binding feature
2022-06-08 19:19:41 +02:00
Yorik van Havre
b06f247f9f
Merged crowdin translations
2022-06-08 12:28:54 +02:00
Yorik van Havre
b9b21ddac5
Merged crowdin translations
2022-06-07 13:34:53 +02:00
Kuzemko Alexsandr
eff8ecaafc
Crowdin Run update.ts with latest source code.
2022-06-07 13:15:44 +03:00
Uwe
4223e5d84d
[skip CI] [Spreadsheet] change misleading word in dialog
2022-06-06 01:26:29 +02:00
Uwe
7955c0dfac
[Spreadsheet] dialog fixes
...
- fixes to tooltips
- add 2 labels to make the dialog logic more clear
- remove non-functional help button
2022-06-06 00:46:42 +02:00
Yorik van Havre
e8f1bde367
Merged crowdin translations
2022-06-03 11:26:35 +02:00
Chris Hennes
34502193a2
i18n: Update TS files to ensure Python files are included
2022-06-02 14:57:49 -05:00
Chris Hennes
d540de8bee
i18n: TS files generated by lupdate 6.4.0dev
2022-06-02 13:41:37 -05:00
Chris Hennes
2d5400f923
Sketcher: Fix typo in tooltip
2022-06-02 12:47:30 -05:00
Yorik van Havre
d3d96816ce
Merged crowdin translations
2022-05-30 10:01:02 +02:00
Yorik van Havre
8676d67a87
merged crowdin translations
2022-05-28 12:16:47 +02:00
Yorik van Havre
1e034cc47f
Merged crowdin translations
2022-05-27 11:28:55 +02:00
Kuzemko Alexsandr
b903e949ae
Update .ts with lupdate ver 6.4.0.
2022-05-23 16:53:07 +02:00
wmayer
f5cf112f48
Spreadsheet: fix possible crash in SheetModel::setData
...
See also: https://forum.freecadweb.org/viewtopic.php?f=8&t=68529
2022-05-21 04:07:00 +02:00