wmayer
300e887480
Handle clang 10 warnings:
...
+ fix -Wtautological-bitwise-compare
+ fix -Wimplicit-int-float-conversion
+ fix -Wmisleading-indentation
+ fix -Wrange-loop-construct
+ suppress -Wdeprecated-copy of 3rd party libs
2020-05-25 15:34:43 +02:00
wmayer
a3ca5341e1
ReverseEngineering: improve manual segmentation
2020-05-08 19:54:15 +02:00
wmayer
00ba1c43d0
ReverseEngineering: improve manual segmentation
2020-05-08 19:19:29 +02:00
wmayer
e323d98d8e
improve cylinder fit [skip ci]
2020-05-04 19:51:19 +02:00
Yorik van Havre
28b51cf28a
Merged crowdin translations
2020-04-29 16:08:23 +02:00
Yorik van Havre
693e374f99
Updated source ts files
2020-04-29 15:41:26 +02:00
wmayer
3eb8555cf3
ReverseEngineering: approximation of a 2-degree polynomial surface and converting it into a Bezier surface
2020-03-07 14:21:57 +01:00
wmayer
dbe292496b
ReverseEngineering: [skip ci] fix minor compiler warning
2020-03-05 18:57:53 +01:00
wmayer
593f02db63
ReverseEngineering: improve workflow of fitting of B-spline surface
2020-03-05 16:29:09 +01:00
Yorik van Havre
0c1289282b
Merged latest translations from crowdin
2020-03-05 11:58:03 -03:00
wmayer
33f489e913
ReverseEngineering: manual mesh segmentation
2020-03-05 13:07:18 +01:00
wmayer
cda6628f14
ReverseEngineering: improve mesh segmentation
2020-03-04 23:04:06 +01:00
wmayer
8b3c31170b
ReverseEngineering: implement mesh segmentation workflow
2020-03-03 21:27:31 +01:00
donovaly
f2c83ac46b
remove program-specific SVG namespaces
...
while fixing a SVG export issue for techDraw I noticed that some SVG files have program-dependent (and thus not clean) code in it. These are traces of the programs Sodipodi and Inkscape, like e.g. this line:
inkscape:export-filename="/home/yorik/PartDesign_Groove.png
This is unnecessary and FC should not use program-dependent code in the SVG but use instead plain SVG strictly following the SVG specification.
This PR transforms the few affected SVGs to a plain version.
2020-02-07 07:34:49 -05:00
luz.paz
c7f9874422
ReverseEngineering: [skip ci] Fix header uniformity
...
This PR fixes header uniformity across all ReverseEngineering files
2019-12-26 18:22:37 +01:00
wmayer
a247b7e6a5
force strict ISO C++ (-Wpedantic)
...
for Drawing, Image, Inspection, Mesh, MeshPart, Part, Path, Points, Raytracing, ReverseEngineering, Spreadsheet, Start, Surface, Web
TODO: fix several -Woverflow in area
2019-09-18 11:32:42 +02:00
wmayer
9f7075bb8f
extend convertTo function to also support SbRotation/Base::Rotation
2019-09-06 21:29:51 +02:00
Yorik van Havre
236f890864
Merged translations from crowdin
2019-06-17 20:06:59 -03:00
Yorik van Havre
ed386410bc
Merged latest translations from crowdin
2019-05-10 19:19:37 -03:00
Yorik van Havre
c65bf365a1
Updated master translation files
2019-05-10 19:15:33 -03:00
wmayer
d232164ba0
PVS: V519 Variable is assigned values twice successively
2019-03-13 12:55:31 +01:00
Yorik van Havre
dcae6d027e
Updated translations
2019-03-06 21:50:08 -03:00
Yorik van Havre
a70a82e19f
Revert "Merged crowdin translations" for investigation due to some problems found in the translation files...
...
This reverts commit 9032c4c587 .
2019-03-02 19:17:44 -03:00
Yorik van Havre
9032c4c587
Merged crowdin translations
2019-02-28 21:53:37 -03:00
Mateusz Skowroński
317bcd59c9
Use QString's multi-arg overload to save memory allocations. [-Wclazy-qstring-arg] Thanks Clazy!
2019-02-11 15:39:14 +01:00
Yorik van Havre
f14633d182
Added untranslated 'master' .ts files where missing
2019-02-08 18:50:13 -02:00
Yorik van Havre
2ea84272fd
Updated translations from crowdin
2018-12-23 13:54:30 -02:00
wmayer
a4390f5478
CMP0050: make ReverseEngineering module aware of cmake policy
2018-08-20 15:37:50 +02:00
Yorik van Havre
d4f835ab39
Merged translations from crowdin
2018-03-26 18:52:02 -03:00
wmayer
8c6b4ad1a6
fix German translation
2018-03-03 23:37:15 +01:00
Yorik van Havre
12f3258ded
Applied latest translations from crowdin
2018-02-21 14:25:31 -03:00
luzpaz
706141b967
Make uniform the use of B-spline visible to users
...
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=25411
This commit does not include fixes to source comments unless they were 'doxygenated'.
No .xml files were altered either.
2017-11-17 19:30:37 -05:00
wmayer
74d1aa72ea
fix German translation
2017-11-11 22:47:12 +01:00
Yorik van Havre
cfe2d134a2
Updated translations from crowdin
2017-10-23 18:32:02 -02:00
Yorik van Havre
2a2ab3c4ef
Updated translations
2017-05-25 10:04:05 -03:00
Yorik van Havre
6b66a38ee3
Updated translations with latest files from crowdin
2017-03-06 11:53:09 -03:00
wmayer
1558e920db
py3: ported ReverseEngineering to python3
2017-02-28 17:39:08 +01:00
Yorik van Havre
86b3463ee1
updated ts files
2016-12-26 12:36:24 -02:00
Alexander Gryson
f680d810a5
Update multiple workbenches
...
Workbenches updated:
* Complete
* Image
* Inspection
* Material
* MeshPart
* Points
* Reverse Engineering
* Start
* Test
* Web
2016-12-26 12:23:07 -02:00
wmayer
5e375a6238
Add switch to select between Qt4 and Qt5
2016-12-13 15:53:13 +01:00
wmayer
166fc624eb
remove superfluous Qt includes
2016-12-13 15:40:49 +01:00
wmayer
5f87cdbf9e
fix -Wextra in Reen
2016-09-23 18:25:49 +02:00
wmayer
f44df3cdf0
do not use doCommand without using format string, add overloaded method of runCommand
2016-09-15 18:53:37 +02:00
wmayer
8e71e4038b
fix Coverity issues
2016-08-21 23:13:22 +02:00
Yorik van Havre
ca7c5d31a4
updated translations
2016-04-06 22:39:34 -03:00
Yorik van Havre
bcb75d5477
Updated translation files from crowdin
2016-03-17 23:29:11 -03:00
Yorik van Havre
d1b4f23388
Added latest translations from crowdin
2016-03-06 14:50:07 -03:00
wmayer
70f58672c7
+ get also back normals from MeshObject::getPoints
2016-03-04 18:28:49 +01:00
wmayer
0ea6a2ed0d
+ removed unneeded pure virtual method getFaces from PropertyComplexGeoData
...
+ extend interface of ComplexGeoData::getPoints to also return normals if available
2016-03-04 17:16:57 +01:00
triplus
d432c72a15
Add SVG workbench icons
2016-02-26 23:17:43 +01:00