Wykres commitów

1062 Commity (002f5e8af3a107697331f8115da598e31f1d0015)

Autor SHA1 Wiadomość Data
f4exb 77b2b815b8 Replace sprintf by snprintf wherever possible 2025-04-21 14:34:53 +02:00
Jon Beniston 60869b74f9 Fix build with Qt 6.9.0. 2025-04-21 10:59:54 +01:00
f4exb e6b3e50fd2 Updated version and changelog 2025-02-02 19:09:22 +01:00
Jon Beniston b2a1dc3569 Fix SSB Mod Morse keyer 2025-01-20 09:25:33 +00:00
Jon Beniston 1462890a77 Fix modulators when channel sample rate is greater than audio sample rate. 2024-12-10 10:45:48 +00:00
f4exb c4e57a1696 Updated versions and changelogs 2024-12-05 02:10:24 +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 ed410d039a Updated versions and changelogs 2024-10-20 10:53:00 +02:00
f4exb 6c617be7db ChirpChat: increased preamble symbols limit from 20 to 32. Fixes #2284 2024-10-17 22:40:35 +02:00
f4exb 4a9b1c3bbe SSB demod: fixed GUI and returned to previous threading model. Fixes #2273 2024-10-12 18:47:27 +02: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
f4exb b85419c56a Sonar fixes 2024-08-27 09:54:09 +02:00
f4exb 75d40c8b68 SSBMod: revised thread processing 2024-08-27 09:54:09 +02:00
f4exb 2b26f15463 AMMod: revised thread processing 2024-08-27 09:54:09 +02:00
f4exb 2219fcd809 NFMMod: revised thread processing 2024-08-27 09:54:09 +02:00
f4exb aec3c5ca47 Updated plugin versions 2024-08-13 22:35:18 +02:00
f4exb 189d5a6a01 More Sonar fixes 2024-07-21 23:15:32 +02:00
f4exb 28262ca5fb More Sonar bug fixes 2024-07-21 14:20:48 +02:00
Daniele Forsi 4241f01376 Fix typos in cpp files 2024-07-10 23:06:38 +02:00
Daniele Forsi e56908b0c6 Fix typos in include files 2024-07-10 23:06:38 +02:00
Daniele Forsi 04ee258010 Fix typos in help files 2024-07-10 23:06:29 +02:00
f4exb 3e909d2016 Updated versions and changelogs 2024-06-25 22:19:14 +02:00
Daniele Forsi 23eae6fda9 Remove unused includes 2024-06-23 17:32:48 +02:00
f4exb 4770e2d281 Updated versions and changelogs 2024-06-18 00:52:36 +02:00
Daniele Forsi ea04742685 Make tooltips more uniform 2024-06-16 23:38:33 +02:00
Daniele Forsi 406bb674c5 Fix typos 2024-06-16 23:38:33 +02:00
f4exb 1b2a549463 Updated versions and changelogs 2024-06-06 22:10:04 +02:00
mxi-box ac00e5b46b Fix WFM mod: remove feedback sink 2024-05-30 21:21:03 +08: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
Daniele Forsi 2b895d4cf2 Fix description 2024-04-29 11:07:08 +02:00
Edouard Griffiths 52a440e400
Merge pull request #2091 from dforsi/fix/typos
Fix/typos
2024-04-27 11:08:10 +02:00
Daniele Forsi d135dd9028 Fix spellling errors found with aspell 2024-04-26 21:18:32 +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 872bc8f13f ChirpChat: FT mode: added bits interleaving 2024-04-07 23:41:46 +02:00
Daniele Forsi 92246cdc71 Fix typing errors found with codespell and more 2024-04-06 12:39:18 +02:00
f4exb 6351ae0655 ChirpChat: updated documentation 2024-04-06 11:01:22 +02:00
f4exb 8961e1a353 ChirpChat modulator: implemented Gray coding for FT 2024-04-06 11:01:22 +02:00
f4exb 7c3bf5edcd ChirpChat: added 488 Hz bandwidth 2024-04-06 11:01:21 +02:00
f4exb 3c9f74aeb5 ChirpChat demod: implemented FT decoding 2024-04-06 11:01:21 +02:00
srcejon 625513eaeb
Merge branch 'f4exb:master' into freq_scanner 2024-04-02 13:52:10 +01:00
Edouard Griffiths 0a5f8aa50f
Merge pull request #2039 from mxi-box/ax25
AX.25 Packet: packetmod supports multi Via; packetdemod fix H bit
2024-03-30 16:53:30 +01:00