Commit Graph

4893 Commits

Author SHA1 Message Date
Joe Taylor d8f7354c0e Make fmtmsg aware of both message sizes, 22 and 37 chars. 2018-12-05 08:19:59 -05:00
Joe Taylor 6517adbfbc A few more updates tothe User Guide, making it "minimally acceptable" for the GA release of v2.0. 2018-12-04 15:05:47 -05:00
Joe Taylor e9aebea074 Updates to User Guide for v2.0. Mostly done up through Section 11. 2018-12-04 14:34:08 -05:00
Joe Taylor 007e75c85e Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6 2018-12-04 08:57:48 -05:00
Bill Somerville 49b1a5ac62 ARRL RTTY Roundup rules require AK and HI residents to be DX and send serial numbers 2018-12-03 21:31:01 +00:00
Joe Taylor 57594803b9 Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6 2018-12-03 13:12:45 -05:00
Steve Franke 42abe18173 Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6 2018-12-03 07:19:36 -06:00
Steve Franke 6fc27d550d Fix an egregious bug and another not-so-egregious bug. The egregious bug prevented decodes of most signals with negative DT. 2018-12-03 07:18:52 -06:00
Bill Somerville 025a0161f8 Add special operation mode enumeration to UDP status message
Also  updated  the  message_aggregator UDP  reference  application  to
exercise this field.
2018-12-02 23:19:08 +00:00
Bill Somerville 4360a5b674 Add tool tip for rescan ADIF log button
Also removed the  tool tip for the  settings main tab widget  as it is
confusing when it gets inherited by children with no tool tip.
2018-12-02 16:07:46 +00:00
Bill Somerville 43edd81a8b Include seconds in datebase field date/time item delegate editor 2018-12-02 15:31:22 +00:00
Bill Somerville 59fc83455d Add contest exchange send and received fields to UDP logged QSO message
Updated  message_aggregator and  udp_daemon reference  applications to
exercise this change.
2018-12-02 10:09:37 -05:00
Bill Somerville fdb59cf6e9 Fix a cardinality issue in the contest and Fox log windows for the Band column
Foreign  key  relationship  with  the Bands  model  should  have  been
many-to-many instead of one-to-many.
2018-12-02 03:37:56 +00:00
Bill Somerville d5c59e51c1 Ensure that pending log table edits do not lock out adding new QSOs
Pending edits are  now discarded when adding a new  log contest or Fox
log record.  Also switch to commit  on fields change edit  strategy so
there should be no pending edits now anyway.
2018-12-02 02:30:32 +00:00
Bill Somerville dac6a2cc26 More relaxed validation for FD exchange and fix up to uppercase 2018-12-02 01:23:20 +00:00
Bill Somerville 94bbe52c73 Fixes several QDateTime time spec issues that effected contest logs and Cabrillo exports 2018-12-01 13:16:57 -05:00
Steve Franke 42d68ff84e Add frequency drift (Hz/min) option to jt65sim. 2018-12-01 09:17:58 -06:00
Bill Somerville 6bb1e6ac22 Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6 2018-11-30 21:51:30 +00:00
Bill Somerville cb782c3d19 Fix invalid member function pointer reference 2018-11-30 21:50:44 +00:00
Joe Taylor d08ee43fc6 Set m_mode_Tx="JT9" when mode is switched to JT9. 2018-11-30 15:52:11 -05:00
Steve Franke c612efeec1 Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6 2018-11-30 13:47:00 -06:00
Steve Franke df37d9b1f7 Remove cqhund stuff and some other unused code. 2018-11-30 13:46:54 -06:00
Joe Taylor 9b2771e97a Revert "Fix a typo."
This reverts commit 2c9ce10020.
2018-11-30 14:34:17 -05:00
Joe Taylor 9785fb9a90 Revert "Don't allow divide-by-0 for pathological JT4 signal."
This reverts commit 038405bc1e.
2018-11-30 14:34:14 -05:00
Joe Taylor 56a52fa7a4 Revert "Protect against negative ccfred() value in sync4."
This reverts commit 72d3e6f6b0.
2018-11-30 14:33:49 -05:00
Joe Taylor d857f7745c Revert "Trial code for assigning F1 - F5 to contesting use."
This reverts commit c8aee58fe0.
2018-11-30 12:20:06 -05:00
Joe Taylor 53c458a42c Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6 2018-11-30 11:51:34 -05:00
Joe Taylor c8aee58fe0 Trial code for assigning F1 - F5 to contesting use. 2018-11-30 11:50:44 -05:00
Bill Somerville e7673d7c0e Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6 2018-11-30 16:27:58 +00:00
Bill Somerville cf6311e007 Scan ADIF log asynchronously and new settings button to rescan ADIF log 2018-11-30 16:26:46 +00:00
Bill Somerville fca4cccfc4 Make sure T/R period progress bar doesn't obscure temporary status messages 2018-11-30 16:03:20 +00:00
Joe Taylor f0feefcfc4 Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6 2018-11-30 08:57:33 -05:00
Steve Franke 2b0f7a74e7 Remove a diagnostic write statement. 2018-11-29 11:18:48 -06:00
Steve Franke 9c8fc17ecc Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6 2018-11-29 10:34:33 -06:00
Steve Franke 9cebf3a540 Discourage jt65sim from crashing when 11025 sample rate is selected. 2018-11-29 10:34:27 -06:00
Joe Taylor 1fda18108c Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6 2018-11-29 09:07:35 -05:00
Bill Somerville 7113d58fb9 Use the QSO end time from the Log QSO dialog for the contest log records 2018-11-29 02:31:08 +00:00
Bill Somerville e5b17e270c Improved decode highlighting
Add  "Settings->Colors->Decode Highlighting"  context menu  buttons to
unset b/g  and f/g colours.  Add colour value  as #rrggbb or  unset in
text  to list  items.  Improved colour  assignment  to decodes  giving
better and more intuitive behaviour.
2018-11-29 01:03:44 +00:00
Bill Somerville 4b4f65eb9f More robust handling of imported ADIF records
Some logging  applications export the  BAND ADIF field  with uppercase
characters. This  change makes  sure that  the internal  worked before
lookup indexes use uppercase throughout when fields that can come from
external sources are stored.
2018-11-29 00:56:53 +00:00
Steve Franke 5741407070 Enable jt65sim to simulate the shorthand messages RO,RRR, and 73 2018-11-28 16:04:01 -06:00
Joe Taylor cd56c2a840 Improved wording and formatting of startup message. 2018-11-28 09:20:43 -05:00
Joe Taylor 9bf2d9a553 Make sure that m_modeTx="JT65" when switching to JT65 mode. 2018-11-27 16:04:21 -05:00
Joe Taylor 461b87f047 Minor improvement in code that checks for bad FT8 messages. 2018-11-27 15:34:01 -05:00
Joe Taylor 9e74125799 Don't allow an illegal message to crash routine genft8(). 2018-11-27 15:26:24 -05:00
Joe Taylor 56f91cfcbb Message with RR73 is not permissible in MSK144 with Sh enabled. 2018-11-27 15:06:56 -05:00
Bill Somerville dff9e3c2b2 Bump RC number 2018-11-27 19:58:34 +00:00
Bill Somerville ce0ca8c053 Updates to the Mac installer DMG ReadMe.txt file covering Mojave mic privacy settings
Thanks to John, G4KLA, for this contribution.
2018-11-27 12:40:56 +00:00
Bill Somerville 1efd8004bd Updated release notes relevant to v2.0.0 RC5 2018-11-26 17:15:49 +00:00
Bill Somerville 737d2f2bc6 Merge branch 'hotfix-2.0.0-rc5' 2018-11-26 15:27:27 +00:00
Joe Taylor cd8721f7e5 Update the Release Notes for RC5. 2018-11-26 10:21:18 -05:00