Commit Graph

4933 Commits

Author SHA1 Message Date
Steve Franke fce13d2a82 This change allows Esc or F4 to clear the messages when a Next caller is queued up. 2018-10-28 14:25:34 -05:00
Steve Franke 0c3b4c173e Reset starting tab number to 0 for Configuration.ui. 2018-10-28 09:28:53 -05:00
Steve Franke 13449d6099 Fix a typo that was preventing Tx Messages from being printed to righthand window. 2018-10-27 22:23:29 -05:00
Steve Franke fe44bc6201 Reject standard messages with CQ and a Roger or CQ and a report. 2018-10-27 20:58:49 -05:00
Steve Franke 98c9810fba Fix a typo that prevented Hound mode from being invoked. 2018-10-27 18:06:50 -05:00
Steve Franke 9baa8c755d Change Fox/Hound checkboxes to radio buttons and move them into the same group box as the other contest radio buttons.
Make the group box checkable and the radio buttons mutually exclusive.
Prevent switch from any other mode to MSK144 and put up an error box if the contest radio button setting is not allowed for MSK144.
If currently in MSK144 mode and an invalid contest type is selected, put up an error box and change mode to FT8 where any contest type is allowed.
2018-10-27 17:21:29 -05:00
Bill Somerville 5f37525db4 Fix a compiler error from a rather picky clang++ 2018-10-26 17:30:58 +01:00
Bill Somerville baed81d057 Fix a compiler error with a missing member function return type 2018-10-26 16:51:54 +01:00
Bill Somerville e575cdd11b Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4 2018-10-26 03:28:14 +01:00
Bill Somerville 1ff4d53f05 Take advantage of the rest of the AD1C cty.dat info for highlighting
Highlighting for new continent, CQ  zone, and ITU zone added. Includes
a new class to manage the AD1C cty.dat database in memory.
2018-10-26 03:24:36 +01:00
Steve Franke 2098a65fe4 Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4 2018-10-25 16:39:45 -05:00
Steve Franke 87b97039b6 Remove a small bias in Watterson channel simulator channel amplitude. 2018-10-25 16:39:17 -05:00
Bill Somerville dc3e62d499 Clear block background colour when starting a new decode window line 2018-10-25 10:31:23 +01:00
Bill Somerville 8215f3412b Priorities for decoded message highlighting and new worked before internal database
Settings option to highlight not worked before entities/grids/calls by
mode. Fix issues with highlighting  decodes and generally refactor the
internal  workings  of  ADIF  and  QSO  recording  for  worked  before
detection.
2018-10-25 00:00:19 +01:00
Bill Somerville c6a3b9a170 Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4 2018-10-23 19:07:42 +01:00
Joe Taylor 50ff8d3498 Don't allow Fox of Hound to use Ctrl+E or Shift+E to change Tx sequence. 2018-10-23 08:37:55 -04:00
Bill Somerville fd0a056726 Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4 2018-10-22 12:55:35 +01:00
Joe Taylor 68d3cab1d7 Don't need parse77() any more, so remove it. 2018-10-21 16:04:57 -04:00
Joe Taylor 60d6942cbe First cut at removing from GUI anything to do with legacy FT8 mode.
Note that calls to Fortran routines have not been changed.
2018-10-21 14:18:46 -04:00
Steve Franke 096a459ae8 Make sure that msksignalquality is not called on Sh decodes to avoid contamination of recent_calls array and resulting poor SWL performance in MSK144 mode. 2018-10-20 13:55:02 -05:00
Steve Franke dea35fbf56 Tweak msk144sim output. 2018-10-20 10:16:17 -05:00
Joe Taylor da02f7055f Ont more try at getting the autogenerated messages right for nonstandard calls. 2018-10-19 21:50:09 -04:00
Joe Taylor 2815a7c1b9 Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4 2018-10-19 21:17:01 -04:00
Joe Taylor bc0cb1f750 Update the keyboard shortcuts. 2018-10-19 21:16:25 -04:00
Steve Franke a69e765a07 Forgot to add msk144d.f90. 2018-10-19 19:48:20 -05:00
Steve Franke 17ed242878 Minor tweak - make program name the same as file name. 2018-10-19 19:45:38 -05:00
Steve Franke 6483e80c35 Make msk144code work. Rename msk144d2 to msk144d and make it work too. 2018-10-19 19:42:31 -05:00
Steve Franke 0df09b1d2d Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4 2018-10-19 16:52:08 -05:00
Steve Franke d0f0d420a9 Convert ft8sim.f90 to use 77bit messages. Remove ft8sim2.f90. 2018-10-19 16:52:00 -05:00
Joe Taylor 5fb83140ac Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4 2018-10-19 17:47:36 -04:00
Joe Taylor 64b2d85f44 Disble Ctrl+A. ESC now stops Tx, aborts QSO, and clears the nextCall queue. 2018-10-19 17:45:53 -04:00
Steve Franke fffa692ac5 Convert ft8code to 77bit messages. 2018-10-19 16:36:32 -05:00
Bill Somerville e4f87db722 Merge commit 'edd0930758f2177025d50dd655514f1ce64bb903' into hotfix-2.0.0-rc4 2018-10-19 02:58:35 +01:00
Bill Somerville edd0930758 Squashed 'boost/' changes from b4feb19f2..d9443bc48
d9443bc48 Add the multi_index, intrusive and date_time libraries

