Commit Graph

28938 Commits

Author SHA1 Message Date
Uwe
975b8eac52 [skip CI] add missing line ending 2022-05-27 20:39:22 +02:00
Uwe
836c6b889a add description on how to build installer from self-compiled FC 2022-05-27 20:37:26 +02:00
wmayer
b02705d79f Part: apply OCC's fix for ElSLib::ConeDN and write a unit test 2022-05-27 14:44:35 +02:00
Yorik van Havre
1e034cc47f Merged crowdin translations 2022-05-27 11:28:55 +02:00
marioalexis
914de33bf2 Base: Improve docstrings in PlacementPy.xml 2022-05-27 09:53:29 +02:00
Zheng, Lei
ee6f0d0ba9 Part: fix ruled surface transformation problem 2022-05-27 03:52:17 +02:00
mwganson
26e4a3345b Part: Link support -- replace TopoShape.getSubShape() with Part::Feature::getTopoShape(obj, elementname, true).getShape() in order to support use of App::Link sublinks. 2022-05-27 03:52:17 +02:00
marioalexis
0791001787 Base: Improve docstrings in AxisPy.xml 2022-05-26 23:31:18 +02:00
wmayer
45a0e6eb20 Mesh: [skip ci] add 3mf format to export dialog 2022-05-26 10:51:43 +02:00
marioalexis
9251480ddb PartDesign: Remove redundant comparision with null pointer 2022-05-26 02:14:30 +02:00
wmayer
d492ac3083 PD: fixes #6451: Face color of PartDesign Body not exported to STEP 2022-05-24 16:42:27 +02:00
wmayer
a05eb7c07b Gui: [skip ci] avoid possible recursive loading of a module in WorkbenchManager::createWorkbench 2022-05-24 15:54:09 +02:00
wmayer
1383b47659 Test: [skip ci] add unit tests for PR #6907 2022-05-24 14:17:44 +02:00
marioalexis
c00699b15d Gui: Prevent crash when trying to delete pointer to BaseClass 2022-05-24 13:28:14 +02:00
marioalexis
e76e4acb0f Base: Prevent crash when trying to create badType instance 2022-05-24 13:28:14 +02:00
Yorik van Havre
a865e4f834 Enabled github sponsors 2022-05-24 09:15:30 +02:00
Uwe
daf2df6f80 [CMake] remove traces of assembly module
the assembly module was removed for FC 0.20 but it appears still in CMake as build option.

This PR tries to remove the remaining traces (maybe more needs to be done?)
2022-05-23 19:06:32 +02:00
wmayer
a4480b4ba7 plugin: improve support on Windows 2022-05-23 17:18:18 +02:00
Kuzemko Alexsandr
b903e949ae Update .ts with lupdate ver 6.4.0. 2022-05-23 16:53:07 +02:00
Wanderer Fan
bfecd1359b [TD]fix checkFit to use current scale 2022-05-22 18:03:44 -04:00
Chris Hennes
e1f2685734 PD: Typo fix 2022-05-21 18:09:51 -05:00
wmayer
469c36e3cc Mod: handle removed headers in PCH files for OCC 7.6 2022-05-21 06:28:07 +02:00
wmayer
f5cf112f48 Spreadsheet: fix possible crash in SheetModel::setData
See also: https://forum.freecadweb.org/viewtopic.php?f=8&t=68529
2022-05-21 04:07:00 +02:00
wmayer
7d6243d696 Mesh: [skip ci] change icon Mesh_EvaluateFacet.svg 2022-05-20 11:03:07 +02:00
Ajinkya Dahale
650210e2db [Readme] Update build status badges
The old Travis-CI badges are about a year old. These changes replace the links with those for Gitlab-CI.

