Skip to content

Fix issues introduced with nexxT 0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@cwiede cwiede released this 19 Aug 14:50
· 150 commits to master since this release
2db06a3
  • fix increased latency #33 (see #34).
    • thread cycles are no longer supported by nexxT because they might cause deadlocks, existing configurations might need to be changed
    • revert to depth first search strategy (pre 0.6.0 behaviour)
    • reduce number of data sample instances which are buffered in QT events
  • fix #32 (Changing a filter's thread does not set the dirty flag of the configuration)
    • the save action is now enabled/disabled according to the dirty flag.