1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-05-27 18:46:53 -04:00

11055 Commits

Author SHA1 Message Date
Jon Beniston
ac35fe3da2 Fix cspice build in snap 2026-05-17 11:30:05 +01:00
Edouard Griffiths
9d463b1ed8
Merge pull request #2718 from tammojan/macos_sigmf
Make external libsigmf build on macos
2026-05-06 02:34:39 +02:00
Tammo Jan Dijkema
6d4638afd0 Fix libsigmf installation on mac 2026-05-05 21:53:03 +02:00
Tammo Jan Dijkema
27e72529f3 Update CMake version in flatbuffers 2026-05-05 21:21:38 +02:00
Tammo Jan Dijkema
30d62075c7 Make external libsigmf build on macos 2026-05-05 17:51:16 +02:00
Edouard Griffiths
b2021860d8
Merge pull request #2717 from srcejon/copilot/add-freqdisplay-plugin
Frequency Display updates
2026-05-05 13:49:06 +02:00
srcejon
7c86f411e4
Merge branch 'f4exb:master' into copilot/add-freqdisplay-plugin 2026-05-05 10:46:56 +01:00
srcejon
e3e2f5bb20 Add active only button. Increase poll frequency. Support channels that don't have a frequency offset. 2026-05-05 10:45:24 +01:00
f4exb
6b236c7a0d Release 7.25.1 v7.25.1 2026-05-05 08:07:51 +02:00
f4exb
3f7152bc6f Allow Linux build to be tested locally with act 2026-05-04 22:51:03 +02:00
f4exb
db4f4810b4 Fix Debian changelog warnings 2026-05-04 22:50:30 +02:00
f4exb
eab2e1b10a Fix Linux cspice location 2026-05-04 19:15:22 +02:00
Edouard Griffiths
8d18bb5de7
Merge pull request #2716 from f4exb/copilot/fix-linux-release-build-failure-cspice
fix(external/cspice): suppress -Werror=format-security for cspice ExternalProject on Linux
2026-05-04 12:22:36 +02:00
copilot-swe-agent[bot]
3717ccf4e5
fix(external): disable -Werror=format-security for cspice ExternalProject on Linux
Agent-Logs-Url: https://github.com/f4exb/sdrangel/sessions/6836e1ac-619b-460b-a5f8-21c542826bc8

Co-authored-by: f4exb <6192319+f4exb@users.noreply.github.com>
2026-05-04 08:31:38 +00:00
copilot-swe-agent[bot]
aade98f84c
Initial plan 2026-05-04 08:29:56 +00:00
f4exb
ef4357f26b Release 7.25.0 v7.25.0 2026-05-04 06:00:17 +02:00
Edouard Griffiths
69c6929fb0
Merge pull request #2712 from tammojan/cmake_qt6.2
Use Qt6.2 compatible qt_add_plugin in CMake
2026-04-28 20:20:12 +02:00
Edouard Griffiths
fd7a3bf114
Merge pull request #2711 from jvn314/feature-meshtastic-more-udp
Meshtastic Decoder JSON Output
2026-04-26 04:39:20 +02:00
Tammo Jan Dijkema
c86c178363 Use Qt6.2 compatible qt_add_plugin in CMake 2026-04-25 17:11:41 +02:00
jvn314
c368600b52 expose demod fields for plaintext packets, gate on header CRC 2026-04-25 05:24:36 +00:00
jvn314
3da5bff59b fix: replace sdrangel seq with meshtastic packet_id in JSON 2026-04-25 05:24:36 +00:00
jvn314
e4ad474cce implement JSON UDP packet builder 2026-04-25 05:24:35 +00:00
jvn314
dbaeeba650 swg: add sendJsonViaUDP to generated settings 2026-04-25 05:24:35 +00:00
jvn314
88f29bc175 demod: wire sendJsonViaUDP through WebAPI 2026-04-25 05:24:35 +00:00
jvn314
0630ec4fe7 indent 2026-04-25 05:24:35 +00:00
jvn314
b2f7a6d466 comment 2026-04-25 05:24:35 +00:00
jvn314
75db515ffe Adapter settings wrong class fixed 2026-04-25 05:24:34 +00:00
jvn314
8abc4699ff updated yaml 2026-04-25 05:24:34 +00:00
jvn314
2306bb08d0 JSON UDP checkbox GUI added 2026-04-25 05:24:34 +00:00
jvn314
2f961e625d Add sendJsonViaUDP settings flag 2026-04-25 05:24:34 +00:00
Edouard Griffiths
fc9887f50b
Merge pull request #2709 from srcejon/copilot/add-freqdisplay-plugin
Add Frequency Display plugin
2026-04-24 05:09:18 +02:00
Edouard Griffiths
279a19274a
Merge pull request #2708 from srcejon/copilot/fix-usrpoutput-transmit-issues
USRP TX: Fix interpolation >= 16
2026-04-23 08:18:10 +02:00
Edouard Griffiths
ea0adc64c5
Merge pull request #2707 from eolder/master
USRP: B210: fix sample rate range upper bound
2026-04-23 01:20:58 +02:00
Jon Beniston
6f97e12a70 Make private 2026-04-22 22:04:53 +01:00
copilot-swe-agent[bot]
42a65a0311
refactor: use MainCore::getDeviceAndChannelIndexFromId in webapiFormatFeatureReport
Agent-Logs-Url: https://github.com/srcejon/sdrangel/sessions/68c9a41e-19ba-45f8-955d-b7b2e2b9fd8f

