Changesets: FreeCAD

master 5172c3bc

2019-08-09 12:50:53

wmayer

Details Diff
Fix clang compiler warnings:
+ fix -Winconsistent-missing-override
+ fix -Wunused-variable
+ fix -Wbraced-scalar-init
+ fix -Wparentheses (View3DInventorViewer::checkGroupOnTop: operator '?:' has lower precedence than '+'; '+' will be evaluated first)
+ fix -Wundefined-bool-conversion (MainWindow::updateActions)
+ suppress -Woverloaded-virtual but fix later
mod - src/Gui/ExpressionCompleter.cpp Diff File
mod - src/Gui/MainWindow.cpp Diff File
mod - src/Gui/ProgressBar.h Diff File
mod - src/Gui/PropertyView.h Diff File
mod - src/Gui/SelectionView.h Diff File
mod - src/Gui/Tree.cpp Diff File
mod - src/Gui/Tree.h Diff File
mod - src/Gui/View3DInventorViewer.cpp Diff File
mod - src/Gui/ViewProviderDocumentObject.h Diff File
mod - src/Gui/ViewProviderDocumentObjectGroup.h Diff File
mod - src/Gui/ViewProviderDragger.h Diff File
mod - src/Gui/ViewProviderLink.h Diff File
mod - src/Gui/ViewProviderPart.h Diff File
mod - src/Gui/ViewProviderPlacement.h Diff File
mod - src/Gui/ViewProviderPythonFeature.h Diff File
mod - src/Gui/propertyeditor/PropertyItem.h Diff File

master 4ba326fa

2019-08-09 12:46:33

Zheng, Lei


Committer: wmayer Details Diff
Draft: fix for python2
mod - src/Mod/Draft/DraftTrackers.py Diff File

master f704340f

2019-08-09 12:12:29

Tomas Pavlicek


Committer: wandererfan Details Diff
Enhance Radius dimension drawing
mod - src/Mod/TechDraw/Gui/QGIArrow.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIArrow.h Diff File
mod - src/Mod/TechDraw/Gui/QGIViewDimension.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIViewDimension.h Diff File
mod - src/Mod/TechDraw/Gui/ViewProviderDimension.cpp Diff File
mod - src/Mod/TechDraw/Gui/ViewProviderDimension.h Diff File

master 3e6ae0d0

2019-08-09 11:26:18

wmayer

Details Diff
Fix clang compiler warnings:
+ fix -Winconsistent-missing-override
+ fix -Wunused-private-field
+ suppress -Woverloaded-virtual but fix later
mod - src/App/Document.h Diff File
mod - src/App/DocumentObject.h Diff File
mod - src/App/DocumentObjectGroup.h Diff File
mod - src/App/Expression.cpp Diff File
mod - src/App/Expression.h Diff File
mod - src/App/ExtensionContainer.h Diff File
mod - src/App/FeaturePython.h Diff File
mod - src/App/Link.h Diff File
mod - src/App/Part.h Diff File
mod - src/App/Property.h Diff File
mod - src/App/PropertyExpressionEngine.h Diff File
mod - src/App/PropertyGeo.h Diff File
mod - src/App/PropertyLinks.h Diff File
mod - src/App/PropertyStandard.h Diff File

master 7e70438a

2019-08-09 10:41:15

wmayer

Details Diff
fix -Winconsistent-missing-override
mod - src/Base/Exception.h Diff File
mod - src/Base/Interpreter.h Diff File

master e97b89b4

2019-08-09 09:49:51

realthunder


Committer: wmayer Details Diff
Gui: output Cmt type macro line as comment in python console
mod - src/Gui/Command.cpp Diff File
mod - src/Gui/Macro.cpp Diff File
mod - src/Gui/Macro.h Diff File

master 445538c7

2019-08-09 05:51:27

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, improved Pythonic style, line length < 79 characters; shorter variables
to save space and have line lengths < 79 characters; added whitespace to comments
and used the self.__repr__() method to shorten the impression to the terminal;
broke the line inside parentheses to make the line shorter; inside alignToSelection() test for faces first
to use alignToFace(), which actually works; leave alignToCurve() for later,
as it doesn't actually do anything at the moment; improved docstrings in isOrtho(),
the orthogonality is tested for u, v, and axis, on the global axis +Y only;
removed wrongly placed comment in restore() method;
improved file docstring at the top.
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 1769b6d7

2019-08-09 05:15:17

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings, use a shape of type Part.Face
mod - src/Mod/Draft/WorkingPlane.py Diff File

master bbf22c6a

2019-08-09 05:13:09

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings; moved the description of the points within the parameter section
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 12ef13e5

2019-08-09 04:35:58

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings
mod - src/Mod/Draft/WorkingPlane.py Diff File

master ee4a0679

2019-08-09 03:40:26

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings
mod - src/Mod/Draft/WorkingPlane.py Diff File

master bbc37d55

2019-08-09 03:19:37

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings
mod - src/Mod/Draft/WorkingPlane.py Diff File

master a228f3c1

2019-08-09 03:18:02

Zheng, Lei


Committer: wmayer Details Diff
App: fix xml indentation in PropertyContainer::Save
mod - src/App/PropertyContainer.cpp Diff File

master e844e7b4

2019-08-09 02:52:35

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 14c7f436

2019-08-09 01:06:44

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings; added the other getLocalRot() and getGlobalRot() related functions to the 'See also' sections; need to verify their operation as some of these methods seem to just return the original point
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 05cb2cb4

2019-08-09 00:08:05

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings; added a graphic to explain the type of point that the functions return; maybe getLocalCoords() should be named getRelativeCoords(), as the return value is a relative vector referred to the plane.
mod - src/Mod/Draft/WorkingPlane.py Diff File

master c6e11c4a

2019-08-08 22:21:38

berndhahnebach

Details Diff
Arch: IFC import, inform user if material color != shape color
mod - src/Mod/Arch/importIFC.py Diff File

master 023cf12c

2019-08-08 22:05:22

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstring; why does the projection invert the direction of the component, that is, -x instead of x, if the angle between the vectors x and u is larger than 1 radian? Why specifically 1 radian?
mod - src/Mod/Draft/WorkingPlane.py Diff File

master ad74402d

2019-08-08 21:38:01

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings
mod - src/Mod/Draft/WorkingPlane.py Diff File

master ee09fc32

2019-08-08 21:34:17

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 34c2dcb2

2019-08-08 21:16:47

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstring
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 2d9da934

2019-08-08 19:36:23

Kunda1


Committer: yorik Details Diff
[AddonManager] Rename Part-o-magic icon
mod - src/Mod/AddonManager/Resources/AddonManager.qrc Diff File

master 5e8945f6

2019-08-08 19:30:22

Kunda1


Committer: yorik Details Diff
[AddonManager] Fix A2plus icon name in .qrc file
mod - src/Mod/AddonManager/Resources/AddonManager.qrc Diff File

master fd4d81bd

2019-08-08 19:28:36

Kunda1


Committer: yorik Details Diff
[AddonManager] Fix AirPlaneDesign logo name
mod - src/Mod/AddonManager/Resources/AddonManager.qrc Diff File

master 4225125f

2019-08-08 19:16:56

Kunda1


Committer: yorik Details Diff
[AddonManager] Rename MOOC workbench icon
mod - src/Mod/AddonManager/Resources/AddonManager.qrc Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 282 283 284 285 286 287 288 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last