Commit Graph

153 Commits

Author SHA1 Message Date
Joe Taylor e49e80ffb7 Enable the "TU; ..." message in FT4 mode. 2019-04-03 13:15:23 -04:00
Joe Taylor 5aba83b9df Fix another minor FT4 flaw. 2019-04-03 11:49:39 -04:00
Joe Taylor f24d45cb17 Fix a flaw in FT4 auto-sequencing. 2019-04-03 11:13:47 -04:00
Joe Taylor 6ea9f4990d Several tweaks to FT4 simulation and decoding procedures. Now -0.5 < DT < 0.5 2019-04-03 10:13:50 -04:00
Joe Taylor 013c06b6ca Fix a probmel with decoding FT4 from .wav files. 2019-04-03 09:25:32 -04:00
Joe Taylor c8dae29425 Synchronized FT4 auto-sequencing now works. 2019-04-02 13:27:55 -04:00
Joe Taylor 181e5c7b9d Remove unused code left over from asynchronous FT4 mode. 2019-04-02 13:16:06 -04:00
Joe Taylor d579e5973e Correct the size of saved FT4 .wav files. 2019-04-02 13:04:40 -04:00
Joe Taylor fd239d9c07 Clean up some timing issues with time-synchronized FT4. 2019-04-02 11:39:28 -04:00
Joe Taylor 888b5fee28 Make "Tx 1st/Even" visible in FT4 mode. 2019-04-01 14:40:16 -04:00
Joe Taylor e0d4c94cc1 Some very basic functionality for time-synchronized FT4. 2019-04-01 14:23:10 -04:00
Steve Franke 68308e23aa FT8: Tx waveform will now change (after a short delay) if Tx message is changed after a transmission has started. 2019-03-29 15:30:50 -05:00
Joe Taylor e3d4a1c3a6 FT4: double-click on a yellow Tx mesage causes re-sending that message. 2019-03-28 13:08:43 -04:00
Joe Taylor e4ebddcf13 When Tx1 entry is disabled, Tx1 button should also be disabled. 2019-03-28 10:41:56 -04:00
Joe Taylor 1da4809e1b Do not disable double-clicking when m_inQSOwith is populated. (Correct???) 2019-03-28 09:41:38 -04:00
Joe Taylor e571349c69 In FT4 mode, let the Tx# buttons start a transmission. 2019-03-28 09:30:26 -04:00
Joe Taylor 665dbd0f78 With Alternate F1-F5 checked, let Ctrl+F1 send the message in Tx1. 2019-03-22 13:52:06 -04:00
Joe Taylor e38091705b In FT4 mode, let F11 and F12 move Tx freq by +/- 120 Hz. 2019-03-22 10:57:09 -04:00
Joe Taylor 974cf50e16 Red label (ui->labDXped) should disappear in FT4 modeif we leave all contest modes. 2019-03-22 09:24:52 -04:00
Joe Taylor 2f0ff14134 Enable NA_VHF contest messages in FT4 mode. 2019-03-22 08:49:22 -04:00
Joe Taylor e2db793b5d Don't save .wav files in FT4 mode unless SaveAll is checked. 2019-03-22 08:20:19 -04:00
Joe Taylor 212e4a3c07 Add a timeout message for what will become v2.1.0-rc1. 2019-03-21 12:36:38 -04:00
Joe Taylor ffb6d3624f In FT4 mode, display only "for us" and Tx messages in right window. 2019-03-21 09:33:37 -04:00
Joe Taylor 3a6e26d645 Clean up the FT4 logic for setting status of labDXped, cbAutoSeq, cbFirst. 2019-03-14 12:03:07 -04:00
Joe Taylor 6a2effcfc6 In FT4 mode, Tx4 is now hardwired to the 'RR73' message. 2019-03-13 13:59:41 -04:00
Joe Taylor e150d003d6 Fix an inforrect constant in ft4_rx() that skipped over first 0.208 s of Rx data. 2019-03-13 10:31:23 -04:00
Joe Taylor e9a999cda1 Use the "TU; ..." message when starting another FT4 QSO almost right away. 2019-03-12 11:09:49 -04:00
Steve Franke 7a0823301a Remove some temporary code. 2019-03-09 10:03:01 -06:00
Joe Taylor 69675153a7 FT4 sequencing seems OK now (but needs thorough testing). No "TU;" msgs yet. 2019-03-07 14:36:58 -05:00
Joe Taylor 87826d1a6c Clean up some FT4 code. 2019-03-07 11:21:17 -05:00
Joe Taylor ff0b6a03a4 Merge branch 'feat-ft2' of bitbucket.org:k1jt/wsjtx into feat-ft2 2019-03-05 09:22:08 -05:00
Steve Franke d7012267c0 CQ message type strings are now passed from mainwindow.cpp to ft4_decode.f90, to enable AP decoding of special CQ messages. 2019-03-04 17:10:57 -06:00
Joe Taylor 89cffbc959 Move the call to processMessage() to correct place in ft4Data(). 2019-03-04 10:11:55 -05:00
Joe Taylor 871ff3892b Use "CQ SCC ..." for Tx6 message if RTTY RU Exch = SCC. 2019-02-28 11:42:28 -05:00
Joe Taylor 6b5131ab5e Trial changes to support messages for Slovenian Contest Club's RTTY-like contest. 2019-02-28 11:21:06 -05:00
Bill Somerville 278c544a6a Merge branch 'develop' into feat-ft2 2019-02-26 11:52:14 +00:00
Steve Franke fdca7c2dcb Merge branch 'feat-ft2' of bitbucket.org:k1jt/wsjtx into feat-ft2 2019-02-25 15:03:55 -06:00
Steve Franke 3759198982 Remove ramp-up and ramp-down symbols. Instead, shape the first 1/8th of first and last real symbols. 2019-02-25 15:03:43 -06:00
Joe Taylor fdfb655b06 Option to select "Low sidelobes" or "Most sensitive" for waterfall spectra. 2019-02-25 15:04:05 -05:00
Bill Somerville ad75db3e06 Merge tag 'wsjtx-2.0.1' into develop
WSJT-X v2.0.1 GA release
2019-02-25 03:15:56 +00:00
Bill Somerville c60fbc11b6 Fix samples CMake script and update NEWS and copyright dates
Preparation for v2.0.1 GA release.
2019-02-25 03:07:51 +00:00
Bill Somerville a12e71f352 Merge branch 'master' into develop 2019-02-25 00:44:58 +00:00
Joe Taylor 25bfa3798a Transmit FT8 using a gaussian-filtered waveform. 2019-02-22 13:39:39 -05:00
Joe Taylor aeddaeab9e FT4 now transmits a waveform generated from Gaussian-filtered frequency changes. 2019-02-21 12:10:27 -05:00
Joe Taylor 57a20f838f Remove the code that builds an ADIF file from FoxQSO.txt. 2019-02-21 10:24:58 -05:00
Joe Taylor d5a1671210 FT4 decoding interval is now 288 ms. Saving of FT4 files is somewhat rationalized. 2019-02-21 10:08:18 -05:00
Bill Somerville fd7bca080a Revert to direct Log QSO invocation rather than deferred for Fox logging
Deferring using a 0mS timer does not work for Fox logging as it may be
invoked  more  than   once  in  a  loop  when   multiple  streams  are
active.  This change  directly  calls the  logging member  function(s)
inside the message processing loop.

This change  was initially  made because  an unhelpful  database query
order along with a need to display the latest logged QSO at the bottom
of the  Fox log table view  was causing GUI unresponsiveness  when the
Fox log table had many rows.  The current implementation shows the Fox
log table view in descending time  order with the latest logged QSO at
the top  which avoids this  unresponsiveness issue (tested with  a Fox
log table with over 15,000 rows).
2019-02-20 19:40:36 +00:00
Joe Taylor f1e7b0c30a Add (temporary?) code for converting FoxQSO.txt to an ADIF log. 2019-02-20 10:43:30 -05:00
Joe Taylor c2cb55a68a Reduce FT4 chunk size fro 500 to 288 ms; suppress duplicate decodes from close to chunk ends. 2019-02-13 14:42:57 -05:00
Bill Somerville 8a1ff9e1a3 Reset QSO start time when aborting a QSO or clearing messages (ESC and F4) 2019-02-13 18:47:31 +00:00