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

Umf experiments #6

Closed
wants to merge 685 commits into from
Closed

Umf experiments #6

wants to merge 685 commits into from

Conversation

WandererFan
Copy link
Owner

No description provided.

WandererFan and others added 30 commits January 17, 2024 11:33
Tests: Avoid use of fmtlib when not needed
…omGcode

[Path] Rest machining from gcode
Additionally 2 Arch_Window bugs were fixed:
* If the W1 value was changed the box tracker was not repositioned relative to the cursor.
* The WindowColor was not applied because of a typo in the code. De current default color is quite dark BTW.

Note that all dimensional values that were not really defaults, but just the last entered values, have been removed from preferences-archdefaults.ui. As a result the layout looks a bit strange. That will be improved in a next PR.
Follow-up PR of FreeCAD#11940.

* The new ui layout follows that of the Draft preferences.
* The ConversionFast checkbox enables/disables the 3  preferences listed below it.
* The WindowColor preference was removed. It is not a per-object, or even a per-file setting. The fix in FreeCAD#11940 would change windows in existing projects when they are recomputed. It is therefore better to keep the V0.21 solution where the glass is colored according to the preferences and the rest of the window receives a color based on its ShapeColor. Users who want to apply specific colors can use a multi-material.
This fixes problem with scroll jumping after selecting page on bottom of
the pages tree view. It was caused by collapsing group of the current
item and then re-expanding it few lines after.

Fixes: FreeCAD#12000
…htclick

Core : Tree: Add 'Properties' action in contextual menu. Opens a prop…
…mparator

App/Toponaming: Add Comparator for mapped elements
* Restores Arch_Axis bubbles in a TechDraw_ArchView. This fixes a regression in V0.21 and 0.22, I suspect an unwanted side-effect of a previous PR of mine (FreeCAD#8688).
* Also fixes the linetype of axes and other annotation objects in a TechDraw_ArchView.
Since V0.19 self.facecolor had two types: integer (initial value) or QColor. With this PR it is again always a QColor.
@WandererFan WandererFan deleted the umf_experiments branch March 7, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment