Commit Graph

147 Commits

Author SHA1 Message Date
looooo
ab3ec6cc73 py2 fix: open doesn't accept encoding attribute 2018-05-23 19:13:54 +02:00
looooo
71dd8934a7 add python syntax checker 2018-05-23 19:13:54 +02:00
looooo
c801808bed python syntax checker: remove some strange leading characters 2018-05-23 19:13:54 +02:00
luz.paz
a529ba1787 Crowdin: more fixes 2018-05-02 00:50:06 -04:00
luz.paz
fb224b0090 Crowdin: fix in different WBs 2018-05-02 00:50:06 -04:00
wmayer
03af975134 fix failing unit tests by using adaptive delte value 2018-04-02 14:04:32 +02:00
wmayer
e589c04662 add unit tests for psi and ksi 2018-03-31 15:43:45 +02:00
Yorik van Havre
d4f835ab39 Merged translations from crowdin 2018-03-26 18:52:02 -03:00
Yorik van Havre
12f3258ded Applied latest translations from crowdin 2018-02-21 14:25:31 -03:00
wmayer
bb39cc783a fixes #0003323: Crash when clearing transaction list 2018-01-31 23:39:13 +01:00
wmayer
d9627d5311 tmp. disable unit test for link goes out of scope 2018-01-28 00:38:07 +01:00
luz.paz
3d2856e892 Mod/Test/BaseTests.py source typo
Changed `def testRoation(self):` to  ` def testRotation(self):`
Please review.
2018-01-23 13:55:33 +01:00
wmayer
31bf496b67 unit tests for Rotation class 2018-01-01 16:45:33 +01:00
Unknown
a8ecffb652 Misc. typo fixes
Various workbenches
2017-12-23 14:30:30 +01:00
plgarcia
03427bf675 Add a function to compare 2 double allowing approximation errors 2017-12-13 17:00:38 +01:00
wmayer
04ea295280 add kd tree class
add mesh decimation algorithm
2017-11-14 14:17:19 +01:00
Yorik van Havre
cfe2d134a2 Updated translations from crowdin 2017-10-23 18:32:02 -02:00
wmayer
489c8c9aef unit test for backlinks on expressions 2017-10-19 23:49:01 +02:00
Stefan Tröger
f83424d5e9 Remove unneeded debug print in test case 2017-09-09 16:55:55 +02:00
Stefan Tröger
9d4f1b754a Make sure all relevant links are found for object in GeoFeatureGroup. issue0003150 2017-09-09 16:55:55 +02:00
Stefan Tröger
946e470a6f Keep backlink consitent during undo/redo. issue 0003150 2017-09-09 16:55:55 +02:00
Stefan Tröger
96f8d944f8 Make Group searching robust for cyclic dependencies. fixes #0002567 2017-09-09 16:55:55 +02:00
Stefan Tröger
83f99ba1b6 Prevent crash on cyclic group relations. fixes #0002567 2017-09-09 16:55:55 +02:00
Stefan Tröger
45d1acf9f3 Test cross GeoFeatureLinks 2017-09-09 16:47:07 +02:00
Stefan Tröger
c0a270a76e Ensure objects to be in a single GeoFeatureGroup only 2017-09-09 16:47:07 +02:00
Stefan Tröger
f96c69deed Prevent cross GeoFeatureGroup links on recompute 2017-09-09 16:47:07 +02:00
wmayer
5a32fd5886 unit test: remove property while transaction is active and abort it later 2017-09-08 14:34:33 +02:00
wmayer
ca4488f438 unit test for duplicate links in a group 2017-08-19 19:36:40 +02:00
wmayer
7ab8a9996d fixes #0003137: Unit UserString wrong 2017-07-24 16:52:03 +02:00
Markus Lampert
6a3a102964 Removing dependency on lxml - fixed some bugs on deleting a job and all it's sub components. 2017-06-21 11:41:35 -07:00
Markus Lampert
e399785a97 Disable exception catching in tests to figure out why TestPathApp cannot be imported on the build system. 2017-06-21 11:41:35 -07:00
wmayer
5f492a87db Qt5: set color to progress bar using style sheet 2017-06-19 18:54:25 +02:00
Stefan Tröger
fa4d67735f 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
f9200f4502 Extend python interface for groups and fix test cases 2017-06-19 15:37:09 +02:00
Stefan Tröger
9fbf118cdd Group tests and fixes 2017-06-19 15:37:09 +02:00
Stefan Tröger
0487b66738 Links ensure uncyclic graph and correct groups 2017-06-19 15:37:09 +02:00
Stefan Tröger
f0f7125a11 Group: ensure single group only 2017-06-19 15:37:09 +02:00
Stefan Tröger
53ff196c2e GeoFeatureGroup: add object adds relevant links 2017-06-19 15:37:09 +02:00
Bernd Hahnebach
68540134ea Test: add a def to run all test case clases from a test module 2017-05-27 20:38:50 -03:00
Yorik van Havre
2a2ab3c4ef Updated translations 2017-05-25 10:04:05 -03:00
looooo
bf5f3484f6 Test: simplified command to run single test 2017-05-04 00:19:37 +02:00
wmayer
a2dd176bc2 issue #0002996: PyObjectBase notification chain can lead to unexpected changes to document 2017-04-27 15:09:28 +02:00
Yorik van Havre
6b66a38ee3 Updated translations with latest files from crowdin 2017-03-06 11:53:09 -03:00
looooo
99131438c6 py3: Test: gathering diff of py3-branch
ec9dcf7453d44ce21e6ab5e460293006a49e7ccc
2017-03-02 12:46:57 +01:00
looooo
dcdce7bab2 py3: Test: print 2017-03-02 12:46:57 +01:00
Priit Laes
91e2e0043b python: Test: *.py: Fix python3 syntax 2017-03-02 12:46:57 +01:00
wmayer
f4d8945dd8 issue #2902: add unit test 2017-02-14 16:41:14 +01:00
wmayer
b72aa9f369 issue #0002902: PyObjectBase notification chain can lead to unexpected changes to document 2017-02-14 00:32:30 +01:00
wmayer
76b3397762 py3: ported module init to python3 2017-02-04 15:56:31 +01:00
Markus Lampert
d4da536d4c Restored exception masking - although i'm not sure it's a good thing. 2017-01-28 11:46:17 -08:00