1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-15 12:18:48 -04:00
Commit Graph

10516 Commits

Author SHA1 Message Date
Jon Beniston d8f7fa7a2c ADS-B: Add recommended initial device settings for RTL SDR to docs. 2025-09-07 11:37:33 +01:00
Edouard Griffiths 5ae8ab0bf3 Merge pull request #2498 from srcejon/fix_2349
glscope: Clear buffer to black rather than transparent.
2025-08-10 21:06:40 +02:00
Jon Beniston 1177d97c99 Clear buffer to black rather than transparent. Fixes #2349 2025-08-10 11:25:38 +01:00
Edouard Griffiths 6fedef4c45 Merge pull request #2497 from srcejon/fix_2486
Rotator Controller: Add line ending setting for GS-232 protocol.
2025-08-08 20:09:38 +02:00
Jon Beniston 34168f496c Rotator Controller: Add line ending setting for GS-232 protocol. For #2486 2025-08-08 17:18:15 +01:00
Edouard Griffiths 013df455e6 Merge pull request #2493 from srcejon/crash_handler
Add crash handler on Windows.
2025-07-31 21:59:17 +02:00
Jon Beniston f3aa3f9013 /Zi not supported by linked. Need to use /DEBUG.
/DEBUG turns off /OPT:REF /OPT:ICF by default, so need to explictly switch them back on.
2025-07-31 19:38:33 +01: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
Edouard Griffiths 7f51f794fd Merge pull request #2484 from srcejon/fix_140
Fix type forward declaration
2025-07-08 14:55:47 +02:00
Jon Beniston f76bfcb8f4 Revert Qt to 6.7.3 on Windows. 2025-07-08 08:25:49 +01:00
Jon Beniston 88e52f362a Fix type forward declaration. 2025-07-07 12:54:19 +01:00
Edouard Griffiths 8a4b8e3731 Merge pull request #2482 from srcejon/fix_2481
Update Qt version to 6.9.1 on Windows and Mac.
2025-07-05 21:31:26 +02:00
Jon Beniston 3966480fea Update Qt version to 6.9.1 on Windows and Mac. For #2481 2025-07-05 13:31:44 +01:00
f4exb 115922c385 Updated version and changelogs v7.22.8 2025-07-02 19:02:52 +02:00
f4exb 32dbf0f325 Audio: added 160 kHz sample rate for Malahit DSP 2025-07-02 14:57:39 +02:00
Edouard Griffiths 03bc7e3d08 Merge pull request #2479 from f4exb/fix-2478
Fix 2478
2025-07-02 09:25:00 +02:00
f4exb 49f2527fcd AudioCATSISO: fix audio sample rate handling and device enumeration 2025-07-02 00:07:31 +02:00
f4exb 2dbc61a92e AudioInput: set the correct sample rate after device sample rates refresh 2025-07-02 00:06:44 +02:00
f4exb 4dade2a709 Try to find the correct available audio sample rates in Qt5 2025-07-02 00:05:22 +02:00
Edouard Griffiths 7c738b161c Merge pull request #2475 from srcejon/fix_2435
Radio Astronomy: Add option to auto save data to .csv.
2025-06-24 16:38:46 +02:00
Jon Beniston 4afde2a399 Radio Astronomy: Add option to auto save data to .csv. For #2435 2025-06-24 12:32:42 +01:00
Edouard Griffiths 7f5f59e510 Merge pull request #2474 from srcejon/freq_scanner
FreqScanner: Fix crash if row is selected when remove is pressed.
2025-06-24 08:10:07 +02:00
Edouard Griffiths 61608067f4 Merge pull request #2473 from srcejon/fix_2470
RemoteTCP: Add support for SDR_RX_SAMPLE_24BIT=OFF
2025-06-24 00:53:30 +02:00
srcejon deac6017e3 FreqScanner: Fix crash if row is selected when remove is pressed. For #2391 2025-06-23 22:52:32 +01:00
Jon Beniston d67798da56 RemoteTCP: Add support for SDR_RX_SAMPLE_24BIT=OFF 2025-06-23 22:36:09 +01:00
Edouard Griffiths ca5898bc57 Merge pull request #2472 from srcejon/fix_2470
Fix --remote-tcp.
2025-06-23 18:18:05 +02:00
Edouard Griffiths 694c3a334d Merge pull request #2467 from srcejon/android_fixes
A few small fixes
2025-06-23 18:17:50 +02:00
Jon Beniston 99fca7c09e Fix --remote-tcp. For #2470 2025-06-20 15:43:01 +01:00
Jon Beniston d2470a5379 Remove obsolete GOES TLE. Remove NOAA18 as no longer active. For #2372 2025-06-17 12:20:29 +01:00
Jon Beniston 638898d3a4 Fix crash if route database not downloaded 2025-06-17 11:53:56 +01:00
Jon Beniston e16772c154 Hide 3D only buttons if no 3D map 2025-06-17 11:53:36 +01:00
Jon Beniston 914a3af96f Fix Android compilation 2025-06-17 11:53:00 +01:00
Edouard Griffiths e5fc6fbd81 Merge pull request #2465 from srcejon/freq_scanner
Map and ADS-B updates
2025-06-13 14:38:33 +02:00
srcejon 83bff3e847 FramelessWindowResizer: Enable child tracking for QWebEngineView. 2025-06-12 15:11:33 +01:00
srcejon b340b92a04 Fix 2D map tracks. 2025-06-12 09:46:00 +01:00
srcejon 89a25c8a7f Fix QML warning 2025-06-12 09:21:33 +01:00
srcejon 0e93251349 Fix update of current position after filtering. 2025-06-11 10:37:45 +01:00
srcejon 65e6f89214 Restore position of 2D map after changing settings. #2458 2025-06-10 18:03:57 +01:00
srcejon e287ac60d5 Remove debug 2025-06-10 18:03:00 +01:00
srcejon 5985a0d2e0 Fix gcc warning. 2025-06-10 15:52:30 +01:00
srcejon 9864650d9a Fix parameter injection warning. #2203 2025-06-10 15:52:09 +01:00
srcejon 0a3a455937 Fix reg exp for lat,long string. 2025-06-10 15:31:36 +01:00
srcejon e564ac2f39 Update Kiki public URL. Add proxy support. 2025-06-10 15:30:52 +01:00
srcejon 7948561cdc Update docs. 2025-06-10 14:37:14 +01:00
srcejon 43e1e9c095 Update map docmentation. 2025-06-10 13:13:41 +01:00
srcejon 811f320536 Fix typos. 2025-06-10 11:46:58 +01:00
srcejon 290ba12c93 Merge branch 'f4exb:master' into freq_scanner 2025-06-10 11:37:54 +01:00
srcejon 6dba1f6813 Update ADS-B documentation. 2025-06-10 11:30:48 +01:00
Edouard Griffiths 05f88acf02 Merge pull request #2461 from srcejon/fix_2456
Add 384000 and maximum supported audio sample rates for Qt 6
2025-06-10 11:23:41 +02:00
srcejon 3e0375f6d5 Update docs 2025-06-09 20:07:35 +01:00