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
cfc8220863
0001071: addObject with four arguments does not return the DocumentObject
2013-03-28 21:33:39 +01:00
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
wmayer
90aed2baf4
0001059: Cannot add object to DocumentObjectGroupPython
2013-03-23 16:45:37 +01:00
wmayer
605e85b952
Make FeaturePython Python binding a template class to avoid code duplication
2013-03-22 00:34:18 +01:00
wmayer
f904640a86
0001031: PropertyLinkSubList causes crash
2013-03-03 15:18:06 +01:00
wmayer
31b7555bda
0001019: Crash on document recompute
2013-03-03 12:24:44 +01:00
wmayer
50a0e00960
Fix build error on MacOSX
2013-02-25 11:57:11 +01:00
jriegel
8109cbbcaf
Add PropertyIntegerSet and some classes to FEM
2013-02-24 21:57:35 +01:00
wmayer
c0b0cb708e
Fix assigning to PropertyLinkSub via Python
2013-02-17 14:45:37 +01:00
jriegel
61914bc772
Add all base system changes from the Assembly branch
2013-02-10 20:02:33 +01:00
jriegel
fe76712e9f
Add all base system changes from the Assembly branch
2013-02-10 20:02:33 +01:00
wmayer
8189b9a869
Do not pass 0 to PyObject_IsTrue
2012-12-30 23:16:56 +01:00
wmayer
1cdcbfa77a
Use PyObject_IsTrue to check argument
2012-12-29 15:59:54 +01:00
wmayer
3588ee48b4
0000917: Task watcher doesn't update on object creation/destruction
2012-12-21 14:51:44 +01:00
logari81
7755a00d5d
PartDesign: Enable manual alignment tool for PartDesign features
2012-12-10 13:58:44 +01:00
wmayer
3b1caa1c3c
Fix regression when loading project file with unknown object type
2012-11-27 16:54:44 +01:00
wmayer
9c61558ffc
Add thickness function
2012-11-26 21:10:09 +01:00
wmayer
7e2478faed
Reduce code duplication
2012-11-20 15:39:02 +01:00
wmayer
d4f1250453
0000827: Sketch copy deletes all constraints
2012-11-20 13:16:15 +01:00
wmayer
bdc9fea5e2
Use own signal handler only on Windows with MSVC
2012-11-05 16:42:11 +01:00
wmayer
dca1b4bf5c
Allow to remove user-defined properties
2012-11-04 13:24:22 +01:00
wmayer
71bf1db879
Optimize loading of projects with many document objects
2012-10-29 20:11:30 +01:00
wmayer
640a71a863
Allow to use revolve tool on Draft objects
2012-10-22 14:06:29 +02:00
wmayer
99aa647f9f
Add virtual method onSettingDocument() to do some delayed construction
2012-10-15 20:09:40 +02:00
wmayer
d83df821f0
Extend data serialization with JSON
2012-09-27 13:43:26 +02:00
wmayer
ffcab9c2b8
Fix crash when loading projects built with Kene's Buildes module
2012-08-28 10:46:41 +02:00
jriegel
0216ff4d50
extend boost fix for newer boost versions
2012-08-15 16:40:03 +02:00