Changesets: FreeCAD

master fe1bee4b

2021-01-14 16:07:37

abdullah

Details Diff
Sketcher: Increase distance from constraints to geometry

========================================================

With the possibility to increase icon sizes via font configuration, the
default hardcoded 2.5 step for seeking the constraint position becomes too
small, causing constraints, specially when multi-icon, to superimpose geometry points,
removing the ability to pick them.

Changing the default gives some increased room for icon size.
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File

master 67b45c7d

2021-01-14 15:27:48

abdullah

Details Diff
Sketcher: fix font size
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File

master 33ec7fb3

2021-01-14 11:53:20

yorik


Committer: GitHub Details Diff
Merge pull request 0004275 from realthunder/FixGetPartOf

App: fix Part::getPartOfObject()
mod - src/App/Part.cpp Diff File
mod - src/App/Part.h Diff File

master 94801b56

2021-01-14 11:50:53

yorik


Committer: GitHub Details Diff
Merge pull request 0004276 from donovaly/TD-exact-no-tolerance

[TD] don't allow tolerances for exact values
mod - src/Mod/TechDraw/App/DrawViewDimension.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIViewDimension.cpp Diff File

master 010a2cbd

2021-01-14 07:34:39

abdullah


Committer: abdullahtahiriyo Details Diff
Sketcher: ViewProvider - add marker information layer

=====================================================

New Coin Marker layer intended to temporarely highlight sections of the 3D View for information purposes.
Independent from the actual redrawing of the geometry and constraints.
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.h Diff File

master 595fc118

2021-01-14 06:15:37

abdullah


Committer: abdullahtahiriyo Details Diff
Part: Part2DObject::seekTrimPoints rename parameters

====================================================

This function takes parameters named GeoId, which evoke the Sketcher GeoId and which
indeed are used by the sketcher. However, these indices are just indices of the provided
geometry list. Therefore:
1. The are never negative (no matter if a corresponding Sketcher GeoId is external or not).
2. They do not have reserved indices for axes.
3. Most importantly, not found GeoId1 and GeoId2 are coded as -1, which for the Sketcher has
a well defined meaning (axis), whereas the Sketcher uses Constraint::GeoUndef as undefined or
not present/ not found index, which currently is -2000.

For these reasons, it was judged appropriate to rename the parameters and documentation to
emphasise that this function is unrelated and dettached from any Sketcher knowledge, and that
indices are just normal indices of a vector.
mod - src/Mod/Part/App/Part2DObject.cpp Diff File
mod - src/Mod/Part/App/Part2DObject.h Diff File

master 83cfffd1

2021-01-13 21:00:17

sliptonic


Committer: GitHub Details Diff
Merge pull request 0004188 from Russ4262/fix_import_base_geometry

Path: Fix `Import` feature of Base Geometry
mod - src/Mod/Path/PathScripts/PathOpGui.py Diff File

master 60b19308

2021-01-13 20:28:28

sliptonic


Committer: GitHub Details Diff
Merge pull request 0004184 from Schildkroet/leadinout_gui

[PATH] LeadInOut GUI
mod - src/Mod/Path/Gui/Resources/Path.qrc Diff File
add - src/Mod/Path/Gui/Resources/panels/DressUpLeadInOutEdit.ui Diff File
mod - src/Mod/Path/PathScripts/PathDressupDogbone.py Diff File
mod - src/Mod/Path/PathScripts/PathDressupLeadInOut.py Diff File

master f18ad945

2021-01-13 20:05:23

schildkroet

Details Diff
[PATH] Changed angle input
mod - src/Mod/Path/PathScripts/PathAdaptive.py Diff File

master e0663cde

2021-01-13 18:27:53

sliptonic


Committer: GitHub Details Diff
Merge pull request 0004227 from mlampert/feature/expose-enumerations-to-python

[App]: Expose PropertyEnumeration values list to python.
mod - src/App/PropertyContainerPy.xml Diff File
mod - src/App/PropertyContainerPyImp.cpp Diff File
mod - src/Mod/TemplatePyMod/DocumentObject.py Diff File
mod - src/Mod/Test/Document.py Diff File

master 9aecf36f

2021-01-13 14:15:25

wmayer

Details Diff
Win32: [skip ci] fix support of SpaceMouse Plus XT
mod - src/Gui/3Dconnexion/GuiNativeEventWin32.cpp Diff File

master 8f4da8ba

2021-01-13 12:22:07

wmayer

Details Diff
zipios++: [skip ci] apply bugfix on ZipLocalEntry::trailingDataDescriptor() from upstream
mod - src/zipios++/ziphead.cpp Diff File

master 2b0a13f7

2021-01-13 03:05:31

uwestoehr

