Commit Graph

24 Commits

Author SHA1 Message Date
Bill Somerville b0f76b2fe7
Backwards compatibility with Qt <5.11 2020-07-26 22:58:17 +01:00
Bill Somerville f6d16ea70c
Remove extraneous include 2020-07-26 22:42:14 +01:00
Bill Somerville 5994dd8a0d
Add a missing file 2020-07-26 21:56:10 +01:00
Bill Somerville 3527438a06
Merge branch 'feat-psk-reporter-re-work' into develop 2020-07-26 16:07:47 +01:00
Bill Somerville 8b0b2c15b2
Final adjustments for moving from test to live PSKReporter spotting 2020-07-26 15:55:54 +01:00
Bill Somerville 1f524026f9
Fix merging issue 2020-07-26 15:55:17 +01:00
Bill Somerville 7bb5a8e009
Merge branch 'develop' into feat-psk-reporter-re-work 2020-07-26 15:52:39 +01:00
Bill Somerville 843d491fdb
Mock PSKReporter.info Python script 2020-07-26 12:31:33 +01:00
Bill Somerville bcff949025
Update some missing i18n strings 2020-07-13 00:55:42 +01:00
Bill Somerville 37ab6eecd1
Update contributors, and UDP Message Protocol documentation 2020-06-27 00:23:34 +01:00
phl0 6cbc91b653
Include prop mode in ADIF and UDP messages 2020-06-26 23:45:58 +01:00
Bill Somerville a24f402655
Skipping of connection refused net errors on Windows with Qt 5.15
Apparently this is still required.
2020-06-26 17:57:21 +01:00
Bill Somerville 147f29e271
Allow flush to send a receiver info data set without any spots 2020-06-21 16:11:36 +01:00
Bill Somerville af894c6039
Rename files to match class name
Avoiding case insensitive file system issues.
2020-06-21 02:15:31 +01:00
Bill Somerville b48b23450d
First iteration of optional TCP/IP client for PSK Reporter 2020-06-21 01:36:30 +01:00
Bill Somerville 9c22b5c3ed
Qt v5.15 compatibility 2020-06-13 16:04:41 +01:00
Bill Somerville 220cbc840a
Update UDP Status message documentation
This for  consistency, I  suspect inserting a  value into  the special
operations  type   enumeration  will  cause  external   programs  some
backwards compatibility issues. We  should consider reverting this and
adding the new value to the end.
2020-06-02 22:44:14 +01:00
Bill Somerville c6688534cd
Performance improvements to decode highlighting
The Highlight  Callsign (13)  UDP message now  operates in  a slightly
different way.  The  "Highlight last" field, when  true valued, causes
all  instances of  the specified  callsign  to be  highlighted in  the
decoding  period. This  allows external  applications to  highlight DX
callsigns even when  multiple stations are calling  them.  Before this
was  unlikely to  work since  the external  application would  have to
respond to  Decode (2) UDP  messages exceedingly quickly  to guarantee
successful highlighting  before another decode  with the same  DX call
was  printed.   There  should  be  no  changes  required  to  external
applications acting  as servers  to the  WSJT-X UDP  Message Protocol,
although  using  the  version  of the  Highlight  Callsign  (13)  with
"Highlight   last"  should   not  be   required  for   adhoc  callsign
highlighting. It should be reserved for commonly recurring targets and
limited to  no more than 100  active highlighting requests at  any one
time, otherwise there may be performance impacts on WSJT-X.
2020-05-24 16:33:14 +01:00
Bill Somerville f0b77de193
Document backward/forward compatibility rules for the UDP message protocol 2019-07-18 20:30:48 +01:00
Bill Somerville a9fd073023
Squash a compiler warning 2019-07-03 00:15:48 +01:00
sirhc808 dd53e8d348 incorporate code review feedback 2019-07-02 13:00:32 -05:00
sirhc808 1f57ba5fec improve physical structure 2019-07-02 12:45:05 -05:00
sirhc808 27d4471cde Merge branch 'ft9_refactor' into feat-refactor
# Conflicts:
#	CMakeLists.txt
#	lib/ft4/getcandidates4.f90
#	lib/ft4/sync4d.f90
2019-07-02 12:06:14 -05:00
sirhc808 ee5d5c8ae9 improve physical structure 2019-07-02 10:19:43 -05:00