wmayer
5e16cb9792
fixes #0003323 : Crash when clearing transaction list
2018-01-31 23:39:13 +01:00
wmayer
5d1fb6937e
tmp. disable unit test for link goes out of scope
2018-01-28 00:38:07 +01:00
Unknown
e3eca59173
Misc. typo fixes
...
Various workbenches
2017-12-23 14:30:30 +01:00
plgarcia
c42330ef0a
Add a function to compare 2 double allowing approximation errors
2017-12-13 17:00:38 +01:00
wmayer
28578fa390
unit test for backlinks on expressions
2017-10-19 23:49:01 +02:00
Stefan Tröger
104c7db3f9
Remove unneeded debug print in test case
2017-09-09 16:55:55 +02:00
Stefan Tröger
efe33757ee
Make sure all relevant links are found for object in GeoFeatureGroup. issue0003150
2017-09-09 16:55:55 +02:00
Stefan Tröger
b2874ec0dc
Keep backlink consitent during undo/redo. issue 0003150
2017-09-09 16:55:55 +02:00
Stefan Tröger
4fa3005343
Make Group searching robust for cyclic dependencies. fixes #0002567
2017-09-09 16:55:55 +02:00
Stefan Tröger
03721b91b8
Prevent crash on cyclic group relations. fixes #0002567
2017-09-09 16:55:55 +02:00
Stefan Tröger
b28c5aa5ba
Test cross GeoFeatureLinks
2017-09-09 16:47:07 +02:00
Stefan Tröger
7f34cbe733
Ensure objects to be in a single GeoFeatureGroup only
2017-09-09 16:47:07 +02:00
Stefan Tröger
2b7e0dc327
Prevent cross GeoFeatureGroup links on recompute
2017-09-09 16:47:07 +02:00
wmayer
0dbfd492be
unit test: remove property while transaction is active and abort it later
2017-09-08 14:34:33 +02:00
wmayer
2ae441ff9d
unit test for duplicate links in a group
2017-08-19 19:36:40 +02:00
Stefan Tröger
fd0d3f1a39
Revert link integrity checks in properties
...
The DAG test is not needed anymore as the relevant functions are non-DAG save now, and the other check will be moved to the recompute as it is not efficient or save to do it in the links itself.
2017-06-19 15:37:09 +02:00
Stefan Tröger
1d10dd2835
Extend python interface for groups and fix test cases
2017-06-19 15:37:09 +02:00
Stefan Tröger
2d3c655ced
Group tests and fixes
2017-06-19 15:37:09 +02:00
Stefan Tröger
a1d9622eb5
Links ensure uncyclic graph and correct groups
2017-06-19 15:37:09 +02:00
Stefan Tröger
94082a2f73
Group: ensure single group only
2017-06-19 15:37:09 +02:00
Stefan Tröger
538853e5f4
GeoFeatureGroup: add object adds relevant links
2017-06-19 15:37:09 +02:00
wmayer
8c1aca1fb8
issue #0002996 : PyObjectBase notification chain can lead to unexpected changes to document
2017-04-27 15:09:28 +02:00
looooo
12a8c0fbe8
py3: Test: print
2017-03-02 12:46:57 +01:00
wmayer
3646f15022
issue #2902 : add unit test
2017-02-14 16:41:14 +01:00
wmayer
d0e6253041
issue #0002902 : PyObjectBase notification chain can lead to unexpected changes to document
2017-02-14 00:32:30 +01:00
Stefan Tröger
0e83976698
DAG: Add document graph recompute test
2017-01-21 19:15:36 +01:00
wmayer
6ad093ee5c
add unit test for group extension
2016-12-15 16:26:32 +01:00
Stefan Tröger
b09ca0c787
Extensions: Implement persistence
2016-12-11 19:27:35 +01:00
wmayer
ab58d648c2
run test for extensions in view provider only in Gui mode
2016-12-04 20:53:30 +01:00
Stefan Tröger
2760498524
Extensions: Fix ViewProvider extension test
2016-12-04 19:58:46 +01:00
Stefan Tröger
5ea603977f
Extensions: Fix ViewProvider python interface
2016-12-04 17:35:00 +01:00
Stefan Tröger
ee4abeea5e
Extensions: "hasExtension" for python types -fix 0002785
2016-11-28 22:15:09 +01:00
wmayer
b5cbaae73a
move handling of dynamic properties from FeaturePythonPyT to DocumentObjectPy
2016-11-09 16:09:21 +01:00
Stefan Tröger
ab6151e71a
Extension: Fix test case
2016-10-08 12:48:34 +02:00
Stefan Tröger
f0f31ff94c
Extensions: Make Python Integration work
2016-10-08 12:48:34 +02:00
wmayer
5c87f182eb
Add enum test
2016-09-24 16:47:41 +02:00
wmayer
4c9b486954
fix crash when saving a document after aborting a pending transaction
2016-08-31 17:58:55 +02:00
wmayer
8bf52f861b
+ unit test for PropertyEnumeration
2015-04-26 22:17:32 +02:00
wmayer
92149d10b7
+ fix broken unit test
2015-04-25 21:58:41 +02:00
wmayer
f0d8650c3c
+ Fix broken unit tests
2014-02-25 15:24:10 +01:00
wmayer
2a5c097059
One more fix to avoid loss of data
2013-05-06 12:27:25 +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
d388f35fd0
0000525: Crash when doing an undo of an already deleted object
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5334 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-21 17:07:41 +00:00
jriegel
9e56242a29
+ fix bug #525
...
+ update document undo/redo test cases
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5232 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-07 21:24:44 +00: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