Commit Graph

36230 Commits

Author SHA1 Message Date
PaddleStroke
ada76964c3 Sketcher: CommandConstraint.cpp : modernize for loops and use some auto 2024-02-12 11:14:22 -06:00
PaddleStroke
f06bcf3163 Sketcher: Parallel: Ignore selected points instead of throwing an error. 2024-02-12 11:14:22 -06:00
mos
81d7d542e4 removed unused example 2024-02-12 11:12:25 -06:00
LemonBoy
fc6d4b6d0f Dim the Navigation Cube when not active
Implement the InactiveOpacity option, allowing the user to dim the
navigation cube when not focused by making it transparent.
2024-02-12 18:10:12 +01:00
Kacper Donat
e40131d4b8 Gui: Add ability to set coordinate system axis letter color
Fixes: #12172
2024-02-12 18:07:02 +01:00
Chris Hennes
913a5dd60f Merge pull request #12171 from Rexbas/tux-remove-duplicate-icons
Tux: Remove duplicate icons
2024-02-12 11:05:24 -06:00
Max Wilfinger
4164919e58 Improvements to contextual right click menu in Sketcher.
Consider preselection, external geo and copy/cut/paste commands.
2024-02-12 11:04:06 -06:00
Chris Hennes
47005e837f Merge pull request #12104 from Rexbas/navigation-fixes
Gui: Mouse navigation fixes
2024-02-12 10:56:35 -06:00
Florian Foinant-Willig
86e75037d9 Set Suppressed false if no shape 2024-02-12 17:55:51 +01:00
Florian Foinant-Willig
4d929d3301 [PD] Add a Suppressed property to disable a feature 2024-02-12 17:55:51 +01:00
PaddleStroke
b7656abfc5 Sketcher: change DSH framework so that tab cycle through OVP and widget parameters. 2024-02-12 17:48:35 +01:00
PaddleStroke
b3e4bf1031 Sketcher: DSH: add two shortcuts for DSH to use. Fix a small syntax error in polygon/rotate. 2024-02-12 17:48:29 +01:00
Paddle
f8b57283e5 Remove Copy/clone/move and RectangularArray from the toolbar/menu. But does not remove the code of these. 2024-02-12 17:48:29 +01:00
Paddle
c4720e56c1 Translate DSH : A replacement for rectangular array. 2024-02-12 17:48:22 +01:00
Adrian Insaurralde Avalos
b70dddb3b2 Fix warning in DlgMacroExecute.ui 2024-02-12 10:48:08 -06:00
Chris Hennes
70e707217e Merge branch 'main' into facemakerTranslationFix 2024-02-12 10:45:47 -06:00
mosfet80
7f3851fb64 CI: update setup-miniconda to version 3 and checkout to v4 (#12032)
Fix condaBasePath when useBundled is false, and there's no pre-existing conda

..other fix and improvements
Update sub_buildMacOSCondaIntel.yml

Revert
updated action checkout to version 4

updated setup-miniconda to version 3
2024-02-12 13:42:21 -03:00
PaddleStroke
458d9aea63 Update TopoShapeMapper.cpp 2024-02-12 08:53:02 -06:00
PaddleStroke
7ef3464a5f Update TopoShapeExpansion.cpp
...
2024-02-12 08:53:02 -06:00
PaddleStroke
8b4a211f13 Update TopoShapeExpansion.cpp
Fix I have not seen it's in the precompiled if but not in the precompile.h
2024-02-12 08:53:02 -06:00
PaddleStroke
fddab25ed8 Fix compilation failures in TopoShapeExpansion and TopoShapeMapper. 2024-02-12 08:53:02 -06:00
Roy-043
063bec95ca Help: Update prefs ui file
Specify `Gui::FileChooser::Directory` mode for `Gui::PrefFileChooser` and update path in tooltips.
2024-02-12 12:01:48 +01:00
pre-commit-ci[bot]
54d2f5a61d [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-02-12 12:01:48 +01:00
Roy-043
bcd237fa5e Help: Fix path for off-line documentation
See: https://github.com/FreeCAD/FreeCAD-Help/pull/23
2024-02-12 12:01:48 +01:00
Roy-043
b11475f45c Arch: importIFC fix clone placement
Forum topic:
https://forum.freecad.org/viewtopic.php?p=738864#p739039
2024-02-12 11:52:21 +01:00
Roy-043
65b211259d Arch: Arch_Window fix clone recompute issue
See https://github.com/FreeCAD/FreeCAD/pull/11868#issuecomment-1937633689
2024-02-12 11:23:54 +01:00
Chris Hennes
d3a53f4a23 Addon Manager: Fix abort_all() code 2024-02-11 17:19:23 -06:00
Chris Hennes
269273e102 Addon Manager: Protect call to setTransferTimeout
Unsupported by Qt 5.12
2024-02-11 17:19:23 -06:00
Chris Hennes
92d2fcdb70 Addon Manager: Qt < 5.15 fallback for network timeout 2024-02-11 17:19:23 -06:00
Chris Hennes
4b0e2555f3 Addon Manager/Tests: Update license string in tests 2024-02-11 17:19:23 -06:00
Chris Hennes
a373b73748 Addon Manager: Preference to hide unlicensed 2024-02-11 17:19:23 -06:00
Chris Hennes
1056b7b0ca Addon manager: Update test to check license 2024-02-11 17:19:23 -06:00
Chris Hennes
2d5b665319 Addon Manager: Bug fixes and license cleanup 2024-02-11 17:19:23 -06:00
Chris Hennes
b446f2012d Addon Manager: Fixes for license handling 2024-02-11 17:19:23 -06:00
Chris Hennes
956307ffa0 Addon Manager: Cleanup warnings 2024-02-11 17:19:23 -06:00
Chris Hennes
9aef453acc Addon Manager: Calculate width for filter box 2024-02-11 17:19:23 -06:00
Chris Hennes
99aaaa5ff6 Addon Manager/Tests: Update tests 2024-02-11 17:19:23 -06:00
Chris Hennes
9812548b68 Addon Manager: Break up ReadmeViewer into view and controller
Addon Manager: Cleanup enable/disable message
2024-02-11 17:19:22 -06:00
Chris Hennes
20a01cfc9c Addon Manager: Begin refactor of listing 2024-02-11 17:19:22 -06:00
Chris Hennes
b6ab0f0303 Addon Manager: Fix filter display 2024-02-11 17:19:22 -06:00
Chris Hennes
1c09b8bcde Addon Manager: Refactor buttons above detail view 2024-02-11 17:19:22 -06:00
Chris Hennes
5b79970706 Addon Manager: Minor refactoring of buttons 2024-02-11 17:19:22 -06:00
Chris Hennes
418ccc870f Addon Manager: Refactor global button bar 2024-02-11 17:19:22 -06:00
Chris Hennes
f44098172b Addon Manager: Clean up new progress bar 2024-02-11 17:19:22 -06:00
Chris Hennes
7dac836110 Addon Manager: Refactor progress bar 2024-02-11 17:19:22 -06:00
Chris Hennes
ea39ae2578 Addon Manager: Further macro load cleanup 2024-02-11 17:19:22 -06:00
Chris Hennes
457eafa5dc Addon Manager: Clean up spacing in top bar 2024-02-11 17:19:22 -06:00
Chris Hennes
e8b52326a5 Addon Manager: Fix macro cache update hang 2024-02-11 17:19:22 -06:00
Chris Hennes
fa4bea510d Addon Manager: Add support for license exclusion 2024-02-11 17:19:22 -06:00
Chris Hennes
a79abfb576 Addon Manager: Refactor overall top bar 2024-02-11 17:19:22 -06:00