Package: inspectrum / 0.2.3-3

Metadata

Package Version Patches format
inspectrum 0.2.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Setup Github Actions.patch | (download)

.github/workflows/build.yml | 45 45 0 - 0 !
1 file changed, 45 insertions( )

 [patch 01/31] setup github actions

closes #178

0002 Drop travis ci.patch | (download)

.travis.yml | 47 0 47 - 0 !
1 file changed, 47 deletions(-)

 [patch 02/31] drop travis-ci


0003 fix spectrogramplot Avoid infinite loop at extremely.patch | (download)

spectrogramplot.cpp | 22 16 6 - 0 !
1 file changed, 16 insertions( ), 6 deletions(-)

 [patch 03/31] fix(spectrogramplot): avoid infinite loop at extremely
 high sample rates


0004 feat sigmf Add support for SigMF recordings.patch | (download)

CMakeLists.txt | 5 3 2 - 0 !
inputsource.cpp | 92 91 1 - 0 !
inputsource.h | 2 2 0 - 0 !
mainwindow.cpp | 7 7 0 - 0 !
mainwindow.h | 3 2 1 - 0 !
samplesource.cpp | 6 6 0 - 0 !
samplesource.h | 16 16 0 - 0 !
spectrogramplot.cpp | 45 44 1 - 0 !
spectrogramplot.h | 5 3 2 - 0 !
util.h | 1 1 0 - 0 !
10 files changed, 175 insertions( ), 7 deletions(-)

 [patch 04/31] feat(sigmf): add support for sigmf recordings


0005 fix mainwindow Only update the sample rate text box .patch | (download)

mainwindow.cpp | 9 8 1 - 0 !
1 file changed, 8 insertions( ), 1 deletion(-)

 [patch 05/31] fix(mainwindow): only update the sample rate text box
 if needed

This prevents the cursor from jumping when changing the sample rate.
Also prevents the text box from changing representation (e.g. from
normal to scientific).

0006 feat sigmf Only compile support if libsigmf is found.patch | (download)

CMakeLists.txt | 14 12 2 - 0 !
inputsource.cpp | 11 11 0 - 0 !
2 files changed, 23 insertions( ), 2 deletions(-)

 [patch 06/31] feat(sigmf): only compile support if libsigmf is found


0007 spectrogramplot match types for std max to fix mac b.patch | (download)

spectrogramplot.cpp | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 [patch 07/31] spectrogramplot: match types for std::max to fix mac
 build


0008 spectrogramplot use bind as bind1st is deprecated.patch | (download)

spectrogramplot.cpp | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 [patch 08/31] spectrogramplot: use bind as bind1st is deprecated


0009 inputsource add missing virtual destructor for Sampl.patch | (download)

inputsource.h | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 [patch 09/31] inputsource: add missing virtual destructor for
 SampleAdapter


0010 use make_unique instead of new.patch | (download)

inputsource.cpp | 38 19 19 - 0 !
samplebuffer.cpp | 4 2 2 - 0 !
tunertransform.cpp | 2 1 1 - 0 !
3 files changed, 22 insertions( ), 22 deletions(-)

 [patch 10/31] use make_unique instead of new


0011 make a src directory.patch | (download)

CMakeLists.txt | 97 1 96 - 0 !
src/CMakeLists.txt | 96 96 0 - 0 !
src/util.h | 1 0 1 - 0 !
3 files changed, 97 insertions( ), 97 deletions(-)

 [patch 11/31] make a `src` directory


0012 Update minimum CMake version.patch | (download)

CMakeLists.txt | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 [patch 12/31] update minimum cmake version


0013 Test build on more Ubuntu releases.patch | (download)

.github/workflows/build.yml | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 [patch 13/31] test build on more ubuntu releases


0014 Update README with SigMF support cmake version.patch | (download)

README.md | 3 2 1 - 0 !
1 file changed, 2 insertions( ), 1 deletion(-)

 [patch 14/31] update readme with sigmf support & cmake version


0015 Add libsigmf dep.patch | (download)

README.md | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 [patch 15/31] add libsigmf dep


0016 Clear SigMF annotations on new file load 183.patch | (download)

