Skip to content

Release 0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@cwiede cwiede released this 22 Jul 20:14
· 163 commits to master since this release
8ce96c6
  • Update to PySide2 5.15.1
  • fix issue #25 (Possible deadlock)
    • as a side effect, the computational graph is now traversed in a breadth first instead of depth first strategy
  • fix issue #28 (Playback stream selection is ignored)
  • fix issue #29 (Better usability for Windows menu)
    • the windows menu behaviour has changed, clicking on a window now always raises and scrolling to it.
  • Remove QDoubleValidator from property editors because of strange behaviour
  • Add CTRL-I and CTRL-D shortcuts for initializing / de-initializing applications
  • call Service's detach() slots before removing them, if available
  • avoid too large "About python" dialog
  • add feature to communicate selected points over QMainWindow