-
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
Gsoc2023 measure - Win CI Test #12
base: main
Are you sure you want to change the base?
Commits on Feb 21, 2024
-
[Core] Managing Custom Data Elements: VarSet (FreeCAD#12135)
* [Core] Add a basic VarSet document object * [Core] Add basic tests for VarSets * Core: Replace the VarSet icon with an outlined one
Configuration menu - View commit details
-
Copy full SHA for 095e941 - Browse repository at this point
Copy the full SHA 095e941View commit details -
Fix crash when canceling the MultiTransform panel while a newly creta…
…ted subfeature is edited Before calling the closeSubTask() function from the dialog reject() function, the slotDeletedObject() is called from the transaction being aborted. This causes the subFeature pointer to be nullptr and subsequent apply() functions from the SpinBox widgets to crash. Before calling apply check if the subFeature is still there.
Configuration menu - View commit details
-
Copy full SHA for 7bbca2f - Browse repository at this point
Copy the full SHA 7bbca2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b301816 - Browse repository at this point
Copy the full SHA b301816View commit details -
Merge pull request FreeCAD#12517 from bgbsww/bgbsww-toponamingMakeEle…
…mentGeneralFuse Toponaming/Part: make element generalfuse, fuse, cut
Configuration menu - View commit details
-
Copy full SHA for 23741ff - Browse repository at this point
Copy the full SHA 23741ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a22009 - Browse repository at this point
Copy the full SHA 5a22009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 735fed0 - Browse repository at this point
Copy the full SHA 735fed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 289c386 - Browse repository at this point
Copy the full SHA 289c386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 456fa53 - Browse repository at this point
Copy the full SHA 456fa53View commit details -
Configuration menu - View commit details
-
Copy full SHA for a90ad10 - Browse repository at this point
Copy the full SHA a90ad10View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2cad52 - Browse repository at this point
Copy the full SHA b2cad52View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5eafe6 - Browse repository at this point
Copy the full SHA b5eafe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b139f - Browse repository at this point
Copy the full SHA 84b139fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7f14d3 - Browse repository at this point
Copy the full SHA d7f14d3View commit details -
Add visibility icons to resources
The icons are taken from https://github.com/realthunder/FreeCAD/tree/LinkMerge
Configuration menu - View commit details
-
Copy full SHA for 47773d4 - Browse repository at this point
Copy the full SHA 47773d4View commit details -
Prepends the visibility icon to the normal icon if enabled and uses the result as the new icon.
Configuration menu - View commit details
-
Copy full SHA for e7665f5 - Browse repository at this point
Copy the full SHA e7665f5View commit details -
Toggle visibility when clicking the visibility icon
If the visibility icon is enabled a mouse press on that part of the icon toggles the visibility of the tree item.
Configuration menu - View commit details
-
Copy full SHA for 47bbc1f - Browse repository at this point
Copy the full SHA 47bbc1fView commit details -
Add a function to recalculate the icons for use when the visibility i…
…con preference changes
Configuration menu - View commit details
-
Copy full SHA for 15944bb - Browse repository at this point
Copy the full SHA 15944bbView commit details -
Add a new preference for the visibility icons
Add a preference to Display->UI that allows the user to choose if the visibility icons are shown in the tree view.
Configuration menu - View commit details
-
Copy full SHA for 5aacd52 - Browse repository at this point
Copy the full SHA 5aacd52View commit details -
Unrelated changes from automatic code generation
These are mostly comment changes.
Configuration menu - View commit details
-
Copy full SHA for ecf25d9 - Browse repository at this point
Copy the full SHA ecf25d9View commit details -
Merge pull request FreeCAD#12528 from bgbsww/bgbsww-toponamingMoveEqu…
…alOperator Toponaming/Part: Bring in = operator, resetMap and flushMap overrides, and fix affecte…
Configuration menu - View commit details
-
Copy full SHA for 14d2915 - Browse repository at this point
Copy the full SHA 14d2915View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b335a15 - Browse repository at this point
Copy the full SHA b335a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89a1dc0 - Browse repository at this point
Copy the full SHA 89a1dc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ede97 - Browse repository at this point
Copy the full SHA 90ede97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c53e10 - Browse repository at this point
Copy the full SHA 3c53e10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 715faea - Browse repository at this point
Copy the full SHA 715faeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e91aad - Browse repository at this point
Copy the full SHA 8e91aadView commit details -
Merge pull request FreeCAD#12549 from bgbsww/bgbsww-toponamingMakeEle…
…mentFillet Toponaming/Part make element fillet
Configuration menu - View commit details
-
Copy full SHA for dead40e - Browse repository at this point
Copy the full SHA dead40eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc99b4 - Browse repository at this point
Copy the full SHA 7fc99b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d66f6b - Browse repository at this point
Copy the full SHA 3d66f6bView commit details -
App: Add PreCompiled.h to Varset cpp file (FreeCAD#12541)
* App: Add PreCompiled.h to Varset cpp file
Configuration menu - View commit details
-
Copy full SHA for 971c4f4 - Browse repository at this point
Copy the full SHA 971c4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a0e40f - Browse repository at this point
Copy the full SHA 9a0e40fView commit details -
Toposhape/Part: Cleanups and tests for makeElementSlice, makeElementS…
…lices, and makeElementMirror
Configuration menu - View commit details
-
Copy full SHA for dbe7c9d - Browse repository at this point
Copy the full SHA dbe7c9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e33e0a3 - Browse repository at this point
Copy the full SHA e33e0a3View commit details -
Merge pull request FreeCAD#12523 from bgbsww/bgbsww-toponamingMakeEle…
…mentTransform Toponaming/Part: make element transform, _transform and gtransform
Configuration menu - View commit details
-
Copy full SHA for 6dcf908 - Browse repository at this point
Copy the full SHA 6dcf908View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 405bf03 - Browse repository at this point
Copy the full SHA 405bf03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68edc6f - Browse repository at this point
Copy the full SHA 68edc6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecfd68 - Browse repository at this point
Copy the full SHA 8ecfd68View commit details -
Merge pull request FreeCAD#12525 from bgbsww/bgbsww-toponamingMakeEle…
…mentSolid Toponaming/Part: make element solid
Configuration menu - View commit details
-
Copy full SHA for 8a3407a - Browse repository at this point
Copy the full SHA 8a3407aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84af774 - Browse repository at this point
Copy the full SHA 84af774View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f19af - Browse repository at this point
Copy the full SHA c3f19afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b5cfc - Browse repository at this point
Copy the full SHA 85b5cfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 331881a - Browse repository at this point
Copy the full SHA 331881aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bdf8f6 - Browse repository at this point
Copy the full SHA 7bdf8f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d1525 - Browse repository at this point
Copy the full SHA c3d1525View commit details -
Toponaming/Part: Cleaning and tests for makeElementRevolve, makeEleme…
…ntPrism, makeElementPrismUntil
Configuration menu - View commit details
-
Copy full SHA for 1fa89ea - Browse repository at this point
Copy the full SHA 1fa89eaView commit details
Commits on Feb 24, 2024
-
Gui: PythonWrapper: Do not steal reference
Foreign Python objects needs to be passed as Py::Object(). Py::asObject() is stealing reference and object might be garbage collected even before dereferenced. Problem didn't show in the original code because methods Py::asObject() was used in were never called. Fixes: ac6f991 (Gui: Consolidate Python -> Qt class conversion)
Configuration menu - View commit details
-
Copy full SHA for 967633e - Browse repository at this point
Copy the full SHA 967633eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b516d - Browse repository at this point
Copy the full SHA 80b516dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 628bad4 - Browse repository at this point
Copy the full SHA 628bad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4932f17 - Browse repository at this point
Copy the full SHA 4932f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for e57a1fe - Browse repository at this point
Copy the full SHA e57a1feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1187ed5 - Browse repository at this point
Copy the full SHA 1187ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c633edf - Browse repository at this point
Copy the full SHA c633edfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41b3be8 - Browse repository at this point
Copy the full SHA 41b3be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a231550 - Browse repository at this point
Copy the full SHA a231550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53b512d - Browse repository at this point
Copy the full SHA 53b512dView commit details -
Sketcher: fixes FreeCAD#12343: Undo/Redo for sketcher constraints doe…
…sn't work correctly
Configuration menu - View commit details
-
Copy full SHA for a38e731 - Browse repository at this point
Copy the full SHA a38e731View commit details
Commits on Feb 25, 2024
-
Update translations (FreeCAD#12557)
* Update 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 7f8d6e2 - Browse repository at this point
Copy the full SHA 7f8d6e2View commit details
Commits on Feb 26, 2024
-
Merge pull request FreeCAD#12553 from bgbsww/bgbsww-toponamingMakeEle…
…mentSliceMirror Toponaming: Part: make element slice mirror
Configuration menu - View commit details
-
Copy full SHA for e99220d - Browse repository at this point
Copy the full SHA e99220dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6132f25 - Browse repository at this point
Copy the full SHA 6132f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5938489 - Browse repository at this point
Copy the full SHA 5938489View commit details -
github CI: switch to actions/cache@v4 for ccache
with ´save-always: true´ flag
Configuration menu - View commit details
-
Copy full SHA for 3b39012 - Browse repository at this point
Copy the full SHA 3b39012View commit details -
Merge pull request FreeCAD#12527 from marioalexis84/fem-update_constr…
…aint_symbols Fem: Update constraint symbols when moving reference shape - fixes FreeCAD#6093
Configuration menu - View commit details
-
Copy full SHA for e1ca8c8 - Browse repository at this point
Copy the full SHA e1ca8c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a025af2 - Browse repository at this point
Copy the full SHA a025af2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1215301 - Browse repository at this point
Copy the full SHA 1215301View commit details -
PartDesign_Helix: use computed wires
use the wires of the computed face instead of the selected ones.
Configuration menu - View commit details
-
Copy full SHA for d7a95b4 - Browse repository at this point
Copy the full SHA d7a95b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0c557 - Browse repository at this point
Copy the full SHA ee0c557View commit details -
Merge pull request FreeCAD#12298 from NomAnor/visibility-icon
Add an icon to toggle the visibility of items in the tree view
Configuration menu - View commit details
-
Copy full SHA for 717525c - Browse repository at this point
Copy the full SHA 717525cView commit details -
Merge pull request FreeCAD#12412 from FlachyJoe/suppressibleExt
Core: Create a SuppressibleExtension to provide the Suppressed property to all the WBs
Configuration menu - View commit details
-
Copy full SHA for d144e85 - Browse repository at this point
Copy the full SHA d144e85View commit details -
PD: Make datum points highlightable/selectable (FreeCAD#12439)
* PD: Make datum points highlightable/selectable Give the user some feedback by changing the color of the datum point marker as the user selects or hovers over it. Closes FreeCAD#9540
Configuration menu - View commit details
-
Copy full SHA for 74dc66f - Browse repository at this point
Copy the full SHA 74dc66fView commit details -
File brandind.xml are unused
Configuration menu - View commit details
-
Copy full SHA for 38f3ec7 - Browse repository at this point
Copy the full SHA 38f3ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c44afd - Browse repository at this point
Copy the full SHA 3c44afdView commit details -
fix [-Winconsistent-missing-override] fix [-Wunused-lambda-capture] fix [-Wunused-variable] fix [-Wswitch]
Configuration menu - View commit details
-
Copy full SHA for 51a01b9 - Browse repository at this point
Copy the full SHA 51a01b9View commit details -
Merge pull request FreeCAD#12506 from Ondsel-Development/assemblyExample
Assembly: add example file and new file template
Configuration menu - View commit details
-
Copy full SHA for 1e487c3 - Browse repository at this point
Copy the full SHA 1e487c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e33a7 - Browse repository at this point
Copy the full SHA 45e33a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58a53e9 - Browse repository at this point
Copy the full SHA 58a53e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1616728 - Browse repository at this point
Copy the full SHA 1616728View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce4dca4 - Browse repository at this point
Copy the full SHA ce4dca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2529dc5 - Browse repository at this point
Copy the full SHA 2529dc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ea802 - Browse repository at this point
Copy the full SHA a5ea802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c09c62 - Browse repository at this point
Copy the full SHA 0c09c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11d3cd - Browse repository at this point
Copy the full SHA d11d3cdView commit details -
Merge pull request FreeCAD#12572 from bgbsww/bgbsww-toponamingMakeEle…
…mentRevolve Toponaming/Part: make element revolve and prism
Configuration menu - View commit details
-
Copy full SHA for c356223 - Browse repository at this point
Copy the full SHA c356223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d0c2e - Browse repository at this point
Copy the full SHA 74d0c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fea52bf - Browse repository at this point
Copy the full SHA fea52bfView commit details
Commits on Feb 27, 2024
-
removed unused Memdebug files
Configuration menu - View commit details
-
Copy full SHA for 7e0cd68 - Browse repository at this point
Copy the full SHA 7e0cd68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d882ca - Browse repository at this point
Copy the full SHA 7d882caView commit details -
Configuration menu - View commit details
-
Copy full SHA for f554750 - Browse repository at this point
Copy the full SHA f554750View commit details -
Configuration menu - View commit details
-
Copy full SHA for d74eb14 - Browse repository at this point
Copy the full SHA d74eb14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57a8395 - Browse repository at this point
Copy the full SHA 57a8395View commit details -
Configuration menu - View commit details
-
Copy full SHA for d859813 - Browse repository at this point
Copy the full SHA d859813View commit details -
Delete src/Tools/update_qt_language_files.py
Empty file
Configuration menu - View commit details
-
Copy full SHA for 36f42cf - Browse repository at this point
Copy the full SHA 36f42cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8173e44 - Browse repository at this point
Copy the full SHA 8173e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aed0c7 - Browse repository at this point
Copy the full SHA 5aed0c7View commit details -
Toponaming/Part: Add tests and clean makeElementBSplineFace and makeE…
…lementFilledFace
Configuration menu - View commit details
-
Copy full SHA for 16c29ce - Browse repository at this point
Copy the full SHA 16c29ceView commit details -
[planegcs] Add
ConstraintAngleViaTwoPoints
Needed for B-spline to B-spline end to end tangent. The end point of one is for now not usable in to get normal at the other.
Configuration menu - View commit details
-
Copy full SHA for 5539ef6 - Browse repository at this point
Copy the full SHA 5539ef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c9370 - Browse repository at this point
Copy the full SHA d1c9370View commit details -
[Sketcher] Include endpoint-to-endpoint tangency as coincidence
Coincidence is implied as part of this particular variety of tangent constraint.
Configuration menu - View commit details
-
Copy full SHA for f8f159c - Browse repository at this point
Copy the full SHA f8f159cView commit details -
[Sketcher] Join curves with C1 continuity
If endpoint-to-endpoint tangent constraint exists between the connecting points of the curves to be joined, also apply C1 continuity (i.e. a knot multiplicity of degree-1).
Configuration menu - View commit details
-
Copy full SHA for da7d539 - Browse repository at this point
Copy the full SHA da7d539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99256f2 - Browse repository at this point
Copy the full SHA 99256f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c4461 - Browse repository at this point
Copy the full SHA e3c4461View commit details -
Change the calculation of the b parameter of the hyperbolic arc (Free…
…CAD#12467) * Change the calculation of the b parameter of the hyperbolic arc so that it does not give 0/0 when cos(phi) = 0 This gave problems if the first two points defined in the sketcher had the same x-coordinate.
Configuration menu - View commit details
-
Copy full SHA for f88f48f - Browse repository at this point
Copy the full SHA f88f48fView commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dfa1b94 - Browse repository at this point
Copy the full SHA dfa1b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e15f24 - Browse repository at this point
Copy the full SHA 8e15f24View commit details -
Add G43 tool height compensation to centroid post
This adds G43 tool height compensation to the centroid CAM post-processor using a similar approach to the G43 support in the MACH3 post. Specifically, G43 is emitted at every tool change by default and a new `--no-tlo` post argument can restore the old behaviour of no height compensation being emitted. These both match how the MACH3 post does it.
Configuration menu - View commit details
-
Copy full SHA for 2b2ada8 - Browse repository at this point
Copy the full SHA 2b2ada8View commit details -
regress test for G43 in centroid post
Since the centroid post now support --no-tlo, we can test that too.
Configuration menu - View commit details
-
Copy full SHA for ec9b223 - Browse repository at this point
Copy the full SHA ec9b223View commit details -
Sketcher: Change Sketcher_CreatePointFillet button text to match menu…
… text The menu text is "Create corner-preserving fillet" it makes sense to use a similar text for the button and not "Constraint-preserving sketch fillet".
Configuration menu - View commit details
-
Copy full SHA for 86726f2 - Browse repository at this point
Copy the full SHA 86726f2View 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 6a3c689 - Browse repository at this point
Copy the full SHA 6a3c689View commit details -
Sketcher: improve GUI texts for rectangles
The texts for the modes were changed to match those of the line tool.
Configuration menu - View commit details
-
Copy full SHA for 5cc566b - Browse repository at this point
Copy the full SHA 5cc566bView 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 8f1b8b1 - Browse repository at this point
Copy the full SHA 8f1b8b1View commit details -
Sketcher: improve GUI texts for arcs and conics
The descriptions were sometimes not accurate (major/minor radius for ellipses). I have also tried to improve the constistency a little. Forum topic: https://forum.freecad.org/viewtopic.php?t=85396
Configuration menu - View commit details
-
Copy full SHA for dcc41bf - Browse repository at this point
Copy the full SHA dcc41bfView 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 5829c3a - Browse repository at this point
Copy the full SHA 5829c3aView commit details -
App: Remove unneeded forward declaration
Addresses clang-tidy complaint: declaration 'Feature' is never referenced, but a declaration with the same name found in another namespace 'Part' [bugprone-forward-declaration-namespace]
Configuration menu - View commit details
-
Copy full SHA for 97f9c4e - Browse repository at this point
Copy the full SHA 97f9c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1f9e9f - Browse repository at this point
Copy the full SHA b1f9e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bdd72e - Browse repository at this point
Copy the full SHA 0bdd72eView commit details -
PolarPattern was missing some classes. The code is now more consistent between the patterns.
Configuration menu - View commit details
-
Copy full SHA for a76aead - Browse repository at this point
Copy the full SHA a76aeadView commit details -
Configuration menu - View commit details
-
Copy full SHA for dac2fb4 - Browse repository at this point
Copy the full SHA dac2fb4View commit details -
Merge pull request FreeCAD#12474 from NomAnor/pd-pattern-tasks
Refactoring and cleanup of PD Pattern task panels
Configuration menu - View commit details
-
Copy full SHA for a878b81 - Browse repository at this point
Copy the full SHA a878b81View commit details -
Merge pull request FreeCAD#12590 from bgbsww/bgbsww-toponamingMakeEle…
…mentBSplineFace Toponaming/Part make element b spline face and filled face
Configuration menu - View commit details
-
Copy full SHA for d472ed1 - Browse repository at this point
Copy the full SHA d472ed1View commit details -
Merge pull request FreeCAD#12628 from bgbsww/bgbsww-toponamingFeature…
…Compound Toponaming/Part feature compound and revolution
Configuration menu - View commit details
-
Copy full SHA for 566e97e - Browse repository at this point
Copy the full SHA 566e97eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8cca40 - Browse repository at this point
Copy the full SHA f8cca40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 698f306 - Browse repository at this point
Copy the full SHA 698f306View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b563c - Browse repository at this point
Copy the full SHA 59b563cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0afae - Browse repository at this point
Copy the full SHA 7d0afaeView commit details
Commits on Feb 29, 2024
-
Fix adaptive glitch by removing coincident points
Remove adjacent coincident and nearly-coincident points from Path. This is based on PR#5276 by sundtek, but only collapses adjacent points on the Path. It also addresses (IMO) most of the feedback on the original PR. see also discussion on the forum: https://forum.freecadweb.org/viewtopic.php?f=15&t=42755&start=10#p555566
Configuration menu - View commit details
-
Copy full SHA for d6720f9 - Browse repository at this point
Copy the full SHA d6720f9View commit details -
Merge pull request FreeCAD#12610 from bgbsww/bgbsww-toponamingReplace…
…ElementShape Toponaming/Part: replace element shape and remove element shape
Configuration menu - View commit details
-
Copy full SHA for 2630e25 - Browse repository at this point
Copy the full SHA 2630e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4efcf0 - Browse repository at this point
Copy the full SHA a4efcf0View commit details -
Merge pull request FreeCAD#12201 from bgbsww/bgbsww-toponamingGetElem…
…entName Toponaming: transfer in getElementName and dependencies
Configuration menu - View commit details
-
Copy full SHA for a03ad7f - Browse repository at this point
Copy the full SHA a03ad7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 110f3e0 - Browse repository at this point
Copy the full SHA 110f3e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68fd293 - Browse repository at this point
Copy the full SHA 68fd293View commit details -
Configuration menu - View commit details
-
Copy full SHA for 677cade - Browse repository at this point
Copy the full SHA 677cadeView commit details -
[TD]fix Projection Group front view position
- also fix checkbox correspondence with view position
Configuration menu - View commit details
-
Copy full SHA for cbc39e9 - Browse repository at this point
Copy the full SHA cbc39e9View commit details -
Part/Toponaming: Tests for flushElementMap and resetElementMap (FreeC…
…AD#12471) * Part/Toponaming: tests for flushElementMap and resetElementMap * Added test for resetElementMap() * Added test for flushElementMap() * restored ComplexGeoData::resetElementMap to RT fork * modified TopoShape::resetElementMap to match the restored signature of ComplexGeoData::resetElementMap * added checks in TopoShape::makeShapeWithElementMap to avoid segfaults * added check in TopoShape::setElementComboName to avoid segfaults * restored testFindSubShapesForSourceWithTypeAndIndex * modified test saveDocFileWithNoElementMap to match the restored signature of ComplexGeoData::resetElementMap * Part/Toponaming: tests for flushElementMap and resetElementMap * Removed comments in ComplexGeoData::resetElementMap() * Changed TopoShape::resetElementMap():: from virtual to override * Removed comment in TopoShape::resetElementMap() * Added comments about differences between main and RT fork * Removed comment in test saveDocFileWithNoElementMap * Updated expected test result in makeElementCompoundTwoShapesGeneratesMap * Updated expected test result in resetElementMapTest * Fixed typo in test flushElementMapTest * Part/Toponaming: tests for flushElementMap and resetElementMap * updated expected tests results after previous methods modifications --------- Signed-off-by: CalligaroV <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e7aa5f - Browse repository at this point
Copy the full SHA 0e7aa5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e3425f - Browse repository at this point
Copy the full SHA 5e3425fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2f8c3 - Browse repository at this point
Copy the full SHA 7e2f8c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5116ca - Browse repository at this point
Copy the full SHA d5116caView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c8f8d - Browse repository at this point
Copy the full SHA b6c8f8dView commit details -
Removed redundant mac netgen setup
Configuration menu - View commit details
-
Copy full SHA for dd51872 - Browse repository at this point
Copy the full SHA dd51872View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3b773e - Browse repository at this point
Copy the full SHA b3b773eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c8ee59 - Browse repository at this point
Copy the full SHA 6c8ee59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2adff99 - Browse repository at this point
Copy the full SHA 2adff99View commit details
Commits on Mar 2, 2024
-
Part/Toponaming: Transfer PartFeature Feature::create()
* Imported Feature::create() method in Part::Feature class
Configuration menu - View commit details
-
Copy full SHA for 32b68b6 - Browse repository at this point
Copy the full SHA 32b68b6View commit details -
Part/Toponaming: Transfer PartFeature Feature::create()
* Added test for Feature::create() Signed-off-by: CalligaroV <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ef63bb - Browse repository at this point
Copy the full SHA 6ef63bbView commit details -
FEM CalculiX 2D mechanical analyses (plane stress, plane strain and a…
…xisymmetric) (FreeCAD#12562)
Configuration menu - View commit details
-
Copy full SHA for 7eae061 - Browse repository at this point
Copy the full SHA 7eae061View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bbd633 - Browse repository at this point
Copy the full SHA 5bbd633View commit details
Commits on Mar 3, 2024
-
Path: fix error in Tag dressup when adding a point.
jffmichi committedMar 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 101121f - Browse repository at this point
Copy the full SHA 101121fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b12ae - Browse repository at this point
Copy the full SHA 31b12aeView commit details -
Gui: Implement PythonWrapper::fromQAction
Wrapping QAction through QObject does not work as QAction class is a part of QtGui not QtCore, so Py::Object with internal pointer being null is returned causing a crash later. Therefore implement fromQAction conversion method.
Configuration menu - View commit details
-
Copy full SHA for da64119 - Browse repository at this point
Copy the full SHA da64119View commit details -
Gui: PythonWrapper: Raise exception on qt_wrapInstance failure
When qt_wrapInstance fails it returns Py::Object with internal pointer set to null. Make PythonWrapper::from* methods raise exception when this happens to be consistent with PySide code path.
Configuration menu - View commit details
-
Copy full SHA for 769d14a - Browse repository at this point
Copy the full SHA 769d14aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a11d871 - Browse repository at this point
Copy the full SHA a11d871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26dedb0 - Browse repository at this point
Copy the full SHA 26dedb0View commit details -
Gui: PythonWrapper: Make qt_getCppType more robust
Handle gracefully possible shiboken's Python API changes.
Configuration menu - View commit details
-
Copy full SHA for 866909e - Browse repository at this point
Copy the full SHA 866909eView commit details -
Gui: PythonWrapper: Consolidate typeName handling
Use typeName consistently for both PySide and Python interface code paths.
Configuration menu - View commit details
-
Copy full SHA for 0420f72 - Browse repository at this point
Copy the full SHA 0420f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d651f23 - Browse repository at this point
Copy the full SHA d651f23View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 046e436 - Browse repository at this point
Copy the full SHA 046e436View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3812ca - Browse repository at this point
Copy the full SHA e3812caView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb367a - Browse repository at this point
Copy the full SHA cfb367aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b06f7 - Browse repository at this point
Copy the full SHA 54b06f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c883b - Browse repository at this point
Copy the full SHA d9c883bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e89c1e - Browse repository at this point
Copy the full SHA 2e89c1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 599ccd5 - Browse repository at this point
Copy the full SHA 599ccd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9aa4c - Browse repository at this point
Copy the full SHA 7f9aa4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f75bf3 - Browse repository at this point
Copy the full SHA 3f75bf3View commit details -
Gui: Enable SoModelMatrixElement
The element type SoModelMatrixElement must be enabled for the node types SoHighlightElementAction and SoSelectionElementAction. Otherwise an assert() will fail and causes a crash in debug mode.
Configuration menu - View commit details
-
Copy full SHA for cc8fbf8 - Browse repository at this point
Copy the full SHA cc8fbf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for debc7df - Browse repository at this point
Copy the full SHA debc7dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e6a308 - Browse repository at this point
Copy the full SHA 8e6a308View commit details -
PD: Translate wire not closed exception
This is a user-visible exception, shown in a dialog box
Configuration menu - View commit details
-
Copy full SHA for e0ecd21 - Browse repository at this point
Copy the full SHA e0ecd21View commit details -
Merge pull request FreeCAD#12745 from Roy-043/Draft-applyConstruction…
…Style-was-missing-in-params.py Draft: applyConstructionStyle was missing in params.py
Configuration menu - View commit details
-
Copy full SHA for e0d164c - Browse repository at this point
Copy the full SHA e0d164cView commit details -
Merge pull request FreeCAD#12504 from davidgilkaufman/zigzagoffset_or…
…dering [Path] Fix path ordering for Offset and ZigZagOffset Pockets
Configuration menu - View commit details
-
Copy full SHA for 9c73d34 - Browse repository at this point
Copy the full SHA 9c73d34View commit details -
Merge pull request FreeCAD#12711 from jffmichi/fix_tagdressup
Path: fix error in Tag dressup when adding a point.
Configuration menu - View commit details
-
Copy full SHA for 17835ea - Browse repository at this point
Copy the full SHA 17835eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b77de - Browse repository at this point
Copy the full SHA a9b77deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04335d4 - Browse repository at this point
Copy the full SHA 04335d4View commit details -
Addon Manager: Refactor primary view and enable composite (FreeCAD#12693
Configuration menu - View commit details
-
Copy full SHA for cf88b0e - Browse repository at this point
Copy the full SHA cf88b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7985fd1 - Browse repository at this point
Copy the full SHA 7985fd1View commit details -
Merge pull request FreeCAD#12205 from Rexbas/animation-easing
Gui: Add easing to navigation animations
Configuration menu - View commit details
-
Copy full SHA for 15b3b1d - Browse repository at this point
Copy the full SHA 15b3b1dView commit details -
GUI: Follow the widget indications when docking them (FreeCAD#12530)
* GUI: Follow the widget indications when docking them The overlay manager handles the creation and drawing of the title bars for the docked widgets. When adding a QDockWidget the manager ignored the set of features (closable, movable, floatable) provided by the widget and always showed all the actions. Amend the code to take into account the features specified by the widget. Closes FreeCAD#11944
Configuration menu - View commit details
-
Copy full SHA for 1bcefaf - Browse repository at this point
Copy the full SHA 1bcefafView commit details -
removed discontinued code __MWERKS__ OSX discontinued from 2005 winnt and cygwin are removed
Configuration menu - View commit details
-
Copy full SHA for 028739d - Browse repository at this point
Copy the full SHA 028739dView commit details -
Introduce object freeze (FreeCAD#12580)
* Introduce object freeze * do nothing at property change
Configuration menu - View commit details
-
Copy full SHA for f633fa4 - Browse repository at this point
Copy the full SHA f633fa4View commit details -
Merge pull request FreeCAD#12607 from AjinkyaDahale/sketcher-join-cur…
…ves-2 Sketcher: Improve Join Curves
Configuration menu - View commit details
-
Copy full SHA for 047d99e - Browse repository at this point
Copy the full SHA 047d99eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9086a - Browse repository at this point
Copy the full SHA 9b9086aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 019adbb - Browse repository at this point
Copy the full SHA 019adbbView commit details -
Elmer FEM 2D electromagnetic examples fix (FreeCAD#12646)
* Update equation_magnetodynamics_2D_elmer.py * Update equation_magnetostatics_2D_elmer.py
Configuration menu - View commit details
-
Copy full SHA for 0bfdf6c - Browse repository at this point
Copy the full SHA 0bfdf6cView commit details -
Merge pull request FreeCAD#12652 from djmdjm/centroid-g43
Add G43 tool height compensation to centroid post
Configuration menu - View commit details
-
Copy full SHA for dd0ff19 - Browse repository at this point
Copy the full SHA dd0ff19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14cbd17 - Browse repository at this point
Copy the full SHA 14cbd17View commit details -
Merge pull request FreeCAD#12661 from djmdjm/adaptive-glitch-fix
PATH: Fix adaptive glitch by removing coincident points
Configuration menu - View commit details
-
Copy full SHA for 7d3c265 - Browse repository at this point
Copy the full SHA 7d3c265View commit details -
FEM CalculiX isotropic and kinematic hardening (FreeCAD#12666)
* Update material_mechanicalnonlinear.py * Update write_femelement_material.py * Update material_mechanicalnonlinear.py
Configuration menu - View commit details
-
Copy full SHA for 9df688b - Browse repository at this point
Copy the full SHA 9df688bView commit details -
Sketcher: Sketcher_ConstrainHorizontal before Sketcher_ConstrainVerti…
…cal in GUI Changes to TaskSketcherElements.cpp are not required, but were done for consistency. The order in the file follows the GUI.
Configuration menu - View commit details
-
Copy full SHA for 8145eed - Browse repository at this point
Copy the full SHA 8145eedView commit details -
Merge pull request FreeCAD#12694 from CalligaroV/toponaming-PartFeatu…
…re-FeatureCreate Part/Toponaming: Transfer Part::Feature::create()
Configuration menu - View commit details
-
Copy full SHA for 4b1decf - Browse repository at this point
Copy the full SHA 4b1decfView commit details -
Remove the need to include geometrical nonlinearity when nonlinear ma…
…terial is used in CalculiX FEM (FreeCAD#12703) * Update commands.py * Update checksanalysis.py
Configuration menu - View commit details
-
Copy full SHA for fe885e7 - Browse repository at this point
Copy the full SHA fe885e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e29ce1 - Browse repository at this point
Copy the full SHA 4e29ce1View commit details -
Part: Rename AttachExtension::Support property to AttachmentSupport, …
…to avoid name conflict with base features. Fixes FreeCAD#7052
Configuration menu - View commit details
-
Copy full SHA for a8ae56e - Browse repository at this point
Copy the full SHA a8ae56eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4732cbf - Browse repository at this point
Copy the full SHA 4732cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef6045 - Browse repository at this point
Copy the full SHA 5ef6045View commit details -
removed visual studio project files
Configuration menu - View commit details
-
Copy full SHA for 9e1903d - Browse repository at this point
Copy the full SHA 9e1903dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11ac84f - Browse repository at this point
Copy the full SHA 11ac84fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce90c89 - Browse repository at this point
Copy the full SHA ce90c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7945bf6 - Browse repository at this point
Copy the full SHA 7945bf6View commit details -
Merge pull request FreeCAD#12683 from bgbsww/bgbsww-toponamingPropert…
…yTopoShape Toponaming/Part: property topo shape
Configuration menu - View commit details
-
Copy full SHA for cd0d58c - Browse repository at this point
Copy the full SHA cd0d58cView commit details -
Toponaming/Part: Correct tests that show platform variations when all…
… elements tested
Configuration menu - View commit details
-
Copy full SHA for d232549 - Browse repository at this point
Copy the full SHA d232549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a9305 - Browse repository at this point
Copy the full SHA 11a9305View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e53249 - Browse repository at this point
Copy the full SHA 5e53249View commit details -
Toposhape/Part:: fix, relocate and test element methods in ComplexGeo…
…Data and TopoShape
Configuration menu - View commit details
-
Copy full SHA for 834bbff - Browse repository at this point
Copy the full SHA 834bbffView commit details
Commits on Mar 5, 2024
-
Merge pull request FreeCAD#12726 from bgbsww/bgbsww-toponamingTestHel…
…perfix Toponaming/Part: Correct elementsMatch to test all entries
Configuration menu - View commit details
-
Copy full SHA for b7a4680 - Browse repository at this point
Copy the full SHA b7a4680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84e0cc7 - Browse repository at this point
Copy the full SHA 84e0cc7View commit details -
Merge pull request FreeCAD#12736 from HowThatWorks/main
A set of ISO 7200/ISO 5457 templates for TechDraw
Configuration menu - View commit details
-
Copy full SHA for d8037ed - Browse repository at this point
Copy the full SHA d8037edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 609cd12 - Browse repository at this point
Copy the full SHA 609cd12View commit details -
Fix warning: add explicit braces to avoid dangling else [-Wdangling-else]
Configuration menu - View commit details
-
Copy full SHA for 8743f5e - Browse repository at this point
Copy the full SHA 8743f5eView commit details -
Gui: Fix translation strings for Part, Group, and Link
Extra HTML tags were added outside the translation NOOP. They were unnecessary, and broke translation.
Configuration menu - View commit details
-
Copy full SHA for 672d879 - Browse repository at this point
Copy the full SHA 672d879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16016e2 - Browse repository at this point
Copy the full SHA 16016e2View commit details -
Base: Move currentDateTimeString out of TimeInfo
currentDateTimeString does not have anything in common with TimeInfo class, move it into Tools.
Configuration menu - View commit details
-
Copy full SHA for de13054 - Browse repository at this point
Copy the full SHA de13054View commit details -
Base: Use std::chrono for time handling
Replace platform specific implementations with standard C++ std::chrono. As time_t is now 64-bit on all supported systems, use it to set the clock.
Configuration menu - View commit details
-
Copy full SHA for 159fe5c - Browse repository at this point
Copy the full SHA 159fe5cView commit details -
Some instances of TimeInfo serve the sole purpose of measuring time duration. Using system time is unfortunate as it returns wall clock, which is not guaranteed to be monotonic. Replace such a usage with the new TimeElapsed class based on steady clock.
Configuration menu - View commit details
-
Copy full SHA for e4d304f - Browse repository at this point
Copy the full SHA e4d304fView commit details -
StopWatch is now used on single place only, remove it in favour of TimeElapsed
Configuration menu - View commit details
-
Copy full SHA for 1677e3d - Browse repository at this point
Copy the full SHA 1677e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b36abb1 - Browse repository at this point
Copy the full SHA b36abb1View commit details -
Merge pull request FreeCAD#12750 from bgbsww/bgbsww-toponamingElement…
…CacheExtras Toponaming/Part element cache extras
Configuration menu - View commit details
-
Copy full SHA for 412a654 - Browse repository at this point
Copy the full SHA 412a654View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e1495 - Browse repository at this point
Copy the full SHA c4e1495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 988391f - Browse repository at this point
Copy the full SHA 988391fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08fe694 - Browse repository at this point
Copy the full SHA 08fe694View commit details -
* 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 1e164f2 - Browse repository at this point
Copy the full SHA 1e164f2View commit details -
Sketcher: fix crash when trying to edit malformed sketch
For more details see: https://forum.freecad.org/viewtopic.php?p=745031#p745031
Configuration menu - View commit details
-
Copy full SHA for 5d1564f - Browse repository at this point
Copy the full SHA 5d1564fView commit details -
Merge pull request FreeCAD#12775 from WandererFan/fixSSUnit
[TD]correct s/s cell format
Configuration menu - View commit details
-
Copy full SHA for 42d1bda - Browse repository at this point
Copy the full SHA 42d1bdaView commit details -
Merge pull request FreeCAD#12749 from pavltom/techdraw_leaderline_lin…
…king [TechDraw] Reimplement Leader Line parent linking
Configuration menu - View commit details
-
Copy full SHA for 2e8473b - Browse repository at this point
Copy the full SHA 2e8473bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b257870 - Browse repository at this point
Copy the full SHA b257870View commit details -
TD: Fix translation of pending updates string
Switch to %n form so translators can adjust based on the number. Also allows English adaptation to plural/singular, if desired.
Configuration menu - View commit details
-
Copy full SHA for f3378bc - Browse repository at this point
Copy the full SHA f3378bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdf46e7 - Browse repository at this point
Copy the full SHA bdf46e7View commit details -
Merge pull request FreeCAD#12066 from 3x380V/time_cleanup
Base: Use std::chrono for time manipulation
Configuration menu - View commit details
-
Copy full SHA for da36c0c - Browse repository at this point
Copy the full SHA da36c0cView commit details
Commits on Mar 6, 2024
-
This refactors the code of TopoShape::getFacesFromDomains and the the private class BrepMesh of the MeshPart module to reduce code duplication.
Configuration menu - View commit details
-
Copy full SHA for 0d37ea2 - Browse repository at this point
Copy the full SHA 0d37ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e96599 - Browse repository at this point
Copy the full SHA 2e96599View commit details
Commits on Mar 8, 2024
-
The commit 028739d caused a regression by breaking MinGW builds because the line '#if defined(__MINGW32__)' has been removed. As a result the 'if defined (FC_OS_WIN64) || defined (FC_OS_WIN32)' has become active where the types '__int64' or 'unsigned __int64' that are not defined for MinGW
Configuration menu - View commit details
-
Copy full SHA for eb5a1b3 - Browse repository at this point
Copy the full SHA eb5a1b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3177654 - Browse repository at this point
Copy the full SHA 3177654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c8fce - Browse repository at this point
Copy the full SHA 83c8fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 232bad8 - Browse repository at this point
Copy the full SHA 232bad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bdce0 - Browse repository at this point
Copy the full SHA f6bdce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 559b5fb - Browse repository at this point
Copy the full SHA 559b5fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4265e0 - Browse repository at this point
Copy the full SHA f4265e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84bccdd - Browse repository at this point
Copy the full SHA 84bccddView commit details -
[Measure] Add features, viewproviders and preferences for unified mea…
…surement facility
Configuration menu - View commit details
-
Copy full SHA for 34f652f - Browse repository at this point
Copy the full SHA 34f652fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6dcb4a - Browse repository at this point
Copy the full SHA a6dcb4aView commit details -
[Measure]use MeasureExport not AppExport
- possible cause of win ci CI2491 error?
Configuration menu - View commit details
-
Copy full SHA for 0ee48d1 - Browse repository at this point
Copy the full SHA 0ee48d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f86fb - Browse repository at this point
Copy the full SHA 64f86fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c170c93 - Browse repository at this point
Copy the full SHA c170c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40ea3c6 - Browse repository at this point
Copy the full SHA 40ea3c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c3022 - Browse repository at this point
Copy the full SHA 14c3022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b281a5 - Browse repository at this point
Copy the full SHA 5b281a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ea223 - Browse repository at this point
Copy the full SHA c8ea223View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d0dbc - Browse repository at this point
Copy the full SHA c8d0dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd9699 - Browse repository at this point
Copy the full SHA fbd9699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df8b2f - Browse repository at this point
Copy the full SHA 6df8b2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5acc06 - Browse repository at this point
Copy the full SHA c5acc06View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f10d609 - Browse repository at this point
Copy the full SHA f10d609View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ae065d - Browse repository at this point
Copy the full SHA 1ae065dView commit details