Skip to content

Releases: andrasfuchs/EDFbrowser

EDFbrowser v2.0.1

31 Jan 16:50
Compare
Choose a tag to compare

This is a major upgrade of EDFbrowser 1.5, including many new features and bugfixes.

What's Changed

  • Upgrade to Qt 5.15 and MSVC2019
  • Software architecture
    • Added .gitattributes to standardize line endings in files, and .gitignore to avoid personalized config file/temp file/generated file conflicts.
    • Added multi-target support, so the source can be compiled with Visual Studio 2013 Community Edition and the Visual C compiler.
    • The compilation with QtCreator is not effected.
    • All the target-specific definition are now in the multitargersupport.h file.
    • Moving towards to OOP design
    • Moving towards the Model-View-Controller design pattern's source code separation
    • C++ v11
  • Power Spectrum
    • new looks
    • support for different mouse gestures (dragging (click+move), zoom (mousewheel), reset zoom (double-click))
    • multi-signal support on one histogram (but it's still backward compatible)
    • signals are displayed in three different time ranges for comparison
    • color bar text positioning
    • support for "blind spots" for unavailable data
    • values are formatted with a thousand separator char
    • cursor displays the unit as well
    • new controls to change the Y-axis, turn the colorbars on/off and for signal selection
    • calculation of the input signal's on 3 different time-intervals
    • performance improvements
  • real-time playback (Ctrl+Space)

Screenshots

Power Spectrum with multiple signals

Power Spectrum with multiple signals zoom

Power Spectrum controls

One signal and the controls

One signal, the color bars and the controls

Full Changelog: v1.54...v2.0.1