Changesets: FreeCAD

master 64553523

2020-11-09 18:29:55

berndhahnebach


Committer: GitHub Details Diff
Material: fix open material editor with empty material, regression was added with commit 0f87516
mod - src/Mod/Material/MaterialEditor.py Diff File

master 59c50053

2020-11-09 15:13:34

wmayer

Details Diff
MSVC: [skip ci] make working with C++17 compiler
mod - src/3rdParty/salomesmesh/inc/Basics_Utils.hxx Diff File
mod - src/3rdParty/salomesmesh/inc/GEOMUtils.hxx Diff File
mod - src/3rdParty/salomesmesh/inc/SMESH_ExceptHandlers.hxx Diff File
mod - src/App/Application.cpp Diff File

master 6b9178e0

2020-11-09 12:14:31

wmayer

Details Diff
Part: [skip ci] correctly show control points of a B-spline/Bezier curve/surface if a placement is set
mod - src/Mod/Part/Gui/ViewProviderSpline.cpp Diff File

master 58be246b

2020-11-09 08:31:16

wmayer

Details Diff
Part: [skip ci] fix type of Rotations property of Spiral primitive
mod - src/Mod/Part/App/PrimitiveFeature.h Diff File

master 08efd286

2020-11-09 00:22:29

uwestoehr


Committer: abdullahtahiriyo Details Diff
[Sketch] add missing menu entry for new feature
mod - src/Mod/Sketcher/Gui/Workbench.cpp Diff File

master 061c3f8f

2020-11-08 18:29:15

travisapple


Committer: GitHub Details Diff
Update importWebGL.py
mod - src/Mod/Arch/importWebGL.py Diff File

master 1f70e1b4

2020-11-08 18:25:30

travisapple


Committer: GitHub Details Diff
Update importWebGL.py
mod - src/Mod/Arch/importWebGL.py Diff File

master 9b5eb774

2020-11-08 16:57:12

uwestoehr


Committer: wwmayer Details Diff
[Sketch] remove now unused variable

also add comment for better understanding
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File

master f0af88ec

2020-11-08 16:50:40

uwestoehr


Committer: wmayer Details Diff
[Part] add preview for changes to primitives location

- unset keyboardTracking for the dialog edits
- don't hide the location dialog on creation
mod - src/Mod/Part/Gui/DlgPrimitives.cpp Diff File
mod - src/Mod/Part/Gui/DlgPrimitives.h Diff File
mod - src/Mod/Part/Gui/DlgPrimitives.ui Diff File
mod - src/Mod/Part/Gui/Location.ui Diff File

master c5a4b01d

2020-11-08 15:07:10

wmayer

Details Diff
Gui: [skip ci] try to avoid to truncate QuantitySpinBox at bottom margin on macOS
mod - src/Gui/QuantitySpinBox.cpp Diff File

master 7251a90f

2020-11-08 14:40:59

wmayer

Details Diff
Part: [skip ci] implement live preview for primitives
mod - src/Mod/Part/Gui/DlgPrimitives.cpp Diff File
mod - src/Mod/Part/Gui/DlgPrimitives.h Diff File

master 70be2575

2020-11-08 12:37:17

wmayer

Details Diff
Part: override extensionSetupContextMenu in ViewProviderSplineExtension
mod - src/Mod/Part/Gui/AppPartGui.cpp Diff File
mod - src/Mod/Part/Gui/ViewProviderHelixParametric.cpp Diff File
mod - src/Mod/Part/Gui/ViewProviderSpline.cpp Diff File
mod - src/Mod/Part/Gui/ViewProviderSpline.h Diff File

master 31ff1921

2020-11-08 12:36:31

wmayer

Details Diff
Gui: [skip ci] add method extensionSetupContextMenu to extension view provider
mod - src/Gui/ViewProvider.cpp Diff File
mod - src/Gui/ViewProvider.h Diff File
mod - src/Gui/ViewProviderDragger.cpp Diff File
mod - src/Gui/ViewProviderExtension.h Diff File

