Skip to content

Releases: ifm/nexxT

Release 0.9.2

30 Mar 14:39
22dac2d
Compare
Choose a tag to compare
Release 0.9.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.9.1...0.9.2

Release 0.9.1

28 Mar 13:18
935f6af
Compare
Choose a tag to compare
Release 0.9.1 Pre-release
Pre-release

fix issues #40, #41
add possibility to limit display framerate in MainWindow (filters need to be adapted)

Release 0.8.0

21 Jan 12:25
Compare
Choose a tag to compare
Release 0.8.0 Pre-release
Pre-release
  • disable mouse wheel scrolling for main window's viewport
  • always use full C locale (instead of using just the number options)
  • when re-opening the currently open config file, the gui state is now restored properly (issue 38)
  • add a reload button for reloading the configuration's python modules (issue 9)
  • improved copy&paste handling of file browser widget (issue 24)
  • GenericReader now providses a property for the selection of the default step stream (issue 39)

Fix potential crash when reinitializing an application

22 Nov 09:35
Compare
Choose a tag to compare
Prepare release 0.7.2

Merge remote-tracking branch 'origin/develop'

0.7.1 fix issues with unresponsive GUI

30 Aug 13:03
Compare
Choose a tag to compare
Pre-release

Fix #37

Fix issues introduced with nexxT 0.6.0

19 Aug 14:50
2db06a3
Compare
Choose a tag to compare
Pre-release
  • 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.

Release 0.6.0

22 Jul 20:14
8ce96c6
Compare
Choose a tag to compare
Release 0.6.0 Pre-release
Pre-release
  • 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

Release 0.5.0

19 Apr 09:06
8dc1053
Compare
Choose a tag to compare
Release 0.5.0 Pre-release
Pre-release
  • Redesign of harddisk player, introduce GenericReader for better support of different file formats
  • Documentation updates

documentation updates and minor fixes

03 Jan 13:27
Compare
Choose a tag to compare
Pre-release
Merge pull request #21 from ifm/develop

Develop

0.4.3

17 Dec 16:05
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release
  • fix ugly load graphs and division by zeros sometimes occuring due to inaccurate time measurements
  • fix display of python component licenses, should use monotype font on all systems now