Commit Graph

31924 Commits

Author SHA1 Message Date
bdieterm
bf025720ec fix function name in doxygen annotation 2023-07-10 09:23:59 -05:00
Yorik van Havre
942b8139f7 Merge pull request #9835 from yorikvanhavre/arch-fix-h1
Arch: Fixed error on null window preset creation parameters
2023-07-10 10:52:41 +02:00
Chris Hennes
6f97b74fdb Apply translations 2023-07-09 18:09:53 -05:00
Chris Hennes
3a07cc0c6a Merge pull request #9880 from petterreinholdtsen/no-dial-home
Change Start page to no longer dial home by default.
2023-07-09 17:29:32 -05:00
Amritpal Singh
456a1ea179 Bug: Loaded Reinforcement WB translations along with Arch WB 2023-07-09 17:28:44 -05:00
Chris Hennes
b529a0a67c FEM: Add missing translation string 2023-07-09 17:28:04 -05:00
Adrián Insaurralde Avalos
c09ef943f7 Fix #9792: PD tasks fail to launch if body is inside Part and activated
introduced by PR #9557
2023-07-09 17:24:26 +02:00
Roy-043
8d87eaac22 TechDraw: Fix typo in HoleShafFit tooltip 2023-07-08 11:34:12 -04:00
sliptonic
d2b6af4b74 Merge pull request #9886 from petterreinholdtsen/path-command-lint-fixes-more
Get rid of more lintian complaints from github Python linter.
2023-07-08 08:26:40 -05:00
Petter Reinholdtsen
3d26609e6f Get rid of more lintian complaints from github Python linter.
While working on https://github.com/FreeCAD/FreeCAD/pull/9867 I noticed my patch
showed up with a lot of linting issues in code I did not touch, to a point
where the view was very cluttered by lintian issues.  Here is my second
try to reduce the number of issues discovered by the linter.  Some
issues are still left, as I fail to see how to sensibly reduce the number of
parameters or local variable used.
2023-07-08 10:48:50 +02:00
Petter Reinholdtsen
6e87253bc6 Avoid dagerous move without tool height compensation after setting first fixture
The issue only happen when splitting jobs on tools (orderby == Tool), and when
USE_TLO was active and the preamble include G49.  The first move is then done
before tool height is set, and can cause damage if the existing tool height is set
to more than the gap between the spindle and the table or work piece, when the machine
take a sudden dive straight down.

Removed move between G49 and first G43, to ensure all moves are done after G43
correctly set tool height compensation.

Rewrote code to introduce new method fixtureSetup() to ensure all orderby alternatives
behave the same way.

Fixes #9866.
2023-07-08 09:30:19 +02:00
Petter Reinholdtsen
c5f885dfb9 Change Start page to no longer dial home by default.
When starting FreeCAD for the first time, it load the HTML content of
src/Mod/Start/StartPage/StartPage.html and show it as a friendly startup page.
Unfortunately, one of the tabs in the startup page is an iframe loading the content of
https://blog.freecadorg/.  The effect is that every time one start FreeCAD, it dial
home over the Internet with a HTTP request to the mentioned URL.  This is a privacy
problem.  At the moment the blog page in turn will connect to https//i0.wp.com/ and
https//s0.wp.com/, in effect also reporting the startup to Wordpress.  Please do not
dial out without the expressed approval and on request of the user of the program.

This patch change the startup page to instead of putting the blog posts in a tab, it
will link to the blog and the connection is only established when the user click on
'BLOG' in the start page.  It include a link tooltop to make it easier to understand
that this will bring the user to a new page.
2023-07-07 14:37:54 +02:00
Yorik van Havre
7fb1ca55eb Merge pull request #9868 from Syres916/patch-81
[Start] Fix Minor Regression on LoadCustom...
2023-07-07 13:40:57 +02:00
Syres916
37e6e7dbc5 Reduce the number of lines of code 2023-07-07 10:45:22 +01:00
Syres916
696208116b Reduce number of lines of code 2023-07-07 10:44:02 +01:00
wandererfan
6a0d3dedfb [TD]fix pathological centerline for points 2023-07-06 19:20:08 -04:00
sliptonic
dbd4fbb460 Merge pull request #9882 from petterreinholdtsen/path-command-lint-fixes
Get rid of some lintian complaints from github Python linter.
2023-07-06 15:58:24 -05:00
wandererfan
584bd77c29 [TD]do not include cosmetics in extent dims 2023-07-06 16:02:28 -04:00
wandererfan
0cfb18f71b [TD]clarify tooltip 2023-07-06 16:02:28 -04:00
Petter Reinholdtsen
e74450bfc5 Get rid of some lintian complaints from github Python linter.
While working on https://github.com/FreeCAD/FreeCAD/pull/9867 I noticed my patch
showed up with a lot of linting issues in code I did not touch, to a point
where the view was very cluttered by lintian issues.  Here is my
try to reduce the number of issues discovered by the linter.  Some
issues are left, as I fail to see how to sensibly reduce the number of
parameters or local variable used.
2023-07-06 18:18:11 +02:00
Chris Hennes
97771dc673 Update translations 2023-07-06 08:20:59 -05:00
Chris Hennes
20b31ed425 Merge pull request #9878 from petterreinholdtsen/debian-1160-python3-interpreter
Use python3 as the interpreter instead of python (ie v2) more places.
2023-07-06 08:20:13 -05:00
Petter Reinholdtsen
3a363b538f Use python3 as the interpreter instead of python (ie v2) more places.
This fixes lintian warning "unusual-interpreter".

