Commit Graph

3956 Commits

Author SHA1 Message Date
wmayer
c043ec75d9 + fix for pcl 1.6 2014-08-28 00:02:58 +02:00
jriegel
3f377c7c0e Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack 2014-08-27 22:25:35 +02:00
jriegel
b701003247 fix Win64 bug in FileInfo 2014-08-27 22:22:29 +02:00
jriegel
0e4c78f917 Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack 2014-08-27 16:43:48 +02:00
jriegel
206970bad8 Destinquish old and new OpenCV 2014-08-27 16:42:50 +02:00
jriegel
d0d832896a Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack
Conflicts:
	src/3rdParty/salomesmesh/CMakeLists.txt
2014-08-27 15:39:00 +02:00
wmayer
839eced7a9 + fix more compiler warnings 2014-08-27 13:26:44 +02:00
wmayer
a50743041b + fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized 2014-08-26 19:14:13 +02:00
Simon Pasquet
16d4a85029 Customized keyboard shortcuts now accept up to 4 keys 2014-08-26 10:31:54 -03:00
wmayer
fe0dad88d0 + fixes #0001713: Allow Part.Arc to be used as Sketcher geometry 2014-08-26 13:09:37 +02:00
jriegel
9a431e2b20 Intergrate Werners PCL Triangulation patch and upgrade it to PCL 1.7 2014-08-26 10:28:37 +02:00
jriegel
8e373c0feb Merge remote-tracking branch 'refs/remotes/origin/wmayer/pcl-testing' into jriegel/NewWinBuild
Conflicts:
	src/Mod/Points/App/CMakeLists.txt
	src/Mod/ReverseEngineering/App/AppReverseEngineeringPy.cpp
2014-08-26 08:42:47 +02:00
jriegel
6f664d6a24 Test import for Ply via PCL in Points 2014-08-25 23:27:17 +02:00
jriegel
abf6a978ae Add OpenCV again and test command 2014-08-25 23:16:54 +02:00
jriegel
4b561185d6 Add switch for compile with and without PCL 2014-08-25 23:16:34 +02:00
wmayer
00d57ed646 + fix for word size of OS 2014-08-25 15:25:09 +02:00
wmayer
a3f70e7bbc + Show word size info of OS 2014-08-25 11:41:13 +02:00
Itai Nahshon
f27eafc993 Fix automatic creation of tangent constriants.
a. Use scale to calculate max distance
b. Consider only circle/arc that actually touch the newly created line
c. Use of arc angles correctly
d. Find nearest touch point (not nearest center)
e. some optimization
2014-08-24 19:07:31 +02:00
Itai Nahshon
ab259fffe3 Sketcher: Ignore small mouse moves after selection.
Switch to drag mode only after cursor moved 3 pixels.
2014-08-24 19:07:16 +02:00
wmayer
28f8bc0209 + fixes #0001703: Spreadsheet PropertyController 2014-08-23 14:38:30 +02:00
Ian Rees
e300952c0d Updated CxImage README 2014-08-22 21:37:20 +02:00
wmayer
8fa492c41c + fix localization problems in PropertyConstraintListItem, + improve whitespaces 2014-08-22 21:32:19 +02:00
Ian Rees
ec48ca5916 Added a quick README to src/3rdParty/CxImage 2014-08-22 15:51:58 +12:00
wmayer
62f12dd247 + respect placement in VRML and Inventor objects 2014-08-21 21:46:03 +02:00
jriegel
062d2a046e simplify Mefisto project without Fortran part... 2014-08-21 18:34:21 +02:00
jriegel
e1f46b0d0e define for PCL usage for older LibPacks 2014-08-21 18:17:20 +02:00
wmayer
649044fc1d Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-08-21 18:16:42 +02:00
wmayer
51b817bbe1 + add GL test stuff into Sandbox module 2014-08-21 18:15:43 +02:00
jriegel
d46e0d0cb6 some type clearification 2014-08-21 17:59:33 +02:00
Yorik van Havre
a08565b954 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-08-21 12:38:18 -03:00
wmayer
7815fed8df + port RegExp utility to Qt4 2014-08-21 17:32:30 +02:00
wmayer
2732a324e8 + fix DrawingView::onRelabel() to accept any page names 2014-08-21 17:26:52 +02:00
Yorik van Havre
49dc7da2d2 Draft: removed unnecessary latin1 decode operations 2014-08-21 11:44:28 -03:00
Abdullah Tahiri
1db66d8b40 Sketcher properties feature enhancement: Separated sublist for unnamed datum constraints 2014-08-21 14:11:51 +02:00
wmayer
661c9c5a46 + fix trim mesh with plane 2014-08-21 13:26:35 +02:00
wmayer
3b97ce9b85 + suppress annoying warnings with MSVC for SMESH sources 2014-08-20 15:31:33 +02:00
Michael G. Hansen
e2cd67e99b 1659: 3dconnexion space navigator moves view even when FreeCAD is not the active application
Check whether the freecad window is active before relaying the space navigator events.
2014-08-19 15:46:52 +02:00
Michael G. Hansen
675693c719 Fix typo. 2014-08-19 15:26:58 +02:00
Michael G. Hansen
784e52ddb6 Fix bug 1643: Projections are always added to the first drawing page 2014-08-19 15:07:02 +02:00
wmayer
d5870525ff + fix build failure on Windows, remove unused headers, whitespace improvements 2014-08-19 14:02:16 +02:00
Abdullah Tahiri
d8f68afc62 New feature: Edit Sketch datum constraints from data Property view
This feature shows in the data properties associated to a TreeView element,
the datum constraints, i.e. those with an associated value.
2014-08-19 13:23:15 +02:00
jriegel
34c5487113 cleaning up CMake file and some comments 2014-08-18 22:42:23 +02:00
jriegel
da8bb830eb move MEFISTO to inline c file instead of fortran... 2014-08-18 22:32:10 +02:00
Sebastian Hoogen
e22266d5eb improvements to exportDRAWEXE
load only MODELING module instead of ALL
show TypeId of unsupported Objects
use angel of revolution for cones
improve sweep output
support for point, vertex, Part and Draft Polygon
cache object names to reuse them in DRAWEXE
do not expode spine which are allready edges
don't try to make faces from arcs (if this failed in FreeCAD allready)

use rounded floats if they safe digits

Sometimes the floats seems to be rounded to twelve decimal
places. we round them if it allows so safe digigts.
round angles
2014-08-18 14:45:42 -03:00
Sebastian Hoogen
dfcf54e975 bugfix in Draft.ViewProiderPoint
remove access to nonexistant property
2014-08-18 14:45:42 -03:00
Sebastian Hoogen
42d18d4689 Reverse the projection direction of DXF exports 2014-08-18 14:45:42 -03:00
wmayer
6ea9fdde3f + fixes #0001689: Show name of the drawing page in the tab of the drawing 2014-08-18 14:44:28 +02:00
wmayer
2fe8e5c070 + fixes #0001696: Quantity.getValueAs('rad') touches the Property 2014-08-18 13:30:14 +02:00
Sebastian Hoogen
2583e50ea0 flush stdout after reseting the console color 2014-08-18 13:11:16 +02:00
wmayer
222bcf39c4 + improve OCC version macro, fix build failure with MinGW, fix build failure with Coin2 2014-08-18 11:34:02 +02:00