Kacper Donat

Results 24 issues of Kacper Donat

This adds additional text informing users that more themes can be obtained via Addon Manager. The link opens Addon Manager via `Std_AddonMgr` command. Thanks to @chennes it opens the preference...

Core

This adds dragging support for toolbars placed in custom toolbar areas. It is achived by creating our own custom ToolBar class that handles logic of providing custom gripper. This is...

Core
1.0

This changes current "Display/UI" pages to "Display/Advenced" as most of settings there were pretty technical. These settings are not removed as it is hard to decide which one should be...

Core
1.0

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description Currently there is no good way to create "Thin" elements in...

Mod: Part Design
Type: Feature

Obtaining specific kind of document object is very common task. This commit introduces handy helper which makes that a lot easier. ```diff - auto geometry = dynamic_cast(getObject()); - if (geometry)...

Mod: Core
Mod: FEM
Mod: CAM
Mod: TechDraw
Mod: Part Design
Mod: Part
Mod: Spreadsheet
Mod: Sketcher
Mod: Mesh
Mod: Assembly
Mod: MeshPart

This is parity change with LS3: https://github.com/realthunder/FreeCAD/blob/a9810d509a6f112b5ac03d4d4831b67e6bffd5b7/src/Mod/Part/App/TopoShapeEx.cpp#L3357 I don't know if this fixes any existing issue, but without it faces joined by refine are wrongly marked as generated. Change is...

Mod: Part

This refactors `ViewProviderDragger` and `TaskCSysDragger` to be more modern and to support selecting Transform Origin. It adds ability to snap transform origin, enter exact coordinates, snap one object to another...

Mod: Core
Mod: Part
Status: Needs testing

This PR introduces the concept of `Services` (if you have a better name - please go ahead and suggest one!). `Services` are meant to be small, well-defined interfaces that provide...

Mod: Core

This fixes a case when in case of rootObj being Link placement was not calculated correctly due to not changing of the document. While for original use it was fine...

Mod: Core

This class aims to implement Design Token idea into FreeCAD themes. It allows themes to use generic variables with generic values so we could use one qss theme and change...

Mod: Core