Part of the Debian edition of FreeCAD since 2023.
2023-07-06 05:19:31 +02:00
Petter Reinholdtsen
40aeee9375 Add several supported MIME types to desktop file.
Patch from Tobias Frost <tobi@debian.org>.

Solves Debian bug <URL: https://bugs.debian.org/993089 >.

Been used in the Debian edition of FreeCAD since 2022.
2023-07-06 05:15:24 +02:00
Yorik van Havre
b24a01bee8 Merge pull request #9873 from yorikvanhavre/draft-dxflib-fix
Draft: Bumped dxflib version
2023-07-05 09:17:26 +02:00
Yorik van Havre
f6859cbaa4 Merge pull request #9856 from luzpaz/pre-release-typos
Fix various typos
2023-07-05 09:16:15 +02:00
Syres916
07e14ce468 Correct filename variable 2023-07-04 14:36:47 +01:00
Syres916
bc97b93905 Remove Duplicate line 2023-07-04 14:19:47 +01:00
Syres916
93ed55ee40 [Start] LoadMRU Update Conditionals 2023-07-04 14:17:44 +01:00
Syres916
f41b062467 [Start] LoadCustom update conditionals 2023-07-04 14:16:18 +01:00
Yorik van Havre
6b588a8ea6 Draft: Bumped dxflib version - fixes #9817 2023-07-04 14:06:18 +02:00
Yorik van Havre
9c55b0d8ec Update src/Mod/Arch/ArchWindowPresets.py
Use more elegant formatting
2023-07-04 13:49:28 +02:00
Syres916
793393cad3 [Start] Fix Minor Regression on LoadCustom
Handle image files using FreeCADGui but all other formats using FreeCAD
2023-07-03 15:47:48 +01:00
Petter Reinholdtsen
3cb5bdcbe4 Adjusted Appstream metadata component type and added launcable tag.
This fixes the following appstream warning and make program show up in the appstream
data set:

asv-desktop-app-launchable-missing

This `desktop-application` component is missing a `desktop-id`
launchable tag. This means that this application can not be launched
and has no association with its desktop-entry file. It also means no
icon data or category information from the desktop-entry file will
be available, which will result in this application being ignored
entirely.

Part of Debian FreeCAD edition since 2023.
2023-07-03 00:20:51 -04:00
wandererfan
6cb8851bf3 [TD]fix missing translations 2023-07-02 09:18:06 -04:00
Abdullah Tahiri
a19e2454be MainWindow: Fix for Automatic WB and edit mode WBs
==================================================

As described here:
https://forum.freecad.org/viewtopic.php?p=687188#p687188
2023-07-01 19:56:52 +02:00
Florian Foinant-Willig
1de0e96467 Sketcher: fix CircleToCircle distance constraint with external
Create c2c distance constraint with one external geometry raised a
malformed constraint error

+ clang format catch by precommit hook
2023-07-01 19:42:09 +02:00
Chris Hennes
3d0fe64c66 Merge pull request #9852 from petterreinholdtsen/debian-1160-python3-interpreter 2023-07-01 07:49:38 -05:00
luzpaz
c5dc557579 Fix trailing whitespace
[skip ci]
2023-07-01 10:24:07 +00:00
luzpaz
19d0a11c40 Fix various typos 2023-07-01 10:08:21 +00:00
Petter Reinholdtsen
28ad96b87f Use python3 as the interpreter instead of python (ie v2)
This fixes lintian warning "unusual-interpreter".

Part of the Debian edition of FreeCAD since 2023.
2023-07-01 03:09:19 +02:00
sliptonic
3c7e350a17 Merge pull request #9832 from rmu75/master
Path: fix g-code orientation from Path.Op.Profile in case eff. offset is 0.0
2023-06-30 11:21:15 -05:00
sliptonic
9926e17928 fix bugs
handles malformed gcode commands
Adds properties to existing custom ops
2023-06-30 10:06:18 -05:00
Morgan 'ARR\!' Allen
b407a1a36e Migrate to using opPropertyEnumerations to set defaults
This feels a bit heavy but I still feel like it's helpful to inform
the path forward to consolidate these default properties.
2023-06-29 23:01:57 -07:00
Morgan 'ARR\!' Allen
03e1b0e58a Merge branch 'master' of https://github.com/FreeCAD/FreeCAD into path_custom_source 2023-06-29 22:30:02 -07:00
wandererfan
35cedd6270 [TD]fix missing section svg hatch in pdf 2023-06-29 19:50:27 -04:00
Abdullah Tahiri
7633b3ce93 Unused variable 2023-06-29 23:42:28 +02:00
wmayer
f44fa7a835 Part: fixes #5967: Weird behavior in Placement dialog when using "center of mass" with Datum Plane 2023-06-29 22:49:39 +02:00
Pesc0
45141df33e Add Pesc0 to contributors 2023-06-28 16:01:46 +02:00
Robert Schöftner
4f20e7013e Merge branch 'master' into master 2023-06-28 11:25:52 +02:00