Commit Graph

8850 Commits

Author SHA1 Message Date
wmayer
75cba4d987 fix -Wextra in Sandbox 2016-09-23 21:58:43 +02:00
wmayer
a587be999c fix -Wextra in JtReader 2016-09-23 21:28:53 +02:00
wmayer
9ceadafc3e fix -Wextra in Path 2016-09-23 21:20:38 +02:00
wmayer
6f43ec4c09 fix -Wextra in Raytracing 2016-09-23 21:20:16 +02:00
wmayer
0c8d48c5bb fix -Wextra in Web 2016-09-23 21:19:53 +02:00
wmayer
6bcd112c4b fix -Wextra in Draft 2016-09-23 21:19:38 +02:00
wmayer
8c06d9dea9 fix -Wextra in Robot 2016-09-23 21:18:57 +02:00
wmayer
f2339bbe2b fix -Wextra in Reen 2016-09-23 18:25:49 +02:00
wmayer
1139d9adbb fix -Wextra in Inspection 2016-09-23 18:10:27 +02:00
wmayer
f6e1cb6025 fix -Wextra in Mesh 2016-09-23 17:24:00 +02:00
wmayer
d88ecd5f56 fix -Wunused-parameter 2016-09-23 16:37:12 +02:00
wmayer
176efdf80b make box selection consistent with single/multi selection 2016-09-23 10:46:54 +02:00
wmayer
6880024693 expose boxZoom to Python 2016-09-23 10:28:11 +02:00
wmayer
6148bf4df5 fix -Wextra & -Wdeprecated in TechDraw 2016-09-22 19:32:16 +02:00
wmayer
dbfcc77e6a fix -Wextra & -Wdeprecated in Path 2016-09-22 18:53:24 +02:00
wmayer
dd7c91ddcf fix -Wextra in PartDesign 2016-09-22 18:34:56 +02:00
wmayer
c06b6f081f fix -Wextra in Sketcher 2016-09-22 18:34:35 +02:00
wmayer
c3087e75fd fix -Wextra in Measure 2016-09-22 16:46:18 +02:00
wmayer
b062b41db6 fix -Wextra in Import 2016-09-22 16:40:20 +02:00
wmayer
47c91f01b8 fix -Wextra & -Wdeprecated in Spreadsheet 2016-09-22 16:35:05 +02:00
wmayer
5bd455cc76 fix -Wdeprecated in Part & FreeCADGui 2016-09-22 15:32:49 +02:00
wmayer
4a04570908 Merge branch 'master' of https://github.com/FreeCAD/FreeCAD 2016-09-22 15:29:47 +02:00
wmayer
81ddb1c6c0 fix -Wextra & -Wdeprecated in Drawing 2016-09-22 15:29:10 +02:00
Keith Sloan
d9f334628e Remove swp files 2016-09-22 10:18:25 -03:00
Keith Sloan
5889e9b59d First attempt at support for CSG text command 2016-09-22 10:18:25 -03:00
Keith Sloan
18bf6ee1ff Remove swp files 2016-09-22 10:18:25 -03:00
Keith Sloan
a9173e95ab First attempt at support for CSG text command 2016-09-22 10:18:24 -03:00
wmayer
4a35f1662a fix -Wextra in Main & Complete 2016-09-22 14:24:38 +02:00
wmayer
e6c01b7227 fix -Wextra in Image 2016-09-22 14:23:25 +02:00
wmayer
2af6bb6e49 replace deprecated auto_ptr with unique_ptr 2016-09-22 13:01:20 +02:00
wmayer
7d38edb065 fix -Wextra in Part 2016-09-22 11:49:28 +02:00
wmayer
fb9cd567d3 fix msvc problems 2016-09-21 22:14:09 +02:00
wmayer
41b1eca0e7 fix -Wextra in Start & Web 2016-09-21 21:27:09 +02:00
wmayer
b34c9fec96 fix -Wextra in Test 2016-09-21 21:15:10 +02:00
wmayer
dec6897ec9 fix -Wextra in Points 2016-09-21 21:10:41 +02:00
wmayer
1e6dcabefc fix -Wextra in FreeCADGui 2016-09-21 20:54:52 +02:00
Yorik van Havre
f50e5a552b Arch: fixed error in IFC export (typo) 2016-09-21 15:14:37 -03:00
wmayer
c636974ec8 fix -Wextra in FreeCADApp 2016-09-21 16:05:36 +02:00
wmayer
39e589a4d7 fix -Wextra in FreeCADBase 2016-09-21 15:02:02 +02:00
wmayer
e725c7b207 avoid expensive fromUtf8 method where not needed 2016-09-21 11:42:23 +02:00
wmayer
0a71c00b22 for obj export only create mtl file if color is per face 2016-09-21 10:05:40 +02:00
wmayer
3d48566900 improve download manager 2016-09-21 10:04:42 +02:00
wmayer
7953b6ed4c remove non-existing command Path_ToolLibraryEdit from list 2016-09-21 10:04:08 +02:00
Yorik van Havre
1e21d65562 Arch: Renamed Arch_ToggleSubcomponentDisplay command to Arch_ToggleSubs 2016-09-20 11:43:54 -03:00
Yorik van Havre
2ccd53c366 Merge branch 'cfd1' of https://github.com/qingfengxia/FreeCAD into cfd 2016-09-20 11:30:42 -03:00
Yorik van Havre
72d9478d13 Arch: added damian's fix to Arch Remove 2016-09-19 16:11:41 -03:00
Yorik van Havre
958243a4d4 Arch: made IFC importer more compatible with older IfcOpenShell 2016-09-19 16:02:00 -03:00
Yorik van Havre
83be937f6a Merge pull request #285 from DeepSOIC/PartOffset2D_fix1
Part: Offset2D: fix save-load instability (bug #2699)
2016-09-19 15:34:51 -03:00
DeepSOIC
5b3ab1b857 Part: Offset2D: fix save-load instability
Fixes #2699
It was found out that when direction of normal found by FindPlane
depends on if we are using result of offset directly, or after copying.

The fix (workaround) is to copy offset result inside  offset routine, so
that no unstable behavior makes its way to the user.
2016-09-18 18:45:04 +03:00
qingfengxia
7997d214d6 Fem: fix typo of FemGui::ViewProviderResultPython 2016-09-17 14:39:29 +01:00