Commit Graph

927 Commits

Author SHA1 Message Date
Uwe Risse
8545cdb96d Change QThread from HighPriority to TimeCriticalPriority 2022-01-23 09:19:28 +01:00
Uwe Risse
fde103da2d Revert "Fix the dropped audio problems on Windows"
This reverts commit 194ad5c7b4.
2022-01-23 09:14:39 +01:00
Uwe Risse
194ad5c7b4 Fix the dropped audio problems on Windows 2022-01-22 09:43:15 +01:00
Uwe Risse
5c09e55351 Correct highlighting of messages with myCall and 73 2022-01-21 16:49:03 +01:00
Uwe Risse
4b6886cdd0 Add options to the writing of ALL.TXT 2022-01-18 17:10:41 +01:00
Uwe Risse
151f0f0ab3 Set Tune watchdog to 120 seconds 2022-01-18 10:18:10 +01:00
Uwe Risse
3a765e3b12 Add optional highlighting of messages with 73 or RR73 2022-01-11 14:35:15 +01:00
Uwe Risse
947ab4eb25 Add features Highlight DX Call / DX Grid and Clear DX Call / DX Grid after QSO 2022-01-11 10:51:48 +01:00
Uwe Risse
fb4eb56508 Minor tooltip cleanup 2022-01-10 20:16:54 +01:00
Uwe Risse
11b23ae9cd A more balanced stretching 2022-01-10 19:59:28 +01:00
Uwe Risse
d992c9bbaf Correct layoutColumnStretch 2022-01-10 15:30:22 +01:00
Uwe Risse
39b63f4190 Add mode buttons to the mainwindow 2022-01-10 13:54:48 +01:00
Uwe Risse
9ffa81e59a Add tune watchdog (60s) 2022-01-10 11:26:03 +01:00
Uwe Risse
96974e0537 Prevent self spotting when running multiple instances 2022-01-10 11:20:55 +01:00
Uwe Risse
204672375b Fix the nonstandard callsign bug in v.2.5.3 2021-12-28 10:11:57 +01:00
Uwe Risse
7e8a405dc6 Revert "Fix the nonstandard callsign bug in v2.5.3."
This reverts commit b68c544ef7.
2021-12-28 10:08:48 +01:00
Joe Taylor
b68c544ef7 Fix the nonstandard callsign bug in v2.5.3. 2021-12-27 12:26:22 -05:00
Joe Taylor
f66858a813 Add a G4WJS memorial to the About window. 2021-12-07 10:11:09 -05:00
Joe Taylor
e1928f3206 Add ;$ characters to message_alphabet in Configuration.cpp; move $ to end in same regexp in mainwindow.cpp. 2021-12-06 16:00:28 -05:00
Joe Taylor
43c0752140 Add the $DXCALL macro capability. 2021-12-06 11:12:10 -05:00
Bill Somerville
d541286ba2
Repair a defect in reporting low confidence decodes & assoc issues 2021-11-10 10:55:22 +00:00
Joe Taylor
56ca761ac9 Make "Fast/Normal/Deep" a sticky setting in Q65 mode. 2021-11-01 14:12:32 -04:00
Bill Somerville
1205acb7e0
Remove unnecessary 30 character limit if TxN line edits 2021-10-30 16:08:18 +01:00
Bill Somerville
488c42b8a2
Parse "dx-call-1 RR73; dx-call-2 <de-call> +nn" messages in regular modes 2021-10-29 22:27:32 +01:00
Bill Somerville
356bc10d84
Repair long-standing regression where tail-ended Tx2 reports missed 2021-10-23 23:54:36 +01:00
Bill Somerville
a7e662f227
More UI width fine tuning for macOS 2021-10-23 01:12:24 +01:00
Bill Somerville
d9bdac6bd1
Fine tuning main window width for macOS 2021-10-23 00:37:14 +01:00
Bill Somerville
ffe11cbb81
Repair excess main window width regression 2021-10-23 00:01:50 +01:00
Bill Somerville
634943b6cf
Improve UI horizontal stretch behaviour 2021-10-21 15:16:45 +01:00
Bill Somerville
7c93215c50
User Guide updates and new contributor acknowledgement 2021-10-21 15:15:02 +01:00
Bill Somerville
d732537b59
Release prep 2021-10-21 00:43:01 +01: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
e92ec7bf9f
Bump revision and update nag message 2021-10-12 13:19:56 +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
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
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
Joe Taylor
ff5ce6ac0b Fix a typo. 2021-07-30 19:35:16 -04:00
Joe Taylor
3523d12940 Merge branch 'release-2.5.0' of bitbucket.org:k1jt/wsjtx into release-2.5.0 2021-07-30 15:55:26 -04:00
Joe Taylor
2b42df4809 Correct a flaw in selecting Tx# after double-clicking on a decode in JT65 mode, when contest messages are selected. 2021-07-30 15:53:47 -04:00
Bill Somerville
5446d86ff3
Merge branch 'release-2.5.0' of bitbucket.org:k1jt/wsjtx into release-2.5.0 2021-07-30 20:36:55 +01:00
Bill Somerville
293f77d45d
Move RC expiry date 2021-07-30 20:26:39 +01:00
Joe Taylor
2304f5dce3 Allow use of NA VHF, EU VHF, and Field Day messages and sequencing in Q65 mode. 2021-07-30 15:25:42 -04:00
Joe Taylor
30286b2261 Remove more vestiges of JT9+JT65 mode. 2021-07-19 09:38:06 -04:00