Commit Graph

127 Commits

Author SHA1 Message Date
jriegel
b0ad791daa implementing InputField UseCase in Sketcher EditDatumDialog 2013-11-05 19:00:42 +01:00
wmayer
ad877e1ae1 + Make Python API more pythonic 2013-10-11 13:57:05 +02:00
wmayer
854d15f44f + Remove unused method 2013-09-26 18:47:25 +02:00
jriegel
ec0a5ccb0c Merge branch 'refs/heads/double-precision-werner'
Conflicts:
	src/App/Document.cpp
	src/App/PropertyGeo.cpp
	src/App/PropertyStandard.cpp
	src/Base/Reader.cpp
	src/Base/Reader.h
	src/Gui/propertyeditor/PropertyItem.cpp
	src/Mod/Fem/Gui/ViewProviderFemMesh.cpp
	src/Mod/Inspection/Gui/ViewProviderInspection.cpp
	src/Mod/Mesh/App/MeshProperties.cpp
	src/Mod/Part/App/TopoShapeFacePyImp.cpp
	src/Mod/PartDesign/App/FeatureRevolution.cpp
2013-09-26 00:05:05 +02:00
jriegel
c8cc4a179a integrate Quantities into PropertyView and activate preferences again 2013-09-25 21:59:24 +02:00
jriegel
abf1623f07 Add SchemaVersion to RestoreDocFile to distinquish double from float binary 2013-09-24 11:01:09 +02:00
jriegel
718972e48a small fixes 2013-09-24 11:01:06 +02:00
jriegel
00ea24e07e Integrate Werners & Jans double branch
Move from float to double
Further suggestions for float -> double move
Moved Tools2D from float to double
More suggestions for float->double move from Gui subdirectory
Changes to FEM constraint visuals for float->double move
Suggested changes for float -> double move
Suggestions for Part module moving float -> double
2013-09-24 11:00:57 +02:00
jriegel
78ba09a490 start PropertyQuantity and InputField 2013-09-24 11:00:54 +02:00
wmayer
3590e6fc7b +Relicense from GPL to LGPL 2013-09-19 11:21:03 +02:00
Yorik van Havre
4005b199e0 0001102: Updated all links to old freecad homepage and wiki to the new ones 2013-09-15 17:04:42 -03:00
jriegel
162db85d3b Merge branch 'refs/heads/master' into jriegel/develop-fem
Conflicts:
	src/Gui/View3DInventor.cpp same fix, but master was better
2013-09-04 07:47:08 +02:00
wmayer
5716d6179e Support -psn as hidden program option on MacOSX 2013-08-29 10:06:34 +02:00
jriegel
3f3f3b0bd5 Fix sequence issue by new object for Isostatic nodes 2013-08-16 16:46:49 +02:00
wmayer
ff56a3b53d + better check for opening a transaction when removing an object from document 2013-08-15 16:47:56 +02:00
jriegel
acf8bba24f Make Fem::Analyses object inheritable to python and some fixes in Material 2013-08-04 19:22:17 +02: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
Yorik van Havre
c007138a1b Set default license for new files to All rights reserved 2013-08-01 12:31:17 -03:00
jriegel
3e5e14257a remake the position handling on the C++ side 2013-07-13 11:54:21 +02:00
wmayer
609072f140 + in setPyObject() only use classes derived from Base::Exception 2013-07-05 15:29:04 +02:00
wmayer
77a7c3acf3 Fix weird behaviour for 64-bit version on Windows 2013-07-02 14:52:32 +02:00
jriegel
415262bc0d Merge branch 'refs/heads/jriegel/develop-fem' 2013-06-27 16:47:40 +02:00
jriegel
212964634a Merge branch 'refs/heads/master' into jriegel/develop-fem
Conflicts:
	src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp
	src/Mod/Fem/App/FemMeshShapeNetgenObject.h
	src/Mod/Fem/Gui/AppFemGuiPy.cpp
	src/Mod/Fem/Gui/Command.cpp
	src/Mod/Fem/Gui/TaskDlgMeshShapeNetgen.cpp
	src/Mod/Fem/Gui/TaskDlgMeshShapeNetgen.h
	src/Mod/Fem/Gui/TaskTetParameter.cpp
	src/Mod/Fem/Gui/TaskTetParameter.h
	src/Mod/Fem/Gui/TaskTetParameter.ui
	src/Mod/Fem/Gui/ViewProviderAnalysis.cpp
	src/Mod/Fem/Gui/ViewProviderAnalysis.h
	src/Mod/Fem/Gui/ViewProviderFemMeshShapeNetgen.cpp
	src/Mod/Fem/Gui/ViewProviderFemMeshShapeNetgen.h
