Package: edfbrowser / 1.54-2

Metadata

Package Version Patches format
edfbrowser 1.54-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fixed a bug that could possibly cause a compile erro.patch | (download)

about_dialog.h | 2 1 + 1 - 0 !
active_file_chooser.h | 1 1 + 0 - 0 !
adjustfiltersettings.h | 1 1 + 0 - 0 !
annotations_dock.h | 1 1 + 0 - 0 !
ascii2edf.h | 1 1 + 0 - 0 !
ascii_export.h | 1 1 + 0 - 0 !
averager_curve_wnd.h | 1 1 + 0 - 0 !
averager_dialog.h | 1 1 + 0 - 0 !
bdf2edf.h | 1 1 + 0 - 0 !
bdf_triggers.h | 1 1 + 0 - 0 !
bi9800.h | 1 1 + 0 - 0 !
biosemi2bdfplus.h | 1 1 + 0 - 0 !
check_for_updates.h | 1 1 + 0 - 0 !
colordialog.h | 1 1 + 0 - 0 !
ecg_export.h | 1 1 + 0 - 0 !
edf_annotations.h | 1 1 + 0 - 0 !
edf_compat.h | 1 1 + 0 - 0 !
edfplusd_cnv.h | 1 1 + 0 - 0 !
edit_annotation_dock.h | 1 1 + 0 - 0 !
edit_predefined_mtg.h | 1 1 + 0 - 0 !
emsa2edf.h | 1 1 + 0 - 0 !
export_annotations.h | 1 1 + 0 - 0 !
filter_dialog.h | 1 1 + 0 - 0 !
filtercurve.h | 1 1 + 0 - 0 !
fino2edf.h | 1 1 + 0 - 0 !
flywheel.h | 1 1 + 0 - 0 !
header_editor.h | 1 1 + 0 - 0 !
import_annotations.h | 1 1 + 0 - 0 !
jump_dialog.h | 1 1 + 0 - 0 !
load_montage_dialog.h | 1 1 + 0 - 0 !
mainwindow.h | 1 1 + 0 - 0 !
manscan2edf.h | 1 1 + 0 - 0 !
nexfin2edf.h | 1 1 + 0 - 0 !
nk2edf.h | 1 1 + 0 - 0 !
options_dialog.h | 1 1 + 0 - 0 !
pagetime_dialog.h | 1 1 + 0 - 0 !
popup_messagewindow.h | 1 1 + 0 - 0 !
popup_save_cancelwindow.h | 1 1 + 0 - 0 !
print_to_bdf.h | 1 1 + 0 - 0 !
print_to_edf.h | 1 1 + 0 - 0 !
raw2edf.h | 1 1 + 0 - 0 !
reduce_signals.h | 1 1 + 0 - 0 !
save_annots.h | 1 1 + 0 - 0 !
save_montage_dialog.h | 1 1 + 0 - 0 !
scp_ecg2edf.h | 1 1 + 0 - 0 !
show_actual_montage_dialog.h | 1 1 + 0 - 0 !
show_edf_hdr.h | 1 1 + 0 - 0 !
signal_chooser.h | 1 1 + 0 - 0 !
signalcurve.h | 1 1 + 0 - 0 !
signals_dialog.h | 1 1 + 0 - 0 !
special_button.h | 1 1 + 0 - 0 !
spectrum_dock.h | 1 1 + 0 - 0 !
spectrumanalyzer.h | 1 1 + 0 - 0 !
statistics_dialog.h | 1 1 + 0 - 0 !
unisens2edf.h | 1 1 + 0 - 0 !
view_montage_dialog.h | 1 1 + 0 - 0 !
viewcurve.h | 1 1 + 0 - 0 !
wav2edf.h | 1 1 + 0 - 0 !
z_score_dialog.h | 1 1 + 0 - 0 !
59 files changed, 59 insertions(+), 1 deletion(-)

 [patch 1/3]  fixed a bug that could possibly cause a compile error.


0002 Try to prevent compile errors on Freebsd.patch | (download)

annotations_dock.cpp | 17 3 + 14 - 0 !
check_for_updates.cpp | 8 4 + 4 - 0 !
mainwindow.cpp | 91 26 + 65 - 0 !
mainwindow.h | 27 9 + 18 - 0 !
viewcurve.cpp | 10 0 + 10 - 0 !
5 files changed, 42 insertions(+), 111 deletions(-)

 [patch 2/3]  try to prevent compile errors on freebsd.


0003 Fixed a bug with font setting.patch | (download)

mainwindow.cpp | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 [patch 3/3]  fixed a bug with font setting.