f4exb
c6496b11f9
TestSource: new threading model. Part of #1346
2022-10-08 23:50:12 +02:00
f4exb
1c75f8d326
TestSource: moved thread start and quit/wait to start and stop methods respectively
2022-10-08 23:29:42 +02:00
f4exb
59127ea4e2
Audio input and KiwiSDR: correct placement of m_running = false
2022-10-08 13:20:45 +02:00
f4exb
17d5f14cac
Perseus: updated threading model. Part of #1346
2022-10-08 13:20:17 +02:00
f4exb
edab4f0b33
KiwiSDR: analyze address on input to accept fully formed urls like http://host:port/ found on the web directory
2022-10-08 12:45:37 +02:00
f4exb
79b7e16c29
KiwiSDR: updated threading model. Part of #1346
2022-10-08 12:10:19 +02:00
f4exb
250144bb0e
KiwiSDR: moved thread start and quit/wait to start and stop methods respectively
2022-10-08 11:56:30 +02:00
f4exb
997a7da292
Audio input: Update threading model. Part of #1346
2022-10-08 10:15:56 +02:00
f4exb
47a6ddddd8
Updated versions and changelogs
2022-10-07 00:24:31 +02:00
Jon Beniston
d6a02f659a
Device GUIs: Stop timers in destructors.
2022-10-05 15:40:09 +01:00
f4exb
cb6f0be85d
Airspy: Update threading model. Part of #1346
2022-10-02 00:28:59 +02:00
Jiří Pinkava
979d171921
More descriptive error for broken/unsupported WAV files
2022-09-28 15:26:27 +02:00
f4exb
7a87155086
HackRF: use software LO ppm correction since hardware correction does not work. Fixes #1443
2022-09-26 22:26:28 +02:00
f4exb
b54575041d
SoapySDR: make sure device open is successful before starting. Fixes #1441
2022-09-26 01:04:22 +02:00
Jon Beniston
df015c1368
AirspyHF: Remove unused variables
2022-09-21 21:06:35 +01:00
Jon Beniston
94140bcbd7
Don't use this as parent, as called from different thread
2022-09-20 21:09:54 +01:00
Jon Beniston
63282ebfcd
AirspyHF: Update threading model
2022-09-20 15:04:00 +01:00
f4exb
77f825d980
Updated versions and changelogs
2022-09-18 10:51:03 +02:00
Jiří Pinkava
0df2d75e6d
Replace deprecated QMutex(Recursive) with QRecursiveMutex
2022-09-17 23:00:07 +02:00
Jon Beniston
a46f5a635e
Lime: Add missing return value.
2022-09-16 15:32:56 +01:00
f4exb
d9ad758971
Updated versions and changelogs
2022-09-01 21:51:04 +02:00
Edouard Griffiths
6320cd7d2a
Merge pull request #1395 from srcejon/fix_1389_part_2
...
Lime: Implement #1389
2022-08-29 23:25:32 +02:00
Jon Beniston
d04b4840a9
Lime: Report calibration errors in GUI. Check LPF is reasonable for up/downconversion.
2022-08-27 17:08:03 +01:00
Jon Beniston
d404e9f943
Add start/stop all devices button in toolbar. Add device stateChanged signal. Use in RTL SDR GUI for updating device state
2022-08-27 10:18:17 +01:00
Jon Beniston
6ef84154a5
For #1389
...
Handle LMS_Calibrate returning positive error values.
Set Lime minimum frequency in GUI to 30MHz+NCO freq.
Set minimum calibration bandwidth to 2.5MHz.
2022-08-21 15:34:51 +01:00
f4exb
044af0d06d
LimeSDR: reduced LimeSDR stream FIFO size to 256k to improve latency
2022-08-19 06:35:45 +02:00
f4exb
d699271fcd
Updated versions and changelogs
2022-08-14 11:52:25 +02:00
Jon Beniston
1af00bf357
RemoteTCPInput: Use input frequency offset when calculating local centre frequency
2022-08-08 11:27:00 +01:00
AsciiWolf
7f28242126
Fix small typo in rtlsdr readme
2022-07-21 19:06:18 +02:00
f4exb
c1198ff885
Updated versions and changelogs
2022-07-20 21:56:03 +02:00
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