f4exb
5fa3613b56
RemoteSinkSender: close socket and use deleteLater instead of delete socket. Fixes #1034
2021-11-06 18:53:05 +01:00
Jon Beniston
9f2cb0c29c
Merge CSV code in to a single file.
2021-11-04 12:33:43 +00:00
f4exb
9a7337f3d8
DATV demod: fixed missing method
2021-11-04 00:13:08 +01:00
f4exb
608a1e9908
ChirpChat modulator: give titles to collapsable sections
2021-11-03 21:56:33 +01:00
f4exb
b0c49f3b50
DATV demod: API updates and small fixes
2021-11-03 21:56:33 +01:00
f4exb
4b1a861717
DATV demod: de-couple MER and CNR GUIs from core
2021-11-03 21:56:33 +01:00
f4exb
ed720673f3
DATV demod: API enhancements with report
2021-11-03 21:56:33 +01:00
Jon Beniston
2f4394afba
Fix gcc error
2021-11-03 17:24:22 +00:00
Jon Beniston
132244ef64
ADS-B Updates
...
Add support for writing/reading .csv log file containing received ADS-B frames for #1035 .
Fix some memory leaks.
2021-11-03 17:19:21 +00: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
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
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
f4exb
f04741d692
Fixed some plugins layout so that they work with new rollup widget
2021-11-01 02:11:47 +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
Jon Beniston
05987586bf
#897 - Add support for vertically expanding widgets to RollupWidget
2021-10-30 16:20:24 +01: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
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
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
0a3505cec3
Metis MISO: set absolute maximum frequency to 500 MHz. Fixes #1014
2021-10-16 11:33:56 +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
da87986b5f
FileSink: API updates
2021-10-12 23:14:16 +02:00
Jon Beniston
5fc585513b
Remove code that requires Qt 5.14.
2021-10-12 15:22:20 +01:00
Jon Beniston
c35cc2181b
Fix radiometer autoscaling
2021-10-12 13:38:37 +01:00
Jon Beniston
ec9d59315d
Add section numbers to docs
2021-10-12 13:02:11 +01:00
Jon Beniston
f098ff3316
Fix markdown in readme.md
2021-10-12 12:49:48 +01:00
Jon Beniston
60b500f56c
Fix gcc warnings
2021-10-12 12:17:57 +01:00
Jon Beniston
1de5a38d6b
Fix gcc warnings
2021-10-12 12:10:12 +01:00
Jon Beniston
fbef25884e
Add Radio Astronomy plugin
2021-10-12 11:31:14 +01:00
Jon Beniston
cddc8c9b83
Star Tracker updates.
...
Plot Sun and Moon on sky temperature chart.
Plot markers on Galactic line-of-sight chart.
Create animations from Galactic line-of-sight chart.
Allow weather at antenna location to be downloaded from openweathermap.org
Allow target to be entered as Galactic longitude / latitude.
Add azimuth and elevation offsets to support scans around targets.
Add S7, S8 and S9 targets.
Refactor some code from GUI to main plugin, so computed values can be used in other plugins.
2021-10-12 11:07:56 +01:00
Edouard Griffiths
142901ecba
Merge pull request #1007 from srcejon/gs232_controller_ontarget
...
GS-232 Controller Updates
2021-10-06 06:01:57 +02:00
Jon Beniston
750f556eaa
GS-232 Controller Updates
...
Fix broken pipe #1006 .
Add onTarget and current and target aziumth and elevation to web report.
Set run/stop button background to yellow when rotator is rotating (not onTarget).
Use floating point value for tolerance setting.
2021-10-05 14:03:31 +01:00
Jon Beniston
4e74851de4
Antenna Tools update
...
Calculate dish effective area.
Adjust beamwidth calculation for 10dB illumination taper and better
correlation with measurement.
2021-10-05 13:57:48 +01:00
f4exb
dc7232ee4f
Updated versions and changelogs
2021-10-04 21:04:17 +02:00
f4exb
00b3ae29d9
GS232 Controller API: added serial devices to report + fixes
2021-10-04 02:11:27 +02:00
f4exb
f5e14f6502
GS232 Feature: rename targets as sources. API: created GS232 report and fixed missing source name in get settings
2021-10-03 23:15:15 +02:00
f4exb
59937d9a1c
SatelliteTracker: use device set index. API: fixed doppler channels
2021-10-03 12:12:39 +02:00
f4exb
a7b9bb2de4
SatelliteTracker: API: added rotator data
2021-09-26 11:50:41 +02:00