Yorik van Havre
6fb42638f1
Merge pull request #9856 from luzpaz/pre-release-typos
...
Fix various typos
2023-07-05 09:16:15 +02:00
Syres916
64852d073f
Correct filename variable
2023-07-04 14:36:47 +01:00
Syres916
bf01d23b76
Remove Duplicate line
2023-07-04 14:19:47 +01:00
Syres916
41b02ca703
[Start] LoadMRU Update Conditionals
2023-07-04 14:17:44 +01:00
Syres916
591b1241f9
[Start] LoadCustom update conditionals
2023-07-04 14:16:18 +01:00
Yorik van Havre
699adff571
Draft: Bumped dxflib version - fixes #9817
2023-07-04 14:06:18 +02:00
Yorik van Havre
f257de0404
Update src/Mod/Arch/ArchWindowPresets.py
...
Use more elegant formatting
2023-07-04 13:49:28 +02:00
Haas
4d1af582d2
Set default shape color back to standard
...
was white
2023-07-03 19:06:43 +02:00
Syres916
adc8645dd1
[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
AgCaliva
f8bd862d48
added define _strdup for Windows
2023-07-03 02:22:14 -03:00
Petter Reinholdtsen
18f33c9b03
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
AgCaliva
d838225357
Merge branch 'master' into User/Document/Feature_level_units_selection_#7746
2023-07-02 17:45:05 -03:00
wandererfan
d836baacc2
[TD]fix missing translations
2023-07-02 09:18:06 -04:00
Adrian Insaurralde Avalos
b7814c46ad
Add cmake option FREECAD_USE_EXTERNAL_FMT to turn on/off system fmt use
...
defaults to ON
2023-07-02 01:38:26 -04:00
Abdullah Tahiri
5718efbdeb
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
f42695b0fa
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
cd124735ab
Merge pull request #9852 from petterreinholdtsen/debian-1160-python3-interpreter
2023-07-01 07:49:38 -05:00
Chris Hennes
5f963fb275
Merge pull request #9857 from luzpaz/trailing-whitespace
2023-07-01 07:45:01 -05:00
luzpaz
a89fceb347
Fix trailing whitespace
...
[skip ci]
2023-07-01 10:24:07 +00:00
luzpaz
055447a702
Fix various typos
2023-07-01 10:08:21 +00:00
Petter Reinholdtsen
6b7f3c55b9
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
AgCaliva
9cf1cdadbc
Implemented DocumentReader for GuiDocument.xml reading. Final
2023-06-30 20:50:36 -03:00
AgCaliva
1db4bcf374
Revert "DocumentReader implemented for GuiDocument.xml reading."
...
This reverts commit 2eb5fd7f132035e24880bd88076d49ed368e23e0.
2023-06-30 20:27:12 -03:00
AgCaliva
69b324e422
DocumentReader implemented for GuiDocument.xml reading.
2023-06-30 18:41:00 -03:00
sliptonic
574e117b15
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
22406bffa5
Merge pull request #8892 from morganrallen/path_custom_source
...
Path: add File source to CustomOp
2023-06-30 11:09:12 -05:00
Morgan 'ARR!' Allen
bfb6b40ed5
Merge pull request #1 from Ondsel-Development/8892fixes
...
fix bugs
2023-06-30 08:22:56 -07:00
sliptonic
5f18095667
fix bugs
...
handles malformed gcode commands
Adds properties to existing custom ops
2023-06-30 10:06:18 -05:00
mosfet80
f98e5b4e58
check correct Eigen3 required version
...
https://wiki.freecad.org/Third_Party_Libraries say minimum eigen3 are v3.0
2023-06-30 10:14:38 -04:00
mosfet80
a12c89373a
Merge branch 'FreeCAD:master' into patch-5
2023-06-30 08:04:30 +02:00
Morgan 'ARR\!' Allen
c330c31b6a
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
3a5655ea4b
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD into path_custom_source
2023-06-29 22:30:02 -07:00
wandererfan
9266673b12
[TD]fix missing section svg hatch in pdf
2023-06-29 19:50:27 -04:00
Abdullah Tahiri
2834aebf90
Unused variable
2023-06-29 23:42:28 +02:00
wmayer
f09bf02b6d
Part: fixes #5967 : Weird behavior in Placement dialog when using "center of mass" with Datum Plane
2023-06-29 22:49:39 +02:00
Chris Hennes
a88b8feacf
Merge pull request #9833 from adrianinsaval/libpackHint
2023-06-28 09:47:14 -05:00
Yorik van Havre
7601eca1fa
Merge pull request #9838 from Pesc0/addtocontributors
...
Add Pesc0 to contributors
2023-06-28 16:11:09 +02:00
Pesc0
0c2c4117cb
Add Pesc0 to contributors
2023-06-28 16:01:46 +02:00
Robert Schöftner
ba9c708a48
Merge branch 'master' into master
2023-06-28 11:25:52 +02:00
Robert Schöftner
e606e8f4a9
Hopefully more stable test pattern / path
2023-06-28 11:16:24 +02:00
Yorik van Havre
f0dd607cad
Arch: Fixed error on null window preset creation parameters - fixes yorikvanhavre/BIM_Workbench#116
2023-06-28 11:04:57 +02:00
Yorik van Havre
4807c98e90
Merge pull request #9830 from Roy-043/Draft-Add-macOS-paths-to-importDWG.py
...
Draft: Add macOS paths to importDWG.py
2023-06-28 10:37:25 +02:00
Adrián Insaurralde Avalos
cea68484cd
update libpack download hint [skip ci]
2023-06-27 13:49:16 -04:00
Morgan 'ARR\!' Allen
d364365185
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD into path_custom_source
2023-06-27 09:02:01 -07:00
Morgan 'ARR\!' Allen
7f73e8ce47
Merge branch 'master' into path_custom_source
2023-06-27 08:58:27 -07:00
Robert Schöftner
3bbc40b9bb
Path: fix g-code orientation Path.Op.Profile in case effective offset is 0.0
2023-06-27 17:15:04 +02:00
Roy-043
f338a4d382
Draft: Add macOS paths to importDWG.py
2023-06-27 11:16:02 +02:00
Roy-043
ff561201f0
Arch: Fix encoding error (caused by #9316 ) ( #9827 )
2023-06-27 11:10:31 +02:00
Chris Hennes
44c6fc0484
Merge pull request #9786 from yorikvanhavre/translations
...
Translations
2023-06-26 20:53:55 -05:00
wandererfan
7287ea6efa
[TD]add ANSI large format templates
2023-06-26 14:02:08 -04:00