Commit Graph

7511 Commits

Author SHA1 Message Date
Edouard Griffiths d3c79261d1
Merge pull request #1036 from srcejon/fix_download_progress_dialog_close
Don't use WA_DeleteOnClose for download progress dialogs
2021-11-03 14:14:20 +01:00
Jon Beniston af841dd88f Don't use WA_DeleteOnClose for progess dialogs, as a crash can occur if the user closes the window before the download is complete. 2021-11-03 11:02:04 +00:00
f4exb 5cbd607f4a Actions CI/CD: checkout in LFS mode 2021-11-02 22:21:42 +01:00
f4exb 0d7b5d9a6f Fallback external/windows by one more commit 2021-11-02 21:20:32 +01:00
f4exb 940b6e6b20 Fallback external/windows by one commit 2021-11-02 21:06:51 +01:00
f4exb 4daf06bed7 Upgrade external/windows to latest commit. Adds fftwf-wisdom exe in the FFTW bulk 2021-11-02 17:31:49 +01:00
Edouard Griffiths 9cf7d0e541
Merge pull request #1033 from srcejon/fix_1031
#1031 - RemoteInput GUI - Use editingFinished signal rather than returnPressed
2021-11-02 16:22:37 +01:00
Jon Beniston d52f2569c6 #1031 - RemoteInput GUI - Use editingFinished signal rather than returnPressed 2021-11-02 11:20:30 +00:00
Edouard Griffiths a9fb5b91ec
Merge pull request #1032 from srcejon/rtlsdr_biastee
RTLSDR: Restore biasT widget state in displaySettings
2021-11-02 00:51:49 +01:00
Edouard Griffiths 1a31504c87
Merge pull request #1030 from srcejon/remoteinput_api_port_fix
RemoteInput
2021-11-01 22:05:13 +01:00
Edouard Griffiths c4a886abe2
Merge pull request #1029 from srcejon/fix_1028
Fix for #1028 - allow API to bind to any address
2021-11-01 21:04:35 +01:00
Jon Beniston 0d3d02681c RTLSDR: Report biasT widget state in displaySettings 2021-11-01 11:16:58 +00:00
Jon Beniston 499b051f38 RemoteInput
Set default value of API port to 8091, as used elsewhere.
Fix spelling mistakes in readme.
Update tooltip to clarify data address is for reception.
2021-11-01 10:50:42 +00:00
Jon Beniston c13943bfbb Fix for 1028 - allow API to bind to any address 2021-11-01 09:51:50 +00:00
f4exb f04741d692 Fixed some plugins layout so that they work with new rollup widget 2021-11-01 02:11:47 +01:00
Edouard Griffiths e51c224957
Merge pull request #1027 from srcejon/fix_897
Set DATV GUI to be minimum sized rather than expanding.
2021-10-31 19:15:54 +01:00
Jon Beniston 8f94593a0c Set DATV GUI to be minimum sized rather than expanding. Set minimum size constaint on videoTab not just tabWidget 2021-10-31 12:14:04 +00:00
Edouard Griffiths f39a966af1
Merge pull request #1026 from srcejon/fix_897
Fix #897 - Add support for vertically expanding widgets to RollupWidget
2021-10-30 18:54:51 +02:00
Jon Beniston 05987586bf #897 - Add support for vertically expanding widgets to RollupWidget 2021-10-30 16:20:24 +01:00
Edouard Griffiths 58fb3782de
Merge pull request #1025 from srcejon/adsb_flight_info
ADS-B: Add support for departure and arrival airport and times
2021-10-29 17:21:30 +02:00
Jon Beniston 7737bea1a6 Fix typos in readme 2021-10-29 13:02:00 +01:00
Jon Beniston 1354cfe6c8 ADS-B: Add support for downloading flight departure and arrival airports and times via aviationstack.com API 2021-10-29 12:54:10 +01:00
Edouard Griffiths 2292860f35
Merge pull request #1023 from srcejon/adsb_logo_and_fighter_fix
ADS-B Updates
2021-10-28 10:40:08 +02:00
Jon Beniston 460736e56c Fix compiler warnings 2021-10-27 22:44:56 +01:00
Jon Beniston f38b9b8dda ADS-B updates.
Add support for speech notifications and running commands when aircraft meet user-defined rules.
Fix fighter aircraft icon.
Add additional airline logos.
2021-10-27 22:25:14 +01:00
Edouard Griffiths 7b5bfefa84
Merge pull request #1020 from srcejon/nf_gain_sweep
Add gain sweeps to Noise Figure plugin
2021-10-27 00:25:53 +02:00
Jon Beniston cbcd3065a0 Fix grammatical errors 2021-10-26 22:07:25 +01:00
Jon Beniston 381ddf8540 Update noise figure plugin version 2021-10-26 21:53:31 +01:00
Jon Beniston 6717abe877 Noise Figure plugin - add support for sweeping gain and other device settings. 2021-10-26 21:50:38 +01:00
f4exb 54d880ac56 Updated versions and changelogs 2021-10-24 10:08:22 +02:00
f4exb fee2c5065d API: report running state for feature plugins with run action 2021-10-23 21:24:25 +02:00
f4exb 10f79b183f Implemented run action API in relevant feature plugins. Missing bits. 2021-10-23 10:53:15 +02:00
f4exb 920fa82022 Implemented run action API in relevant feature plugins 2021-10-22 02:01:33 +02:00
f4exb 9f42957585 DATV modulator: API enhancements and GUI cosmetic fixes 2021-10-20 23:01:44 +02:00
f4exb ed4a1532d4 Updated versions and changelogs 2021-10-16 23:28:25 +02:00
f4exb dad546eb2e Finalized MSVC build in Github actions and removed MSVC build in Appveyor 2021-10-16 11:38:17 +02:00
f4exb 4ecdee76de Github action for MSVC build (3) 2021-10-16 11:38:17 +02:00
f4exb 456c293326 Github action for MSVC build (2) 2021-10-16 11:38:17 +02:00
f4exb f721b7effc Github action for MSVC build (1) 2021-10-16 11:38:16 +02:00
f4exb 0a3505cec3 Metis MISO: set absolute maximum frequency to 500 MHz. Fixes #1014 2021-10-16 11:33:56 +02:00
f4exb 784615e3bc MainWindow: fixed missing change feature tab handler. Change Feature UI set when feature tab changes. Fixes #1012 2021-10-16 11:10:21 +02:00
Edouard Griffiths 669ab13d20
Merge pull request #1013 from srcejon/apt_worker_fixes
APT demod fixes.
2021-10-13 14:41:23 +02:00
Jon Beniston 6b6a3f66c3 APT demod fixes.
Pass satellite name to image worker thread.
Don't stop image worker thread when device stopped, as this prevents the
image processing controls in the GUI from working.
2021-10-13 10:10:59 +01:00
f4exb 995b804084 Updated versions and changelogs 2021-10-12 23:25:14 +02:00
f4exb 33f4e17ef5 API: added SigMFFileSinkActions in mapper 2021-10-12 23:14:16 +02:00
f4exb da87986b5f FileSink: API updates 2021-10-12 23:14:16 +02:00
f4exb 3641eb7295 ValueDialZ: when setting range fix zero display initial value 2021-10-12 23:12:53 +02:00
f4exb d68641df0e API: added missing files for on line documentation 2021-10-12 22:30:43 +02:00
Edouard Griffiths 01e2ea93e1
Merge pull request #1011 from srcejon/radio_astronomy
Add Radio Astronomy plugin
2021-10-12 20:05:27 +02:00
Jon Beniston 5fc585513b Remove code that requires Qt 5.14. 2021-10-12 15:22:20 +01:00