Skip to content

Releases: ifm/nexxT

1.1.1

23 May 11:01
442cb50
Compare
Choose a tag to compare

Fixes:

  • fix variable editors always filled with empty values instead of the previous values

1.1.0

21 Mar 17:37
615fe62
Compare
Choose a tag to compare

Changes

  • Implement variable substitutions on various levels; composite filter instances may override variables as needed
  • fix #53 (the C++ signature of signal propertyChanged() has changed)
  • #59 (--single-threaded, --disable-unload-heuristic, --no-profiling)

Fixes

  • Fix overflow errors when loading recordings containing zero timestamps

Fix deadlocks

17 Nov 13:25
dff42c7
Compare
Choose a tag to compare
Merge pull request #58 from ifm/develop

Version 1.0.9

Update to PySide6 6.5.3

03 Nov 08:05
77d5d2a
Compare
Choose a tag to compare

Decrease deadlock probability
Switch to PySide 6.5.3 and add workarounds to new bugs introduced in this version
Fix restoring positions of MDI Subwindows in the main window
Make invokeMethod() more efficient by calling the requested slot directly without making a connection

Update to PySide6 6.5.1.1

31 Jul 11:26
d49f659
Compare
Choose a tag to compare
Merge pull request #56 from ifm/develop

Update to PySide6 6.5.1.1

Bugfix for aarch64

14 Jun 14:46
7bdc084
Compare
Choose a tag to compare
Merge pull request #55 from ifm/develop

Fix NEXXT_PLATFORM expansion on aarch64 machines

aarch64 support

22 Feb 12:10
582aaec
Compare
Choose a tag to compare
Merge pull request #54 from ifm/develop

aarch64 support

Bug fix release

05 Jan 13:30
6c3aa1c
Compare
Choose a tag to compare

fix #51
fix out of bounds index when no cameras are connected to the computer

Fix restoring window geometries from last run

03 Jan 12:04
e549ec0
Compare
Choose a tag to compare
Merge pull request #50 from ifm/develop

workaround for restoring geometry from history

Version 1.0.0

05 Dec 12:29
6f4f2e2
Compare
Choose a tag to compare
  • Qt6 and PySide6 support
  • number of pending samples for a connection is now configurable to 1 sample (default, behaviour of versions 0.x), N > 1 samples and non-blocking