Yorik van Havre
834933866e
Merged crowdin translations
2021-07-08 16:06:38 +02:00
Yorik van Havre
e540e5a969
Updated ts files
2021-07-08 16:00:23 +02:00
Yorik van Havre
da508e30b0
Merged crowdin translations
2021-07-01 13:56:25 +02:00
Yorik van Havre
7efbe176a0
Updated ts files
2021-07-01 13:50:17 +02:00
Yorik van Havre
acedf491f3
Merged crowdin translations
2021-06-24 17:22:19 +02:00
Yorik van Havre
7980f7b318
Updated ts files
2021-06-24 17:18:01 +02:00
Bernd Hahnebach
ace7231e97
Part: tube object, add method to simplify to add it to the document
2021-06-23 11:02:44 +02:00
Yorik van Havre
24362e9020
Merged crowdin translations
2021-06-17 16:04:02 +02:00
Yorik van Havre
d12702e588
Updated ts files
2021-06-17 15:49:33 +02:00
Yorik van Havre
ee6a9b8c7d
Merged crowdin translations
2021-06-10 12:24:24 +02:00
Yorik van Havre
78436e0f35
Updated ts files
2021-06-10 11:48:18 +02:00
tomate44
63a454a24d
Part: add Fill property to Offset2D macro recording
2021-06-08 11:29:13 +02:00
Yorik van Havre
3e98ff41f9
Updated ts files
2021-06-04 18:30:30 +02:00
Yorik van Havre
9f81ca933d
merged crowdin translations
2021-06-03 15:43:34 +02:00
Yorik van Havre
441635aff0
updated ts files
2021-06-03 15:37:33 +02:00
Yorik van Havre
dd1220b345
Merged crowdin translations
2021-05-27 14:51:33 +02:00
Yorik van Havre
4b7a5d2e98
Updated translation files
2021-05-27 14:44:40 +02:00
wmayer
7e48441687
Part: [skip ci] workaround for OCCT 7.5.2
2021-05-12 17:35:42 +02:00
Yorik van Havre
0be2757e13
Merged crwodin translations
2021-05-12 16:36:31 +02:00
Yorik van Havre
91ea7fbba8
Updated ts files
2021-05-11 13:05:20 +02:00
Yorik van Havre
80ecefde1a
Merge pull request #4770 from mpu-creare/master
...
Mod Part [doc]: Adding documentation to Part.BSplineCurve of Python API
2021-05-11 12:15:59 +02:00
Yorik van Havre
966906da96
Merge pull request #4557 from luzpaz/crowdin/whitespaces-substituted-into-code
...
Crowdin: represent whitespace in code instead of in string
2021-05-05 17:18:35 +02:00
wmayer
a6e7bdf849
allow to enable PCH for gcc and clang
2021-05-03 17:37:58 +02:00
Matt Ueckermann
3d1176053f
Part [DOC]: Adding documentation to Python API of BSplineCurve (intersect and buildFromPoles)
2021-04-29 23:06:55 -04:00
wmayer
58f72ccc80
Part: remove some more deprecated Py2 code
2021-04-26 11:13:22 +02:00
luz paz
e0ab0382b3
Part: remove py2 code
2021-04-25 11:29:35 +02:00
Tomas Pavlicek
a7d83b5e15
Sketcher - Add new Split Edge action
2021-04-24 14:30:35 +02:00
wmayer
2fe44f80b9
Part: properly handle small quantities in part primitive dialog
2021-04-20 17:11:38 +02:00
Mateusz Skowroński
9ade68e9bf
Fix CMake warning: qt5_make_output_file is not part of the official API, and might be removed in Qt 6.
2021-04-19 15:10:53 +02:00
luz paz
e312b5f740
Crowdin: remove obsolete translation manually [skip ci]
...
For some reason updatets.py is not successfully removing obsolete translations. This is a long standing issue. The workaround is to manually remove them from the .ts file.
ref: https://forum.freecadweb.org/viewtopic.php?f=21&t=51825&p=483474#p482519
crowdin: https://crowdin.com/translate/freecad/7254/en-pl?filter=basic&value=0#6572886
2021-04-19 06:23:07 -04:00
luz paz
b94ee8b275
Crowdin: represent whitespace in code instead of in string [skip ci]
...
Removing possible whitespace from strings lead to more accurate translations
2021-04-19 06:16:09 -04:00
tomate44
2daf6a03e4
Part: Shape.ReflectLines: add 2D/3D, visibility and EdgeType options
2021-04-18 08:26:26 +02:00
wmayer
333859d618
Py: fix memory leak
2021-04-12 00:05:42 +02:00
wmayer
dbbac56185
Base: do not report C++ exception when converting it to Python exception
...
See https://forum.freecadweb.org/viewtopic.php?f=23&t=56464
2021-04-11 14:54:11 +02:00
wmayer
14e3c91158
Py: fix memory leak
2021-04-09 16:59:33 +02:00
donovaly
f1ab972234
[PD] UI file fixes
...
the rotation angle settings of primitives had a different layout than the other parameters, this things like shown in the image below happened.
- The PR uniforms all layouts to grid and for the PD layout
- it sets for the cylinder page a minimum width
- the PD UI file is now also sorted using David's file sorter
- fix the mess with stdset="0"> I accidentally introduced with the merges from yesterday (I simply forgot to install to Qt designer the FreeCAD widgets and then designer pollutes the file with these tags for all FC-specific widgets since it doesn't know them
2021-04-06 13:17:43 +02:00
donovaly
c3264a7cfa
[Part] [skip ci] add a word in description
...
since we have now 3 angles for cylinders, make clear the angle property is for the rotation
2021-04-06 11:39:51 +02:00
donovaly
1f0e0f3e21
[Part] add direction to cylinder primitive
...
We already have the possibility to create skewed prisms. I recently stumbled upon that I would need this feature for cylinders too.
This PR takes the existing prism extrude direction feature and use it for cylinders too
2021-04-05 13:59:03 +02:00
wmayer
2b09a3ebec
Part: for Prism feature use PrismExtension
2021-04-05 13:25:19 +02:00
wmayer
fd7d4c91e8
Part: implement Prism as extension
2021-04-05 13:05:59 +02:00
Chris Hennes
e0b9f28198
[Part] Remove deprecated Qt < 5.9 code
2021-04-01 19:36:40 +02:00
donovaly
73e4e4f339
[Part] save more icons with uniform resolution
...
- also save them as plain SVG to get rid of sometimes deprecated Inkscape-only stuff
2021-03-29 16:21:59 +02:00
donovaly
b8a7fb26c1
[Part] save icons with uniform resolution
...
- also save them as plain SVG to get rid of sometimes deprecated Inkscape-only stuff
2021-03-28 16:02:28 +02:00
flachyjoe
3b089ee761
format TopoShapeWirePy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
0b8c738920
format TopoShapeSolidPy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
8c1f3d16af
format TopoShapeShellPy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
f167fb1765
format TopoShapeEdgePy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
88c60f127b
format TopoShapeCompoundPy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
c97c77ba1d
format TopoShapeCompSolidPy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
79e3cc18b2
format TopoShapeFacePy.xml
2021-03-28 15:36:36 +02:00