1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-27 16:26:34 -04:00
Commit Graph

7939 Commits

Author SHA1 Message Date
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
f4exb
f545eea5ed v7: created API to manage workspaces. Implements #1240 2022-05-09 21:31:14 +02:00
f4exb
1bcecec103 v7: added API for configurations and updated presets API. Implements #1234 2022-05-08 19:33:10 +02:00
f4exb
4eba3bb871 v7: removed feature set index from API. Implements #1231 2022-05-04 13:37:14 +02:00
f4exb
233c3f961d v7 API: removed instance feature set end points and some swagger generated code cleanup 2022-05-04 13:37:14 +02:00
Edouard Griffiths
85f7b1de47
Merge pull request #1232 from srcejon/v7_vor
VOR Demod and Localizer updates
2022-05-04 13:34:30 +02:00
Jon Beniston
600699a1a8 VOR Demodulator: Reset filters when navId changes, to avoid glitches in calculated radial 2022-05-04 10:05:03 +01:00
Jon Beniston
7d2fc09a65 VOR Demod: Reset state when navId changes, so we don't report old ident for new navId 2022-05-04 09:51:28 +01:00
Jon Beniston
2fafb2afe7 VOR Localizer: Update doc images 2022-05-04 09:08:46 +01:00
Jon Beniston
099e111d53 VOR Localizer: Add Ident column data to table 2022-05-04 09:08:31 +01:00
Jon Beniston
52564bee36 VOR Localizer: Change GUI label from Sh to delta cf 2022-05-04 08:39:10 +01:00
Jon Beniston
59f1f60998 VOR Localizer: Fix link to demod plugin 2022-05-04 08:30:40 +01:00
Jon Beniston
cfa50510e8 VOR Localizer:
Add support for devices such as File Input for which the center
frequency can't be changed.
Use device b/w instead of channel b/w, as the latter may be decimated.
2022-05-04 08:27:25 +01:00
Jon Beniston
2f1fe7ecb3 VOR Localizer: Update channels when device updated or when feature started, as device b/w or whether fixed center freq may have changed 2022-05-04 08:21:50 +01:00
Jon Beniston
6a6ccbeecd VOR Localizer: Fix tooltop 2022-05-04 08:20:51 +01:00
Jon Beniston
ebca05a8a1 localizer GUI updates.
Add QSplitter to allow area for table & map to be adjusted.
 Remove obsolete OurAirports button.
 Add workaround for QT Map redraw bug.
 Automatically update VOR channels when channels are added or removed.
 Remove Nav Id from table as it doesn't mean anything from a user's
 perspective.
2022-05-03 14:53:56 +01:00
Jon Beniston
44f0746cbe VOR Localizer: Update station icon on map when My Position preference is changed 2022-05-03 13:51:39 +01:00
Jon Beniston
14701da1f5 VOR Localizer: Use shared OpenAIP code to get latest URL 2022-05-03 13:44:09 +01:00