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

7864 Commits

Author SHA1 Message Date
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
f4exb
dba9a74acb Massive UI revamping (v7): alpha.3 release 2022-05-02 19:45:18 +02:00
f4exb
32820e25b4 Massive UI revamping (v7): Fixed Tx and MIMO channel device label when retrieved from configuration. Fixes #1227 2022-05-02 02:01:10 +02:00
f4exb
c892ed558d VOR localizer feature: fixed segfault on exit 2022-05-02 01:10:14 +02:00
f4exb
c646bacf8b v7: cleanup of obsolete VOR demod files. Implements #1223 2022-05-01 23:33:12 +02:00
f4exb
7d450c6e42 v7: rename vordemodsc files to vordemod files. Part of #1223 2022-05-01 13:05:36 +02:00
f4exb
42980850ce v7: VORDemodSC to VORDemod conversion in swagger. Part of #1223 2022-05-01 12:15:03 +02:00
f4exb
ca44e253ec v7: rename VORDemodSC classes to VORDemod classes. Part of #1223 2022-05-01 11:43:23 +02:00
f4exb
c2bcd990b9 v7: VORDemod to VORDemodMC conversion in swagger. Part of #1223 2022-05-01 11:25:15 +02:00
f4exb
046b79cab3 v7: rename vordemod files to vordemodmc files. Part of #1223 2022-05-01 10:32:08 +02:00
f4exb
fd61700882 v7: rename VORDemod classes to VORDemodMC classes. Part of #1223 2022-05-01 09:59:24 +02:00
f4exb
89196c40b2 Massive UI revamping (v7): Make soapy SDR support optional. Fixes #718 2022-04-30 12:52:25 +02:00
f4exb
fcb2906fd4 Massive UI revamping (v7): fixed device change. Fixes #1220 2022-04-30 11:47:05 +02:00
f4exb
eb0730e93a Massive UI revamping (v7): Test Sink: fixed minimum window height 2022-04-30 11:46:20 +02:00
f4exb
cbacc162b2 Updated versions and changelogs 2022-04-29 13:34:25 +02:00
f4exb
a3e3f69764 Removed issue templates that are either ignored or wrongly used 2022-04-29 13:30:58 +02:00
f4exb
ecc8906b02 Spectrum markers dialog: fixed issue when there are no histogram markers. Fixes #1200 2022-04-29 13:29:52 +02:00
f4exb
f8d3af287e Massive UI revamping (v7): updated version to alpha.2 2022-04-28 00:19:54 +02:00
f4exb
4990144a61 Massive UI revamping (v7): fixed add channel and spectrum display after device renumbering. Fixes #1217 2022-04-28 00:01:08 +02:00
f4exb
aac0e8954c Massive UI revamping (v7): updated documentation with latest changes 2022-04-27 21:40:29 +02:00
f4exb
88de17a8d4 Massive UI revamping (v7): Changed pacement of presets and add channels in device top bar 2022-04-27 19:38:20 +02:00
f4exb
e1640e7ee1 Massive UI revamping (v7): Changed auto stack tool button to button switch for better on/off visibility. Part of #1209 2022-04-27 13:53:56 +02:00
f4exb
520106c7ba Massive UI revamping (v7): fixed devices .ui files to correct display wwhen creating device. Part of #1209 2022-04-27 02:06:17 +02:00
f4exb
2f1d700201 Spectrum markers dialog: fixed issue when there are no histogram markers. Fixes #1200 2022-04-26 22:56:01 +02:00
f4exb
78674ead2e Merge back to v7 2022-04-26 20:47:53 +02:00
f4exb
26a739533e Merge branch 'v7' of /shared/development/sdrangel into v7 2022-04-26 20:34:41 +02:00