Commit Graph

9054 Commits

Author SHA1 Message Date
Bill Somerville
595ef8e9db
Repair a long-standing defect that could cause access violations
This was revealed when building with gcc-fortran v11 and using
reference spectrum correction.
2021-10-20 18:00:32 +01:00
Joe Taylor
12efb098bb Fix the problem with q3 decodes when DxCall is compount and DxGrid is present. 2021-10-19 14:43:17 -04:00
Joe Taylor
ef438919e4 Enable q3 decoding for Q65 messages containing a nonstandard callsign. 2021-10-19 11:44:20 -04:00
Joe Taylor
089e0b9ebe Protect against NaN in savg() after switch from Q65 to JT65 mode. 2021-10-19 10:01:47 -04:00
Joe Taylor
226c59982b Fix the calls to unpack77 in q65_decode.f90 so that they set nrx=1. 2021-10-18 13:24:29 -04:00
Joe Taylor
6c3fa97185 Generate the correct Tx2 message for JT65 when one callsign is compound. 2021-10-18 11:44:03 -04:00
Bill Somerville
ece6ebae80
Repair standard message generation using non-standard calls with Q65 2021-10-18 14:32:44 +01:00
Bill Somerville
34753ca613
Repair issue with DE & DX call not being added to hash tables in Q65 2021-10-17 20:26:57 +01:00
Bill Somerville
e92ec7bf9f
Bump revision and update nag message 2021-10-12 13:19:56 +01:00
Bill Somerville
b1c272d7b6
Updated instructions to build portaudio with ASIO support 2021-10-05 19:41:39 +01:00
Joe Taylor
34a6af679a
Tweak Section 10.7 of User Guide to allow display of Wide Graph Controls. 2021-10-05 19:41:39 +01:00
Alex Lelievre
bd8992f6f2
This fixes the problem with gfortran compiler receiving the -Xclang option on Mac when it shouldn't. 2021-10-05 19:41:29 +01:00
Bill Somerville
00eb4d59ca
User Guide update removing 32-bit Intel Linux references 2021-10-05 19:41:18 +01:00
Bill Somerville
f95b59b1cd
Merge branch 'release-2.5.0' 2021-09-26 10:12:42 +01:00
Bill Somerville
c829bcfe27
Description file updates 2021-09-25 20:42:31 +01:00
Bill Somerville
76620d3e32
Release note and readme file updates 2021-09-25 17:06:41 +01:00
Bill Somerville
4cd6665ea3
Release note updates 2021-09-25 11:38:32 +01:00
Bill Somerville
59fbb6181b
Release note updates and release preparation 2021-09-25 11:19:35 +01:00
Bill Somerville
060739aa15
Updated CTY.DAT database, 6-Sept-2021 version, tnx to Jim, AD1C 2021-09-25 10:52:05 +01:00
Bill Somerville
917acbb97f
Ensure that CALL3.TXT is not deleted while updating the file
This is necessary so that symlinks that may be used to share CALL3.TXT
between WSJT-X  instances and with  and MAP65  do not get  broken when
adding new entries in either application.
2021-09-20 17:38:09 +01:00
Joe Taylor
f884f77321 Merge branch 'release-2.5.0' of bitbucket.org:k1jt/wsjtx into release-2.5.0 2021-09-14 14:11:08 -04:00
Joe Taylor
dbb9eca66e Allow msk144sim[.exe] to generate files with length 5, 10, 15, and 30 s. 2021-09-14 14:09:54 -04:00
Bill Somerville
c764a5305e
Remove a, hopefully, unnecessary unconditional CAT frequency set
this frequency  set was  causing CAT command  rejections on  some Icom
rigs when  using WSPR  auto tune-up with  the rig's  built-in auto-ATU
anabled.    The  issue   relates  to   a  PTT-set,   tune,  PTT-reset,
set-frequency sequence where  the rig's ATU is still  tuning while the
PTT is reset.  Since this should  only happen in WSPR mode where split
operating is not used it should resolve the issue.
2021-09-11 12:58:48 +01:00
Bill Somerville
d41c0bc432
Bump RC # 2021-09-07 20:13:08 +01:00
Joe Taylor
df9f7cc500 Fix MAP65's generation of Tx3 message for abs(SNR)< 10. 2021-09-06 11:11:40 -04:00
Joe Taylor
6b9cdd0071 Allow mapsim to generate SNRs greater than 0.0 dB. 2021-09-06 11:10:41 -04:00
Bill Somerville
2f24d0b47c
Merge branch 'release-2.5.0' 2021-09-04 23:56:22 +01:00
Bill Somerville
71ac45ab6e
Release note update 2021-09-04 23:50:50 +01:00
Bill Somerville
7c655c07cd
Release note updates 2021-09-04 23:49:03 +01:00
Bill Somerville
575af62f24
Updated CTY database, 31-Aug-2021 Big CTY, tnx Jim, AD1C 2021-09-04 23:45:30 +01:00
Bill Somerville
f22d501607
Repair inconsistent Spanish translation (TX 1 button label) 2021-09-04 11:51:19 +01:00
Bill Somerville
b3708f43e7
Updated Chinese and Hong Kong translations, tnx Sze-To, VR2UPU 2021-09-04 11:15:20 +01:00
Bill Somerville
a926476402
Release note updates 2021-09-03 19:13:44 +01:00
Bill Somerville
201c646bc5
Merge branch 'feat-Q65-special-ops' into release-2.5.0 2021-09-03 17:24:50 +01:00
Bill Somerville
b5a55fe615
Merge branch 'release-2.5.0' into feat-Q65-special-ops 2021-08-29 09:04:35 +01:00
Bill Somerville
a886cee8b9
Repair a regression that disabled WSPR band hopping with Tx % eq 0 2021-08-28 19:00:42 +01:00
Joe Taylor
419ccc8dab Merge branch 'release-2.5.0' of bitbucket.org:k1jt/wsjtx into release-2.5.0 2021-08-25 10:05:25 -04:00
Bill Somerville
8794bad146
Use local 8-bit strings for paths passed to Fortran
By using  the local 8-bit character  set we can allow  local non-ASCII
characters in file paths, for example user account names on MS Windows
with characters in the default code page.
2021-08-22 13:24:03 +01:00
Bill Somerville
5bf8ba4f55
Consistent behaviour with respect to prompt to log and auto log 2021-08-18 13:38:49 +01:00
Bill Somerville
87d4ee6fa1
Make Q65 mode consistent with other slow modes with contest ops 2021-08-17 22:40:40 +01:00
Steven Franke
c40225aa1e Another change to make Q65 autosequencing work the same way as FT8. 2021-08-16 08:18:01 -05:00
Bill Somerville
84ebec424a
Support for contest operating in Q65 mode 2021-08-15 23:22:45 +01:00
Steven Franke
8cbf31ebdf Ensure that tx1 and txb1 are properly enabled/disabled when changing special operating activity. 2021-08-14 11:41:41 -05:00
Bill Somerville
82e3949b8b
Repair a file handle leak in wsprd 2021-08-11 11:19:28 +01:00
Joe Taylor
d3b079c425 Minor updates to Release_Notes.txt. 2021-08-05 11:04:49 -04:00
Bill Somerville
d13a5d04e8
Bump RC number 2021-08-05 15:31:05 +01:00
Bill Somerville
4030b0bd0c
Merge branch 'release-2.5.0' 2021-08-05 00:42:17 +01:00
Bill Somerville
7506fefe80
Updated CTY database, Big CTY 4-Aug-2021, tnx to Jim, AD1C 2021-08-05 00:10:52 +01:00
Bill Somerville
0cdde4ea6d
Release note updates 2021-08-05 00:08:57 +01:00
Joe Taylor
f11b38fb28 Suppressed duplicate decodes must also be at the same frequency. 2021-08-04 16:02:15 -04:00