Changesets: FreeCAD
master 69108523 2019-10-01 09:12:30 Przemo Firszt Committer: wmayer Details Diff |
Modify Version and Release in fedora spec Signed-off-by: Przemo Firszt <przemo@firszt.eu> |
||
mod - package/fedora/freecad.spec | Diff File | ||
master e1e095da 2019-10-01 05:20:54 Details Diff |
Added copyright notice to source files. | ||
mod - src/Mod/Path/App/PathSegmentWalker.cpp | Diff File | ||
mod - src/Mod/Path/App/PathSegmentWalker.h | Diff File | ||
master bbff2193 2019-10-01 01:03:24 paullee0 Committer: yorik Details Diff |
[Draft - DraftGeoUtils] Refine isReallyClosed() : Part of ArchWall / DraftGeomUtils Multi-Width Support Improvement Proposal | ||
mod - src/Mod/Draft/DraftGeomUtils.py | Diff File | ||
master 84b23d3e 2019-09-30 23:24:59 Details Diff |
Add BoundBox property to Path, usable without a gui. | ||
mod - src/Mod/Path/App/Path.cpp | Diff File | ||
mod - src/Mod/Path/App/Path.h | Diff File | ||
mod - src/Mod/Path/App/PathPy.xml | Diff File | ||
mod - src/Mod/Path/App/PathPyImp.cpp | Diff File | ||
master 66e9cf90 2019-09-30 23:04:15 Details Diff |
Split walking and segmenting a path into its own class so it can be used by other algorithms, not just visualisation | ||
mod - src/Mod/Path/App/CMakeLists.txt | Diff File | ||
add - src/Mod/Path/App/PathSegmentWalker.cpp | Diff File | ||
add - src/Mod/Path/App/PathSegmentWalker.h | Diff File | ||
mod - src/Mod/Path/Gui/ViewProviderPath.cpp | Diff File | ||
master 19ac3ecf 2019-09-30 21:55:11 Details Diff |
fix crash when switching to fullscreen, back to normal and closing the sketcher | ||
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | Diff File | ||
master 3939e454 2019-09-30 07:21:11 Committer: wmayer Details Diff |
cmake: pyside2: we also need headers from shiboken and pyside2 | ||
mod - cMake/FreeCAD_Helpers/SetupShibokenAndPyside.cmake | Diff File | ||
master 41387fd9 2019-09-30 06:18:40 Committer: wmayer Details Diff |
App: fix dynamic property undo/redo Instead of enforce property type match when undo/redo, modify various property Paste() to make it type safe. |
||
mod - src/App/PropertyExpressionEngine.cpp | Diff File | ||
mod - src/App/Transactions.cpp | Diff File | ||
mod - src/Mod/Spreadsheet/App/PropertyColumnWidths.cpp | Diff File | ||
mod - src/Mod/Spreadsheet/App/PropertyRowHeights.cpp | Diff File | ||
mod - src/Mod/Spreadsheet/App/PropertySheet.cpp | Diff File | ||
mod - src/Mod/Spreadsheet/App/Sheet.cpp | Diff File | ||
master 890bc90b 2019-09-30 05:41:58 Committer: wmayer Details Diff |
Base: add RotationPy.RawAxis Expose rotation raw axis |
||
mod - src/Base/RotationPy.xml | Diff File | ||
mod - src/Base/RotationPyImp.cpp | Diff File | ||
master 533bbf8a 2019-09-30 05:41:01 Committer: wmayer Details Diff |
App: add DocumentObjectPy.evalExpression() Allow easy evlauation of expression. |
||
mod - src/App/DocumentObjectPy.xml | Diff File | ||
mod - src/App/DocumentObjectPyImp.cpp | Diff File | ||
master 29f5ac73 2019-09-30 03:48:06 Committer: wmayer Details Diff |
Gui: sync expression change in property editor This patch fixes two problems, When one property item is assigned an expression, auto remove any parent and child item expressions to avoid expression conflicts. Disable value update when an property item or any of its parents are bound by an expression. |
||
mod - src/Gui/propertyeditor/PropertyItem.cpp | Diff File | ||
mod - src/Gui/propertyeditor/PropertyItem.h | Diff File | ||
master be951cc0 2019-09-30 03:47:42 Committer: wmayer Details Diff |
Gui: fix missing expression highlight in property editor | ||
mod - src/Gui/propertyeditor/PropertyItem.cpp | Diff File | ||
master da19c848 2019-09-30 03:43:31 Committer: wmayer Details Diff |
Gui: fix missing auto update when edit property expression It only happens when editing expression through property editor context menu action. |
||
mod - src/Gui/propertyeditor/PropertyEditor.cpp | Diff File | ||
master f14dfd41 2019-09-30 03:41:17 Committer: wmayer Details Diff |
Gui: fix ExpLineEdit::apply() ExpLineEdit was originally created for editing PropertyString with optional expression. It has since been extended to be used by any type of property. |
||
mod - src/Gui/Widgets.cpp | Diff File | ||
master a230d0d9 2019-09-30 03:39:07 Committer: wmayer Details Diff |
Gui: fix ExpressionBinding::apply() Remove extra '.' because of newly introduced local property referencing syntax. |
||
mod - src/Gui/ExpressionBinding.cpp | Diff File | ||
master 8a3694ef 2019-09-30 02:30:46 Details Diff |
Added storing and loading of tools in json files | ||
mod - src/Mod/Path/PathScripts/PathToolBit.py | Diff File | ||
mod - src/Mod/Path/PathScripts/PathToolBitGui.py | Diff File | ||
master 5f8d274f 2019-09-29 20:57:00 Committer: wmayer Details Diff |
Crowdin: Fix creative common license name Source: https://crowdin.com/translate/freecad/549/en-sv#6498160 |
||
mod - src/App/Document.cpp | Diff File | ||
mod - src/Gui/DlgProjectInformationImp.cpp | Diff File | ||
mod - src/Gui/DlgSettingsDocument.ui | Diff File | ||
master 12335c7d 2019-09-29 20:32:52 Details Diff |
[TD]Fix Arrowhead Fill in Dims & Leaders | ||
mod - src/Mod/TechDraw/Gui/QGIArrow.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGILeaderLine.cpp | Diff File | ||
master d7dabeb8 2019-09-29 20:19:42 Details Diff |
[TD]Fix Dimension Color Regression - still an issue where text looses select color if clicked while selected |
||
mod - src/Mod/TechDraw/Gui/QGCustomText.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGCustomText.h | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGIViewDimension.cpp | Diff File | ||
master 5f619c67 2019-09-29 18:23:10 Details Diff |
[TD]Fix Integer display in s/s image | ||
mod - src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp | Diff File | ||
master bda372be 2019-09-29 10:02:32 Committer: wmayer Details Diff |
Spreadsheet: add test case for operation on matrix/placement/rotation | ||
mod - src/Mod/Spreadsheet/TestSpreadsheet.py | Diff File | ||
master 006f685d 2019-09-29 09:58:41 Committer: wmayer Details Diff |
Spreadsheet: column/row select on right click | ||
mod - src/Mod/Spreadsheet/Gui/SheetTableView.cpp | Diff File | ||
mod - src/Mod/Spreadsheet/Gui/SheetTableView.h | Diff File | ||
master 976952db 2019-09-29 09:57:23 Committer: wmayer Details Diff |
Spreadsheet: improve cyclic dependency exception handling | ||
mod - src/Mod/Spreadsheet/App/Cell.cpp | Diff File | ||
mod - src/Mod/Spreadsheet/App/Cell.h | Diff File | ||
mod - src/Mod/Spreadsheet/App/Sheet.cpp | Diff File | ||
master 44354b80 2019-09-29 09:38:07 Committer: wmayer Details Diff |
App: add Expression built-in function mscale/minvert/create mscale(matrix,vector|tuple) for scaling matrix minvert(matrix|placement|rotation) for inverting matrix, placement or rotation create(type,arg...) for creating Python object of given type (currently only support 'matrix', 'placement', 'rotation', 'vector' |
||
mod - src/App/Expression.cpp | Diff File | ||
mod - src/App/ExpressionParser.h | Diff File | ||
master 12000cd4 2019-09-29 09:36:07 Committer: wmayer Details Diff |
Base: fix __pow__ operator in MatrixPy/PlacementPy/RotationPy | ||
mod - src/Base/MatrixPyImp.cpp | Diff File | ||
mod - src/Base/PlacementPyImp.cpp | Diff File | ||
mod - src/Base/RotationPyImp.cpp | Diff File |