1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-05-16 06:12:29 -04:00

80 Commits

Author SHA1 Message Date
f4exb
0e13bbab85 Release 7.24.0 2026-03-28 19:22:50 +01:00
f4exb
e98b4bdeb1 FT8 demod: more code linting 2026-03-15 00:18:52 +01:00
f4exb
9eef3d2437 FT8 demod: set all rates to float in FT4 2026-03-14 22:28:33 +01:00
f4exb
a1d3a3403d FT8 demod: separate band presets for FT8 and FT4 2026-03-14 21:33:13 +01:00
f4exb
58c4bac3d8 FT4 demod: updated documentation 2026-03-11 23:15:43 +01:00
f4exb
8c0e220337 FT8 demod: create a processFT8 method on par with processFT4 2026-03-11 21:46:38 +01:00
f4exb
e241a1bb9b FT4 demod: fixed frequency presets for FT4 2026-03-11 09:38:57 +01:00
f4exb
26cfbac9b7 FT8 demod: removed experimental FT4 decoder 2026-03-09 01:26:35 +01:00
f4exb
fbfa04a06d FT4 demod: copy original FT8 worker to FT4. Isolate AI generated classes 2026-03-07 11:57:08 +01:00
f4exb
6005ad83f3 scaffold a new FT4 decoder based on FT8 decoder with multi threaded approach 2026-03-03 20:59:42 +01:00
f4exb
db5facc529 FT8 demod: FT4 support (2) 2026-03-02 19:16:15 +01:00
f4exb
9bb9493afd FT8 demod: FT4 support (1) 2026-03-01 22:21:16 +01:00
f4exb
5ae74e9e19 Release 7.23.2 2026-02-14 10:58:43 +01:00
f4exb
fcbaf95403 Fixed settings keys 2026-02-12 23:23:27 +01:00
f4exb
c8389506e4 Release v7.23.1 2026-02-02 21:38:25 +01:00
f4exb
103e86c80b Apply atomic settings to channel Rx plugins part 1. Part of #1329 2026-02-01 12:26:46 +01:00
Jon Beniston
bffe587c18 Replace NCOF with NCO as the latter has better SFDR. 2026-01-25 11:11:20 +00:00
f4exb
1236b11900 Publish version v7.23.0 2026-01-13 19:07:23 +01:00
f4exb
54b521faed Sonar fix 2026-01-03 19:12:55 +01:00
f4exb
89a15d4d6a FT8 Demodulator: added option to send reports to PSK reporter. Fixes #2561 2026-01-03 15:45:13 +01:00
f4exb
5c02987c5a FT8 demod: create logs and save directories if they do not exist. Fixes #2560 2026-01-01 22:41:47 +01:00
f4exb
b935db0228 Publish version 7.22.9 2025-09-28 21:27:43 +02:00
Jon Beniston
f204c168f6 Add crash handler on Windows.
Add memory buffer to Logger, so last 500 log messages can be included in crash report.
Generate and include stripped pdb files so stack trace can include function names.
2025-07-31 16:35:44 +01:00
f4exb
c4e57a1696 Updated versions and changelogs 2024-12-05 02:10:24 +01:00
f4exb
ec4d14be3f FT8 Demod: limit upper bandwidth to 5.8 kHz 2024-12-02 13:01:22 +01:00
srcejon
a91fa3b760 Don't stop source if being deleted. For #2315. Send DSPSignalNotification in audio mods for #2336. 2024-11-25 17:16:08 +00:00
f4exb
8f2ac70621 Updated plugin versions 2024-10-06 10:53:38 +02:00
Edouard Griffiths
f522d88fc5
Merge pull request #2252 from srcejon/freq_scanner
Update CMakeLists.txt to allow static libraries to be built
2024-09-13 21:07:04 +02:00
srcejon
1df07b21ae Update CMakeLists.txt to allow static libraries to be built, as well as shared.
Add BUILD_BENCH, BUILD_SHARED_LIBS, ENABLE_AARONIARTSA and ENABLE_METIS options.
2024-09-11 20:16:40 +01:00
DreamNik
202fc96de6 Append prefix to plugin name when running on Android.
Android libraries can't be placed inside subdirectory, so to
distinguish plugins from regular libraries the new prefix is used.
2024-09-05 13:37:51 +03:00
DreamNik
f694ba04b8 Fix compilation warnings and errors 2024-09-05 13:37:46 +03:00
f4exb
5d0fa7fa67 Removed destroy method leftovers and Sonar lint 2024-08-27 09:54:09 +02:00
Daniele Forsi
31dc594b46 Fix Markdown 2024-04-29 19:07:29 +02:00
Daniele Forsi
b1643ee9b5 Fix typos 2024-04-29 19:07:29 +02:00
Simon Ruderich
3307000a72 plugins: fix non-matching <hx> tags in readme.md 2024-04-26 08:37:24 +02:00
Daniele Forsi
570c1f6877 Remove unused includes and use more direct includes 2024-04-20 19:10:18 +02:00
f4exb
cdae5ca048 Updated versions and changelogs 2024-04-14 11:41:00 +02:00
Daniele Forsi
8c3f7e3775 Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
f4exb
2e9fc9db64 FT8: add encoding support to library and added more tests 2024-03-28 15:15:48 +01:00
f4exb
76e8c70716 FT8 demod: implemented DXCC country decoding. Fixes #2008 2024-03-08 15:36:39 +01:00
f4exb
5dcf7f7d40 Updated versions and changelogs 2023-12-31 19:16:27 +01:00
f4exb
86a1d15eba Frequency Scanner: handle change of I/Q stream in tracked channels 2023-12-14 21:57:49 +01:00
f4exb
5ed6f060a0 Frequency Scanner: allow scanning channels of a MIMO device 2023-12-14 21:57:49 +01:00
f4exb
4e25f4d678 Removed useless AGC clamping 2023-12-11 01:49:11 +01:00
f4exb
07e8ae0de1 Updated changelogs and plugins versions 2023-11-29 05:00:58 +01:00
f4exb
3a944fa209 Rewriting of copyright notices for plugins/channelrx. Part of #1893 2023-11-18 12:02:48 +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
srcejon
6e55c030b6 Use DialogPositioner for AudioSelectDialog so it opens on screen. 2023-11-09 22:30:34 +00:00
f4exb
28c70fb806 Channel Ana,yzer, FreeDV mod and demod, FT8 demod: fixed SSB spectrum display 2023-07-09 01:19:39 +02:00
Daniele Forsi
794be61957 Fix spelling using ispell 2023-05-02 19:43:59 +02:00