src/inputsource.cpp | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 [patch 16/31] clear sigmf annotations on new file load (#183)

Clear SigMF annotations on new file load

0017 actions update homebrew qt package name.patch | (download)

.github/workflows/build.yml | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 [patch 17/31] actions: update homebrew qt package name

qt5 seems to have been renamed to qt@5 in homebrew, so builds were
failing at the CMAKE_PREFIX_PATH was no longer correct.

0018 IRC channel moved to libera.chat.patch | (download)

README.md | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 [patch 18/31] irc channel moved to libera.chat


0019 Add a progress bar for sample export.patch | (download)

src/plotview.cpp | 19 13 6 - 0 !
1 file changed, 13 insertions( ), 6 deletions(-)

 [patch 19/31] add a progress bar for sample export


0020 Handle global offset in SigMF annotation indices.patch | (download)

src/inputsource.cpp | 10 9 1 - 0 !
1 file changed, 9 insertions( ), 1 deletion(-)

 [patch 20/31] handle global offset in sigmf annotation indices

The sample indices of a SigMF annotation include a global recording
offset. Remove it to correctly handle annotations in recordings with
non-zero offset.

0021 Run actions workflow on PR schedule.patch | (download)

.github/workflows/build.yml | 8 7 1 - 0 !
1 file changed, 7 insertions( ), 1 deletion(-)

 [patch 21/31] run actions workflow on pr & schedule


0022 sigmf Use QT to parse the json.patch | (download)

src/CMakeLists.txt | 11 0 11 - 0 !
src/inputsource.cpp | 110 69 41 - 0 !
2 files changed, 69 insertions( ), 52 deletions(-)

 [patch 22/31] sigmf: use qt to parse the json


0023 actions run apt update.patch | (download)

.github/workflows/build.yml | 4 3 1 - 0 !
1 file changed, 3 insertions( ), 1 deletion(-)

 [patch 23/31] actions: run apt update


0024 Adding checkbox to show hide SigMF annotations.patch | (download)

src/mainwindow.cpp | 1 1 0 - 0 !
src/plotview.cpp | 10 10 0 - 0 !
src/plotview.h | 1 1 0 - 0 !
src/spectrogramcontrols.cpp | 9 9 0 - 0 !
src/spectrogramcontrols.h | 1 1 0 - 0 !
src/spectrogramplot.cpp | 10 9 1 - 0 !
src/spectrogramplot.h | 2 2 0 - 0 !
7 files changed, 33 insertions( ), 1 deletion(-)

 [patch 24/31] adding checkbox to show / hide sigmf annotations

Signed-off-by: Jacob Gilbert <[email protected]>

0025 sigmf construct Annotations in place.patch | (download)

src/inputsource.cpp | 10 4 6 - 0 !
src/samplesource.h | 5 4 1 - 0 !
2 files changed, 8 insertions( ), 7 deletions(-)

 [patch 25/31] sigmf: construct annotations in-place


0026 sigmf style.patch | (download)

src/inputsource.cpp | 38 19 19 - 0 !
1 file changed, 19 insertions( ), 19 deletions(-)

 [patch 26/31] sigmf: style


0027 sigmf use core label for annotations.patch | (download)

src/inputsource.cpp | 4 2 2 - 0 !
src/samplesource.h | 6 3 3 - 0 !
src/spectrogramplot.cpp | 10 5 5 - 0 !
3 files changed, 10 insertions( ), 10 deletions(-)

 [patch 27/31] sigmf: use core:label for annotations


0028 Added support for float64 files 206.patch | (download)

README.md | 3 2 1 - 0 !
src/inputsource.cpp | 20 20 0 - 0 !
2 files changed, 22 insertions( ), 1 deletion(-)

 [patch 28/31] added support for float64 files (#206)

* added float64 to supported input types

Co-authored-by: Marc Lichtman <[email protected]>

0029 Add support for complex double cf64.patch | (download)

README.md | 1 1 0 - 0 !
src/inputsource.cpp | 19 19 0 - 0 !
2 files changed, 20 insertions( )

 [patch 29/31] add support for complex double (cf64)


0030 Add note about 64 bit sample truncation.patch | (download)

README.md | 2 2 0 - 0 !
1 file changed, 2 insertions( )

 [patch 30/31] add note about 64-bit sample truncation


0031 Remove libsigmf dep.patch | (download)

README.md | 1 0 1 - 0 !
1 file changed, 1 deletion(-)

 [patch 31/31] remove libsigmf dep