Jon Beniston
b35b3d2c1b
Fix gcc warnings
2022-07-19 10:43:51 +01:00
Jon Beniston
d662513f76
Fix link
2022-07-19 10:20:18 +01:00
Jon Beniston
bdbac37cd2
Add links to each others docs
2022-07-19 10:19:44 +01:00
Jon Beniston
27da167b97
Add Remote TCP Input and Remote TCP Sink plugins
2022-07-19 10:10:20 +01:00
ericek111
557147d09e
SDRPlayInput: separate HW flavour from mirisdr_open
2022-07-18 15:52:40 +02:00
Jon Beniston
562961610a
USRP: Catch all exceptions from set_rx_agc
2022-06-29 11:38:38 +01:00
Jon Beniston
dd6180fbf4
Airspy: Add link to documentation
2022-06-28 08:23:15 +01:00
f4exb
3d17aaaba4
Updated versions and changelogs
2022-06-26 07:24:19 +02:00
Jon Beniston
9b344120e9
USRP: Attempt to support radios without AGC
2022-06-20 14:27:23 +01:00
f4exb
9b2c7511fe
Updated versions and changelogs
2022-06-12 23:46:08 +02:00
Jon Beniston
49460a48df
USRP: Add support for non-discoverable devices and user arguments.
...
Tweak UI so icons aren't squashed.
2022-06-01 15:37:50 +01:00
Jon Beniston
73ad00d0a1
Funcube dongle support on windows.
2022-05-29 21:26:04 +01: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
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
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
9e5c629473
v7: API: added workspace handling for device, spectrum, feature and channel. Implements #1242
2022-05-13 22:24:48 +02:00
f4exb
cbacc162b2
Updated versions and changelogs
2022-04-29 13:34:25 +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
Jon Beniston
00b72891dd
Adjust some plugin window constraints so they work better with stack layout
2022-04-26 18:20:23 +01:00
f4exb
5f9d14a56e
Massive UI revamping (v7): Fixed sizing of some device windows. Part of #1209
2022-04-25 00:15:46 +02:00
f4exb
218237c466
Massive UI revamping (v7): Devices: set the border on the outer side of the window. Part of #1213
2022-04-24 02:13:18 +02:00
f4exb
90d331675a
Massive UI revamping (v7): fixed widget size handling: sample sources. Part ofs #1209
2022-04-21 07:53:36 +02:00
f4exb
249db03cf3
Massive UI revamping (v7): fixed device workspace index save/restore and removed useless geometry blobs. Fixes #1207
2022-04-20 20:08:41 +02:00
f4exb
40e34bdebd
Massive UI revamping (v7): implemented device common settings from top bar and added documentation on device windows top and bottom bars
2022-04-17 01:31:50 +02:00
f4exb
0ec3ee5a57
Massive UI revamping (v7): device change: Prefer memory leak to core dump by not deleting old GUI. Unresolved seqfault
2022-04-14 20:41:32 +02:00
f4exb
3604bf8091
Massive UI revamping (v7): fixed spectrum move and device workspace index save in preset
2022-04-14 03:07:33 +02:00
f4exb
df4e769e18
AirspyHF: fixed issue initializing device when open fails (no sample rates)
2022-04-14 00:10:06 +02:00
f4exb
32973132d9
Massive UI revamping (v7): unify custom widget borders
2022-04-10 02:19:26 +02:00
f4exb
cfde845b5a
Massive UI revamping (v7): devices UIs update
2022-04-09 22:05:55 +02:00
f4exb
0ca0eb8f73
Massive UI revamping (v7): devices intermediate
2022-04-09 13:38:22 +02:00
f4exb
aad90aeabc
Massive UI revamping (v7): devices basic
2022-04-07 16:32:03 +02:00
Piotr Majkrzak
21e033f9a9
SDRPlayV3: Take LIF downsampling into account when calculating the final bandwidth
2022-04-03 15:19:16 +02:00
f4exb
7f1c838cec
Updated versions and changelogs
2022-03-30 22:16:08 +02:00
f4exb
4111c967e9
Fixed some signal/slot connects. Removed unnecessary m_channelMessageQueue in ChannelAPI. Fixes #1185
2022-03-23 22:32:23 +01:00
f4exb
053e4a31cd
Add label to SampleSinkFifo to mention controlling component in error messages
2022-03-18 21:53:53 +01:00
f4exb
09599e145e
Added signals to SampleSinkFifo including samples timings. Implements #1143 and part of #1139
2022-03-15 22:21:06 +01:00
f4exb
3dc0c26ff5
Repair FCD support with better FindHIDAPI cmake module. Fixes #1160
2022-03-06 01:30:15 +01:00
f4exb
5410096f1e
Disable FCD as a consequence of #1160
2022-03-05 23:25:07 +01:00
f4exb
48040a3edd
Revert "Fixed build with hidapi"
...
This reverts commit 97fc4bf2da
.
2022-03-05 22:59:18 +01:00
f4exb
97fc4bf2da
Fixed build with hidapi
2022-03-05 14:19:49 +01:00
f4exb
0715fc5d69
Updated versions and changelogs
2022-03-05 04:58:19 +01:00
Jon Beniston
84865a6f8e
SDRplayInput - Use buffer to ensure lenght of data passed to decimators is always a power of two.
2022-03-03 15:04:59 +00:00
Edouard Griffiths
c9e33c86aa
Merge pull request #1163 from srcejon/fix_1161
...
USRPInput - Ensure IQ buffer size is a power of two, as required by decimators
2022-02-25 10:55:53 +01:00
Jon Beniston
ffe96cbf63
Ensure IQ buffer size is a power of two, as required by decimators
2022-02-24 16:27:32 +00:00
Jon Beniston
f113d33561
Fix Lime antenna names in GUI combobox
2022-02-24 15:51:38 +00:00
f4exb
590c4ef352
Updated versions and changelogs
2022-02-07 21:47:25 +01:00
f4exb
57a5551401
SDRPlayV3: implemented transverter feature. Updated documentation
2022-02-06 20:30:33 +01:00
f4exb
7880a523a7
SDRPlayV3: prevent segfault when SDRPlay library fails to initialize
2022-02-06 20:30:33 +01:00
Jon Beniston
97496ae9f9
Install debug symbols on Windows for debug builds
2022-02-06 12:56:58 +00:00