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 |
|
f4exb
|
d15a574c9d
|
API: added missing include for Swagger UI
|
2022-01-11 23:21:15 +01:00 |
|
f4exb
|
c2db32201f
|
RollupWidget: fixed segfault in restoreState by swapping loops
|
2022-01-11 23:20:22 +01:00 |
|
f4exb
|
ebd5216917
|
Updated version and changelogs
|
2022-01-09 11:02:10 +01:00 |
|
f4exb
|
98b305f320
|
Make rollup state a serializable object so that it can be dumped in JSON format for the API. Prerequisite tp #1050
|
2022-01-09 05:27:12 +01:00 |
|
f4exb
|
e2fc5aa87c
|
JogdialController: complements to readme
|
2022-01-07 12:42:59 +01:00 |
|
f4exb
|
30e3939bd4
|
JogdialController GUI: fix for MSVC
|
2022-01-07 07:41:10 +01:00 |
|
f4exb
|
e9aaab05fa
|
CommandKeyReceiver: fixed export for MSVC
|
2022-01-07 00:27:28 +01:00 |
|
f4exb
|
6288ac56c8
|
Jogdial Controller: updated readme
|
2022-01-07 00:26:37 +01:00 |
|
f4exb
|
128dd03684
|
New Jogdial Controller feature plugin. Implements #1088
|
2022-01-06 22:47:41 +01:00 |
|
f4exb
|
7142ef0b0d
|
Updated versions and changelogs
|
2022-01-03 19:46:20 +01:00 |
|
f4exb
|
afc106b51f
|
Simple PTT feature: implemented vox. Issue #1002
|
2022-01-03 19:08:47 +01:00 |
|
f4exb
|
79ac722e79
|
PTT: vox (1)
|
2022-01-03 19:08:47 +01:00 |
|
Edouard Griffiths
|
7de805b433
|
Merge pull request #1094 from srcejon/fix_980
Fix File Input date time.
|
2021-12-30 22:23:51 +01:00 |
|
Jon Beniston
|
88499f08dd
|
Fix FileInput API report of absolute time following PR #981.
|
2021-12-30 13:24:39 +00:00 |
|
Edouard Griffiths
|
60c0e31173
|
Merge pull request #1092 from srcejon/fix_1087
Fix for #1087. Support compilation with Boost >= 1.77
|
2021-12-29 17:35:39 +01:00 |
|
Jon Beniston
|
cc3f4ab2f8
|
Fix for #1087. Support compilation with Boost >= 1.77
|
2021-12-28 11:31:15 +00:00 |
|
f4exb
|
5c742a873b
|
Fallback oct -> Qt::oct and dec -> Qt::dec replacement
|
2021-12-28 00:03:06 +01:00 |
|
f4exb
|
bb25211b29
|
Make code compatible with Qt 5.12
|
2021-12-27 23:30:18 +01:00 |
|