wmayer
712966ff50
rename method from remObject to removeObject to be more readable
2017-09-13 18:57:38 +02:00
Stefan Tröger
85125f2a49
Make InList hadling and topological sort more robust. fixes #0002871
2017-09-09 16:47:07 +02:00
wmayer
e4770ffa9e
protect document against nested recomputes
...
+ convert ObjectStatusLocker into a template class to make its usage more flexible
+ add status flag 'Recomputing' and set in Document::recompute to detect and avoid nested calls of recompute
2017-07-17 18:24:10 +02:00
wmayer
2613e9766b
fix crash when argument list of openTransaction() is empty
2017-06-18 16:20:12 +02:00
wmayer
7394ab7277
minor fixes for pr749
2017-05-11 19:47:54 +02:00
looooo
e6202f46e9
py3: App: files D-Z ported to python3
...
issue 0000995
diff to py3-branch will remain in the following files in src/App:
- ExtensionContainer.cpp
- FeaturePythonPyImp.h +.inl
most likely these files depend on Tools and Base
2017-05-11 19:19:17 +02:00
wmayer
fb7094bf31
use specialized exception classes
2017-04-28 18:49:11 +02:00
DeepSOIC
66fc40ce58
App: expose recompute controlling to Python
...
Add readable-writeable attribute "RecomputesFrozen" to DocumentObject.
2017-03-26 14:45:20 +02:00
wmayer
f71f6f27ee
change old DAG implementation to pass unit tests
2017-01-22 17:03:59 +01:00
wmayer
18451286a0
change old DAG implementation to pass unit tests
2017-01-22 15:32:31 +01:00
Stefan Tröger
a1deaf8338
DAG: Fix preprocessor definition inconsistencies
2017-01-21 19:15:36 +01:00
Stefan Tröger
0e83976698
DAG: Add document graph recompute test
2017-01-21 19:15:36 +01:00
Stefan Tröger
49716393c6
DAG: Change object graph handling to be bidirectional
2017-01-21 19:15:36 +01:00
wmayer
bb103cba18
convert utf-8 encoded path name to escaped unicode when saving document with Python
2016-09-12 20:58:41 +02:00
wmayer
9eb78d027b
fix accessing freed memory in DocumentPy::openTransaction
2016-09-07 13:00:20 +02:00
Yorik van Havre
178505a00a
Document.openTransaction() now accepts unicode
2016-03-22 12:20:58 -03:00
wmayer
c114c648fc
+ use dedicated exception classes for expression and parsing errors
2015-09-27 23:17:33 +02:00
Mateusz Skowroński
05f95c0506
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
eb05da7cd7
+ fixes #0001237 : the project file is not saved when the /tmp directory is full, but the user is not aware of it
2015-09-19 18:59:22 +02:00
Yorik van Havre
e122ea8bf7
Added SaveCopy command
...
This command saves a copy of the current document under a new name,
without modifying the document itself.
Available in menu File -> Save a Copy or from python with
FreeCAD.ActiveDocument.saveCopy(filename)
2015-09-02 13:38:14 -03:00
wmayer
79aa9574b5
+ always keep digits at end when using copyObject, remove deprecated third parameter
2015-04-29 16:33:20 +02:00
wmayer
cd139eca5f
+ support of merging projects on App level
2014-12-07 00:38:53 +01:00
wmayer
398546aecb
+ fix build problems with Python & MacOSX
2014-10-13 22:02:57 +02:00
Sebastian Hoogen
d49528b27e
issue #1700 replace PyExc_Exception
2014-09-17 11:15:57 +02:00
wmayer
5096be5a26
+ fixes #0001501 : Add Ability to Export Dependency Graph as SVG and PNG
2014-04-07 14:26:43 +02:00
wmayer
98b8326792
+ Add method load() to Document class in Python
2013-11-22 17:53:31 +01: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
cfc8220863
0001071: addObject with four arguments does not return the DocumentObject
2013-03-28 21:33:39 +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
fd62e9e18f
Export object dependencies to graphviz file
2012-06-12 19:03:29 +02:00
wmayer
d5f750ca3c
Add parameter to keep trailing digits in object name of copy, other little fix
2012-05-25 12:12:30 +02:00
wmayer
03b9434bd5
Add method Document::findObject()
2012-05-23 16:57:36 +02:00
wmayer
120ca87015
+ unify DLL export defines to namespace names
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00