Co-authored-by: srcejon <57259258+srcejon@users.noreply.github.com>
2026-04-22 20:51:13 +00:00
Jon Beniston
c545a835e1 Bring in line with other features. 2026-04-22 21:46:32 +01:00
copilot-swe-agent[bot]
4581df2c53
refactor: make FreqDisplay::applySettings private; use MsgConfigureFreqDisplay in FreqDisplayGUI::applySettings
Agent-Logs-Url: https://github.com/srcejon/sdrangel/sessions/d71b1b23-0809-4351-bfc0-1f46a26a49cc

Co-authored-by: srcejon <57259258+srcejon@users.noreply.github.com>
2026-04-22 20:23:48 +00:00
copilot-swe-agent[bot]
220f5d11ab
feat: add FreqDisplay webapiReportGet, webapiFormatFeatureReport; add freqDecimalPlaces and dropShadowColor to settings webapi methods
Agent-Logs-Url: https://github.com/srcejon/sdrangel/sessions/896509c5-b3f8-406a-98db-4b744f7a918c

Co-authored-by: srcejon <57259258+srcejon@users.noreply.github.com>
2026-04-22 19:20:46 +00:00
srcejon
a8a70a656b Add missing settings 2026-04-22 20:14:10 +01:00
Jon Beniston
c44925dba3 Fix webapi for Freq Display. 2026-04-22 20:09:41 +01:00
Jon Beniston
fd9f3ac632 Fix compilation. 2026-04-22 19:34:49 +01:00
copilot-swe-agent[bot]
219ece573c
feat: implement FreqDisplay WebAPI (webapiSettingsGet/PutPatch, format/update, reverseSend)
Agent-Logs-Url: https://github.com/srcejon/sdrangel/sessions/373fd0a8-4ef8-4849-8b8e-adb0a988230d

Co-authored-by: srcejon <57259258+srcejon@users.noreply.github.com>
2026-04-22 18:28:48 +00:00
srcejon
8abbe204b4
Merge branch 'f4exb:master' into copilot/add-freqdisplay-plugin 2026-04-22 19:20:34 +01:00
Jon Beniston
b9461188d1 USRPOutput: Fix corruption when interpolation >= 16. 2026-04-22 19:13:03 +01:00
Edouard Griffiths
fc4d88b3cd
Merge pull request #2706 from srcejon/fix_nfm_demod_scaling
NFMDemod: Correct FM scaling.
2026-04-22 19:50:58 +02:00
Jon Beniston
3a15e13cde Implement FreqDisplayWebAPIAdapter 2026-04-22 16:34:46 +01:00
srcejon
2a64ee2b71 Generate swagger files for FreqDisplay 2026-04-22 16:18:52 +01:00
Edouard Griffiths
1f1b77fdbe
Merge pull request #2705 from srcejon/fix_nfmmod_centerfreq
NFMMod: Fix center frequency display.
2026-04-22 16:27:18 +02:00
Edouard Griffiths
ad383ff925
Merge pull request #2704 from srcejon/fix_2462
Fix RollupState::serialize for Qt 6.
2026-04-22 10:09:32 +02:00
Edouard Griffiths
c8401148b3
Merge pull request #2701 from srcejon/fix_2661
Fix choppy audio for several demods
2026-04-22 02:42:46 +02:00