sigviewer icon indicating copy to clipboard operation
sigviewer copied to clipboard

SigViewer is a viewing application for biosignals.

Results 36 sigviewer issues
Sort by recently updated
recently updated
newest added

> Removing Biosig won't be easy. [..] Changing Biosig to be compatible with VSC won't be easy either, [..] I doubt this is going to happen. -- someone in #47

So that even if somebody uses SigViewer on a 4K screen, all dialogs still display in proper sizes relative to the screen resoluation. Ready from my side!

Not quite ready yet. ![image](https://user-images.githubusercontent.com/20526646/28755912-5bbd5c68-7532-11e7-829e-5896a5be520c.png) https://stackoverflow.com/questions/34318934/qt-installer-framework-auto-update

The Windows installer is great, but for users without admin rights (e.g. in clinics) a portable ZIP package (`cpack -G ZIP`) would be nice.

`basis_data` in `down_sampling_thread.h` is a `QList`, but neither `DataBlock` nor `FixedDataBlock` has a `addDownSampledVersion()` (but `GDFDataBlock` has it), so compiling the current head fails.

Currently we can build libbiosig from source only on macOS and Linux. However, we should try to get it to work on Windows as well using our build environment. Right...