wmayer
1b4fb56cdc
+ fix DrawingView::onRelabel() to accept any page names
2014-08-21 17:26:52 +02:00
Yorik van Havre
806c857c6f
Draft: removed unnecessary latin1 decode operations
2014-08-21 11:44:28 -03:00
Abdullah Tahiri
7cc5167623
Sketcher properties feature enhancement: Separated sublist for unnamed datum constraints
2014-08-21 14:11:51 +02:00
wmayer
e814d997e5
+ fix trim mesh with plane
2014-08-21 13:26:35 +02:00
wmayer
d0a200303b
+ suppress annoying warnings with MSVC for SMESH sources
2014-08-20 15:31:33 +02:00
Michael G. Hansen
9419259ff6
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
808d2e93bf
Fix typo.
2014-08-19 15:26:58 +02:00
Michael G. Hansen
dd7bd833c6
Fix bug 1643: Projections are always added to the first drawing page
2014-08-19 15:07:02 +02:00
wmayer
e9100c7ddb
+ fix build failure on Windows, remove unused headers, whitespace improvements
2014-08-19 14:02:16 +02:00
Abdullah Tahiri
a9fef8412f
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
0e53a593db
cleaning up CMake file and some comments
2014-08-18 22:42:23 +02:00
jriegel
b253a14818
move MEFISTO to inline c file instead of fortran...
2014-08-18 22:32:10 +02:00
Sebastian Hoogen
e2f54c793c
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
3c7c04cafe
bugfix in Draft.ViewProiderPoint
...
remove access to nonexistant property
2014-08-18 14:45:42 -03:00
Sebastian Hoogen
5ecf0cb40b
Reverse the projection direction of DXF exports
2014-08-18 14:45:42 -03:00
wmayer
7110c55c33
+ fixes #0001689 : Show name of the drawing page in the tab of the drawing
2014-08-18 14:44:28 +02:00
wmayer
8943ef58b2
+ fixes #0001696 : Quantity.getValueAs('rad') touches the Property
2014-08-18 13:30:14 +02:00
Sebastian Hoogen
3198c42397
flush stdout after reseting the console color
2014-08-18 13:11:16 +02:00
wmayer
967566acf1
+ improve OCC version macro, fix build failure with MinGW, fix build failure with Coin2
2014-08-18 11:34:02 +02:00
Yorik van Havre
5e82febd0a
Enhanced a bit the document icon in tree view
2014-08-17 18:49:49 -03:00
Yorik van Havre
14292c11cd
Draft: Objects drawn on an existing face will no longer take it as support unless the face was already selected
2014-08-17 18:09:44 -03:00
jriegel
ee64f54765
OCL tests
2014-08-17 20:15:12 +02:00
wmayer
75fa3d4067
+ prepare property editor for items with unknown number of children
2014-08-17 18:36:27 +02:00
Yorik van Havre
f0eee59283
Draft: Fixed small regression in Draft2Sketch
2014-08-16 19:40:35 -03:00
Bernd Hahnebach
6436b29034
Arch: fix in new ifc-importer
2014-08-16 12:37:06 -03:00
wmayer
6556bc776a
+ fixes #0001689 : Show name of the drawing page in the tab of the drawing
2014-08-16 15:08:55 +02:00
wmayer
8808b82371
+ fixes #0001690 : sketch.getPoint crashes FreeCAD if the point does not exist
2014-08-16 14:41:30 +02:00
wmayer
92cb03bca1
+ code cleanup
2014-08-16 14:15:46 +02:00
Yorik van Havre
b33d8f6244
Draft - Allow to export Drawing pages to DXF - fixes #1686
...
* Uses DXF algos of the Drawing module instead of the Draft dxf library
* Uses a DXF template with the same name as the SVG template, if existing
* Only Draft, Arch, Part and Annotation views are currently supported
* Drawing module's projectToDXF() now returns only a fragment instead of a full DXF file
2014-08-15 18:14:17 -03:00
wmayer
4dc12740e8
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-08-15 14:37:25 +02:00
Sebastian Hoogen
4ba56b5c29
fixes #0001684 : Sweep ignores the list of subshapes
2014-08-15 14:35:59 +02:00
Yorik van Havre
7665e34a3a
Draft: Fixed wrong preferences text
2014-08-14 19:51:31 -03:00
Johannes Reinhardt
941f7dae00
Use new curve discretization
2014-08-14 23:28:50 +02:00
Johannes Reinhardt
8189dddec1
Revert "Arch: Turned jreinhardt's fix to webGL into an option"
...
This reverts commit 90f2fc2034
.
Conflicts:
src/Mod/Arch/Arch_rc.py
src/Mod/Arch/Resources/ui/archprefs-import.ui
2014-08-14 23:28:50 +02:00
wmayer
7eaa4fff74
+ Support Quasi methods in discretize()
2014-08-14 19:11:51 +02:00
Yorik van Havre
7369fbd154
Draft: clearer preference text for dimension style setting
2014-08-14 11:57:17 -03:00
wmayer
ee2e7fc3fa
+ Give example for discretize() matching the shape type
2014-08-14 11:38:39 +02:00
wmayer
9ed61f107b
+ support First and Last keywords in discretize
2014-08-14 11:16:54 +02:00
jriegel
976511154c
Remove all hardcoded INT types out of PyCXX to make X64 warning free
2014-08-14 09:13:53 +02:00
wmayer
3d2a2b06f0
+ fix and improve discretize() method
2014-08-13 23:33:27 +02:00
Yorik van Havre
d0288deabb
Arch: small bugfixes in Drawing projection stuff
2014-08-13 16:21:08 -03:00
jriegel
fea803c2fb
Changes for LibPack 10.x
2014-08-13 21:05:40 +02:00
jriegel
551a095176
comenting out use of Qt internal API only on Windows
2014-08-13 21:05:13 +02:00
jriegel
95923c3afc
remove Standard_String.hxx, no longer needed
2014-08-13 21:04:27 +02:00
jriegel
7767f0e6c7
Fix for VC11, should be backwards compatible
2014-08-13 21:01:27 +02:00
jriegel
4f5e1e3b8b
fix using Release lib in Debug
2014-08-13 21:00:50 +02:00
jriegel
6303650cc1
Use default eigen in Approximation...
2014-08-13 21:00:15 +02:00
jriegel
b5431d57e0
Change std::make_pairs to C++11 standard without template arguments
2014-08-13 20:59:29 +02:00
wmayer
fedbd2fc2e
+ Check for valid document in link properties
2014-08-13 17:47:50 +02:00
wmayer
ed4f7dcd35
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-08-13 12:49:37 +02:00