Jon Beniston
da870a305e
Add ADS-B 3d Map image
2022-02-04 17:15:51 +00:00
Jon Beniston
0ce9a03e06
Update APT Demod docs
2022-02-04 17:15:35 +00:00
Jon Beniston
85b8a6992f
Update Star Tracker to work with latest MapItem API
2022-02-04 17:15:06 +00:00
Jon Beniston
04aed0b3b3
Satellite Tracker updates.
...
Add support for replaying of passes in the past, where current time is
determined from File Input device.
Add latitude and longitude to satellite data table.
Update ground track generation to better work with 3D map.
Add support for 3D models.
Add Cubesat image for 2D map.
Send LOS to other plugins, when no device settings are setup.
Pass TLEs to other plugins, so they can use a consistent copy for
replays.
2022-02-04 17:14:12 +00:00
Jon Beniston
635dbe4571
AIS updates
...
Add support for 3D models.
Remove vessels from table if not heard from in last 10 minutes.
Add columns in table for vessel length, time last position & message
were received and number of messages received.
Add context menu.
2022-02-04 17:06:00 +00:00
Jon Beniston
9cc993ef8c
Update APRS to work with 3D map
2022-02-04 16:59:54 +00:00
Jon Beniston
97f55be6e9
ADS-B Demod Updates
...
Add support for animated 3D models.
Downloaded zipped airplane database as 1/4 of the size.
Add table context menu.
Add airline and country images to text bubbles on maps.
Fix calculation of ground speed when on surface.
Fix position calculation when aircraft transistions from surface to air.
Fix altitude calculation when Q-bit is set.
Speed up processing of large log files.
Add new airline logos.
2022-02-04 16:57:45 +00:00
Jon Beniston
7b6708a256
APT Demod updates.
...
Add projection of image on to 3D map.
Add support for temperature map.
Add support for colour palettes for image enhancements.
Fix IR channel names.
2022-02-04 16:36:02 +00:00
f4exb
26b8619bb1
MainWindow: fixed removal of all feature sets so that the tab index changed slot is disconnected before. Fixes #1118
2022-01-28 00:35:14 +01:00
f4exb
7158c6baf8
BFM demod: added help page to GUI
2022-01-27 23:26:10 +01:00
f4exb
b66aac1489
BFM demod: added documentation
2022-01-27 23:20:59 +01:00
Edouard Griffiths
cdd962df85
Merge pull request #1115 from yarda/lib64
...
Added support for LIB_SUFFIX (e.g. for lib64 on Fedora)
2022-01-26 08:39:15 +01:00
Jaroslav Škarvada
5904c2f8b0
Added support for LIB_SUFFIX (e.g. for lib64 on Fedora)
2022-01-26 01:00:49 +01:00
f4exb
60a1955d54
Spectrum Markers dialog: export/import annotations .csv file in standard writable location. Fixes #1114
2022-01-26 00:24:26 +01:00
f4exb
b702d29886
Revert "Removed Windows releases upload from CI/CD"
...
This reverts commit d16fb855e0
.
2022-01-26 00:00:47 +01:00
f4exb
2db9efb30f
Spectrum Markers dialog: fixed minimum marker selector when adding first marker
2022-01-26 00:00:00 +01:00
f4exb
0e291f3d6e
Update vcredist files to more recent versions
2022-01-25 16:58:48 +01:00
Edouard Griffiths
d16fb855e0
Removed Windows releases upload from CI/CD
2022-01-24 22:35:06 +01:00
f4exb
ef0377cf4c
Updated version and changelogs
2022-01-23 23:22:00 +01:00
f4exb
e40032e939
Use intermediate integer to pass enum to QDataStream::operator>>
2022-01-23 06:52:51 +01:00
f4exb
85184e2b45
Added core dumps to gitignore
2022-01-22 10:10:00 +01:00
f4exb
1305fa931f
Spectrum: added markers display to API
2022-01-22 09:01:09 +01:00
f4exb
c025ea47ee
Spectrum: make markers display persistent
2022-01-22 09:00:58 +01:00
f4exb
639373f7eb
Spectrum Markers: tri-state show marker state
2022-01-22 09:00:42 +01:00
f4exb
5abca451c9
BFM demopd: clear BAS area when clearing RDS fields
2022-01-22 09:00:16 +01:00
f4exb
7158b4afcf
Spectrum markers: updated documentation
2022-01-22 09:00:05 +01:00
f4exb
de8f64063f
Spectrum Annotations. Implements #887
2022-01-22 08:59:40 +01:00
Edouard Griffiths
fbdbe13870
Merge pull request #1108 from ooglek/aprs-mic-e-support
...
APRS Mic-E Message Decoding
2022-01-21 07:34:38 +01:00
Peter Beckman
e9a805824d
Updating the DC+28 Encoding Range to include the alternate encoding
2022-01-20 16:18:05 -05:00
Peter Beckman
f4e2226fb4
Fixed ASCII Range for Latitude Direction and compacted code, fixed escape char in Altitude Regexp
2022-01-20 15:20:16 -05:00
Peter Beckman
f75c77f47c
Compacting Hash/List definitions, adding a few comments for future OSS contributors
2022-01-20 14:48:26 -05:00
Peter Beckman
9e5ebe0f1d
Was seeing some invalid Coordinates, I'll dig into that overnight once I log enough packets
2022-01-19 23:41:25 -05:00
Peter Beckman
8c4419af1b
Tested and working version; Adds Altitude, Status, Comment
2022-01-19 23:20:45 -05:00
Peter Beckman
de66c8cb3a
Adding Debug lines to APRSPacket::parseMicE, adding regex match for Mic-E APRS
2022-01-19 15:39:20 -05:00
Peter Beckman
cd9bf5770e
Fixing course, latitude calculation, latitude character appending
2022-01-19 15:12:50 -05:00
Peter Beckman
2d397207a6
Removing inRange from .h in favor of inline method
2022-01-19 14:32:08 -05:00
Peter Beckman
d9943f6976
Adding brackets, fixing QString double quotes, changing inRange() to inline
2022-01-19 14:30:15 -05:00
Peter Beckman
f07600f24e
Found a few bugs in Code Review
2022-01-19 00:33:08 -05:00
Peter Beckman
668b2c7490
First attempt at implementing APRS Mic-E Message Decoding
2022-01-19 00:23:33 -05:00
f4exb
c6b8b85887
BFM demod: serialize/deserialize rds active
2022-01-15 19:49:17 +01:00
f4exb
9a16afd744
API: added histogram and waterfall markers to spectrum settings
2022-01-15 19:19:47 +01:00
f4exb
37d08034b7
Metis MISO: enhanced documentation
2022-01-15 02:24:53 +01:00
f4exb
10a639079a
Metis MISO: fixed useless dependency on decimation for Tx in apply settings
2022-01-15 02:24:22 +01:00
f4exb
68edf32cd7
Removed unused symbol synchronization object and irrelevant references to liquidsdr. Fixes #1104
2022-01-15 02:23:14 +01:00
f4exb
a1c85aac17
API: fixed adding channels when device is MIMO
2022-01-13 02:45:25 +01:00
f4exb
61226c06bd
Metis: set output FIFO size to size policy. Fixes #1100
2022-01-13 02:44:58 +01:00
f4exb
46b11086b7
BFM demod: RDS: radio text on two lines with the bottom one keeping the previously decoded text
2022-01-12 13:54:19 +01:00
f4exb
1a977c4ce2
BFM Demod: fixed RDS text clearscreen. Fixes #1101
2022-01-12 08:43:20 +01:00
f4exb
180d554812
Remote Input: do not apply remote channel settings before they get updated via stream
2022-01-11 23:23:18 +01:00
f4exb
ac28cadffa
API fixed update of AFCSettings and VORLocalizerSettings feature settings
2022-01-11 23:22:24 +01:00