- Update to version 0.3.1
* Merge pull request #221 from kwesthaus/file-format-documentation
* Merge pull request #184 from jacobagilbert/sigmf_partial_ext
* Include format specifiers in help text
* Include all format specifiers in README
* Allow specifying cs32 file format in command line
* Fix README typo in cs32 file format description
* add support to read files that end in '.sigmf-'
- Update to version 0.3.0
* PlotView: use QWheelEvent::position when available
* Merge pull request #216 from schneider42/schneier/description-fallback
* Merge pull request #218 from otanim/main
* Merge branch 'overlapping-annotations'
* Merge branch 'spectrogram-timing'
* Handle tooltip comments of overlapping annotations
* Improve spectrogram time alignment
* Merge pull request #215 from daniestevez/annotation-comments
* Display annotation comments as tooltips
* fallback to core:description for anno label
* Merge pull request #214 from catkira/add_ci32
* add support for sigmf ci32 files this is needed to import
sigmf files written by SDRangel
* Merge pull request #212 from miek/miek-patch-1
* actions: add Ubuntu 22.04 & remove Ubuntu 18.04
* Merge pull request #211 from argilo/more-cursor-symbols
* Merge pull request #210 from argilo/fix-cursor-overflow
* Allow up to 99,999 symbols
* Fix integer overflow in cursor segment drawing
* Add note about 64-bit sample truncation
* Add support for complex double (cf64)
OBS-URL: https://build.opensuse.org/request/show/1121326
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/inspectrum?expand=0&rev=17
- Add patch:
* inspectrum-fix-with-qt-5.15.patch
- Update to version 0.2.2+git.20200527:
* Add file extensions for real sample file types
* frequencydemod: set modulation index based on tuner width
* Tighten transition band when tuner bandwidth is narrow
* SpectrogramPlot: Ignore negative frequencies for real signals
* SpectrogramPlot: Fix uses of fftSize where it should've been height()
* Add SampleAdapters for real samples
* Use double for sample rate
* Remove all usage of old SIGNAL/SLOT macros
* allow file format override from command line
* Fix override warnings
OBS-URL: https://build.opensuse.org/request/show/812296
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/inspectrum?expand=0&rev=11
- Update to version 0.2.1.git1518712461.78b6e38:
* Use the correct unit for symbol rate
* Enforce minimum export decimation of 1
* Don't try to draw an empty traceplot
- Update to version 0.2.git1511892427.0e86f24:
* added QMessageBox dialog on failure to open file
* support win32 application (graphical no console)
* replace off_t with size_t to match system pointer size
* Remove mmap dependencies with QFile
* move new definitions and mman include into msvc specific if/else
* changes to build under msvc and fftw find package
* added missing include for std::bind usage
OBS-URL: https://build.opensuse.org/request/show/577723
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/inspectrum?expand=0&rev=7
- Use git-version
- Update to version 0.2.git1496240924.a89d133:
* Make ctrl+scroll zoom in and out of cursor point, rather than center
* Make scroll wheel zoom less jumpy on fractional-scroll devices like touchpads
* Rework plotview to scroll by column not by sample
* Factor out calculations between samples/columns
* Rename samplesPerLine -> samplesPerColumn
* Switch plotview to QGraphicsView for canvas dragging
* Make sure cursors/tuner interactions block canvas dragging
* Widened FFT size range
* Prevent tuner deviation becoming zero
* Qt requires that all used modules are set as required in CMake
OBS-URL: https://build.opensuse.org/request/show/507933
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/inspectrum?expand=0&rev=2