forked from FreeCAD/FreeCAD
-
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
Open
WandererFan
wants to merge
1,153
commits into
main
Choose a base branch
from
gsoc2023_measure
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [Core] Add a basic VarSet document object * [Core] Add basic tests for VarSets * Core: Replace the VarSet icon with an outlined one
…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.
…mentGeneralFuse Toponaming/Part: make element generalfuse, fuse, cut
The icons are taken from https://github.com/realthunder/FreeCAD/tree/LinkMerge
Prepends the visibility icon to the normal icon if enabled and uses the result as the new icon.
If the visibility icon is enabled a mouse press on that part of the icon toggles the visibility of the tree item.
…con preference changes
Add a preference to Display->UI that allows the user to choose if the visibility icons are shown in the tree view.
These are mostly comment changes.
…alOperator Toponaming/Part: Bring in = operator, resetMap and flushMap overrides, and fix affecte…
…mentFillet Toponaming/Part make element fillet
* App: Add PreCompiled.h to Varset cpp file
Switch to %n form so translators can adjust based on the number. Also allows English adaptation to plural/singular, if desired.
Base: Use std::chrono for time manipulation
This refactors the code of TopoShape::getFacesFromDomains and the the private class BrepMesh of the MeshPart module to reduce code duplication.
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
…surement facility
- possible cause of win ci CI2491 error?
WandererFan
force-pushed
the
gsoc2023_measure
branch
from
March 8, 2024 20:06
7c86d50
to
c5acc06
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.