Edouard Griffiths
52a440e400
Merge pull request #2091 from dforsi/fix/typos
...
Fix/typos
2024-04-27 11:08:10 +02:00
Daniele Forsi
b30158c0cc
Fix reference to image
2024-04-26 22:39:34 +02:00
Daniele Forsi
15433bb324
Fix spellling errors found with LibreOffice Writer
2024-04-26 21:18:32 +02:00
Daniele Forsi
d135dd9028
Fix spellling errors found with aspell
2024-04-26 21:18:32 +02:00
Simon Ruderich
39575c10fa
channelrx/channelpower/readme.md: fix minor typo
2024-04-26 08:37:56 +02:00
Simon Ruderich
6086fb328e
plugins: remove UTF-8 BOMB from readme.md
...
BOMB is normally not used for UTF-8/ASCII files.
2024-04-26 08:37:24 +02:00
Simon Ruderich
3307000a72
plugins: fix non-matching <hx> tags in readme.md
2024-04-26 08:37:24 +02:00
Daniele Forsi
90e917f666
Fix typos in CMakeLists
...
s/FFMEG/FFMPEG/
2024-04-21 21:41:42 +02:00
Daniele Forsi
fd830a0153
Fix build of DAB demodulation plugin
2024-04-20 22:00:16 +02:00
Daniele Forsi
fe84c20aff
Make all include directives identical
...
Fixes the 5 includes that are different from the majority:
grep -Ehr "#include .+dsptypes" --include=*.h | sort | uniq -c
110 #include "dsp/dsptypes.h"
1 #include <dsp/dsptypes.h>
4 #include "dsptypes.h"
2024-04-20 19:19:11 +02:00
Daniele Forsi
570c1f6877
Remove unused includes and use more direct includes
2024-04-20 19:10:18 +02:00
Mykola Dvornik
f55adc481d
Fix typos in ChannelAnalyzer settings
...
With this fix, corresponding settings updates are now properly
communicated via reverse API.
2024-04-18 22:46:21 +02:00
srcejon
0dcc4755ef
Merge branch 'freq_scanner' of https://github.com/srcejon/sdrangel into freq_scanner
2024-04-16 13:39:00 +01:00
srcejon
002c824dd9
ADS-B: Fix map centering and station icon for Qt6.
2024-04-16 13:28:50 +01:00
Mykola Dvornik
15337cac66
Fix bug that prevents settings changes updates via reverse API
...
Most plugins that use reverse API to PATCH settings updates to remote
server only do so when `useReverseAPI` is toggled, but not when the
relevant settings are being updated. So lets fix the precondition to
use the `m_useReverseAPI` flag instead.
2024-04-14 18:58:12 +02:00
f4exb
cdae5ca048
Updated versions and changelogs
2024-04-14 11:41:00 +02:00
Daniele Forsi
147a88ccd8
Fix complation of dscdemodgui.cpp
...
Fixes:
/Users/runner/work/sdrangel/sdrangel/plugins/channelrx/demoddsc/dscdemodgui.cpp:469:9: error: unknown type name 'QRegExp'
2024-04-12 00:35:19 +02:00
Daniele Forsi
8c3f7e3775
Remove unused includes and use more direct includes
2024-04-11 23:31:34 +02:00
Daniele Forsi
13222cac8d
Fix compilation depending of order of includes
...
adsbdemodsink.h was getting the definition of class Message from dsp/dspcommands.h
which was included by adsbdemodsink.cpp before including adsbdemodsink.h itself.
2024-04-11 23:02:24 +02:00
srcejon
6979117b26
Fix channel marker
2024-04-10 01:32:30 +01:00
srcejon
54713ef67c
Add DialogPositioner
2024-04-10 01:32:19 +01:00
f4exb
872bc8f13f
ChirpChat: FT mode: added bits interleaving
2024-04-07 23:41:46 +02:00
srcejon
c9632b9fe3
Add new settings to API.
2024-04-07 17:02:43 +01:00
srcejon
304f0ea89a
Radio Clock: Add JJY.
2024-04-07 16:51:55 +01:00
srcejon
a76262f0b7
Ensure frequency and inputFrequencyOffset are consistent.
2024-04-07 15:00:50 +01:00
srcejon
67723563a4
Merge branch 'f4exb:master' into freq_scanner
2024-04-07 14:05:29 +01:00
srcejon
116d6674bd
Add frequency and frequencyMode to API
2024-04-06 22:16:46 +01:00
srcejon
9c31f0066a
Remove debug.
2024-04-06 11:46:09 +01: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
9c72d4fd14
ChirpChat demod: FT decoding: try symbol shifts
2024-04-06 11:01:22 +02:00
f4exb
5ff2ce2575
ChirpChat demod: fixed packet length setting
2024-04-06 11:01:21 +02:00
f4exb
7c3bf5edcd
ChirpChat: added 488 Hz bandwidth
2024-04-06 11:01:21 +02:00
f4exb
1691a3dfb3
ChirpChat demod: optimize SFD detection
2024-04-06 11:01:21 +02:00
f4exb
788df1eda3
ChirpChat demod: auto message length for FT messages
2024-04-06 11:01:21 +02:00
f4exb
3c9f74aeb5
ChirpChat demod: implemented FT decoding
2024-04-06 11:01:21 +02:00
f4exb
a02d1839ef
ChirpChat demod: run the decoder on its own thread
2024-04-06 11:01:21 +02:00
f4exb
c21223771a
ChirpChat demod: use messages for the decoder
2024-04-06 11:01:21 +02:00
srcejon
3bdba94921
Fix variable type.
2024-04-05 16:57:33 +01:00
srcejon
9334a7f16a
Channel Power: Add absolute frequency setting.
2024-04-05 16:46:49 +01:00
srcejon
b30588b28a
RadiosondeDemod: Fix packets read from .csv not being sent to Radiosonde feature.
2024-04-05 16:45:22 +01:00
srcejon
6b2923358e
Merge branch 'f4exb:master' into freq_scanner
2024-04-03 15:13:12 +01:00
f4exb
8e77ad01ad
FT8: added soft decode on magnitudes and genaralize to any number of bits per symbol
2024-04-03 14:01:45 +02:00
srcejon
b2778d9138
Merge branch 'f4exb:master' into freq_scanner
2024-03-28 14:31:10 +00:00
f4exb
2e9fc9db64
FT8: add encoding support to library and added more tests
2024-03-28 15:15:48 +01:00
srcejon
68b833ad97
APRS: Fix forwarding of binary data to APRS-IS for #2028 . Support UTF-8.
...
PacketDemod: Support UTF-8.
2024-03-20 13:54:15 +00:00
srcejon
525f47e5e9
Merge branch 'f4exb:master' into freq_scanner
2024-03-20 11:02:40 +00:00
ADS-B related code
6e8a7b0079
Add Airplanes.Live at request of user
...
Add Airplanes.Live url and port to readme at request of user
2024-03-18 10:32:07 -07:00
srcejon
3c8f1abaee
Heat Map: Fix overflow in average calculation.
2024-03-18 14:15:35 +00:00
srcejon
4d69da6ec2
AIS Demod: Remove unused filter.
2024-03-18 14:15:11 +00:00