jriegel
30b189c1da
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
44c07da571
integrate Quantities into PropertyView and activate preferences again
2013-09-25 21:59:24 +02:00
jriegel
68078487c7
Add SchemaVersion to RestoreDocFile to distinquish double from float binary
2013-09-24 11:01:09 +02:00
jriegel
29c3fa6458
small fixes
2013-09-24 11:01:06 +02:00
jriegel
664c1d4862
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
4732a800e9
start PropertyQuantity and InputField
2013-09-24 11:00:54 +02:00
wmayer
f1f3151345
+Relicense from GPL to LGPL
2013-09-19 11:21:03 +02:00
Yorik van Havre
42fdbefc54
0001102: Updated all links to old freecad homepage and wiki to the new ones
2013-09-15 17:04:42 -03:00
jriegel
f18277ff46
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
2780372bc3
Support -psn as hidden program option on MacOSX
2013-08-29 10:06:34 +02:00
jriegel
988d335af5
Fix sequence issue by new object for Isostatic nodes
2013-08-16 16:46:49 +02:00
wmayer
0900025e2d
+ better check for opening a transaction when removing an object from document
2013-08-15 16:47:56 +02:00
jriegel
bd6dc08a1b
Make Fem::Analyses object inheritable to python and some fixes in Material
2013-08-04 19:22:17 +02:00
Yorik van Havre
a836759ebd
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
f5cbde11d2
Set default license for new files to All rights reserved
2013-08-01 12:31:17 -03:00
jriegel
cd19d8155c
remake the position handling on the C++ side
2013-07-13 11:54:21 +02:00
wmayer
6fde5d764b
+ in setPyObject() only use classes derived from Base::Exception
2013-07-05 15:29:04 +02:00
wmayer
8c6f77bb2b
Fix weird behaviour for 64-bit version on Windows
2013-07-02 14:52:32 +02:00
jriegel
950d9093e9
Merge branch 'refs/heads/jriegel/develop-fem'
2013-06-27 16:47:40 +02:00
jriegel
83b956e908
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
b7523b63af
Some fixes in python ViewProvider handling
2013-06-09 17:52:03 +02:00
jriegel
fd262a24f6
Added Material base-classes
2013-06-01 18:12:57 +02:00
wmayer
33fbb0ed8d
Ask user what to do if objects with unselected dependency get copied
2013-05-08 14:45:52 +02:00
wmayer
9a9510d9e3
Make file read-only once assigned to a PropertyFileIncluded instance
2013-05-07 22:42:58 +02:00
wmayer
50559c4b17
One more fix to avoid loss of data
2013-05-06 12:27:25 +02:00
wmayer
62710779a7
Rename transient directory when saving document under new file
2013-05-06 11:28:13 +02:00
wmayer
95b2a1cd2b
Fix another data loss issue in PropertyFileIncluded
2013-05-06 10:51:25 +02:00
wmayer
1aff25a62d
Fix data loss in PropertyFileIncluded
2013-05-06 08:27:25 +02:00
wmayer
b198248535
Fix XML reading in property class
2013-05-05 01:24:28 +02:00
wmayer
cb03da1d5c
Improve UUID handling of documents
2013-05-04 18:05:39 +02:00
wmayer
946bd02df4
Improve reporting of Python exceptions
2013-05-04 14:23:53 +02:00
wmayer
2bbe465229
+ 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
fba4d14f79
Implement Copy/Paste for PropertyEnumeration
2013-05-02 14:02:55 +02:00
wmayer
b36cc0e43a
Add property classes to type system
2013-04-29 16:54:25 +02:00
wmayer
a233388328
Make information if tree item is expanded/collapsed persistent
2013-04-29 14:30:26 +02:00
wmayer
9eb917af08
Fix possible crash in PropertyEnumeration class
2013-04-28 14:30:25 +02:00
wmayer
a7e3f0539d
0001063: Show a PropertyLink in Property view
2013-04-07 18:21:48 +02:00
wmayer
d98d013b71
0001086: Crash when executing script 3 times
2013-04-06 16:44:15 +02:00
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
wmayer
41da5e95e3
0001071: addObject with four arguments does not return the DocumentObject
2013-03-28 21:33:39 +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
4dcc5eb6cb
Mod/Points moved from float -> double
2013-03-26 19:13:43 +04:30
wmayer
24f559be9a
Show dynamically added methods in calltips list
2013-03-24 13:29:13 +01:00
wmayer
295f6c3058
Allow to add methods at runtime to FeaturePython objects
2013-03-23 22:09:33 +01:00
jrheinlaender
97d6564f51
Further suggestions for float -> double move
2013-03-23 20:20:16 +04:30
wmayer
b7658c04f6
0001059: Cannot add object to DocumentObjectGroupPython
2013-03-23 16:45:37 +01:00
wmayer
efc29e4422
Move from float to double
2013-03-23 15:12:04 +01:00
wmayer
ce0e6e5cef
Make FeaturePython Python binding a template class to avoid code duplication
2013-03-22 00:34:18 +01:00
wmayer
676583eac0
0001031: PropertyLinkSubList causes crash
2013-03-03 15:18:06 +01:00