sliptonic
8d6fe24ecc
Update CONTRIBUTING.md
2023-08-22 17:27:21 -05:00
wmayer
20153863f8
Gui: add missing precompiled header
2023-08-22 15:45:22 +02:00
wmayer
b9e9fe435a
Part: modernize C++: use equals default
2023-08-22 15:14:03 +02:00
wmayer
622e46771e
PD: modernize C++: use equals default
2023-08-22 13:31:17 +02:00
wmayer
b239b57960
Robot: modernize C++: use equals default
2023-08-22 12:49:17 +02:00
wmayer
1de36fd303
RE: modernize C++: use equals default
2023-08-22 12:48:09 +02:00
wmayer
8027aed557
Sheet: modernize C++: use equals default
2023-08-22 12:45:58 +02:00
wmayer
73946faa15
Points: for E57 reader move from float to double
2023-08-22 12:44:38 +02:00
wmayer
162f480c84
Points: modernize C++: use equals default
2023-08-22 12:37:37 +02:00
wmayer
da00501288
Mod: modernize C++: use equals default
2023-08-22 11:16:49 +02:00
wmayer
93ac88bcc3
Surface: modernize C++: use equals default
2023-08-22 11:16:10 +02:00
wandererfan
ba6365f950
[TD]use original shape for section of section
2023-08-21 20:31:06 -04:00
wandererfan
858c3444d1
[TD]add preference for choice of section shape
2023-08-21 20:31:06 -04:00
bdieterm
793da1479a
Core: escape filepath characters in FreeCAD.loadFile
2023-08-21 19:50:51 -04:00
sliptonic
141dd99d80
Merge pull request #10033 from jffmichi/fix_flipedge
...
[Path] fix flipEdge not taking into account FirstParameter and LastParameter…
2023-08-21 16:12:56 -05:00
sliptonic
e15a389681
Merge pull request #10179 from davidgilkaufman/rampNestedDressup
...
[Path] Make RampDressup accept other dressups as its base operation
2023-08-21 14:08:57 -05:00
qewer
dfbedc75b7
StartPage: Fix new file templates issues ( #10291 )
...
* Make StartPage new file template buttons use if instead of match
* Make StartPage Part design new file template not create a sketch
* Remove StartPage Part new file template and rename Part Design template based on community feedback
* StartPage LoadNew.py fix indentation
2023-08-21 13:58:29 -05:00
wmayer
142b86fde2
Mod: modernize C++: use equals default
2023-08-21 20:21:30 +02:00
luzpaz
09a965d595
Fix typos
2023-08-21 20:20:47 +02:00
wmayer
d11fdf3ba9
Mesh: modernize C++: use equals default
2023-08-21 18:39:59 +02:00
sliptonic
68bf28bea7
Merge pull request #9703 from FlachyJoe/arc_helper_gui
...
Sketcher: Add command to switch arc helpers
2023-08-21 11:20:16 -05:00
Florian Foinant-Willig
f35da87075
PartDesign: Fix uptolast ends too soon
2023-08-21 11:14:24 -05:00
sliptonic
b04f278a41
Merge pull request #9782 from davidgilkaufman/restMachining
...
Rest Machining for Path and Path3D Operations
2023-08-21 11:13:01 -05:00
Yorik van Havre
838072c35b
Removed gitignore, fixed signing
2023-08-21 11:12:05 -05:00
Yorik van Havre
eeb8a7d38f
Tools: fixed typo in appimage build script
2023-08-21 11:12:05 -05:00
Yorik van Havre
e19fab7a3a
better wording in appimage build script
2023-08-21 11:12:05 -05:00
Yorik van Havre
677b26a577
Fixed lint issues
2023-08-21 11:12:05 -05:00
Yorik van Havre
1af3db77eb
Aded AppImage build script
2023-08-21 11:12:05 -05:00
sliptonic
9f49202dc3
Merge pull request #10230 from chennes/draftTranslateDraftAxisLabels
...
Draft: translate draft axis labels
2023-08-21 11:10:25 -05:00
Syres916
6770713eb1
[Gui] Add new Selection Filter functionality ( #2 )
...
* [Gui] Add Selection Filters
* [Gui] Add Selection Filters to Toolbar
* [Gui] Add Selection Filter Icons
* [Gui] Add 4 new Selection filter Icon Files
* [Gui] Update Context Menu
* [Gui] Add default Selection Filter icon
* [Gui] Update resource.qrc with new icon
* [Gui] Add SelectFilter dropdown toolbar
* [Gui] Update Content Menu and Toolbar
* [Gui] Icon changed to Plain SVG
* [Gui] edge-selection icon as Plain SVG
* [Gui] vertex-selection icon as Plain SVG
* [Gui] selection-filter.svg replace metadata
2023-08-21 11:07:04 -05:00
Petter Reinholdtsen
f99e350770
Rename R2, R3 and R4 in salomesmesh to fix building on armel.
...
Fix compilation on Armel due to coincident variables R2, R3 and R4
in <sys/ucontext.h>.
Based on suggestion by Paul Brook in
<URL: http://lists.alioth.debian.org/pipermail/debian-science-maintainers/2011-October/009876.html >.
Patch by Anton Gladky <gladk@debian.org >.
Patch has been used by the Debian edition of FreeCAD since 2011.
2023-08-21 10:56:20 -05:00
Petter Reinholdtsen
0bb482ef59
Fixes GCC8 FTBFS due to included copy of SMESH.
...
Patch by Kurt Kremitzki <kkremitzki@debian.org >
Been used in the Debian edition of FreeCAD since 2018.
2023-08-21 10:55:53 -05:00
Petter Reinholdtsen
5647e54e4e
Disable memory-check in SMDS because sysinfo.h is not working on BSD.
...
The SMDS memory check cause the build to fail on on BSD-systems. It would be
better to disable it only on BSD-platforms, or use
http://code.google.com/p/sysinfo-bsd/source/browse/sysinfo.c for them.
This fixes Debian bug https://bugs.debian.org/623560 .
Patch by Anton Gladky <gladk@debian.org >.
Been part of the Debian edition of FreeCAD since 2011.
2023-08-21 09:38:34 -05:00
Chris Hennes
961bd5fa37
Merge pull request #10269 from Ondsel-Development/core-doc-wide-vars
...
[Core] Custom Data Elements/Document-wide Variables
2023-08-21 09:22:22 -05:00
wmayer
1bbcb519b5
Inspection: modernize C++: use equals default
2023-08-21 15:06:40 +02:00
wmayer
2bcec7717d
Fem: modernize C++: use equals default
2023-08-21 13:35:54 +02:00
Chris Hennes
e2b74d4880
Merge pull request #10282 from wwmayer/modernize_use_equals_default
...
Modernize C++: use equals default
2023-08-20 15:54:30 -05:00
wandererfan
ba721cb0e4
[TD]Fix section of section
2023-08-20 12:25:12 -04:00
wandererfan
2f8a8beca8
[TD]fix 10013 detail of sketch
2023-08-20 12:25:12 -04:00
wandererfan
b0b7df2424
[TD]fix 9990 page parms before display
2023-08-20 12:25:12 -04:00
wmayer
888a33917d
Gui: modernize C++: use equals default
2023-08-20 18:12:43 +02:00
wmayer
1efde78d74
App: modernize C++: use equals default
2023-08-20 18:10:17 +02:00
wmayer
5610c22cbb
Base: modernize C++: use equals default
2023-08-20 18:10:17 +02:00
Ajinkya Dahale
1ac9cb35b7
[App] Use keyword arguments when adding properties to Document
2023-08-20 19:07:02 +05:30
marioalexis
28e0f5e9ff
Gui: Change SoQtOffscreenRendererPy to new PyCXX extension type
2023-08-20 12:02:17 +02:00
wandererfan
098757b360
[TD]fix omission in splitting GeometryObject
2023-08-19 17:18:42 -04:00
wandererfan
523e80a617
[TD]revert change to PdfVersion_A1b
2023-08-19 17:18:42 -04:00
wandererfan
13feebf461
[TD]add missing command to menu
...
- 3 point angle was not in menu
- grouped menu items
2023-08-19 17:18:42 -04:00
wandererfan
9084bfd81a
[TD]Rotate CosmeticEdge with View
2023-08-19 17:18:42 -04:00
wandererfan
6eae743361
[TD]rotate CosmeticVertex with View
2023-08-19 17:18:42 -04:00