donovaly
24ec114cb8
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
wmayer
8fdb29c842
Mod: [skip ci] implementation classes don't inherit from UI classes any more
2020-01-10 16:19:35 +01:00
luz.paz
b785920541
[skip ci] Fix header uniformity for Import, Mesh, Points, Raytracing
2019-12-26 10:10:30 +01:00
wmayer
e25c848554
for point clouds set default selection style to bounding box
2019-11-23 15:46:27 +01:00
wmayer
10831dc70a
command to create a structured points object from a unstructured points object
2019-11-22 19:48:46 +01:00
asapelkin
ced8100ab9
use emplace_back instead of push_back where justified
2019-11-21 14:48:09 +01:00
wmayer
be69317c64
[skip ci] make mesh/points cutting working for nested view providers
2019-11-09 11:58:54 +01:00
Zheng, Lei
8426ebe2ba
Fix various Py::Object leak
2019-10-08 17:53:20 +02:00
wmayer
8c97f81877
add escape sequence when executing as Python string
2019-09-28 23:35:08 +02:00
wmayer
5ae5e56950
fix cutting of points
2019-09-22 22:58:53 +02:00
wmayer
e48c52c480
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
b14cf8a00d
extend convertTo function to also support SbRotation/Base::Rotation
2019-09-06 21:29:51 +02:00
Yorik van Havre
a3607ce029
Updated translations
2019-03-06 21:50:08 -03:00
Yorik van Havre
512af24397
Revert "Merged crowdin translations" for investigation due to some problems found in the translation files...
...
This reverts commit cd433358b09117f234dd0a51dc2a6bfa05428867.
2019-03-02 19:17:44 -03:00
Yorik van Havre
bd93bd2494
Merged crowdin translations
2019-02-28 21:53:37 -03:00
wmayer
f13b250c59
V1028 Possible overflow. Consider casting operands, not the result
2019-02-17 19:31:02 +01:00
Mateusz Skowroński
ac508516da
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
5b29009cf0
Added untranslated 'master' .ts files where missing
2019-02-08 18:50:13 -02:00
Yorik van Havre
95dda429eb
Updated translations
2019-02-01 13:54:10 -02:00
wmayer
1cb6dba26a
add comment
2018-12-27 20:06:16 +01:00
triplus
022b89da97
Add Intensity
2018-12-27 20:00:55 +01:00
triplus
17bdbb157e
Point cloud display mode enumeration
...
After point cloud is imported and saved to a file, opening such file introduces issue with point cloud feature display mode property.
Forum discussion:
https://forum.freecadweb.org/viewtopic.php?f=3&t=32808
2018-12-27 20:00:55 +01:00
Yorik van Havre
39d446f60f
Updated translations from crowdin
2018-12-23 13:54:30 -02:00
wmayer
dbb96de677
Win32-specific optimization in Points module
2018-10-08 18:50:03 +02:00
wmayer
17ce026f57
consider global placement when exporting point cloud
2018-09-05 22:18:55 +02:00
wmayer
bd8d62d0e3
take care of object's global placement when creating point cloud of it
2018-09-05 21:24:22 +02:00
wmayer
f6da637d85
add copy constructor for class PointKernel
2018-09-05 21:21:36 +02:00
wmayer
358af8b518
CMP0050: make Points module aware of cmake policy
2018-08-20 16:34:54 +02:00
hgutsche
1b00876014
Add library for concurremcy in >= VS2015
...
revert conditional in Points.cpp (i.e. reactivate parallel handling)
2018-08-11 11:55:51 +02:00
wmayer
d1acaa09da
avoid linker errors with >= VS 2015
2018-08-09 23:53:12 +02:00
luz.paz
424cd49398
Typos and whitespace fixes
2018-08-07 11:13:31 -04:00
wmayer
cc737339ad
paralleization of transformation and bounding box calculation
2018-08-06 18:52:01 +02:00
wmayer
4c8e7fc7d0
+ raise exception instead of crashing when trying to access curvature info via Python
2018-07-25 20:12:55 +02:00
luz.paz
9167064fc1
Misc. typos
...
Found via `codespell`
2018-04-25 09:41:33 -03:00
wmayer
5ff6945577
fix compiler warnings with py3 and msvc
2018-04-16 18:24:53 +02:00
wmayer
4ca35e7746
fix typos in German translation
2018-03-27 10:47:52 +02:00
Yorik van Havre
46fd41d70a
Merged translations from crowdin
2018-03-26 18:52:02 -03:00
Yorik van Havre
143b89c8f3
Applied latest translations from crowdin
2018-02-21 14:25:31 -03:00
wmayer
066fcd3a0f
implement transform command of point data
2018-02-13 00:32:58 +01:00
wmayer
a815251048
improve point import and export
2018-02-13 00:27:18 +01:00
luz.paz
69216f3604
sWhatsThis fixes
...
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
2018-01-31 19:07:07 +01:00
Unknown
e3eca59173
Misc. typo fixes
...
Various workbenches
2017-12-23 14:30:30 +01:00
Mateusz Skowroński
dee8769d0e
Fix some GCC 7 warnings:
...
* dynamic exception specifications are deprecated [-Wdeprecated]
* this statement may fall through [-Wimplicit-fallthrough=]
2017-12-05 17:22:00 +01:00
wmayer
d9cc4a621b
fix German translation
2017-11-11 22:47:12 +01:00
wmayer
11a6edc7b9
code cleanup
2017-11-06 14:15:59 +01:00
wmayer
053be6c847
fix build failures with gcc
2017-11-03 17:21:48 +01:00
wmayer
cc6827a87c
implement own ply/pcd importer/exporter
2017-11-03 17:03:51 +01:00
wmayer
5fdb1012cb
use abstract interface to create point cloud from geometric feature
2017-10-24 19:39:23 +02:00
Yorik van Havre
05a5e9965e
Updated translations from crowdin
2017-10-23 18:32:02 -02:00
luzpaz
f3bf8fe919
Misc. typos
...
+ some are doxy others are just comment code.
+ some minor whitespace and grammatical tweaks.
+ app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366 ). So it's ok to merge them in to master.
2017-10-04 17:59:11 +02:00