Details Diff
[TD] don't allow tolerances for exact values

as discussed here: https://forum.freecadweb.org/viewtopic.php?f=35&t=54218
when a value is theoretically exact it must not have a tolerance

This PR
* fixes this
* also fixes the bug that OverTolerance must not be negative if the tolerances are equal
mod - src/Mod/TechDraw/App/DrawViewDimension.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIViewDimension.cpp Diff File

master af4de262

2021-01-12 19:17:10

sliptonic


Committer: GitHub Details Diff
Merge pull request 0004187 from Russ4262/patch-2

Path: Add missing reference to thread cutter bit
mod - src/Mod/Path/CMakeLists.txt Diff File

master d7d20ba4

2021-01-12 14:31:55

yorik

Details Diff
Draft: Don't snap to ImagePlanes
mod - src/Mod/Draft/draftguitools/gui_snapper.py Diff File

master c745f4ef

2021-01-12 14:10:16

yorik

Details Diff
Arch: Fixed non-workng Panel tools
mod - src/Mod/Arch/ArchPanel.py Diff File

master 74de3aeb

2021-01-12 01:45:59

realthunder

Details Diff
App: fix Part::getPartOfObject()

Exclude link broght in by expressions
mod - src/App/Part.cpp Diff File
mod - src/App/Part.h Diff File

master 6b3936c8

2021-01-11 14:31:41

wmayer

Details Diff
Sketcher: [skip ci] fix segmentation fault in ViewProviderSketch::drawConstraintIcons()

For more details see: https://forum.freecadweb.org/viewtopic.php?f=19&t=54193
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File

master ddaa29d1

2021-01-11 12:51:19

wmayer

Details Diff
Win32: [skip ci] enable logging for SpaceMouse input events to figure out why Plus XT model stopped working
mod - src/Gui/3Dconnexion/GuiNativeEventWin32.cpp Diff File

master a0bda407

2021-01-11 11:25:56

yorik


Committer: GitHub Details Diff
Merge pull request 0004232 from hyarion/feature-spreadsheet-allow-removed-aliases

[Spreadsheet] Remove alias from dynamic properties on removeRows/Columns
mod - src/Mod/Spreadsheet/App/PropertySheet.cpp Diff File
mod - src/Mod/Spreadsheet/App/PropertySheet.h Diff File
mod - src/Mod/Spreadsheet/App/Sheet.cpp Diff File
mod - src/Mod/Spreadsheet/TestSpreadsheet.py Diff File

master 254c1bce

2021-01-11 11:21:40

yorik


Committer: GitHub Details Diff
Merge pull request 0004263 from donovaly/TD-tweaks

[TD] preferences entry and tolerance step size
mod - src/Mod/TechDraw/App/DrawViewDimension.cpp Diff File
mod - src/Mod/TechDraw/App/DrawViewDimension.h Diff File
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDrawDimensions.ui Diff File
mod - src/Mod/TechDraw/Gui/ViewProviderDimension.cpp Diff File

master 69edc2de

2021-01-11 11:19:19

yorik


Committer: GitHub Details Diff
Merge pull request 0004261 from paullee0/ArchComponent_01

[ArchComponent] Link of Window get opening now
mod - src/Mod/Arch/ArchComponent.py Diff File

master c67f4b14

2021-01-11 11:11:56

yorik


Committer: GitHub Details Diff
Merge pull request 0004265 from chennes/shadowFixAndAddUnitTests

[Start] Shadow fix and add unit tests
mod - src/Mod/Start/CMakeLists.txt Diff File
mod - src/Mod/Start/InitGui.py Diff File
mod - src/Mod/Start/StartPage/StartPage.py Diff File
add - src/Mod/Start/TestStart/TestStartPage.py Diff File
add - src/Mod/Start/TestStart/__init__.py Diff File
add - src/Mod/Start/TestStartGui.py Diff File

master e65f6a79

2021-01-11 11:09:53

yorik


Committer: GitHub Details Diff
Merge pull request 0004269 from eddyverl/Pyramids-and_Polyhedrons

Pyramids and polyhedrons
mod - src/Mod/AddonManager/Resources/AddonManager.qrc Diff File
add - src/Mod/AddonManager/Resources/icons/Pyramids-and-Polyhedrons_workbench_icon.svg Diff File

master c3316693

2021-01-11 10:55:34

yorik


Committer: GitHub Details Diff
Merge pull request 0004272 from donovaly/TD-show-balloon

[TD] show balloon dialog on double-clicking
mod - src/Mod/TechDraw/Gui/QGIViewBalloon.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskBalloon.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskBalloon.h Diff File
 First  Prev  1 2 3 ... 41 42 43 44 45 46 47 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last