Wykres commitów

10526 Commity (2fac66f6d103d4171a5e5f517291de3ded22fe43)

Autor SHA1 Wiadomość Data
Jon Beniston 2fac66f6d1 Update codec2 to v1.1.1 to use more recent version of cmake to fix Mac build 2025-09-19 13:07:32 +01:00
Jon Beniston ef743dc429 Update Opus to v1.5.2 to see if it fixes Mac build 2025-09-19 12:56:18 +01:00
Jon Beniston 0f586d91cf Try updating to latest version of LimeSuite to fix Mac build error. 2025-09-19 12:03:39 +01:00
Edouard Griffiths 4d10b0bfec
Merge pull request #2508 from srcejon/adsb_docs
ADS-B: Add recommended initial device settings for RTL SDR to docs.
2025-09-08 04:45:45 +02:00
Edouard Griffiths 68fd2b3522
Merge pull request #2507 from srcejon/fix_2506
Set csv as default filename extension for save file dialogs.
2025-09-07 23:50:02 +02:00
Edouard Griffiths 1216f28d7b
Merge pull request #2505 from srcejon/fix_2504
Heat Map: Increase precision of coordinates to 6 decimal places.
2025-09-07 19:07:36 +02:00
Edouard Griffiths df64bd8f29
Merge pull request #2503 from srcejon/fix_2501
Fix moving features to another workspace.
2025-09-07 16:25:47 +02:00
Jon Beniston d8f7fa7a2c ADS-B: Add recommended initial device settings for RTL SDR to docs. 2025-09-07 11:37:33 +01:00
Jon Beniston df95acae65 Set csv as default filename extension for save file dialogs. #2506 2025-09-07 10:57:29 +01:00
Jon Beniston def1628d51 Heat Map: Increase precision of coordinates to 6 decimal places. For #2504 2025-09-04 16:29:19 +01:00
Jon Beniston 6b50febd9a Fix moving features to another workspace. #2501 2025-09-01 10:51:42 +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 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