master 4025405c

2020-11-08 11:19:57

wmayer

Details Diff
Part: make view provider for helix and spiral inherit from primitive and use spline extension
mod - src/Mod/Part/Gui/ViewProviderHelixParametric.cpp Diff File
mod - src/Mod/Part/Gui/ViewProviderHelixParametric.h Diff File

master 98d7a040

2020-11-08 11:18:44

wmayer

Details Diff
Part: [skip ci] implement extension ViewProviderSplineExtension
mod - src/Mod/Part/Gui/AppPartGui.cpp Diff File
mod - src/Mod/Part/Gui/ViewProviderSpline.cpp Diff File
mod - src/Mod/Part/Gui/ViewProviderSpline.h Diff File

master 694eebf1

2020-11-08 09:47:08

wmayer

Details Diff
smesh: [skip ci] comment out call of std::set_unexpected that has been removed in C++17
mod - src/3rdParty/salomesmesh/inc/Utils_ExceptHandlers.hxx Diff File

master 035803e4

2020-11-08 09:43:04

wmayer

Details Diff
Part: [skip ci] properly handle transactions when editing primitives
mod - src/Mod/Part/Gui/DlgPrimitives.cpp Diff File
mod - src/Mod/Part/Gui/DlgPrimitives.h Diff File

master dabf65cc

2020-11-08 09:25:34

wmayer

Details Diff
Part: [skip ci] implement live preview for box and cylinder
mod - src/Mod/Part/Gui/DlgPrimitives.cpp Diff File
mod - src/Mod/Part/Gui/DlgPrimitives.h Diff File

master 975c03a2

2020-11-08 05:54:51

abdullah

Details Diff
Sketcher: Some fixes to bspline weight information layer

- fix sign/unsign comparison warning
- show intent in for loop comparison, values inside the loop over size() are not intended and are undesirable
- do not use itw for an index, as it evokes an interator - it -
- BSpline Weight on information layer positioned one line under Knot multiplicity
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File

master 3f5cadda

2020-11-08 05:09:31

marioalexis


Committer: yorik Details Diff
Draft: Enable offset for working plane aligned with current view
mod - src/Mod/Draft/draftguitools/gui_selectplane.py Diff File

master 0b9c4256

2020-11-08 04:08:59

uwestoehr


Committer: abdullahtahiriyo Details Diff
[part] remove a now misleading comment

I added this comment when I read the dialog state fro the index of the type combobox, now we read the primitive's TypeID so the comment is misleading
mod - src/Mod/Part/Gui/DlgPrimitives.cpp Diff File

master 65c96a3b

2020-11-08 03:55:55

uwestoehr


Committer: abdullahtahiriyo Details Diff
[Sketch] add option to display spline weights

When working with weights, it is a huge improvement to see the weights immediately when changing the pole circle radius.
This PR adds an option to display the weights.
mod - src/Mod/Sketcher/Gui/CommandSketcherBSpline.cpp Diff File
mod - src/Mod/Sketcher/Gui/Resources/Sketcher.qrc Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/splines/Sketcher_BSplinePoleWeight.svg Diff File
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File

master 4633e6e0

2020-11-07 21:42:16

travisapple


Committer: GitHub Details Diff
Update importWebGL.py
mod - src/Mod/Arch/importWebGL.py Diff File

master aa59e98b

2020-11-07 20:41:43

sliptonic

Details Diff
Make Toolbit find Bit files relative to the current library directory
mod - src/Mod/Path/PathScripts/PathPreferences.py Diff File
mod - src/Mod/Path/PathScripts/PathToolBit.py Diff File
mod - src/Mod/Path/PathScripts/PathToolBitLibraryGui.py Diff File

master b8376e15

2020-11-07 19:14:39

abdullah

Details Diff
Sketcher: Fix select associated constraints when drawhandler active
mod - src/Mod/Sketcher/Gui/CommandSketcherTools.cpp Diff File
 First  Prev  1 2 3 ... 70 71 72 73 74 75 76 77 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last