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
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
05fce637bc
Add support for message pipes from features to channels
2021-10-12 11:18:29 +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
f4exb
c623f337d2
Restore appveyor.yml
2021-10-07 22:11:10 +02:00
f4exb
acfed7ab5b
Updated version and changelogs
2021-10-07 21:32:19 +02:00
Edouard Griffiths
8ef8e5cc33
Appveyor Ubuntu: specify clone folder
2021-10-07 11:45:35 +02:00
f4exb
3a521c748e
Build Ubuntu image on BYOC Docker (3)
2021-10-06 23:59:57 +02:00
f4exb
d1ff7fdf70
Build Ubuntu image on BYOC Docker (2)
2021-10-06 23:24:32 +02:00
f4exb
07b5e6fcac
Build Ubuntu image on BYOC Docker
2021-10-06 22:46:18 +02:00
Edouard Griffiths
e3a3e440f2
Merge pull request #1009 from srcejon/cmake_copy_if_different
...
external/CMakeLists.txt: Only copy files if different to avoid unnecessary rebuilds
2021-10-06 14:42:00 +02:00
Edouard Griffiths
6b61030e17
Merge pull request #1008 from srcejon/fix_1004
...
Additional fix for #1004
2021-10-06 11:04:58 +02: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
Edouard Griffiths
c53313c985
Merge pull request #1005 from srcejon/anttools_aeff
...
Antenna Tools update
2021-10-05 23:11:32 +02:00
Jon Beniston
7012a7f43c
Only copy file if different to avoid unnecessary rebuilds
2021-10-05 14:31:01 +01:00
Jon Beniston
e248d8144c
valuedialz: Check range against m_valueNew rather than m_value, as that holds the most recently set value
2021-10-05 14:20:05 +01: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