git-subtree-dir: boost
git-subtree-split: d9443bc4849970cd15c886aae652bb3fcd8e1c6e
2018-10-19 02:58:34 +01:00
Bill Somerville 6d25c45d9f Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4 2018-10-18 21:13:54 +01:00
Bill Somerville 088e2ce69e First attempt at decode huighlighting priorities
Drag'n'drop highligting items in "Settings->Colors" to set priorities,
higher up is higher priority.  The default priorities and colours have
been changed to give a reasonable starting configuration.
2018-10-18 21:11:39 +01:00
Joe Taylor a65930ea93 Ctrl+A now aborts a QSO and selects Tx6. Should more be done? 2018-10-18 15:45:16 -04:00
Joe Taylor 52bb594ff8 Make sure that fox-and-contest log is displayed when using contest messages. 2018-10-18 15:23:30 -04:00
Bill Somerville 55daa1db7f New DXCC highlighting is possible again 2018-10-18 19:32:54 +01:00
Joe Taylor 355d2f5b15 Don't allow switch to MSK144 if m_Ncontest > 2. 2018-10-18 13:24:07 -04:00
Joe Taylor 96e589e8b1 Fix the bug with people calling CR140AA with invalid Tx1 message. 2018-10-18 11:44:51 -04:00
Joe Taylor e57f5cfbc4 Enable Tx1 when m_nContest is changed. 2018-10-18 10:05:24 -04:00
k9an 6bb23dbe4d Comment out debug write to lun 81. 2018-10-17 19:17:04 -05:00
Bill Somerville 2a56a19677 Avoid redirect loops with no OpenSSL support
Only force http scheme on initial fetch attempt if no suitable OpenSSL
support is installed, also give a more meaningful error message when a
redirect to  an https scheme URL  when no suitable OpenSSL  support is
installed.
2018-10-17 22:31:10 +01:00
Bill Somerville d3bc15b781 Bump RC number 2018-10-17 14:54:37 +01:00
Bill Somerville edf5cab377 Merge branch 'master' into develop 2018-10-17 04:22:32 +01:00
Bill Somerville 8a1244b377 Fix typo in UI Designer promoted class header name 2018-10-17 04:18:53 +01:00
Bill Somerville e3f4efefe6 Merge tag 'wsjtx-2.0.0-rc3' into develop
Tagging the WSJT-X v2.0.0-rc3 release
2018-10-17 01:04:00 +01:00
Bill Somerville 388fb94698 Merge branch 'hotfix-2.0.0-rc3' 2018-10-17 00:40:15 +01:00
Bill Somerville 9122bf505a Merge branch 'hotfix-2.0.0-rc3' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc3 2018-10-17 00:34:27 +01:00