Commit Graph

1853 Commits

Author SHA1 Message Date
srcejon 46c7206b42 Start file browser in directory of last file selected. 2023-12-13 13:33:31 +00:00
srcejon ae04412e88 SDRPlayV3 on Mac: Update library path so is works with API 3.12.1. 2023-12-07 09:53:20 +00:00
srcejon 720630c2fb Remove tabs. 2023-12-06 10:53:28 +00:00
srcejon 2ac7cfd800 Add replay support to Lime Input 2023-12-06 10:09:46 +00:00
srcejon 238a40b9e0 Allow replay time offset to be set by ctrl+left click in waterfall. 2023-12-06 10:09:30 +00:00
f4exb 78068fd5f2 Updated versions and changelogs 2023-12-04 21:40:42 +01:00
Jon Beniston c48c8cdf4a Use full path to library 2023-12-01 18:17:05 +00:00
srcejon cdb78c903f SDRPlay V3 API - don't call close unless open was a success, as will crash on Mac, 2023-12-01 11:54:14 +00:00
srcejon e75900b666 Fix sdrplay shared library name on Mac arm64, as incorrect in 3.12 API release. 2023-12-01 11:53:36 +00:00
srcejon 4208bcf1f4 Fix AirspyHF instant replay. 2023-12-01 11:52:55 +00:00
f4exb 07e8ae0de1 Updated changelogs and plugins versions 2023-11-29 05:00:58 +01:00
srcejon 4418fe936a Fix gcc warnings and remove debug 2023-11-22 15:12:25 +00:00
srcejon e7076f6a17 Fix gcc warnings 2023-11-22 14:40:19 +00:00
srcejon 7cc9cd1bf1 Add instant replay 2023-11-22 14:28:35 +00:00
f4exb b6c4d10b62 Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
Edouard Griffiths bdfe1a9ab3
Merge pull request #1888 from srcejon/fix_resize_cursor
Fix resize cursor not being cleared when mouse moves over child widgets
2023-11-14 16:02:45 +01:00
Jon Beniston e799e5eb72 Fix resize cursor not being cleared when mouse moves over child widgets 2023-11-13 20:51:03 +00:00
Jon Beniston dcd298b808 Fix FIFO size adjustment, so sample rates >3MS/s work. When RTL0 protocol is used, match channel sample rate to device sample rate. 2023-11-13 15:31:55 +00:00
f4exb 513c0e58fa Updated versions and changelogs 2023-09-22 00:55:00 +02:00
Jon Beniston 28c566f84c Add tunerType to Web API report 2023-09-15 09:33:24 +01:00
Jon Beniston 1b1530f10d Add support for lnaGain API setting, to allow gain to be set more easily. 2023-09-15 09:32:41 +01:00
Jon Beniston d76521ef9a Add basic remote device sample rate range checking.
Add IP address history.
Add SDRPlay LNA gain support.
2023-09-15 09:27:51 +01:00
Jon Beniston 8f00c55ba6 Add Android SDR Driver sample source. 2023-09-08 10:52:51 +01:00
f4exb 7b85db4885 Update versions and changelogs 2023-09-02 23:18:51 +02:00
Jon Beniston 2c636afa67 Add support for RTLSDRBlog V4 with HF upsampler 2023-08-26 14:25:03 +01:00
Jon Beniston 05914cc0ba Fix RTLSDR E4000 gain and bandwidth settings. Add tuner type to GUI. 2023-08-25 15:04:57 +01:00
Jon Beniston 6fee92f8dc Add build message for sample source 2023-07-30 22:11:31 +01:00
Daniele Forsi 34aca019e2 Fix spelling in strings 2023-07-23 18:55:12 +02:00
f4exb 8a38af480f Updated versions and change logs 2023-07-11 17:50:11 +02:00
f4exb 8c521f191d Audio input: use AudioDeviceManager to handle audio 2023-07-11 11:45:20 +02:00
f4exb c4debeef8e PlutoSDR input/output: do not apply settings to self when coming from a buddy change. Fixes #1690 2023-07-11 11:44:25 +02:00
f4exb d1116b564a Audio Input: handle real signals with new main spectrum feature 2023-07-10 12:23:53 +02:00
f4exb df917bb489 FCD: use AudioDeviceManager in place of manupulating AudioInputDevice directly 2023-07-10 03:38:40 +02:00
Daniele Forsi ff47deee60 Fix spelling
Fixed with:
find . \( -name '*.md' -o -name '*.ui' -o -name '*.html' \) -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,som,verry --summary --write-changes {} \+
and manual editing.
2023-07-09 09:06:18 +02:00
f4exb b4847f1d7a Updated versions and changelogs 2023-06-19 00:45:56 +02:00
f4exb fce03a6494 SigMFFileInput: fixed acceleration. For #1699 2023-06-03 03:57:11 +02:00
f4exb 9e51aceeeb Updated versions and changelogs 2023-05-30 00:05:33 +02:00
Jon Beniston 3926993dca Use debug library on Windows only 2023-05-26 16:52:35 +01:00
Jon Beniston 3a79e63a92 Enable SigMF plugins on windows 2023-05-26 08:28:12 +01:00
f4exb 8260721f2d Updated cersions and changelogs 2023-05-23 22:39:27 +02:00
f4exb a6fa12ab3b Aaronia RTSA output: initial commit 2023-05-23 13:53:13 +02:00
Daniele Forsi adf0a5f50b Add a comma after introductory clauses 2023-05-04 21:42:52 +02:00
Daniele Forsi c6195634f9 Fix repeated words
Found with:
grep -r " \([[:alpha:]]\+\) \1 " --color=yes --include=*.md
2023-05-04 21:42:49 +02:00
Daniele Forsi 794be61957 Fix spelling using ispell 2023-05-02 19:43:59 +02:00
Frank Werner 5337cf3cf8 aaroniartsainput: Starting with build 12830 the stream header will contain the field 'sampleFrequency' for accurate bw calculation 2023-04-19 11:42:54 +02:00
f4exb 3f9f81caf9 Updated versions and changelogs 2023-04-06 22:59:07 +02:00
f4exb d3fbf73ce3 Merge branch 'aaroniartsa' 2023-04-06 22:55:54 +02:00
f4exb 7c4520b7b0 Aaronia RTSA Rx: corrected readme 2023-04-06 18:56:00 +02:00
f4exb 8994438e1b Airspy: corrected transverter frequency and mode setting from GUI 2023-04-06 18:54:08 +02:00
f4exb 5e7ab5da26 Aaronia RTSA Rx: corrected help link 2023-04-05 09:38:02 +02:00