f4exb
100ca3510c
AMBE feature: removed required dependency to SerialDV library
2022-05-25 01:31:56 +02:00
f4exb
0eb487781b
AMBE feature: removed AMBE support in main application
2022-05-25 01:00:33 +02:00
f4exb
558955f6f9
AMBE feature: removed AMBE devices dialog
2022-05-25 00:53:57 +02:00
f4exb
3880a0f98f
AMBE feature: cleanup of main application AMBE support
2022-05-25 00:13:40 +02:00
f4exb
bd4c633e9d
AMBE feature: cleanup of AMBE API support in Instance
2022-05-24 23:36:04 +02:00
f4exb
8885864e79
AMBE feature: implemented API
2022-05-24 22:51:29 +02:00
f4exb
6d18d6358a
AMBE feature: changes to DSD demod API
2022-05-24 17:14:22 +02:00
f4exb
713e0299ab
DSD demod: direct call to AMBE feature handle message method
2022-05-24 15:30:53 +02:00
f4exb
1d72798d42
AMBE feature: creation and changes to DSD demod
2022-05-24 15:18:55 +02:00
f4exb
ee65186057
LimeRFE feature: corrected export for MSVC and added web API adapter
2022-05-23 06:25:23 +02:00
f4exb
c915f41031
Updated version and changelogs
2022-05-23 00:25:45 +02:00
f4exb
928a4c76e0
LimeRFE feature documentation
2022-05-23 00:16:50 +02:00
f4exb
41901fed25
LimeRFE feature: move calibration to settings
2022-05-22 23:13:04 +02:00
f4exb
d0c2b24694
Removed main LimeRFE support
2022-05-22 22:10:36 +02:00
f4exb
c057c86ef9
Removed instance LimeRFE API
2022-05-22 20:59:34 +02:00
f4exb
ac8a22a94b
LimeRFE feature: removed rxOn and txOn from settings
2022-05-22 19:53:57 +02:00
f4exb
6d7ee18989
LimeRFE feature: API updates
2022-05-22 19:34:12 +02:00
f4exb
539a03373f
LimeRFE feature. Implements #1251
2022-05-22 19:34:12 +02:00
Edouard Griffiths
a32736062e
Merge pull request #1253 from dforsi/fix/typos
...
Fix typing errors in readme's
2022-05-22 18:54:47 +02:00
Daniele Forsi
ede1b03528
Fix typing errors in readme's
...
These are errors that codespell doesn't fix automatically because there is more than one fix.
The following command now gives an empty list of possible fixes, as expected:
find . -name '*.md' -exec codespell --ignore-words-list=cach,doas,ehr,hist,inout,lits,nd,ot,verry --write-changes --summary {} \+
2022-05-22 11:53:36 +02:00
f4exb
1df009c73d
Fixed auto stack workspaces status save/restore
2022-05-20 08:46:40 +02:00
f4exb
d8034f3ee0
Updated versions and changelogs
2022-05-19 18:03:09 +02:00
f4exb
01dc1a9490
ButtonSwitch: use stylesheet instead of fiddling with the color palette. Fixes some inital color state issues
2022-05-19 17:51:51 +02:00
f4exb
6023aa826f
SSB demod: set also minimum of BW and low cut before apply bandwidths
2022-05-19 15:54:33 +02:00
f4exb
9e4b5bda56
Save auto stack workspaces status in configuration
2022-05-19 15:48:14 +02:00
f4exb
cce023bf56
Swagger changes
2022-05-19 03:15:55 +02:00
f4exb
a10fe91c5d
Updated documentation
2022-05-18 23:09:22 +02:00
f4exb
0a83f50821
Added Blackman-Harris 7 term FFT window
2022-05-18 22:21:12 +02:00
f4exb
fd69174a51
SSB demod: implemented a bank of filters
2022-05-18 19:22:13 +02:00
f4exb
1af4e5e667
SSB demod: added FFT filter window control
2022-05-18 19:22:13 +02:00
f4exb
5447a8caef
Added 3 term Blackman window to FFTWindow and use it as default in FFT filter
2022-05-18 19:22:13 +02:00
Edouard Griffiths
d79d121a6b
Merge pull request #1249 from srcejon/mac_package
...
Update cmake scripts to build a .dmg
2022-05-18 12:49:23 +02:00
Jon Beniston
b05f506bb9
Disable compilation of some libraries on Linux and Windows
2022-05-18 09:54:10 +01:00
Jon Beniston
4839273dbd
Fix path to libusb header file for BladeRF
2022-05-18 08:49:27 +01:00
f4exb
54625d5b94
Debian build: added missing dependency in appveyor.yml
2022-05-18 07:42:58 +02:00
srcejon
36a6d088f8
Merge branch 'f4exb:master' into mac_package
2022-05-17 21:26:13 +01:00
f4exb
33b2978038
Updated version and changelogs
2022-05-17 22:26:01 +02:00
f4exb
cc8b2e6462
Fixed audio FIFO write overflows in modulators using audio input. Also fixes #1236 in SSB modulator
2022-05-17 19:55:40 +02:00
Jon Beniston
9dc0525dd0
Disable libraries prebuilt in sdrangel-windows-libraries
2022-05-17 15:06:45 +01:00
Jon Beniston
8e7c5681b9
Add external library dependencies to sdrbase, so they are compiled first
2022-05-17 06:11:10 -07:00
f4exb
7a8cab7879
Fixed missing bits in API. Fixes #1247
2022-05-16 20:51:15 +02:00
srcejon
58116df001
Pass Boost_INCLUDE_DIR to CM256CC project
2022-05-16 16:24:46 +01:00
srcejon
d4e2e3eee9
Fix syntax error
2022-05-16 14:47:41 +01:00
Jon Beniston
b760c44101
Add support for building additional 3rd party libraries.
...
Update MacOS bundling to use macdeployqt rather than fixup_bundle, so all Qt dependencies are included.
Update building of some libraries on MacOS, so that library paths in dylibs are build paths, rather than install paths, so macdeployqt can find them.
2022-05-16 13:48:29 +01:00
Jon Beniston
21d705b16c
Set QTWEBENGINE_CHROMIUM_FLAGS to --ignore-gpu-blacklist on MacOS, so WebGL in 3D Map works
2022-05-16 12:43:53 +01:00
Jon Beniston
25cf60c4c5
Warn if OpenGL is < 2.1, rather than 3.0, as it runs fine with 2.1
2022-05-16 12:43:07 +01:00
f4exb
cddfc00c74
Updated versiom and changelogs
2022-05-15 23:40:58 +02:00
f4exb
5860a830f2
MainServer: fix adding unique featureset
2022-05-15 22:17:10 +02:00
Edouard Griffiths
3673f92f6f
Merge pull request #1245 from dforsi/fix/typos
...
Fix typing errors in readme's
2022-05-15 22:15:53 +02:00
Daniele Forsi
902012641d
Fix typing errors in readme's
...
Fixed with:
find . -name '*.md' -exec codespell --ignore-words-list=doas,ehr,lits,verry --write-changes --summary {} \+
2022-05-15 12:39:57 +02:00