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 |
|
f4exb
|
c25837fcf7
|
SDRPlay v3: recommendation not to use non-zero IF
|
2022-02-06 01:56:50 +01:00 |
|
f4exb
|
180d554812
|
Remote Input: do not apply remote channel settings before they get updated via stream
|
2022-01-11 23:23:18 +01:00 |
|
f4exb
|
128dd03684
|
New Jogdial Controller feature plugin. Implements #1088
|
2022-01-06 22:47:41 +01:00 |
|
f4exb
|
7142ef0b0d
|
Updated versions and changelogs
|
2022-01-03 19:46:20 +01:00 |
|
Jon Beniston
|
88499f08dd
|
Fix FileInput API report of absolute time following PR #981.
|
2021-12-30 13:24:39 +00:00 |
|
f4exb
|
63bea7734b
|
Fixed range-loop-construct warnings in GCC 11
|
2021-12-27 19:04:23 +01:00 |
|
f4exb
|
766695d99d
|
Remote input GUI: set status to OK if info API is OK
|
2021-12-27 19:03:55 +01:00 |
|
f4exb
|
5a11ef6a8b
|
Updated versions and changelogs
|
2021-12-26 12:14:14 +01:00 |
|
f4exb
|
58a9b2996d
|
Remote input/sink implemented remote control. Implements #1074
|
2021-12-26 11:56:37 +01:00 |
|
f4exb
|
1d2187d059
|
Remote Input: fixed read pointer initialization. Fixes segfault when stream sample rate is lowered
|
2021-12-26 11:55:16 +01:00 |
|
f4exb
|
d981912eee
|
Remote input: removed API calls from GUI
|
2021-12-25 12:54:33 +01:00 |
|
f4exb
|
9bb3a273b3
|
Remote input/sink implemented remote control (1)
|
2021-12-24 21:06:15 +01:00 |
|
f4exb
|
247ae2679d
|
Remote plugins: added new meta data for #1074
|
2021-12-23 16:27:19 +01:00 |
|
f4exb
|
7c8cb7a85a
|
Remote: more fixes in conversion routines
|
2021-12-20 22:30:43 +01:00 |
|
f4exb
|
ab9f316737
|
Remote sink/input: implemented choice of sample size in transmission.
|
2021-12-19 13:15:17 +01:00 |
|
f4exb
|
78be244dc6
|
Remote source/input: increase minimum UDP buffer size based on 96 kS/s
|
2021-12-18 06:24:47 +01:00 |
|
f4exb
|
35adc25450
|
Updated version changelogs and readmes
|
2021-12-16 10:32:52 +01:00 |
|
f4exb
|
d471f09cc2
|
Replaced frequency dials by labels for unmodifiable frequency displays
|
2021-12-16 00:18:11 +01:00 |
|
f4exb
|
ef4b54a7b1
|
Removed all remaining references to remote UDP Tx delay
|
2021-12-07 08:17:55 +01:00 |
|
f4exb
|
80992c01e0
|
RemoteInput: set system UDP buffer length for 250 ms of samples. RemoteSink: removed UDP Tx delay. Implements #1069
|
2021-12-04 21:36:12 +01:00 |
|
f4exb
|
29d4a67eac
|
SDRplay v1: fixed frequency boundaries in report. Fixes #1061
|
2021-12-01 21:09:21 +01:00 |
|
f4exb
|
d785694c87
|
Remote Input: prevent nullptr
|
2021-11-14 22:25:40 +01:00 |
|
f4exb
|
e2923696b4
|
Updated versions and changelogs
|
2021-11-06 21:33:26 +01:00 |
|
Jon Beniston
|
d52f2569c6
|
#1031 - RemoteInput GUI - Use editingFinished signal rather than returnPressed
|
2021-11-02 11:20:30 +00:00 |
|
Edouard Griffiths
|
a9fb5b91ec
|
Merge pull request #1032 from srcejon/rtlsdr_biastee
RTLSDR: Restore biasT widget state in displaySettings
|
2021-11-02 00:51:49 +01:00 |
|
Jon Beniston
|
0d3d02681c
|
RTLSDR: Report biasT widget state in displaySettings
|
2021-11-01 11:16:58 +00:00 |
|
Jon Beniston
|
499b051f38
|
RemoteInput
Set default value of API port to 8091, as used elsewhere.
Fix spelling mistakes in readme.
Update tooltip to clarify data address is for reception.
|
2021-11-01 10:50:42 +00:00 |
|
f4exb
|
611171234a
|
Updated versions and changelogs
|
2021-09-05 22:40:56 +02:00 |
|
f4exb
|
0ec7ec414d
|
SDRplay V3: added device type in API report
|
2021-08-25 15:27:06 +02:00 |
|
f4exb
|
786d753ec9
|
SDRPlayV3: correct API hardware ID
|
2021-08-25 15:03:30 +02:00 |
|
f4exb
|
e034a18de1
|
Updated versions and changelogs
|
2021-08-08 06:36:18 +02:00 |
|
Andreas Baulig
|
e8a8ef6f3d
|
Switch FileRecord timestamp resolution to milliseconds
|
2021-08-04 14:12:24 +00:00 |
|
f4exb
|
a151cdfe12
|
Updated versions and changelogs
|
2021-07-13 22:28:03 +02:00 |
|
Franco Venturi
|
bd00adab97
|
fix typo in 'cannot set frquency' error message
|
2021-07-05 22:32:57 -04:00 |
|