Commit Graph

2497 Commits

Author SHA1 Message Date
Yorik van Havre
1cd630adf4 Draft: dxf importer now uses draft clones for blocks when in parametric import style 2013-08-20 19:31:45 -03:00
Yorik van Havre
9a656e44ee Draft: added prefs option to disable points in dxf import 2013-08-19 22:50:13 -03:00
jriegel
b0a8a9383f clean up commands in FEM 2013-08-19 21:30:56 +02:00
Yorik van Havre
253e70427d Added favicon to sphinx doc 2013-08-18 17:39:30 -03:00
Yorik van Havre
d73fac4bff Small fixes to styling of sphinx docs 2013-08-18 16:56:30 -03:00
jriegel
6d5c190630 Joachims changes and fixes for Abaqus write 2013-08-18 19:24:52 +02:00
Yorik van Havre
6e820b1a0a Arch: Faster module detection 2013-08-16 23:23:26 -03:00
Yorik van Havre
efb0b7f6d3 Arch: Added some preferences settings for walls and structs 2013-08-16 18:54:34 -03:00
jriegel
3f3f3b0bd5 Fix sequence issue by new object for Isostatic nodes 2013-08-16 16:46:49 +02:00
wmayer
b7b79e6b57 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-08-16 12:59:42 +02:00
wmayer
9cc3a19030 0001216: Unable to Loft Sketches with Radiused Corners 2013-08-16 12:59:00 +02:00
Yorik van Havre
3b8708ef71 Arch: Added test suite 2013-08-15 19:24:54 -03:00
Yorik van Havre
2aacbf46e1 Draft: Added test suite 2013-08-15 19:24:54 -03:00
jriegel
5fbd27db11 Nicer more informative Isostatic dialog 2013-08-15 22:50:09 +02:00
jriegel
dd24a14927 Fix bug in getNodes() and some clean up in ApplyingBC 2013-08-15 19:35:52 +02:00
wmayer
d58796c1a9 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-08-15 16:51:17 +02:00
wmayer
ff56a3b53d + better check for opening a transaction when removing an object from document 2013-08-15 16:47:56 +02:00
Yorik van Havre
0c36b4fa99 Spreadsheet: Better interface for controller object 2013-08-14 11:05:54 -03:00
wmayer
99e0e21193 Fix inconsistency of order of points of an arc 2013-08-14 12:01:02 +02:00
wmayer
5c7aa1e81a 0001201: Highlight coincident constraint in sketch view when clicking on (coincident) constraint in constraints list 2013-08-13 20:12:08 +02:00
wmayer
f5e30254e9 0001209: Change the Word 'Radius' for Chamfering 2013-08-13 15:04:55 +02:00
wmayer
58d55a871b 0001213: FreeCAD Compilation fails on Linux 32 bit 2013-08-13 14:08:10 +02:00
jriegel
53eed43d9f small fix in Job dialog 2013-08-12 22:30:02 +02:00
jriegel
1c3ac02a51 Start updating Fem workbench 2013-08-11 23:19:52 +02:00
jriegel
a495693c9d Update Fem workbench
Adding new materials and making some of the objects to python objects
2013-08-11 23:08:43 +02:00
jriegel
8d53370ffe Start new Unit and Quantity system 2013-08-11 23:03:34 +02:00
Yorik van Havre
def617c89e Draft: Fixes in DXF exporter 2013-08-11 12:46:36 -03:00
Yorik van Havre
0a0be80c05 Spreadsheet: Added CSV import/export 2013-08-10 19:26:03 -03:00
wmayer
8145b952f2 Add catch block 2013-08-10 16:55:27 +02:00
wmayer
f380c34d62 0001207: Expose Standard_Boolean TopoDS_Shape::IsPartner(const TopoDS_Shape& other) const; to python 2013-08-10 11:36:26 +02:00
Yorik van Havre
1243522f0d Spreadsheet: Added a spreadsheet controller object 2013-08-09 19:36:25 -03:00
wmayer
a74065a2f4 Fix license 2013-08-09 17:26:57 +02:00
Yorik van Havre
6276046a6e 0001200: Support for ellipses in DXF exporter 2013-08-08 11:58:36 -03:00
Yorik van Havre
8dc668d52f Spreadsheet: safer formula evaluation 2013-08-06 16:01:40 -03:00
Yorik van Havre
be872b214a Spreadsheet: Fixed caps size bug 2013-08-05 16:59:46 -03:00
Yorik van Havre
cfb842291e Spreadsheet: Fixed wrong icon 2013-08-05 15:57:01 -03:00
Yorik van Havre
c10af39356 Spreadhseet: Fixed opening and closing ofeditor view 2013-08-05 15:57:00 -03:00
Yorik van Havre
b0f3cd55b5 Spreadsheet: Updated cmake stuff 2013-08-05 15:57:00 -03:00
Yorik van Havre
764918ad80 Spreadsheet: Finished base object + viewer 2013-08-05 15:57:00 -03:00
Yorik van Havre
6b95398acc Spreadsheet: added functionality 2013-08-05 15:57:00 -03:00
Yorik van Havre
257a197b91 Turned the spreadsheet into a FreeCAD object 2013-08-05 15:57:00 -03:00
Yorik van Havre
1c6375699e Started spreadsheet module 2013-08-05 15:57:00 -03:00
jriegel
af25d9195a small fix in claim children 2013-08-04 20:41:05 +02:00
jriegel
3ac863200a Add python object for the FemMesh ViewProvider for later postprecessing capabilities 2013-08-04 20:39:08 +02:00
jriegel
2b81b55176 make Special Analysisi object for MachDist 2013-08-04 19:25:29 +02:00
jriegel
acf8bba24f Make Fem::Analyses object inheritable to python and some fixes in Material 2013-08-04 19:22:17 +02:00
jriegel
d0494bad26 add double click handling to the PythonViewProvider template 2013-08-04 19:20:54 +02:00
Yorik van Havre
870bf3b48b Small fix in win installer (removed draft lib) 2013-08-03 14:17:57 -03:00
Yorik van Havre
600f548a3f Revert "Set default license for new files to All rights reserved"
This reverts commit f5cbde11d2.
2013-08-01 17:04:39 -03:00
jriegel
e646c5a447 Finish the job writing 2013-08-01 21:49:45 +02:00