-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch 20 #5
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4bb7a9 - Browse repository at this point
Copy the full SHA e4bb7a9View commit details -
Merge pull request FreeCAD#12269 from Syres916/Fix_Unguarded_RootNode…
…_Specific_Child [Arch] [Draft] Add guard for RootNode specific child
Configuration menu - View commit details
-
Copy full SHA for 5d729db - Browse repository at this point
Copy the full SHA 5d729dbView commit details -
Material: Material editor enhancements
Improves compatibility when using the legacy editor. Corrects a number of issues that prevented saved files from being displayed when using the legacy editor. Reduces the verbosity of console messages.
Configuration menu - View commit details
-
Copy full SHA for e9b43a0 - Browse repository at this point
Copy the full SHA e9b43a0View commit details -
move #include <SMESH_Version.h> out of ifndef _PreComp_
fix position of #endif for MEFISTO removal
Configuration menu - View commit details
-
Copy full SHA for c57a83c - Browse repository at this point
Copy the full SHA c57a83cView commit details
Commits on Feb 6, 2024
-
Handle all combos of "group into blocks" "use DXF colors" "use layers"
Fixes FreeCAD#11873 this was the primary goal of these changes Fixes (partially) FreeCAD#11874 the parts of a polyline are combined as a compound object (shape) but it would be preferable for them to be made into a wire (if possible) Fixes FreeCAD#11872 Objects in a block definition are now kept separately until the block is inserted, in which case the inserted objects are subject to all the other options regarding combining. Fixes (partially, review required) FreeCAD#11871 Text and dimensions are now kept as part of the block definition and are placed in the drawing when the block is inserted but this code has not been extensively tested. Affects FreeCAD#11875, custom types are not made, but the labels now reflect the object types rather than all being "Shapennn" This leaves the importer options handling in a bit of a mess that needs cleanup eventually, but this can be a new issue. This includes some importer flags that have no corresponding options (e.g. import frozen layers), some flags not yet implemented, some flags not yet even declared in the code because their implementation is further off (import hatch outlines), and some suggested future options (import SOLIDs as faces) Centralize the calculation of the OCS for entities as they're read from the DXF. Most of the entities don't use this yet, but some of them roll their own crude Normal Vector handling. Because the new code takes priority over the old for reading the normal vector, such code will always see (0, 0, 1) as the extrusion direction.
Configuration menu - View commit details
-
Copy full SHA for 0dcfe94 - Browse repository at this point
Copy the full SHA 0dcfe94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46230c9 - Browse repository at this point
Copy the full SHA 46230c9View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d72896c - Browse repository at this point
Copy the full SHA d72896cView commit details -
Draft: Draft_Edit: restore Relative checkbox
The relative checkbox was hidden by mistake.
Configuration menu - View commit details
-
Copy full SHA for a138348 - Browse repository at this point
Copy the full SHA a138348View commit details -
Part/Toponaming: makeElementWires
* Added test for MapperMaker::modified Signed-off-by: CalligaroV <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1938bbe - Browse repository at this point
Copy the full SHA 1938bbeView commit details -
Merge pull request FreeCAD#12237 from bgbsww/bgbsww-toponamingMakeRefine
Toponaming: Transfer in makeElementRefine
Configuration menu - View commit details
-
Copy full SHA for 31b40ce - Browse repository at this point
Copy the full SHA 31b40ceView commit details -
Part/Toponaming: makeElementWires
* Added test for MapperMaker::generated * Renamed spit into splitMkr in the test for MapperMaker::modified * Disabled test for TopoShape::makeElementWires Signed-off-by: CalligaroV <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 728c215 - Browse repository at this point
Copy the full SHA 728c215View commit details -
Merge branch 'main' of https://github.com/FreeCAD/FreeCAD.git into to…
…ponamingTopoShapeWire # Conflicts: # src/Mod/Part/App/TopoShape.h # src/Mod/Part/App/TopoShapeExpansion.cpp
Configuration menu - View commit details
-
Copy full SHA for d9d6ae8 - Browse repository at this point
Copy the full SHA d9d6ae8View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91f9486 - Browse repository at this point
Copy the full SHA 91f9486View commit details -
Part/Toponaming: makeElementWires
* Renamed enum classes members to lowercaseCapword * Moved struct ShapeHasher back to TopoShapeMapper.h * Added test for MapperMaker::generated * Modifications for clang-tidy warnings * Formatting Signed-off-by: CalligaroV <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3066f74 - Browse repository at this point
Copy the full SHA 3066f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 268edee - Browse repository at this point
Copy the full SHA 268edeeView commit details -
[Sketcher][planegcs] Support angle via point with params
These are intended to use when calculating normal simply with points could be numerically expensive or otherwise nonviable.
Configuration menu - View commit details
-
Copy full SHA for 6a3c055 - Browse repository at this point
Copy the full SHA 6a3c055View commit details -
[Sketcher][planegcs] Implement parametric
BSpline::CalculateNormal
As opposed to "punctual" that already exists for curves.
Configuration menu - View commit details
-
Copy full SHA for 5ba050b - Browse repository at this point
Copy the full SHA 5ba050bView commit details -
[planegcs] Implement
calculateAngleViaParams
For use in angle-via-point with complex curves.
Configuration menu - View commit details
-
Copy full SHA for 82f0359 - Browse repository at this point
Copy the full SHA 82f0359View commit details -
[Sketcher] Expose general tangency with B-splines to Sketcher
The following commits were squashed into this [Sketcher] Handle some corner cases in AngleViaPoint [Sketcher] Avoid redundant constraints with B-splines... When involving tangent, perpendicular and angle constraints. [Sketcher] Add pre-commit changes [Sketcher] Do not allow 2-selection tangent with B-spline Also... [Sketcher] Report error when using direct tangency with B-splines [Sketcher] Fix malformed constraint when B-spline is selected second To clarify, this means the second curve selected. The position of the point in selection order does not matter in angle-via-point. [Sketcher] Fix wrong number for B-Spline tangent on redundancy [Sketcher] Remove existing point-on-object in some redundant cases Particularly when point constrained on a B-spline is being used for tangent, perpendicular or angle via point with the same B-spline. [Sketcher] Fix direction issue with B-spline tangents. Without these changes the solver might try to "twist" the B-spline to make the angle between curves be 0 instead of PI (which may be closer to the initial shape).
Configuration menu - View commit details
-
Copy full SHA for 65b4dd1 - Browse repository at this point
Copy the full SHA 65b4dd1View commit details -
[planegcs] Remove some numerical testing
If needed this can be moved to a gtest,
Configuration menu - View commit details
-
Copy full SHA for b1ef4be - Browse repository at this point
Copy the full SHA b1ef4beView commit details -
[planegcs] Implement
BSpline::Value()
Needed for gtests currently.
Configuration menu - View commit details
-
Copy full SHA for da48a72 - Browse repository at this point
Copy the full SHA da48a72View commit details -
[planegcs] Add
SketcherExport
macro to classes in Geo.h...for use in tests.
Configuration menu - View commit details
-
Copy full SHA for 1e19926 - Browse repository at this point
Copy the full SHA 1e19926View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2cbd7e - Browse repository at this point
Copy the full SHA b2cbd7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 459d210 - Browse repository at this point
Copy the full SHA 459d210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73434e0 - Browse repository at this point
Copy the full SHA 73434e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1f638 - Browse repository at this point
Copy the full SHA 3f1f638View commit details -
Merge pull request FreeCAD#12295 from bgbsww/bgbsww-toponamingFeature…
…PartBoolean Toponaming: transfer in FeaturePartBoolean
Configuration menu - View commit details
-
Copy full SHA for 73d214a - Browse repository at this point
Copy the full SHA 73d214aView commit details -
Merge pull request FreeCAD#11853 from AjinkyaDahale/sketcher-general-…
…tangency-splines [Sketcher] General Tangency with B-splines (re-do)
Configuration menu - View commit details
-
Copy full SHA for 9695bf0 - Browse repository at this point
Copy the full SHA 9695bf0View commit details -
Gui: Fix disappearing element handles in sketcher
Finds the bounding sphere when the editing view provider is set. This ensures the right bounding sphere is used for finding the near and far clipping plane
Configuration menu - View commit details
-
Copy full SHA for bc713e2 - Browse repository at this point
Copy the full SHA bc713e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbc90d - Browse repository at this point
Copy the full SHA dfbc90dView commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8d3326 - Browse repository at this point
Copy the full SHA c8d3326View commit details -
Merge pull request FreeCAD#12189 from CalligaroV/toponamingTopoShapeWire
Toponaming makeElementWire
Configuration menu - View commit details
-
Copy full SHA for 03b4140 - Browse repository at this point
Copy the full SHA 03b4140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c07e83 - Browse repository at this point
Copy the full SHA 0c07e83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d95b9 - Browse repository at this point
Copy the full SHA 10d95b9View commit details -
Addon Manager: Correct connection check
The connection check code incorrectly handled the case of multiple incoming connections, interpreting them all as connection check signals.
Configuration menu - View commit details
-
Copy full SHA for 3a73f91 - Browse repository at this point
Copy the full SHA 3a73f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cdf439 - Browse repository at this point
Copy the full SHA 0cdf439View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ef0b6e - Browse repository at this point
Copy the full SHA 7ef0b6eView commit details
Commits on Feb 10, 2024
-
Merge pull request FreeCAD#12280 from Roy-043/Draft-Draft_Edit-restor…
…e-Relative-checkbox Draft: Draft_Edit: restore Relative checkbox
Configuration menu - View commit details
-
Copy full SHA for b566b1d - Browse repository at this point
Copy the full SHA b566b1dView commit details -
Merge pull request FreeCAD#12292 from Roy-043/Draft-importDXF.py-make…
…_bezcurve-args-should-be-lowercase Draft: importDXF.py: make_bezcurve args should be lowercase
Configuration menu - View commit details
-
Copy full SHA for 4988894 - Browse repository at this point
Copy the full SHA 4988894View commit details -
Draft: ShapeString improve stick font detection and fix fuse error
Forum topic: https://forum.freecad.org/viewtopic.php?t=85147
Configuration menu - View commit details
-
Copy full SHA for 2e04cd1 - Browse repository at this point
Copy the full SHA 2e04cd1View commit details -
Merge pull request FreeCAD#12325 from Roy-043/Draft-ShapeString-impro…
…ve-stick-font-detection-and-fix-fuse-error Draft: ShapeString improve stick font detection and fix fuse error
Configuration menu - View commit details
-
Copy full SHA for 0454ec8 - Browse repository at this point
Copy the full SHA 0454ec8View commit details -
Merge pull request FreeCAD#12086 from bgbsww/bgbsww-toponamingMakeEle…
…mentBoolean Toponaming: makeElementBoolean
Configuration menu - View commit details
-
Copy full SHA for ad2fb73 - Browse repository at this point
Copy the full SHA ad2fb73View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce2bd16 - Browse repository at this point
Copy the full SHA ce2bd16View commit details
Commits on Feb 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c21dca3 - Browse repository at this point
Copy the full SHA c21dca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d89c05e - Browse repository at this point
Copy the full SHA d89c05eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a79abfb - Browse repository at this point
Copy the full SHA a79abfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4bea5 - Browse repository at this point
Copy the full SHA fa4bea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8b5232 - Browse repository at this point
Copy the full SHA e8b5232View commit details -
Configuration menu - View commit details
-
Copy full SHA for 457eafa - Browse repository at this point
Copy the full SHA 457eafaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea39ae2 - Browse repository at this point
Copy the full SHA ea39ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dac836 - Browse repository at this point
Copy the full SHA 7dac836View commit details -
Configuration menu - View commit details
-
Copy full SHA for f440981 - Browse repository at this point
Copy the full SHA f440981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 418ccc8 - Browse repository at this point
Copy the full SHA 418ccc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b79970 - Browse repository at this point
Copy the full SHA 5b79970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c09b8b - Browse repository at this point
Copy the full SHA 1c09b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ab0f0 - Browse repository at this point
Copy the full SHA b6ab0f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a01cf - Browse repository at this point
Copy the full SHA 20a01cfView commit details -
Addon Manager: Break up ReadmeViewer into view and controller
Addon Manager: Cleanup enable/disable message
Configuration menu - View commit details
-
Copy full SHA for 9812548 - Browse repository at this point
Copy the full SHA 9812548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99aaaa5 - Browse repository at this point
Copy the full SHA 99aaaa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aef453 - Browse repository at this point
Copy the full SHA 9aef453View commit details -
Configuration menu - View commit details
-
Copy full SHA for 956307f - Browse repository at this point
Copy the full SHA 956307fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b446f20 - Browse repository at this point
Copy the full SHA b446f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5b665 - Browse repository at this point
Copy the full SHA 2d5b665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1056b7b - Browse repository at this point
Copy the full SHA 1056b7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a373b73 - Browse repository at this point
Copy the full SHA a373b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b0e255 - Browse repository at this point
Copy the full SHA 4b0e255View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d2fcd - Browse repository at this point
Copy the full SHA 92d2fcdView commit details -
Addon Manager: Protect call to setTransferTimeout
Unsupported by Qt 5.12
Configuration menu - View commit details
-
Copy full SHA for 269273e - Browse repository at this point
Copy the full SHA 269273eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3a53f4 - Browse repository at this point
Copy the full SHA d3a53f4View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65b2112 - Browse repository at this point
Copy the full SHA 65b2112View commit details -
Configuration menu - View commit details
-
Copy full SHA for b11475f - Browse repository at this point
Copy the full SHA b11475fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd237f - Browse repository at this point
Copy the full SHA bcd237fView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 54d2f5a - Browse repository at this point
Copy the full SHA 54d2f5aView commit details -
Specify `Gui::FileChooser::Directory` mode for `Gui::PrefFileChooser` and update path in tooltips.
Configuration menu - View commit details
-
Copy full SHA for 063bec9 - Browse repository at this point
Copy the full SHA 063bec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fddab25 - Browse repository at this point
Copy the full SHA fddab25View commit details -
Fix I have not seen it's in the precompiled if but not in the precompile.h
Configuration menu - View commit details
-
Copy full SHA for 8b4a211 - Browse repository at this point
Copy the full SHA 8b4a211View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ef3464 - Browse repository at this point
Copy the full SHA 7ef3464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 458d9ae - Browse repository at this point
Copy the full SHA 458d9aeView commit details -
CI: update setup-miniconda to version 3 and checkout to v4 (FreeCAD#1…
…2032) 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
Configuration menu - View commit details
-
Copy full SHA for 7f3851f - Browse repository at this point
Copy the full SHA 7f3851fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70e7072 - Browse repository at this point
Copy the full SHA 70e7072View commit details -
Configuration menu - View commit details
-
Copy full SHA for b70dddb - Browse repository at this point
Copy the full SHA b70dddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4720e5 - Browse repository at this point
Copy the full SHA c4720e5View commit details -
Remove Copy/clone/move and RectangularArray from the toolbar/menu. Bu…
…t does not remove the code of these.
Configuration menu - View commit details
-
Copy full SHA for f8b5728 - Browse repository at this point
Copy the full SHA f8b5728View commit details -
Sketcher: DSH: add two shortcuts for DSH to use. Fix a small syntax e…
…rror in polygon/rotate.
Configuration menu - View commit details
-
Copy full SHA for b3e4bf1 - Browse repository at this point
Copy the full SHA b3e4bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7656ab - Browse repository at this point
Copy the full SHA b7656abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d929d3 - Browse repository at this point
Copy the full SHA 4d929d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86e7503 - Browse repository at this point
Copy the full SHA 86e7503View commit details -
Merge pull request FreeCAD#12104 from Rexbas/navigation-fixes
Gui: Mouse navigation fixes
Configuration menu - View commit details
-
Copy full SHA for 47005e8 - Browse repository at this point
Copy the full SHA 47005e8View commit details -
Improvements to contextual right click menu in Sketcher.
Consider preselection, external geo and copy/cut/paste commands.
Configuration menu - View commit details
-
Copy full SHA for 4164919 - Browse repository at this point
Copy the full SHA 4164919View commit details -
Merge pull request FreeCAD#12171 from Rexbas/tux-remove-duplicate-icons
Tux: Remove duplicate icons
Configuration menu - View commit details
-
Copy full SHA for 913a5dd - Browse repository at this point
Copy the full SHA 913a5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e40131d - Browse repository at this point
Copy the full SHA e40131dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for fc6d4b6 - Browse repository at this point
Copy the full SHA fc6d4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d7d54 - Browse repository at this point
Copy the full SHA 81d7d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for f06bcf3 - Browse repository at this point
Copy the full SHA f06bcf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada7696 - Browse repository at this point
Copy the full SHA ada7696View commit details -
Update Mod/PartDesign/Gui/ViewProviderDatumCS.cpp
This is a small harmless visual improvement of the LCS representation in the 3D window: it leaves a small empty gap at the origin of the LCS which allows to select the point/vertex on which the LCS is attached
Configuration menu - View commit details
-
Copy full SHA for 51f546f - Browse repository at this point
Copy the full SHA 51f546fView commit details -
Part & PartDesign Cone: allow equal radii (FreeCAD#12219)
* PartDesign_Cone: allow equal radii * fix R2 < R1 * Part_Cone: allow equal radii
Configuration menu - View commit details
-
Copy full SHA for 1eb0444 - Browse repository at this point
Copy the full SHA 1eb0444View commit details -
Fem: Prevent selection of partially attached object - fixes FreeCAD#…
…12163 (FreeCAD#12220) * Fem: Use of wrong class name in macro * Fem: Prevent selection of partially attached object - fixes FreeCAD#12163
Configuration menu - View commit details
-
Copy full SHA for b8e460f - Browse repository at this point
Copy the full SHA b8e460fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff2ee4 - Browse repository at this point
Copy the full SHA 4ff2ee4View commit details -
Draft: fix wrong selection after commands
Fixes FreeCAD#10469 The code of the `end_all_events()` function is by Chris Hennes (chennes). See https://forum.freecadweb.org/viewtopic.php?p=656362#p656362.
Configuration menu - View commit details
-
Copy full SHA for 3b3ed05 - Browse repository at this point
Copy the full SHA 3b3ed05View commit details -
Resolve FreeCAD#12248: Remove redundant and non-functional selection …
…checkbox preference (FreeCAD#12263) Remove the selection checkbox preference from Display->UI. The same preference exists under General->Selection. When changing the preference and then applying the settings, it reverts back to the value under General->Selection and thus is not usable.
Configuration menu - View commit details
-
Copy full SHA for 571fa00 - Browse repository at this point
Copy the full SHA 571fa00View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b7071 - Browse repository at this point
Copy the full SHA c7b7071View commit details -
removed unused code (FreeCAD#12276)
* removed unused code * [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>
Configuration menu - View commit details
-
Copy full SHA for aca71df - Browse repository at this point
Copy the full SHA aca71dfView commit details -
Avoid overriding ImagePlane size during import
When copying&pasting an ImagePlane whose ImageFile property is a PropertyFile we'd get two updateData notifications, one when the property value is restored (which doesn't do much as the file doesn't exist yet) and another when the RestoreDocFile method is invoked. The solution is simple, do not set Xsize and Ysize when importing the object as we expect the properties to already have the correct values. Closes FreeCAD#11036
Configuration menu - View commit details
-
Copy full SHA for 5af7933 - Browse repository at this point
Copy the full SHA 5af7933View commit details -
Mod: fix several compiler warnings:
* fix -Wsometimes-uninitialized * fix -Wunused-parameter * fix -Wunused-variable * fix -Winconsistent-missing-override * fix -Wsign-compare * fix -Wreorder-ctor * fix -Wtautological-overlap-compare
Configuration menu - View commit details
-
Copy full SHA for df7e783 - Browse repository at this point
Copy the full SHA df7e783View commit details -
Mesh: fixes FreeCAD#11985: 3MF export to Prusa with clone = open edge…
… warnings on clone See https://forum.freecad.org/viewtopic.php?p=738731#p738731
Configuration menu - View commit details
-
Copy full SHA for ad605d6 - Browse repository at this point
Copy the full SHA ad605d6View commit details -
Gui: Give property editors an object name
This allows it to easily find the widgets with Qt's findChild() method
Configuration menu - View commit details
-
Copy full SHA for 37e3cc9 - Browse repository at this point
Copy the full SHA 37e3cc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6043c90 - Browse repository at this point
Copy the full SHA 6043c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 100ab2a - Browse repository at this point
Copy the full SHA 100ab2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e03fcf9 - Browse repository at this point
Copy the full SHA e03fcf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa97764 - Browse repository at this point
Copy the full SHA aa97764View commit details -
Clear projected shape when changing extrude height
When the height is zero no solid is produced, the code was thus showing the result of the previously selected projection height. Closes FreeCAD#12113
Configuration menu - View commit details
-
Copy full SHA for 82582ac - Browse repository at this point
Copy the full SHA 82582acView commit details -
Merge pull request FreeCAD#12247 from bgbsww/bgbswwFixTestArtifacts
Stop tests from leaving files around after execution
Configuration menu - View commit details
-
Copy full SHA for 49b0889 - Browse repository at this point
Copy the full SHA 49b0889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5368465 - Browse repository at this point
Copy the full SHA 5368465View commit details -
Base: fix IsNormal() and IsParallel()
Fix the IsNormal() and IsParallel() methods to pass the unit tests
Configuration menu - View commit details
-
Copy full SHA for b03ed3b - Browse repository at this point
Copy the full SHA b03ed3bView commit details -
Crowdin translations (FreeCAD#12313)
* updated ts files * merged crowdin translations * [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>
Configuration menu - View commit details
-
Copy full SHA for 638e398 - Browse repository at this point
Copy the full SHA 638e398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6a5ee - Browse repository at this point
Copy the full SHA 4d6a5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a5703 - Browse repository at this point
Copy the full SHA e3a5703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134a5f0 - Browse repository at this point
Copy the full SHA 134a5f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b45fcea - Browse repository at this point
Copy the full SHA b45fceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8452a - Browse repository at this point
Copy the full SHA cc8452aView commit details -
Clean CompilerChecksAndSetups.cmake
CMAKE_CXX_COMPILER_VERSION are always greater than 3.9
Configuration menu - View commit details
-
Copy full SHA for b546b17 - Browse repository at this point
Copy the full SHA b546b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 006f64b - Browse repository at this point
Copy the full SHA 006f64bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c3ab15 - Browse repository at this point
Copy the full SHA 9c3ab15View commit details -
Merge pull request FreeCAD#11267 from Ondsel-Development/pw_translate
[Sketcher] Translate DSH : replacement for rectangular array / move / copy / clone
Configuration menu - View commit details
-
Copy full SHA for a1fcb66 - Browse repository at this point
Copy the full SHA a1fcb66View commit details -
Configuration menu - View commit details
-
Copy full SHA for e135f68 - Browse repository at this point
Copy the full SHA e135f68View commit details -
Revert "Resolve FreeCAD#11825 - no automatic quantity conversion: `Ap…
…p::anyToQuantity`" This reverts commit 6a54591.
Configuration menu - View commit details
-
Copy full SHA for 3df8ae2 - Browse repository at this point
Copy the full SHA 3df8ae2View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13d4cb1 - Browse repository at this point
Copy the full SHA 13d4cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d77cd7a - Browse repository at this point
Copy the full SHA d77cd7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 323deff - Browse repository at this point
Copy the full SHA 323deffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a119c4 - Browse repository at this point
Copy the full SHA 4a119c4View commit details -
Assembly: Change the joint placements to be relative to the object ra…
…ther than to the doc origin. This enable 'detaching' them, so that they are not recomputed
Configuration menu - View commit details
-
Copy full SHA for 22e4d7f - Browse repository at this point
Copy the full SHA 22e4d7fView commit details -
Assembly: Add support for body subobjects (coordinate systems, datums…
…...) and various fixes
Configuration menu - View commit details
-
Copy full SHA for 43019a8 - Browse repository at this point
Copy the full SHA 43019a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48173f2 - Browse repository at this point
Copy the full SHA 48173f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 672b04c - Browse repository at this point
Copy the full SHA 672b04cView commit details -
Assembly: Adds a pre-solve when creating joint, preventing wrong orth…
…ogonal solutions from solver.
Configuration menu - View commit details
-
Copy full SHA for d13df26 - Browse repository at this point
Copy the full SHA d13df26View commit details -
Configuration menu - View commit details
-
Copy full SHA for a074988 - Browse repository at this point
Copy the full SHA a074988View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b1a1e - Browse repository at this point
Copy the full SHA 46b1a1eView commit details -
Assembly : Add support for perspective camera.
Remove exportASMT from toolbar. Fix Fixedjoint name and tooltip Fix various bugs Introduce solver drag functions.
Configuration menu - View commit details
-
Copy full SHA for cdb1af6 - Browse repository at this point
Copy the full SHA cdb1af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af0200 - Browse repository at this point
Copy the full SHA 7af0200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1062ea4 - Browse repository at this point
Copy the full SHA 1062ea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a5b22f - Browse repository at this point
Copy the full SHA 2a5b22fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56dc773 - Browse repository at this point
Copy the full SHA 56dc773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 098fdda - Browse repository at this point
Copy the full SHA 098fddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5a11b - Browse repository at this point
Copy the full SHA ea5a11bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11fd6eb - Browse repository at this point
Copy the full SHA 11fd6ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b81c1 - Browse repository at this point
Copy the full SHA 51b81c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 926490a - Browse repository at this point
Copy the full SHA 926490aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ead9f41 - Browse repository at this point
Copy the full SHA ead9f41View commit details -
Arch: Arch_Window round values in getSolidSignature
Values in getSolidSignature must be rounded, else matching solids are often not found.
Configuration menu - View commit details
-
Copy full SHA for 0feb014 - Browse repository at this point
Copy the full SHA 0feb014View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6717065 - Browse repository at this point
Copy the full SHA 6717065View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf69f2 - Browse repository at this point
Copy the full SHA adf69f2View commit details -
Release GIL while meshing in MeshPart.meshFromShape
This commit releases the Global Interpreter Lock around mesher call and should enable multithreading use when exporting large quantities of objects (for instance for external rendering).
Configuration menu - View commit details
-
Copy full SHA for b39d246 - Browse repository at this point
Copy the full SHA b39d246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76df39e - Browse repository at this point
Copy the full SHA 76df39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae43939 - Browse repository at this point
Copy the full SHA ae43939View commit details -
Fixed invalid vector in distance calculation (FreeCAD#12364)
* Fixed invalid vector in distance calculation
Configuration menu - View commit details
-
Copy full SHA for eb468a3 - Browse repository at this point
Copy the full SHA eb468a3View commit details -
Merge pull request FreeCAD#10764 from Ondsel-Development/asm_card9
[Assembly] Solve the assembly (Card 9).
Configuration menu - View commit details
-
Copy full SHA for 61ec050 - Browse repository at this point
Copy the full SHA 61ec050View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ba519 - Browse repository at this point
Copy the full SHA c5ba519View commit details -
Merge pull request FreeCAD#12366 from bgbsww/bgbsww-toponamingGetSubT…
…opoShape Toponaming/Part: Move getSubTopoShape
Configuration menu - View commit details
-
Copy full SHA for d89f4d7 - Browse repository at this point
Copy the full SHA d89f4d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c52c9 - Browse repository at this point
Copy the full SHA 74c52c9View commit details -
Part Grid: Exclude the grid group from bbox computation (FreeCAD#12349)
Fixes the problem where View_FitAll would compute a huge bounding box when the infinite grid is enabled. Closes FreeCAD#11570 Co-authored-by: wwmayer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0e318c - Browse repository at this point
Copy the full SHA c0e318cView commit details -
Part Attacher: Implement 1D intersection for attachments (FreeCAD#12328)
* PD: Implement 1D intersection for attachments Extract a line from the intersection of two faces. Closes FreeCAD#6870 * fixup! Use Handle macro For some reason I don't fully understand yet the CI was failing, let's see if this fixes the compilation errors. * fixup! Add missing(?) header Well, it compiles just fine on my system... * fixup! Be more specific in error messages
Configuration menu - View commit details
-
Copy full SHA for 7f5d89f - Browse repository at this point
Copy the full SHA 7f5d89fView commit details
Commits on Feb 14, 2024
-
Merge pull request FreeCAD#12360 from FreeCAD/revert-11937-issue_11825
Revert "Resolve FreeCAD#11825 - no automatic quantity conversion: App::anyToQuantity"
Configuration menu - View commit details
-
Copy full SHA for 69741a7 - Browse repository at this point
Copy the full SHA 69741a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9cd05 - Browse repository at this point
Copy the full SHA 6e9cd05View commit details
Commits on Feb 15, 2024
-
Assembly: Add ${COIN3D_INCLUDE_DIRS} to CMakeLists.txt (FreeCAD#12407)
* Assembly: Add ${COIN3D_INCLUDE_DIRS} to CMakeLists.txt
Configuration menu - View commit details
-
Copy full SHA for 66e29cb - Browse repository at this point
Copy the full SHA 66e29cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b075f7d - Browse repository at this point
Copy the full SHA b075f7dView commit details -
Merge pull request FreeCAD#12405 from bgbsww/bgbsww-toponamingMakeEle…
…mentDraft Toponaming/Part: Transfer in MakeElementDraft
Configuration menu - View commit details
-
Copy full SHA for 9917565 - Browse repository at this point
Copy the full SHA 9917565View commit details -
Configuration menu - View commit details
-
Copy full SHA for db377c1 - Browse repository at this point
Copy the full SHA db377c1View commit details -
[planegcs][test] Fix issue in arc-B-spline tangent test
Correct the size of the knot vector used (described here with knots and multiplicities).
Configuration menu - View commit details
-
Copy full SHA for c5d462a - Browse repository at this point
Copy the full SHA c5d462aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3f250 - Browse repository at this point
Copy the full SHA 6c3f250View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d4a31 - Browse repository at this point
Copy the full SHA f2d4a31View commit details -
Merge pull request FreeCAD#12414 from bgbsww/bgbsww-toponamingSearchS…
…ubShape Toponaming/Part: Add searchSubShape as findSubShapesWithSharedVertex
Configuration menu - View commit details
-
Copy full SHA for 779c63c - Browse repository at this point
Copy the full SHA 779c63cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 964e158 - Browse repository at this point
Copy the full SHA 964e158View commit details -
Assembly: Add ${PYTHON_INCLUDE_DIRS} to CMakeLists.txt
Assembly Gui is including <Base/PyObjectBase.h> which in turn includes <Python.h>, so path to Python includes is needed.
Configuration menu - View commit details
-
Copy full SHA for a489b09 - Browse repository at this point
Copy the full SHA a489b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49c527 - Browse repository at this point
Copy the full SHA c49c527View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea840bc - Browse repository at this point
Copy the full SHA ea840bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff19bb - Browse repository at this point
Copy the full SHA 6ff19bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0c23ee - Browse repository at this point
Copy the full SHA d0c23eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 167b384 - Browse repository at this point
Copy the full SHA 167b384View commit details -
Draft: remove reapply_diffuse_color workaround step 2
Stuff that was missed in FreeCAD#11946
Configuration menu - View commit details
-
Copy full SHA for faa9ad4 - Browse repository at this point
Copy the full SHA faa9ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61bcd55 - Browse repository at this point
Copy the full SHA 61bcd55View commit details -
Merge pull request FreeCAD#12429 from Roy-043/Draft-gui_line_add_dele…
…te.py-is-obsolete Draft: gui_line_add_delete.py is obsolete
Configuration menu - View commit details
-
Copy full SHA for 88f7d4d - Browse repository at this point
Copy the full SHA 88f7d4dView commit details -
Merge pull request FreeCAD#12430 from Roy-043/Draft-remove-reapply_di…
…ffuse_color-workaround-step-2 Draft: remove reapply_diffuse_color workaround step 2
Configuration menu - View commit details
-
Copy full SHA for c02762c - Browse repository at this point
Copy the full SHA c02762cView commit details
Commits on Feb 16, 2024
-
Merge pull request FreeCAD#12417 from bgbsww/bgbsww-toponamingLinearize
Toponaming/Part: transfer in linearize
Configuration menu - View commit details
-
Copy full SHA for dd02306 - Browse repository at this point
Copy the full SHA dd02306View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c16f6 - Browse repository at this point
Copy the full SHA c0c16f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac618d8 - Browse repository at this point
Copy the full SHA ac618d8View commit details -
Merge pull request FreeCAD#12431 from bgbsww/bgbsww-toponamingMakeEle…
…mentRuledSurface Toponaming/Part: make element ruled surface
Configuration menu - View commit details
-
Copy full SHA for 43723b6 - Browse repository at this point
Copy the full SHA 43723b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f32ed05 - Browse repository at this point
Copy the full SHA f32ed05View commit details -
CMake: Fix include path returned by find_pip_package
SetupShibokenAndPyside macro checks module include path and eventually decides to disable respective module in case its include directory is missing. Make this process more straightforward by testing directory existence; "Location: " string is 10 not 9 characters long and leading whitespace makes testing for directory name fail. While there, rename variables to respect that find_pip_package returns only single include and library path.
Configuration menu - View commit details
-
Copy full SHA for 3a60313 - Browse repository at this point
Copy the full SHA 3a60313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d0e5a - Browse repository at this point
Copy the full SHA 92d0e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec93b2a - Browse repository at this point
Copy the full SHA ec93b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e65a33 - Browse repository at this point
Copy the full SHA 9e65a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8268b - Browse repository at this point
Copy the full SHA 6f8268bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16232ee - Browse repository at this point
Copy the full SHA 16232eeView commit details -
Draft: fix wrong selection after commands (improved)
The previous fix was not correct. Some commands would cause a crash and several files were missed. Forum topic reporting a crash: https://forum.freecad.org/viewtopic.php?t=85243
Configuration menu - View commit details
-
Copy full SHA for ca1a105 - Browse repository at this point
Copy the full SHA ca1a105View commit details -
Merge pull request FreeCAD#12443 from Roy-043/Draft-fix-wrong-selecti…
…on-after-commands-improved Draft: fix wrong selection after commands (improved)
Configuration menu - View commit details
-
Copy full SHA for 6909766 - Browse repository at this point
Copy the full SHA 6909766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 044329a - Browse repository at this point
Copy the full SHA 044329aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d80758e - Browse repository at this point
Copy the full SHA d80758eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 921be4d - Browse repository at this point
Copy the full SHA 921be4dView commit details -
Merge pull request FreeCAD#12435 from bgbsww/bgbsww-toponamingMakeEle…
…mentLoft Toponaming/Part: make element loft
Configuration menu - View commit details
-
Copy full SHA for 21b2bc4 - Browse repository at this point
Copy the full SHA 21b2bc4View commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac1d862 - Browse repository at this point
Copy the full SHA ac1d862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7262b0e - Browse repository at this point
Copy the full SHA 7262b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for abde135 - Browse repository at this point
Copy the full SHA abde135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe8f54 - Browse repository at this point
Copy the full SHA 2fe8f54View commit details -
Gui: remove ProjectView (FreeCAD#12410)
This class is not used anywhere, remove it.
Configuration menu - View commit details
-
Copy full SHA for e4d22af - Browse repository at this point
Copy the full SHA e4d22afView commit details -
Gui: remove SoNavigationDragger (FreeCAD#12409)
Removed SoNavigationDragger files. These files are no longer used in the project
Configuration menu - View commit details
-
Copy full SHA for 9960838 - Browse repository at this point
Copy the full SHA 9960838View commit details -
Merge pull request FreeCAD#12460 from bgbsww/bgbsww-toponamingMakeEle…
…mentPipeShell Toponaming/Part: make element pipe shell
Configuration menu - View commit details
-
Copy full SHA for c4daf25 - Browse repository at this point
Copy the full SHA c4daf25View commit details -
- prevent premature save of LineStandard
Configuration menu - View commit details
-
Copy full SHA for 609a786 - Browse repository at this point
Copy the full SHA 609a786View commit details -
Toponaming/Part: transfer in and clean getSubShapes, getSubTopoShapes…
…, getOrderedEdges
Configuration menu - View commit details
-
Copy full SHA for 99808e9 - Browse repository at this point
Copy the full SHA 99808e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db6ef5 - Browse repository at this point
Copy the full SHA 5db6ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f75e703 - Browse repository at this point
Copy the full SHA f75e703View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddcfddd - Browse repository at this point
Copy the full SHA ddcfdddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7fe3ce - Browse repository at this point
Copy the full SHA f7fe3ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4306699 - Browse repository at this point
Copy the full SHA 4306699View commit details -
Merge pull request FreeCAD#12482 from bgbsww/bgbsww-toponamingGetSubT…
…opoShape Toponaming/Part: get sub topo shape
Configuration menu - View commit details
-
Copy full SHA for b2c1f1a - Browse repository at this point
Copy the full SHA b2c1f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6f8243 - Browse repository at this point
Copy the full SHA f6f8243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08dc14c - Browse repository at this point
Copy the full SHA 08dc14cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10095d2 - Browse repository at this point
Copy the full SHA 10095d2View commit details -
FEM new matrix solver types (PaStiX and Pardiso) (FreeCAD#12478)
* Update solver.py * Update write_step_equation.py * Update DlgSettingsFemCcx.ui
Configuration menu - View commit details
-
Copy full SHA for 62c8469 - Browse repository at this point
Copy the full SHA 62c8469View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe3001 - Browse repository at this point
Copy the full SHA dbe3001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a26424 - Browse repository at this point
Copy the full SHA 2a26424View commit details -
Merge pull request FreeCAD#12483 from bgbsww/bgbsww-toponamingMakeEle…
…mentThickSolid Toponaming/Part make element thick solid
Configuration menu - View commit details
-
Copy full SHA for 1ed79ae - Browse repository at this point
Copy the full SHA 1ed79aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56355b0 - Browse repository at this point
Copy the full SHA 56355b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4959f7d - Browse repository at this point
Copy the full SHA 4959f7dView commit details -
Part/Toponaming: tests for MapperHistory (FreeCAD#12402)
* Part/Toponaming: MapperHistory * added test for MapperHistory::modified * added test for MapperHistory::generated * renamed edges in the test for MapperHistory::modified --------- Signed-off-by: CalligaroV <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5763ac3 - Browse repository at this point
Copy the full SHA 5763ac3View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38fdba4 - Browse repository at this point
Copy the full SHA 38fdba4View commit details -
Merge pull request FreeCAD#12484 from bgbsww/bgbsww-toponamingPartFea…
…tures Toponaming/Part part features transfer
Configuration menu - View commit details
-
Copy full SHA for 2d0ef0e - Browse repository at this point
Copy the full SHA 2d0ef0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0065c9c - Browse repository at this point
Copy the full SHA 0065c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd2785 - Browse repository at this point
Copy the full SHA cbd2785View commit details -
Merge pull request FreeCAD#12075 from chennes/facemakerTranslationFix
Part: Fix translation bug in FaceMaker
Configuration menu - View commit details
-
Copy full SHA for 942b219 - Browse repository at this point
Copy the full SHA 942b219View commit details -
Merge pull request FreeCAD#12088 from 3x380V/qt6_fixes
Gui: Consolidate PythonWrapper
Configuration menu - View commit details
-
Copy full SHA for 925be2a - Browse repository at this point
Copy the full SHA 925be2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bed5e43 - Browse repository at this point
Copy the full SHA bed5e43View commit details -
Merge pull request FreeCAD#12426 from Schildkroet/bugfix_uccnc_drillc…
…ycles [Path] Bugfix uccnc_post.py
Configuration menu - View commit details
-
Copy full SHA for d7d9c84 - Browse repository at this point
Copy the full SHA d7d9c84View commit details -
Resolve FreeCAD#11965 - no proper execute() for cross-property refere…
…nces Solution B: parsequant() function
Configuration menu - View commit details
-
Copy full SHA for c5ad7b5 - Browse repository at this point
Copy the full SHA c5ad7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0f757 - Browse repository at this point
Copy the full SHA 6d0f757View commit details -
Preserve object order when moving them
Remove and re-insert the selected objects at the specified point in the tree while preserving their relative order. The code used to insert them in reverse order. Closes FreeCAD#12287
Configuration menu - View commit details
-
Copy full SHA for 1c8ca27 - Browse repository at this point
Copy the full SHA 1c8ca27View commit details -
Merge pull request FreeCAD#12305 from bgbsww/bgbsww-toponamingFeature…
…PartFuse Toponaming/Part FeaturePartFuse
Configuration menu - View commit details
-
Copy full SHA for a55f40d - Browse repository at this point
Copy the full SHA a55f40dView commit details -
Merge pull request FreeCAD#12306 from Rexbas/fix-disappearing-handles
Gui: Fix disappearing element handles in sketcher
Configuration menu - View commit details
-
Copy full SHA for 3aa7032 - Browse repository at this point
Copy the full SHA 3aa7032View commit details -
Merge pull request FreeCAD#12309 from chennes/addonManagerRefactorGUI…
…Area Addon manager: Refactor GUI area
Configuration menu - View commit details
-
Copy full SHA for 40e41f1 - Browse repository at this point
Copy the full SHA 40e41f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 637287e - Browse repository at this point
Copy the full SHA 637287eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e16f993 - Browse repository at this point
Copy the full SHA e16f993View commit details -
Merge pull request FreeCAD#12358 from maxwxyz/sketcher-translate-scal…
…e-to-context-menu [Sketcher] add translate and scale commands to context menu
Configuration menu - View commit details
-
Copy full SHA for f6e1f0f - Browse repository at this point
Copy the full SHA f6e1f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7a189 - Browse repository at this point
Copy the full SHA 9f7a189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 104b64f - Browse repository at this point
Copy the full SHA 104b64fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5bc071 - Browse repository at this point
Copy the full SHA f5bc071View commit details -
Configuration menu - View commit details
-
Copy full SHA for e20a076 - Browse repository at this point
Copy the full SHA e20a076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a025e4 - Browse repository at this point
Copy the full SHA 7a025e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e47de6 - Browse repository at this point
Copy the full SHA 3e47de6View commit details -
Based on the modifications to InputStream from the LinkStage3 fork. Needed for correct restoration of StringHasher.
Configuration menu - View commit details
-
Copy full SHA for 44d86f3 - Browse repository at this point
Copy the full SHA 44d86f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d1ba9 - Browse repository at this point
Copy the full SHA f7d1ba9View commit details