Commit Graph

9591 Commits

Author SHA1 Message Date
Joe Taylor
036c612d41 Add and implement menu item "File | Copy main text window to WSJT-X.txt". 2022-08-31 14:27:03 -04:00
Joe Taylor
aea5184a6d Bump the RC number to RC4. 2022-08-31 13:14:32 -04:00
Joe Taylor
9e177a9496 Display Echo-mode 'Level' with two decimal places. 2022-08-31 13:10:56 -04:00
Joe Taylor
1e893ecafd Add column headings to echosim screen output. 2022-08-31 13:10:11 -04:00
Joe Taylor
8f8ee53b6f Make the "Doppler tracking" checkbox sticky. 2022-08-31 11:52:43 -04:00
Joe Taylor
06849ac2ce Change the order of parameters displayed in Echo mode: DF, SNR, dBerr come last. 2022-08-31 11:18:40 -04:00
Joe Taylor
3bb141cfbd Install echosim[.exe] by default (TEMPORARY ?) 2022-08-30 17:51:17 -04:00
Joe Taylor
09c3412aca Better format for echosim file-by-file output to screen. 2022-08-30 15:33:34 -04:00
Joe Taylor
66b90904cf Better orthogonality of Gain and Zero functions in EchoPlot. 2022-08-30 15:23:51 -04:00
Joe Taylor
6e5efdfda2 Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop 2022-08-30 14:58:53 -04:00
Joe Taylor
c81bcfa3ef Modify echosim to use the same Lorentzian model for fspread as used in q65sim. 2022-08-30 14:57:44 -04:00
Joe Taylor
62e5acd82b Ignore the (rare?) failed attempts to write to decoded.txt because it's open for reading. 2022-08-30 12:58:53 -04:00
Joe Taylor
f38f5c0933 Harmless formatting changes. 2022-08-30 12:58:37 -04:00
Uwe Risse
14452cd054 Make HRDTransceiver more robust (seems to reduce the number of program crashes). 2022-08-30 13:42:04 +02:00
Joe Taylor
8cdbea788f Clean up some displayed parameters in Echo mode. 2022-08-29 13:45:29 -04:00
Joe Taylor
5e4bd8ac9f Add initial version of program echosim. 2022-08-29 13:44:46 -04:00
Steven Franke
7db3d80c90 Revert a change that was introduced in commit f84ba8 because it breaks JT9 mode. 2022-08-29 08:48:37 -05:00
Uwe Risse
c8ff0c221e Set VFOB only when split mode is on. Thanks to Mike W9MDB. 2022-08-28 15:39:11 +02:00
Joe Taylor
38e66d4c63 Correct a typo in wsjtx.1.txt. 2022-08-23 10:14:25 -04:00
Uwe Risse
9cb7772c4b Fixed a bug that caused 32-bit WSJTX to always launch the Contest Log window (esp. on Windows 10). 2022-08-20 13:21:06 +02:00
Joe Taylor
ac151875ce Fix an issue with updating of labDXped after changes to special operating mode. 2022-08-18 13:16:23 -04:00
Joe Taylor
91b3829849 Always start Echo mode with Monitor OFF. 2022-08-18 10:42:12 -04:00
Joe Taylor
6126baa8ac RIT control should be enabled only in Echo mode. 2022-08-18 10:32:22 -04:00
Joe Taylor
eee18ba764 When Echo-mode monitoring, don't set xlevel=0 if audio shift is too big. 2022-08-18 09:53:14 -04:00
Joe Taylor
db8ff74c50 Correct a new failure to process echo data read back from disk. 2022-08-17 13:20:00 -04:00
Joe Taylor
45e4599008 Edits to Release Notes and NEWS. 2022-08-17 11:54:54 -04:00
Joe Taylor
f84b42678e Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop 2022-08-17 11:24:17 -04:00
Joe Taylor
d0a6be96e4 More tweaks to Echo mode: call to save_echo_params, no display after last echo transmission. 2022-08-17 11:19:53 -04:00
Joe Taylor
75516e8ce4 Save fspread in .wav file as float, not double. 2022-08-17 10:50:35 -04:00
Joe Taylor
bfb5665c36 Save and restore total Doppler in Echo-mode .wav files, and display that as Doppler. 2022-08-17 09:42:33 -04:00
Joe Taylor
92df1fbd0c Echo mode should default to Doppler method "Own Echo". 2022-08-17 09:06:27 -04:00
Uwe Risse
a483daf985 Add v2.6.0-rc3 NEWS and Release Notes. 2022-08-17 10:12:34 +02:00
Joe Taylor
d08c1e106a Display full Doppler in Echo mode text output, not just the audio shift. 2022-08-16 14:42:22 -04:00
Joe Taylor
a767a7dd1e Fix three minor flaws in Echo mode. 2022-08-16 12:15:08 -04:00
k9an
f683d47f5b Fix a crash caused by calling Reset Cabrillo Log when Active Stations window is not open. Thanks to Mike W9MDB./wsjtx & 2022-08-02 13:52:46 -05:00
k9an
8eec2b58c0 Allow FST4W transmissions on 30m. Ensure that correct frequency is reported to WSPRnet for FST4W decodes when Rx spin box frequency is not 1500 Hz. 2022-08-02 11:57:24 -05:00
Uwe Risse
5b52b30d56 Ensure compatibility with Qt < 5.15. 2022-08-01 10:16:28 +02:00
Joe Taylor
3bdadf247a Protect against using null pointer m_astroWidget. 2022-07-30 13:07:49 -04:00
k9an
7cdb363c8c Merge branch 'echo-mode' into develop 2022-07-30 09:05:09 -05:00
Joe Taylor
9c67aa8182 Remove a diagnostic print statement. 2022-07-30 09:58:50 -04:00
k9an
00f29458b3 Merge branch 'echo-mode' into develop 2022-07-30 08:46:10 -05:00
Joe Taylor
d80146312f Use of small mode buttons requires updating of m_specOp. 2022-07-30 09:22:49 -04:00
Joe Taylor
541aa37c79 Commit the change to the SpecOp enumeration. 2022-07-30 08:25:41 -04:00
Joe Taylor
ca39746dc5 Change the SpecOp enumeration so that FOX=6, HOUND=7, ARRL_DIGI=8. 2022-07-29 15:20:04 -04:00
Joe Taylor
4c4a5fe023 Get UTC from file name when reading Echo-mode .wav files. 2022-07-29 11:38:55 -04:00
Joe Taylor
f46e42e622 Protect against bounds error in avecho when audio up/down shift is too big. 2022-07-29 09:02:06 -04:00
Uwe Risse
b1000ee153 Remove the Tune watchdog. 2022-07-29 11:06:59 +02:00
Joe Taylor
8992bbc16f Write to LU 13 ('decoded.txt') only if it was properly opened. 2022-07-28 11:32:57 -04:00
Joe Taylor
2e82ce4546 Add Doppler to displayed text lines in Echo mode. Enable RIT spinner when DopplerMethod is None. 2022-07-28 11:00:47 -04:00
Joe Taylor
d4ed6785fb WIP toward processing Echo-mode data read from disk. 2022-07-28 08:55:19 -04:00