1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-09 07:42:26 -04:00
Commit Graph

8106 Commits

Author SHA1 Message Date
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
Jon Beniston
adeddaf7a0 Use APPLE not MACOS 2022-05-19 17:34:26 -07: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
f4exb
01322f4d87 Updated version and changelogs 2022-05-15 11:21:35 +02:00
f4exb
69cd4f83ed Fixed remaining v7 references 2022-05-15 11:11:56 +02:00
f4exb
2131a7d4c5 SSB and NFM demod: do not process samples if channel sample rate is not set yet (==0) 2022-05-15 11:10:39 +02:00
f4exb
17577caa5b Ubuntu build: added libopengl-dev dependency. Fixes #1244 2022-05-14 14:25:53 +02:00
f4exb
21e80d9374 Updated API version in swagger 2022-05-14 14:24:37 +02:00
f4exb
de94ea01b5 Updated main and plugin versions 2022-05-14 13:16:33 +02:00
f4exb
b2536a2ec3 Merge with v7 2022-05-14 12:59:19 +02:00
f4exb
6e7774d9f7 USRP enumeration: use default name and serial if not available. Fixes #1239 2022-05-14 11:20:37 +02:00
f4exb
11ce179f02 Fixed device enumerator in-use indicator not reset on device set delete 2022-05-14 11:18:09 +02:00
f4exb
63edbe94fa Updated version 2022-05-14 07:07:45 +02:00
f4exb
f55f830a12 Remved log2 definition to fix MSVC build 2022-05-14 06:17:32 +02:00
f4exb
82084740f5 Fixed soapysdr handling in Windows. Fixes #1243 2022-05-13 22:34:01 +02:00
f4exb
9e5c629473 v7: API: added workspace handling for device, spectrum, feature and channel. Implements #1242 2022-05-13 22:24:48 +02:00
f4exb
0d7ca38ab0 Try to fix Ubuntu build 2022-05-09 21:43:30 +02:00