Package: inspectrum / 0.2.3-3
Metadata
Package | Version | Patches format |
---|---|---|
inspectrum | 0.2.3-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Setup Github Actions.patch | (download) |
.github/workflows/build.yml |
45 45 0 - 0 ! |
[patch 01/31] setup github actions closes #178 |
0002 Drop travis ci.patch | (download) |
.travis.yml |
47 0 47 - 0 ! |
[patch 02/31] drop travis-ci |
0003 fix spectrogramplot Avoid infinite loop at extremely.patch | (download) |
spectrogramplot.cpp |
22 16 6 - 0 ! |
[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 ! |
[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 ! |
[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 ! |
[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 ! |
[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 ! |
[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 ! |
[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 ! |
[patch 10/31] use make_unique instead of new |
0011 make a src directory.patch | (download) |
CMakeLists.txt |
97 1 96 - 0 ! |
[patch 11/31] make a `src` directory |
0012 Update minimum CMake version.patch | (download) |
CMakeLists.txt |
2 1 1 - 0 ! |
[patch 12/31] update minimum cmake version |
0013 Test build on more Ubuntu releases.patch | (download) |
.github/workflows/build.yml |
4 2 2 - 0 ! |
[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 ! |
[patch 14/31] update readme with sigmf support & cmake version |
0015 Add libsigmf dep.patch | (download) |
README.md |
1 1 0 - 0 ! |
[patch 15/31] add libsigmf dep |
0016 Clear SigMF annotations on new file load 183.patch | (download) |
src/inputsource.cpp |
1 1 0 - 0 ! |
[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 ! |
[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 ! |
[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 ! |
[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 ! |
[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 ! |
[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 ! |
[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 ! |
[patch 23/31] actions: run apt update |
0024 Adding checkbox to show hide SigMF annotations.patch | (download) |
src/mainwindow.cpp |
1 1 0 - 0 ! |
[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 ! |
[patch 25/31] sigmf: construct annotations in-place |
0026 sigmf style.patch | (download) |
src/inputsource.cpp |
38 19 19 - 0 ! |
[patch 26/31] sigmf: style |
0027 sigmf use core label for annotations.patch | (download) |
src/inputsource.cpp |
4 2 2 - 0 ! |
[patch 27/31] sigmf: use core:label for annotations |
0028 Added support for float64 files 206.patch | (download) |
README.md |
3 2 1 - 0 ! |
[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 ! |
[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 ! |
[patch 30/31] add note about 64-bit sample truncation |
0031 Remove libsigmf dep.patch | (download) |
README.md |
1 0 1 - 0 ! |
[patch 31/31] remove libsigmf dep |