Jacob Oursland
7df1a5d00a
CMake: modernize to use CMAKE_<LANG>_COMPILER_LAUNCHER for ccache.
2024-12-02 12:24:50 -05:00
Pieter Hijma
46dfa2e39b
Gui: Fix VarSet dialog 2 digit problem
2024-12-02 12:17:56 -05:00
Rotzbua
45ab20fd7e
feat(win): add registry for silent uninstall
...
Entry is recommended to support the silent uninstall process without knowing the arguments.
https://nsis.sourceforge.io/Add_uninstall_information_to_Add/Remove_Programs#Recommended_values
2024-12-02 12:16:54 -05:00
PaddleStroke
734814f495
Assembly: Make ExplodedView: a group extension. So that we don't mimick group. Fixing the delete exploded view group issue
2024-12-02 12:14:43 -05:00
Fabio Rossi
d4b495bfd5
add local OndselSolver includes only when not external
2024-12-02 12:04:54 -05:00
Florian Foinant-Willig
115667f73a
PartDesign: decouple refine and other geometric computation ( #17008 )
2024-12-02 10:57:30 -06:00
Benjamin Nauck
32e339447a
Move back the assembly util functions to AssemblyUtil ( #18020 )
...
* Move back util functions to AssemblyUtils again
* Add getPropertyByName<T>() helper
* Improve constness in AssemblyUtils
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-02 10:48:48 -06:00
Yorik van Havre
94a4727ce9
BIM: Set opening name - fixes #16948
2024-12-02 11:44:52 -05:00
Yorik van Havre
923297bc61
BIM: ensure the Base has the correct type ( #17264 )
...
* BIM: ensure the Base has the correct type - fixes #16409
* BIM: refactor according to chenne's comment
2024-12-02 10:44:11 -06:00
Chris Hennes
0f9afb13fa
Merge pull request #17826 from jbaehr/cam-fix-rename-cw-ccw-climb-conventional-main
...
CAM: Port #17655 to main: "Fix CW/CCW to Climb/Conventional rename"
2024-12-02 11:41:40 -05:00
Roy-043
bcd7373068
Solve merge conflict
...
OK, there was indeed a merge conflict due to reformatting.
2024-12-02 11:35:28 -05:00
luzpaz
ca9b0e4c58
Spreadsheet: use 'text' instead of 'foreground' in tooltip ( #18018 )
...
* Spreadsheet: use 'text' instead of 'foreground' in tooltip
2024-12-02 10:32:12 -06:00
Roy-043
2b2a80ac3c
Pattern name Diamant -> Diamond
2024-12-02 11:40:01 +01:00
Roy-043
3c21ff425e
Draft: Display default file and pattern in hatch task panel
...
Fixes #18197 .
2024-12-02 11:40:01 +01:00
martinRenou
479cf6ebf5
Fixing OfflineRenderingUtils.guidata on BIMExample.FCstd
2024-12-02 11:36:39 +01:00
wmayer
c5bb5def46
Gui: Do not ignore alpha channel when converting QImage to SoSFImage
...
Fixes #18213 : Sketcher constraints have black box backgrounds
2024-12-01 20:14:00 -05:00
Stephen Hurd
9749a07130
Fix compile on FreeBSD with spnav
...
If spnav is installed on a FreeBSD system, it will be detected,
but the build will fail. With this change, it both builds
successfully and works on FreeBSD.
2024-12-01 10:40:30 +01:00
mosfet80
0bdb8a0e22
Disable python2 support
...
Disable python2 support
2024-12-01 10:39:48 +01:00
wmayer
e4b7d7a29f
RE: Fix dialog title
2024-11-30 18:52:23 +01:00
mosfet80
5e9f2cf6ad
Clean MainWindow.cpp
...
Removed unused code
2024-11-30 14:13:46 +01:00
mosfet80
30c0b92f70
Update ubuntu.sh
2024-11-30 14:09:16 +01:00
mosfet80
54b614dc44
Update debian.sh
2024-11-30 14:09:16 +01:00
mosfet80
1d73ad0a0c
Update sub_buildUbuntu2004.yml
2024-11-30 14:09:16 +01:00
mosfet80
19cb4aa226
Remove spd lib include
2024-11-30 14:09:16 +01:00
wmayer
f72679f6a5
Fix compiler warnings
2024-11-30 00:46:05 +01:00
Chris Mayo
7aedf91a1c
Remove MeshPy::coarsen() and code using GTS
...
FC_USE_GTS not used since before:
1162aaea88 ("Remove references to gts and ode", 2012-07-05)
GTSAlgos.h and GTSAlgos.cpp removed in:
db5c8f7db8 ("[Mesh] remove GTSAlgos", 2022-11-11)
MeshPy::coarsen() added not later than 2011 and never implemented.
2024-11-29 23:42:28 +01:00
Jiří Pinkava
edef0ba3c0
Gui: remove unused MDITabbar and MainWindowTabBar classes
2024-11-29 21:20:57 +01:00
Roy-043
a83f7f061d
Draft: Draft_Fillet: fix error in #17945 ( #18150 )
...
* Draft: Draft_Fillet: fix error in #17945
In #17945 the delete option of the command results in an error if subobjects are selected.
* Command should not be available if there is no selection
* Update copyright notice
2024-11-29 20:37:48 +01:00
Max Wilfinger
cb6bf1a9df
Update Sketcher external icons and cursors
2024-11-29 20:31:39 +01:00
wandererfan
997479c6c2
[TD]prevent use of non-exist/hidden tab in exports
2024-11-29 12:28:25 -05:00
wandererfan
c8f858a289
[TD]prevent crash on attempt to print hidden page
2024-11-29 12:28:25 -05:00
wandererfan
b9c798ca53
[TD]prevent fail on auto switch to hidden tab
2024-11-29 12:28:25 -05:00
wandererfan
cab84840b5
[TD]add preference for auto workbench switch
2024-11-29 12:28:25 -05:00
PaddleStroke
a664dd8337
Sketcher: OVP were drawn at wrong position when editing a sketch from link ( #18060 )
...
* Sketcher: OVP were drawn at wrong position when editing a sketch from a link.
* Update src/Mod/Sketcher/Gui/DrawSketchController.h
Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com >
---------
Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com >
2024-11-29 12:12:48 -05:00
Max Wilfinger
e83024ee02
replaced .xpm with .svg
2024-11-29 12:09:42 -05:00
Max Wilfinger
165f353db7
remove .xpm icons
2024-11-29 12:09:42 -05:00
Roy-043
0ce1b2176a
Merge pull request #18142 from Roy-043/Draft-fix-focus-behavior-of-radius-input
...
Draft: fix focus behavior of radius input
2024-11-29 18:08:20 +01:00
PaddleStroke
3357baef99
Core / Assembly: Add a way for vp edit modes to be restored.
2024-11-29 12:04:25 -05:00
PaddleStroke
ad22aa3a8c
PartDesign: Fix newSketch not working when editing a body from an external file.
2024-11-29 12:00:41 -05:00
Roy-043
23b67f72cc
Merge pull request #18164 from Roy-043/Draft-Fix-cursor-scaling-for-xcb-platform
...
Draft: Fix cursor scaling for xcb platform
2024-11-29 17:56:06 +01:00
bdieterm
1a00b40f12
Gui: use utf-8 encoding for saving recorded macros
...
FCMacros always have the header "# -*- coding: utf-8 -*".
But the QTextStream class in Qt5 does not always use utf-8 for saving the text file.
2024-11-29 11:55:17 -05:00
Roy-043
221a260e1f
Draft: fix color of arrays ( #18123 )
...
If `get_diffuse_color` returned a list with a single color, the list was wrongly multiplied. Regression introduced in V0.21, but in that version the error was masked by how Core handled the diffuse color.
Fixes #17052 .
2024-11-29 17:54:29 +01:00
PaddleStroke
50c4e2b4e1
Sketcher: External: Change style to : defining are solid lines. Non-defining dashed. Both use external color.
2024-11-29 11:36:55 -05:00
PaddleStroke
1d0373f40f
Sketcher: Hide External BSpline overlay informations.
2024-11-29 11:36:55 -05:00
PaddleStroke
4a15ca643b
Sketcher: Rename External to Projection
2024-11-29 11:36:55 -05:00
PaddleStroke
8c6b437314
Sketcher: Intersection externals
2024-11-29 11:36:55 -05:00
PaddleStroke
c0f64a9850
Sketcher: Defining External geos.
2024-11-29 11:36:55 -05:00
PaddleStroke
5da8aae43c
External geos : Enable face selection
2024-11-29 11:36:55 -05:00
Roy-043
de137c6efd
Draft: Draft_Split: apply original view props to split off object
...
Fixes #16210 .
Note that `Draft.format_object` is called from gui_split.py (in the commit). This is not consistent with other tools where this is handled in the `make_*` functions. In this case the new object is formatted twice. The 1st time by the `make_wire` code which (wrongly) applies the current default props.
2024-11-29 10:56:29 +01:00
Roy-043
8d54fdc0bc
Draft: fix handling of Links in TD DraftViews
...
Forum topic:
https://forum.freecad.org/viewtopic.php?t=92476
For LinkGroups and Links to Std_Groups that do not have a default placement, a temporary hidden document is used to handle the placement of their children. This is a bit of a hack of course.
2024-11-29 10:55:31 +01:00