2013-06-26 19:02:15 +02:00
jriegel
7687079b43 Some fixes in python ViewProvider handling 2013-06-09 17:52:03 +02:00
jriegel
5e9271c6a5 Added Material base-classes 2013-06-01 18:12:57 +02:00
wmayer
ff23212a47 Ask user what to do if objects with unselected dependency get copied 2013-05-08 14:45:52 +02:00
wmayer
918b7fdbaf Make file read-only once assigned to a PropertyFileIncluded instance 2013-05-07 22:42:58 +02:00
wmayer
2a5c097059 One more fix to avoid loss of data 2013-05-06 12:27:25 +02:00
wmayer
17dcb84682 Rename transient directory when saving document under new file 2013-05-06 11:28:13 +02:00
wmayer
558d4129f0 Fix another data loss issue in PropertyFileIncluded 2013-05-06 10:51:25 +02:00
wmayer
108b0bd639 Fix data loss in PropertyFileIncluded 2013-05-06 08:27:25 +02:00
wmayer
f355b5aa9a Fix XML reading in property class 2013-05-05 01:24:28 +02:00
wmayer
0c378f12dc Improve UUID handling of documents 2013-05-04 18:05:39 +02:00
wmayer
3a591b3a94 Improve reporting of Python exceptions 2013-05-04 14:23:53 +02:00
wmayer
eafd67e74d + Make transient directory of the form ExeName_Doc_{UUID}_{HASH}_{PID}
+ Set some properties in Document read-only

+ Implement Document::saveAs

+ Fix PropertyUUID::setValue()

+ Add a field for UUID in document information panel
2013-05-04 03:16:34 +02:00
wmayer
3d5799d66e Implement Copy/Paste for PropertyEnumeration 2013-05-02 14:02:55 +02:00
wmayer
218ebf5400 Add property classes to type system 2013-04-29 16:54:25 +02:00
wmayer
8eb07e0184 Make information if tree item is expanded/collapsed persistent 2013-04-29 14:30:26 +02:00
wmayer
a19da3e4e3 Fix possible crash in PropertyEnumeration class 2013-04-28 14:30:25 +02:00
wmayer
7bd3f1c03e 0001063: Show a PropertyLink in Property view 2013-04-07 18:21:48 +02:00
wmayer
62e4b6ebb2 0001086: Crash when executing script 3 times 2013-04-06 16:44:15 +02:00
wmayer
ad49408c58 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
bb63f7a4d5 Remove FileVersion from RestoreDocFile, convert point data back to floats 2013-03-29 15:23:51 +01:00
wmayer
cfc8220863 0001071: addObject with four arguments does not return the DocumentObject 2013-03-28 21:33:39 +01:00
jrheinlaender
ad6444053b 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
5931944beb Mod/Points moved from float -> double 2013-03-26 19:13:43 +04:30
wmayer
e5c210ab99 Show dynamically added methods in calltips list 2013-03-24 13:29:13 +01:00
wmayer
a27eed1357 Allow to add methods at runtime to FeaturePython objects 2013-03-23 22:09:33 +01:00
jrheinlaender
2757c4fd23 Further suggestions for float -> double move 2013-03-23 20:20:16 +04:30
wmayer
90aed2baf4 0001059: Cannot add object to DocumentObjectGroupPython 2013-03-23 16:45:37 +01:00