Adapted from instructions at https://docs.gitlab.com/ee/user/project/badges.html#use-custom-badge-images.
2022-05-20 04:03:22 +02:00
wmayer
f16f617dc8 Mesh: [skip ci] add missing icon Mesh_Pipette.svg 2022-05-19 20:07:04 +02:00
Chris Hennes
dabd109586 OpenSCAD: Fix typo in prototype 2022-05-19 10:12:30 -05:00
Yorik van Havre
c669c4e618 Merge pull request #6904 from Roy-043/Draft-Fix-grid-update-issue
Draft: Fix grid update issue
2022-05-19 12:22:19 +02:00
turn211
6beef68ae1 Fixed bugs and added requests
Fixed Tableview widgets coloured by spreadsheet colours, Changed dark splitters to light. https://forum.freecad.org/viewtopic.php?p=596013&sid=b180cb250e3567c4a8d0bead16ed8cc2#p596013
2022-05-18 23:20:32 -05:00
turn211
afe78105ec Add files via upload 2022-05-18 23:20:32 -05:00
Roy-043
0b12cba3b5 Draft: Fix grid update issue
If the grid spacing was updated in this sequence: 1 -> 0 -> 1 (or any sequence where the first and last value are equal), the grid would not be redrawn.
2022-05-18 22:49:05 +02:00
sliptonic
354c4e9635 Merge pull request #6887 from sliptonic/bug/6826
fixes #6826.  Simplifies logic for calculating helix stepovers
2022-05-18 08:58:11 -05:00
wmayer
ca279e4057 Gui: avoid that toolbars of active workbench become invisible
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=67748
2022-05-18 14:08:32 +02:00
wmayer
2ecb11985e App: simplify code in Application::getResourceDir() and Application::getHelpDir() 2022-05-18 10:27:27 +02:00
wmayer
f3fd1d2035 App: inside Application::getLibraryDir() check if an absolute path name is set for LIBRARYDIR 2022-05-18 10:20:37 +02:00
Wanderer Fan
10888e7aad [TD]fix handling of translated enumeration 2022-05-17 20:04:19 -04:00
wmayer
a5ff515804 Mesh: issue #6131: Colors set prior to saving aren't retained when re-opening file
Note: A mesh feature must have a PropertyColorList property with the name FaceColors or VertexColors. The colors won't be set when loading a project but in the context-menu there is the function 'Display colors'
2022-05-17 16:43:53 +02:00
wmayer
2e7a7e70b0 Mesh: [skip ci] use const-reference when iterating over list 2022-05-17 15:52:43 +02:00
wmayer
eca8c9dbe2 Mesh: improve OBJ import by allowing arbitrary names for the mtllib file 2022-05-17 15:02:59 +02:00
wmayer
f1025b1448 Mesh: replace several reinterpret_cast with static_cast 2022-05-17 14:33:44 +02:00
Yorik van Havre
559a3f84dc Merge pull request #6896 from FreeCAD/mesh-initpy
Mesh: fix pep8 related issues in Init.py
2022-05-17 13:40:00 +02:00
wmayer
bb028c7989 Mesh: modernize MeshIO classes 2022-05-17 12:20:22 +02:00
wmayer
354bfb5c5b Mesh: implemented recommended move constructor and move assignment for Point3d 2022-05-17 11:55:33 +02:00
wmayer
3fbc9992e8 Mesh: avoid problematic const_cast 2022-05-17 11:54:11 +02:00
wmayer
74ead2c6ff Mod: whitespace fixes 2022-05-17 11:51:22 +02:00
wmayer
216ed31d8a Points: fix round-off errors in pcd export 2022-05-17 11:48:58 +02:00
wmayer
61bc913fe5 Test: [skip ci] test matrix element order 2022-05-17 11:47:40 +02:00
wmayer
d0f98bf45c Conda: ssize_t is a POSIX type and thus not necessarily defined on Windows. Currently this causes build failures with Conda + Py3.10.
The solution is to get rid off all occurrences of ssize_t in FreeCAD code
2022-05-17 11:43:40 +02:00
Yorik van Havre
06515cd340 Draft: Prevented error when grid size is zero - issue #5427 2022-05-17 10:58:10 +02:00
Yorik van Havre
27277e29c6 Draft: Fixed qt connect style - fixes #6879 2022-05-17 09:58:56 +02:00