mosfet80
d8e0b355d4
clean FindCoin3DDoc.cmake
...
clean FindCoin3DDoc.cmake
2023-06-20 00:00:58 +02:00
sliptonic
de69c46319
Merge pull request #9534 from Ondsel-Development/fix_wb_index_issue
...
Core: rework WorkbenchGroup & WorkbenchComboBox
2023-06-19 10:27:40 -05:00
Yorik van Havre
47d96c630d
Merge pull request #9781 from chennes/splashscreen
...
GUI: Update Splashscreen for 0.21
2023-06-19 17:12:05 +02:00
Yorik van Havre
24b9877943
Merge pull request #9765 from yorikvanhavre/arch-remove-undefined-type
...
Arch remove undefined type
2023-06-19 10:47:10 +02:00
Yorik van Havre
ae0e2ddfcb
Merge pull request #9738 from yorikvanhavre/arch-nativeifc-provisions
...
Arch nativeifc provisions
2023-06-19 10:46:51 +02:00
Yorik van Havre
7315a6682a
Merge pull request #9777 from Pesc0/addfcblog
...
Added freecad blog tab to start page
2023-06-19 10:45:53 +02:00
wandererfan
c6a244ee71
[TD]warn on skewed ComplexSection profile
2023-06-18 19:02:18 -04:00
Tobias Falk
348ecf9b56
Update printAllPDF to print a PDF that complies with PDF/A-1b
...
More details can be found under: https://www.kdab.com/creating-pdfa-documents-qt/
2023-06-17 10:17:42 -04:00
Chris Hennes
4b562b0082
Merge pull request #9785 from chennes/cleanupToponaming9175
...
App/Toponaming: Compilation cleanup after #9175
2023-06-16 10:10:06 -05:00
Chris Hennes
6168778531
Merge pull request #9783 from Jolbas/patch-4
...
Navicube: Fix rotation direction on north and south buttons
2023-06-16 09:19:23 -05:00
Chris Hennes
cfbe6e702d
App/Toponaming: Compilation cleanup after #9175
...
Also fixes some trailing whitespace issues
2023-06-16 09:14:57 -05:00
Jolbas
a44069fe6f
Navicube: Fix rotation direction north and south buttons
2023-06-16 07:16:39 +02:00
Chris Hennes
e35c0bed19
Gui: Update splash version position
2023-06-15 13:12:00 -05:00
Chris Hennes
927c3b9731
GUI: Update Splashscreen
2023-06-15 09:57:27 -05:00
Pesc0
c65f049d20
[Toponaming] create ElementMap class ( #9175 )
...
* Copypaste ElementMap
* Add MappedNameRef
* Fix missing include
* Copypaste `findTagInElementName`
* fix error introduced _somewhere_
* refactor toponaming constants
* Move `findTagInElementName` in `MappedName`
* reintroduce workaround to compile ElementMap
* Added missing functions copied from complexgeodata
* fix last compile errors, reorder and format files
* remove recursive refs to ComplexGeoData
* Add more comments
* fixed comments and added tests
* added FIXME, make functions private, misc fixes
* Move static functions from complexGeoData to PostfixStringReferences. Rename to ElementNamingUtils
* Fix broken includes due to previous change
* Revert constants from string to const char*
* added childmap tests and made hasher public
* Make functions private
* Added remaining tests
* removed bool return from `erase` functions
* fix missing appexport
Co-authored-by: John Dupuy <jdupuy98@gmail.com >
2023-06-15 09:05:24 -05:00
Pesc0
5d17c9cf7f
Added freecad blog tab to start page
2023-06-15 13:58:27 +02:00
Adrián Insaurralde Avalos
e649e99ee2
Update .gitignore files (vscode + conda integration) [skip-ci]
2023-06-15 00:35:10 -04:00
Yorik van Havre
5986a7392e
Merge pull request #9712 from Syres916/patch-80
...
[Import] DXF make codepage case insensitive
2023-06-14 13:24:39 +02:00
Adrián Insaurralde Avalos
b282c7cbb3
PartDesign: clean redundant/incorrect length validation for pad & pocket
...
better validation is already done for both at FeatureExtrude::generatePrism instead
2023-06-13 22:53:32 -04:00
Yorik van Havre
2deff531d6
Arch: Fixed unit test that depended on user preferences
2023-06-13 14:03:47 +02:00
Yorik van Havre
71fefee256
Arch: Removed Undefined IFC type - fixes #8774
2023-06-13 14:03:11 +02:00
Yorik van Havre
a5f7c74d0e
Draft: allow autogroup to add an object to both a layer and an Arch/NativeIFC container
2023-06-13 12:24:14 +02:00
Chris Hennes
6f026f5c34
Merge pull request #9763 from yorikvanhavre/translations
...
Translations
2023-06-12 15:39:04 -05:00
Yorik van Havre
3c07d567cf
Merged crowdin translations
2023-06-12 22:34:22 +02:00
Yorik van Havre
d61e60511a
Updated ts files
2023-06-12 22:27:56 +02:00
Chris Hennes
09698ee494
Merge pull request #9752 from Roy-043/Sketcher-Minor-improvements-for-some-GUI-texts
...
Sketcher: Minor improvements for some GUI texts
2023-06-12 15:20:18 -05:00
Chris Hennes
617dc203e0
Merge pull request #9561 from luzpaz/FEM_ClippingPlaneAdd-fix
...
Fix FEM_ClippingPlaneAdd.svg (#9550 )
2023-06-12 15:19:29 -05:00
Syres916
027a6a912a
Merge branch 'master' into patch-80
2023-06-12 14:24:58 +01:00
Yorik van Havre
655adc11ab
Merge pull request #9749 from marioalexis84/arch-import_webgl
...
Arch: Improve performance of WebGL importer
2023-06-12 15:10:51 +02:00
Yorik van Havre
3bd434664b
Merge pull request #9761 from kpemartin/Issue8968
...
Handle long text/mtext on DXF import
2023-06-12 15:00:48 +02:00
Abdullah Tahiri
965d143be3
Sketcher: unused variable fixes
2023-06-11 20:32:39 +02:00
Kevin Martin
d404dd59ef
Handle long text/mtext on DXF import
...
This had previously been corrected using similar code but merging another
fix lost part of the original change for this issue.
2023-06-11 13:44:08 -04:00
Abdullah Tahiri
00fc2311a6
Sketcher: Expose constraint redundancy information to Python
2023-06-11 18:37:38 +02:00
Chris Hennes
16790fbfc0
Merge pull request #9638 from FreeCAD/dependabot/pip/requests-2.31.0
2023-06-10 23:05:04 -05:00
wandererfan
59c81132f2
[TD]fix nonstandard representation
2023-06-10 15:33:05 -04:00
Roy-043
041a8674fd
Update CommandCreateGeo.cpp
...
Additional change: "via" -> "by"
2023-06-10 18:46:37 +02:00
Roy-043
fda7f95646
Sketcher: Minor improvements for some GUI texts
...
Menu texts for new B-spline tools were inconistent. See https://forum.freecad.org/viewtopic.php?t=78808
2023-06-10 18:39:32 +02:00
marioalexis
fb32420fe0
Arch: Improve performance of WebGL importer
2023-06-09 00:53:05 -03:00
Jolbas
26a3249107
Navicube OffsetX and OffsetY fix
...
The navigation cube didn't load parameters OffsetX and OffsetY on creation of a new 3D view. See https://forum.freecad.org/viewtopic.php?p=686678#p686678
2023-06-08 14:08:25 -04:00
wandererfan
e8e7a64b39
[TD]fix select vertex behind highlight
2023-06-08 13:15:20 -04:00
dependabot[bot]
134bcdd0fe
Bump requests from 2.28.2 to 2.31.0
...
Bumps [requests](https://github.com/psf/requests ) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-08 14:58:21 +00:00
Jonas Bähr
1bd8082a7e
Fix build of "tests" on macOS
...
Building the C++ unit tests failed for
tests/src/App/Metadata.cpp
tests/src/Base/Reader.cpp
because some XML headers were not found. This was because the XercesC
include dir was not in the search list for headers.
I cannot say why only macOS seems to be affected, but it's not the first
time, see e.g 05469895f9
2023-06-08 10:57:13 -04:00
Chris Hennes
404b34f839
Merge pull request #9742 from adrianinsaval/sketcher-toolbar-case
...
[Sketcher] Fix incorrect toolbar name uppercase
2023-06-07 17:44:41 -05:00
Adrián Insaurralde Avalos
3ff1c54f11
[Sketcher] Fix incorrect toolbar name uppercase
2023-06-07 16:48:57 -04:00
Roy-043
df102ed005
Sketcher: Minor improvements to some GUI texts
2023-06-07 19:51:19 +02:00
wandererfan
9ad7a0ea72
[TD]use vp Property for arrow size
2023-06-07 12:38:26 -04:00
grubertechnic
7a68d1b6d3
[TechDraw] let arrow size of a dimension change due property task panel
2023-06-07 12:38:26 -04:00
Roy-043
2e2eb3e70b
Core: fix navigation cube BaseColor pref tooltip
2023-06-07 08:37:07 -04:00
Yorik van Havre
55480c4c8d
Draft: Provision for NativeIFC autogrouping
2023-06-07 13:02:49 +02:00
Yorik van Havre
2e28c4ff93
Arch: Export structural nodes to IFC
2023-06-07 10:54:05 +02:00