Changesets: FreeCAD
master 42d643c8 2020-09-15 12:20:24 Details Diff |
PD: whitespace improvements | ||
mod - src/Mod/PartDesign/Gui/Command.cpp | Diff File | ||
mod - src/Mod/PartDesign/Gui/TaskLoftParameters.cpp | Diff File | ||
master 5635f87d 2020-09-15 12:13:23 Details Diff |
PD: do not use active document in task dialogs because this is error-prone and optimize string creation in TaskSketchBasedParameters::getFaceReference |
||
mod - src/Mod/PartDesign/Gui/TaskSketchBasedParameters.cpp | Diff File | ||
mod - src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h | Diff File | ||
master 1c730a7f 2020-09-15 11:21:32 Details Diff |
PD: do not use active document in task dialogs because this is error-prone | ||
mod - src/Mod/PartDesign/Gui/TaskFeatureParameters.cpp | Diff File | ||
mod - src/Mod/PartDesign/Gui/TaskPipeParameters.cpp | Diff File | ||
master b0f6920b 2020-09-15 03:16:18 vocx-fc Details Diff |
Path: use 4-space indentation, and keep lines short | ||
mod - src/Mod/Path/CMakeLists.txt | Diff File | ||
mod - src/Mod/Path/PathScripts/post/nccad_post.py | Diff File | ||
master 5abb45f7 2020-09-14 23:19:44 Committer: wwmayer Details Diff |
[PD] fix wording for skew prisms the UI and the property is not consistent. In the dialog we use the term angle upon user feedback while the property still has the name "skew" in it. I simply forgot this change in my PR that implemented skew prisms. This is now corrected by this PR. |
||
mod - src/Mod/Part/App/PrimitiveFeature.cpp | Diff File | ||
mod - src/Mod/Part/App/PrimitiveFeature.h | Diff File | ||
mod - src/Mod/Part/Gui/DlgPrimitives.cpp | Diff File | ||
mod - src/Mod/PartDesign/App/FeaturePrimitive.cpp | Diff File | ||
mod - src/Mod/PartDesign/App/FeaturePrimitive.h | Diff File | ||
mod - src/Mod/PartDesign/Gui/TaskPrimitiveParameters.cpp | Diff File | ||
master 03c2c769 2020-09-14 22:28:20 Committer: wwmayer Details Diff |
[PD] make sections sortable - allow to sort loft sections by dragging: https://forum.freecadweb.org/viewtopic.php?f=19&t=50222 - fix bug of uninitialized options: https://forum.freecadweb.org/viewtopic.php?f=19&t=50221 - use better code for the context menu of the listWidget (the same we use in other placed of PD) - add missing tooltip for mirror feature |
||
mod - src/Mod/PartDesign/Gui/TaskLoftParameters.cpp | Diff File | ||
mod - src/Mod/PartDesign/Gui/TaskLoftParameters.h | Diff File | ||
mod - src/Mod/PartDesign/Gui/TaskLoftParameters.ui | Diff File | ||
mod - src/Mod/PartDesign/Gui/TaskMirroredParameters.ui | Diff File | ||
master 7459f87c 2020-09-14 17:30:21 Details Diff |
Part: [skip ci] Coverity: Uninitialized scalar field | ||
mod - src/Mod/Part/App/GeometryDefaultExtension.h | Diff File | ||
master d13a187a 2020-09-14 17:06:27 Details Diff |
App: [skip ci] Coverity: 'Constant' variable guards dead code | ||
mod - src/App/Link.cpp | Diff File | ||
master 6199fbb2 2020-09-14 16:34:25 Details Diff |
Base: [skip ci] Coverity: Uncaught exception | ||
mod - src/Base/Exception.cpp | Diff File | ||
mod - src/Gui/Command.cpp | Diff File | ||
mod - src/Mod/PartDesign/Gui/TaskTransformedParameters.cpp | Diff File | ||
master 645336ff 2020-09-14 15:50:09 vocx-fc Details Diff |
Path: add missing postprocessor to CMakeLists | ||
mod - src/Mod/Path/CMakeLists.txt | Diff File | ||
master 3a8a28ce 2020-09-14 15:21:50 Details Diff |
Gui: [skip ci] Coverity: Uncaught exception | ||
mod - src/Gui/View3DInventorViewer.cpp | Diff File | ||
master c3d35c65 2020-09-14 12:37:20 Details Diff |
dxf: [skip ci] Coverity: Buffer not null terminated | ||
mod - src/Mod/Draft/App/dxf.cpp | Diff File | ||
mod - src/Mod/Import/App/dxf.cpp | Diff File | ||
mod - src/Mod/Path/libarea/dxf.cpp | Diff File | ||
master d3d8ea84 2020-09-14 12:08:21 Details Diff |
Gui: [skip ci] Coverity: Uninitialized pointer field | ||
mod - src/Gui/DlgCustomizeSpaceball.cpp | Diff File | ||
master 3dce94d5 2020-09-14 12:04:18 Details Diff |
TechDraw: [skip ci] Coverity: Dereference null return value | ||
mod - src/Mod/TechDraw/Gui/CommandAnnotate.cpp | Diff File | ||
master e5a3ba0c 2020-09-14 11:54:55 Details Diff |
TechDraw: [skip ci] Coverity: Uninitialized scalar variable/Uninitialized scalar field | ||
mod - src/Mod/TechDraw/App/DrawViewPart.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/TaskCosmeticLine.cpp | Diff File | ||
master d2051221 2020-09-14 08:37:46 Details Diff |
Gui: [skip ci] fixes 0004422: PartDesign value input does not accept trailing slash |
Affected Issues 0004422 |
|
mod - src/Gui/QuantitySpinBox.cpp | Diff File | ||
master 2c744264 2020-09-13 16:34:16 Details Diff |
Gui: several fixes for expression search box: + rename method setMatchExact() to setExactMatch() + move handling of user-defined parameters to class ExpressionParameter + Qt::MatchExactly is not supported by QCompleter, use Qt::MatchStartsWith instead + add possibility to change match behaviour via context-menu |
||
mod - src/Gui/DlgPropertyLink.cpp | Diff File | ||
mod - src/Gui/ExpressionCompleter.cpp | Diff File | ||
mod - src/Gui/ExpressionCompleter.h | Diff File | ||
mod - src/Gui/Tree.cpp | Diff File | ||
master aaf12da9 2020-09-13 13:50:51 hrobeers Committer: wwmayer Details Diff |
[OpenSCAD] consistent FreeCADGui imports, fixes headless CSG import | ||
mod - src/Mod/OpenSCAD/OpenSCADCommands.py | Diff File | ||
mod - src/Mod/OpenSCAD/OpenSCADUtils.py | Diff File | ||
mod - src/Mod/OpenSCAD/exportCSG.py | Diff File | ||
mod - src/Mod/OpenSCAD/importCSG.py | Diff File | ||
master 82038bb1 2020-09-13 11:14:21 Details Diff |
App: [skip ci] add GeoFeaturePy::getPropertyOfGeometry | ||
mod - src/App/GeoFeaturePy.xml | Diff File | ||
mod - src/App/GeoFeaturePyImp.cpp | Diff File | ||
master a7ffe6eb 2020-09-13 08:46:55 Syres916 Committer: wwmayer Details Diff |
[Sketcher] Improve Solver Message Visibility... ...when using dark(er) style sheets. See discussion https://forum.freecadweb.org/viewtopic.php?f=3&t=50094 |
||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | Diff File | ||
master 24fd057c 2020-09-13 07:59:14 Details Diff |
MeshPart: [skip ci] import MeshPartGui in order to load icon resources | ||
mod - src/Mod/MeshPart/Gui/MeshFlatteningCommand.py | Diff File | ||
master 0aa759b5 2020-09-13 00:38:03 Cheuksan Wang Committer: wmayer Details Diff |
Move the aliases before other content of cells When a user performs insert rows, remove rows, insert columns, or remove rows, we need to move multiple cells as a batch. The cells are moved sequentially. For each cell, its dependent alias positions are looked up and dependencies are added. However, those cells with aliases may be moved later in the batch. Thus the earlier dependencies become wrong. This commit fixes this bug by moving all the aliases before moving the cells. Unit tests are added to for this bug. fixes issue 0004429 |
Affected Issues 0004429 |
|
mod - src/Mod/Spreadsheet/App/PropertySheet.cpp | Diff File | ||
mod - src/Mod/Spreadsheet/App/PropertySheet.h | Diff File | ||
mod - src/Mod/Spreadsheet/TestSpreadsheet.py | Diff File | ||
master 1a7fd88b 2020-09-12 21:20:54 bitacovir Committer: wwmayer Details Diff |
Add SVG icon for Part Reverse Shape command Part Reverse Shape command does not have icon for the FreeCAD UI (Part WB). This commit adds SVG file with icon for this command. Also, it makes the necessary changes on Command.cpp and Part.qrc files. The new SVG icon follows the FreeCAD Artwork Guidelines and were saved as Plain SVG format. The icon designs keep the style of the existing icons in the Part Workbench: https://wiki.freecadweb.org/Part_Module The discussion with the request can be found in the UX/UI Design FreeCAD Forum: https://forum.freecadweb.org/viewtopic.php?f=34&t=44278&hilit=bitacovir |
||
mod - src/Mod/Part/Gui/Command.cpp | Diff File | ||
mod - src/Mod/Part/Gui/Resources/Part.qrc | Diff File | ||
add - src/Mod/Part/Gui/Resources/icons/Part_Reverse_Shape.svg | Diff File | ||
master 43604f28 2020-09-12 20:41:16 Committer: wwmayer Details Diff |
Part: remove uIso and vIso methods from RectangularTrimmedSurface | ||
mod - src/Mod/Part/App/RectangularTrimmedSurfacePy.xml | Diff File | ||
mod - src/Mod/Part/App/RectangularTrimmedSurfacePyImp.cpp | Diff File | ||
master 6aeed648 2020-09-12 19:13:43 bitacovir Committer: wwmayer Details Diff |
Auto stash before rebase of "upstream/master" | ||
mod - src/Mod/MeshPart/Gui/MeshFlatteningCommand.py | Diff File | ||
mod - src/Mod/MeshPart/Gui/Resources/MeshPart.qrc | Diff File | ||
add - src/Mod/MeshPart/Gui/Resources/icons/MeshPart_Create_Flat_Face.svg | Diff File | ||
add - src/Mod/MeshPart/Gui/Resources/icons/MeshPart_Create_Flat_Mesh.svg | Diff File |