Skip to content
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
wants to merge 1,153 commits into
base: main
Choose a base branch
from
Open

Gsoc2023 measure - Win CI Test #12

wants to merge 1,153 commits into from

Conversation

WandererFan
Copy link
Owner

No description provided.

pieterhijma and others added 30 commits February 21, 2024 10:38
* [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
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.
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
chennes and others added 27 commits March 5, 2024 12:52
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
- possible cause of win ci CI2491 error?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment