Commit Graph

409 Commits

Author SHA1 Message Date
wmayer
f69b57459b Support to write vector list and float lists in old format, fix issues in property editor, move back to float for curvature type 2013-03-30 12:32:53 +01:00
wmayer
b24f0efbc1 Remove FileVersion from RestoreDocFile, convert point data back to floats 2013-03-29 15:23:51 +01:00
jrheinlaender
fdc3e50811 Added FileVersion attribute to XML format to distinguish legacy float binary files from new double binary files 2013-03-27 11:47:18 +04:30
jrheinlaender
c3bd10430b Moved Tools2D from float to double 2013-03-24 19:10:29 +04:30
jrheinlaender
97d6564f51 Further suggestions for float -> double move 2013-03-23 20:20:16 +04:30
wmayer
76a7e0f296 0001018: Possible inconsistencies between Euler angles, quaternion and matrix 2013-03-03 13:27:27 +01:00
jriegel
11b4abf24a Log in FemMesh view provider and some warnings fixed 2013-02-18 22:29:02 +01:00
wmayer
8160c8280f Fix build errors 2013-02-13 00:34:45 +01:00
jriegel
d739a2e41b Add all base system changes from the Assembly branch 2013-02-10 20:02:33 +01:00
wmayer
408cc7c938 Use Qt's uuid implementation on Linux 2013-01-01 01:36:13 +01:00
wmayer
bd5359f542 Some little fixes 2012-12-10 14:02:37 +01:00
wmayer
cf499792e6 0000827: Sketch copy deletes all constraints 2012-11-20 13:16:15 +01:00
wmayer
179e89e03c Fix memory leak 2012-11-02 21:16:01 +01:00
wmayer
60e09f127e Fixes for MacOSX 2012-10-28 15:05:28 +01:00
wmayer
99b6a0c4c3 Fixes for MacOSX 2012-10-26 12:59:43 +02:00
wmayer
a306c72993 Fix documentation 2012-10-22 19:39:55 +02:00
wmayer
642a3e5094 0000856: Wrong inverse of a matrix 2012-10-22 16:21:27 +02:00
wmayer
95de7d19cf Replace Python std output only for GUI application and not for CLI 2012-10-01 16:38:43 +02:00
wmayer
dfcee2e41e 0000831: python print causes File descriptor error on windows 2012-09-12 10:34:14 +02:00
wmayer
71c7cfab68 Fix memory leaks 2012-09-06 12:26:22 +02:00
wmayer
b5706a8ba2 Trimming & cutting from python 2012-08-15 15:47:57 +02:00
wmayer
1859ec2559 Add utility class to better debug algorithms 2012-08-11 15:09:08 +02:00
wmayer
857454aad5 0000777: Shared libraries call exit 2012-07-05 15:24:28 +02:00
wmayer
b4aff85333 Fix critical warnings 2012-06-13 18:49:10 +02:00
wmayer
11620c4f41 Expose Matrix4D::analyse to python 2012-06-13 11:02:24 +02:00
Sebastian Hoogen
be4500046c Matrix4D::analyse function
it returns a textual description of the transformation
2012-06-13 10:35:28 +02:00
wmayer
cf31d43e54 Add support of number of decimals to unit system 2012-06-08 15:19:53 +02:00
wmayer
1b8998f77d 0000631: Support of more sophisticated switch to configure with cmake 2012-06-02 18:52:47 +02:00
wmayer
ef24e4d2e6 Implement CDATA reader, fix bugs in Writer::insertBinFile 2012-05-31 11:50:25 +02:00
wmayer
a077d4f178 0000716: src/Tools/PyTools.c: strange assignment and a memory leak 2012-05-23 15:03:19 +02:00
Sebastian Hoogen
e63eaf9075 add isNull() method to Rotation 2012-05-15 18:01:15 +02:00
wmayer
435d4f82d7 fix some issues when writing binary data into an XML file 2012-05-10 12:07:37 +02:00
wmayer
5b5d16c6c6 0000667: Patch for using system installed zipios++ 2012-04-10 19:03:08 +02:00
Yorik van Havre
fd36956061 Reformatted the VectorPy docstrings for better aspect in sphinx docs 2012-03-29 11:17:04 -03:00
Yorik van Havre
9656a989b2 Added 0000650 - Placement.isNull() function 2012-03-28 10:39:10 -03:00
wmayer
1f690c0c81 Fix bug with identifying SWIG version 2012-03-14 08:52:42 +01:00
wmayer
f22fc55363 Return a NotImplemented exception when comparing Matrix or Vector with other types 2012-03-13 08:49:01 +01:00
wmayer
8a57a948d3 0000623: Matrix and Vector API extension 2012-03-12 11:13:58 +01:00
wmayer
ba96d5b9e2 0000623: Matrix and Vector API extension 2012-03-11 16:32:08 +01:00
wmayer
44147e71ab 0000623: Matrix and Vector API extension 2012-03-11 16:22:17 +01:00
unknown
0e7df97961 Fix bug with identifying SWIG version 2012-02-29 21:52:49 +01:00
wmayer
d102002bdf Make new method in Vector3 accesible from Python 2012-02-24 19:43:44 +01:00
wmayer
93637831bf Add convenience method to Vector3 class 2012-02-22 19:49:26 +01:00
wmayer
388eded3dd Fix error in install target, option to prepare for debian build 2012-02-17 23:22:17 +01:00
wmayer
fe7c57b8c5 Make dfsg tarball compiling with cmake 2012-02-07 22:24:01 +01:00
wmayer
77d103156b fix build errror with gcc 2012-02-07 20:57:41 +01:00
wmayer
a592f55473 0000589: Some files are not properly closed 2012-02-07 14:20:22 +01:00
wmayer
a75fb03407 0000572: add a method to Part module to read BRep data from string
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5410 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-16 20:23:26 +00:00
wmayer
048528b886 + handle Python's SystemExit exception when running script or macro
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5398 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-11 18:39:27 +00:00
logari81
f79cc9e021 + fix a bug in the Axis class
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5336 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-21 22:40:26 +00:00