wmayer
a5a751cfbd
issue #0002540 : Crash on startup
2017-01-27 23:53:48 +01: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
wmayer
11a1929344
restore old DAG implementation and fix some build failures
2017-01-22 13:31:49 +01:00
wmayer
859506c4f3
fix compiler warning
2017-01-21 21:49:13 +01:00
wmayer
31c21be635
improve whitespaces
2017-01-21 19:15:36 +01:00
Stefan Tröger
a076ae808b
DAG: remove early return to avoid update chain changes
2017-01-21 19:15:36 +01:00
Stefan Tröger
7ba0a26354
DAG: remove defined but unused function
2017-01-21 19:15:36 +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
b09ea956fc
fix possible crash in destructor of FeaturePythonPyT template
2017-01-21 13:25:26 +01:00
wmayer
bdd49f2ad5
issue #0002867 : AttachExtension crash
2017-01-20 13:17:11 +01:00
wmayer
9c349523de
py3: adapt scripts to work with Python3
2017-01-17 09:24:59 +01:00
Eivind Kvedalen
68d466b2ee
fix crash in graphviz export due to invalidated iterators
2017-01-11 10:06:19 +01:00
Stefan Tröger
ea73e55eb6
Extensions: Fix GeoFeatureGroup drag&drop
2017-01-04 16:01:58 +01:00
Stefan Tröger
58f2c6bde2
Extensions: Fix wrong group test and prevent crash
2017-01-04 16:01:58 +01:00
Stefan Tröger
526d895a5d
PartDesign: Port body to be a origin group
2017-01-04 16:01:58 +01:00
Stefan Tröger
a025a20bed
Extensions: GeoFeatureGroup only for GeoFeature
2017-01-04 16:01:58 +01:00
wmayer
8bfb73b34b
fix major bug in ExtensionContainer::restoreExtensions
2017-01-02 19:39:13 +01:00
Eivind Kvedalen
0e2e34fb33
Moved ObjectLabelObserver from Gui::Application to App::Application.
2017-01-01 21:41:11 +01:00
wwmayer
9f5c6895be
Merge pull request #405 from eivindkv/DependencyGraphColors2
...
Added color to edges contained in a cycle in the dependency graph.
2016-12-30 14:53:52 +01:00
wmayer
e0a89c17d2
fix & suppress warnings of generated code
2016-12-30 13:31:31 +01:00
Eivind Kvedalen
2bf7710bda
Added color to edges contained in a cycle in the dependency graph.
2016-12-30 09:22:03 +01:00
wmayer
a0af969a47
recreate lexer files without deprecated register keyword
2016-12-29 23:18:23 +01:00
wmayer
b19a4246ab
fix typos
2016-12-19 14:07:35 +01:00
Eivind Kvedalen
d00ff2155d
Spreadsheet: Fix for issue #2646 : Spreadsheet-Sum-Function does not work with units
...
This fix also fixes the other aggregates.
2016-12-15 17:27:18 +01:00
Eivind Kvedalen
b398069372
Spreadsheet: Fix for issue #2647 , stddev does not work with arrays.
2016-12-15 17:27:18 +01:00
Eivind Kvedalen
30390b70a7
Spreadsheet: Save numbers with one more digit.
2016-12-15 17:27:18 +01:00
Eivind Kvedalen
7279c1bd53
Spreadsheet: Fixed for issue #2767 : In some instances, needed parentheses are dropped from the expression. Fixed and updated unit tests.
2016-12-15 17:27:18 +01:00
wwmayer
a0f796664f
Merge pull request #380 from eivindkv/DepGraphFix_20161213
...
Document: Added label to duplicate edges in dependency graph output.
2016-12-15 17:24:15 +01:00
Eivind Kvedalen
6230ee8d14
Document: Added label to duplicate edges in dependency graph output.
2016-12-13 17:54:02 +01:00
wmayer
743b83e853
Add switch to select between Qt4 and Qt5
2016-12-13 15:53:13 +01:00
wmayer
6cfaf916f8
remove superfluous Qt includes
2016-12-13 15:40:49 +01:00
wmayer
e8c7df1d67
minor improvements
2016-12-11 19:27:35 +01:00
Stefan Tröger
b09ca0c787
Extensions: Implement persistence
2016-12-11 19:27:35 +01:00
wmayer
6782fe8086
fix dangling pointer, remove superfluous semicolons, avoid excessive report messages of extension object
2016-12-09 23:03:18 +01:00
Stefan Tröger
67d76b309c
Port Attacher codde to the extension framework
...
AttachableObjects are desired in multiple occasions, and the current AttachableObject is not flexible enough to handle all cases. Hence the code is portet to an extension, which gives the needed flexibility.
2016-12-07 06:41:40 +01:00
Stefan Tröger
c4911aeca1
Extensions: Add changed property handling
2016-12-07 06:37:27 +01:00
Stefan Tröger
88728bc73d
Extensions: Group fix for python
2016-12-04 19:50:42 +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
a5537a992f
add simple Python wrapper for Vector2d class
2016-11-21 22:01:34 +01:00
wmayer
01065b76d5
expose recompute() of document object to Python
2016-11-19 16:24:11 +01:00
Yorik van Havre
bf0d37bf28
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
wmayer
365a50603b
improve unicode support for enumeration properties
2016-11-14 15:22:21 +01:00
wmayer
cc27b24da7
implement ExtensionContainerPy::getCustomAttributes to return a PyCFunction bound to the correct object
2016-11-13 17:49:10 +01:00
Yorik van Havre
bbd82ee895
Fixed setting an empty value to PropertyLinkSubList
2016-11-13 12:13:31 -02:00
wmayer
86f515ba25
fix typos
2016-11-12 17:57:14 +01:00
wmayer
8edd8cb599
do not allow to delete properties in FeaturePythonPyT
2016-11-10 23:57:41 +01:00