Uwe Risse
22b580af56
Use the sixth mode button for JT65 instead of FST4.
2022-01-30 17:40:26 +01:00
Uwe Risse
39b63f4190
Add mode buttons to the mainwindow
2022-01-10 13:54:48 +01:00
Joe Taylor
43c0752140
Add the $DXCALL macro capability.
2021-12-06 11:12:10 -05: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
37bbcbc7cf
Repair a long-standing defect with 72-bit modes message generation
...
This defect caused source messages to be incorrectly generated when
using a compound callsign.
This repair also fixes some issues with Q65 mode related to source
message generation.
2021-06-27 16:45:33 +01:00
Joe Taylor
e3de62152d
No need for m_s6 to be a member variable. Use a local s6 instead.
2021-06-10 16:34:05 -04:00
Joe Taylor
5492b82bde
No need for m_nseq to be a member variable. Use a local nseq instead.
2021-06-10 16:30:03 -04:00
Joe Taylor
83758c40da
Remove all remaining references to m_modeTx. We no longer support dual-mode operation, so it's not needed.
2021-06-10 15:20:36 -04:00
Joe Taylor
d3782d7d00
Correct the function name.
2021-05-31 16:19:29 -04:00
Joe Taylor
76de6ac299
Add MaxDrift tooltip. Add Quick-Start Guide for WSJT-X 2.5.0 & MAP65 3.0 to Help menu.
2021-05-31 16:07:49 -04:00
Bill Somerville
f3cb1d76c0
Repair a long standing defect with per band Tune & Tx power levels
2021-04-22 23:05:07 +01:00
Joe Taylor
314a506d51
Remove ISCAT mode.
2021-03-03 11:50:34 -05:00
Joe Taylor
b1c41932b1
Another try at keeping signal report constant within a QSO.
2021-02-06 13:01:28 -05:00
Joe Taylor
2f4cf2f406
Revert "Tentative fix to keep the transmitted signal report constant during a QSO. Please test!"
...
This reverts commit 70f460355b
.
2021-02-06 12:12:20 -05:00
Joe Taylor
70f460355b
Tentative fix to keep the transmitted signal report constant during a QSO. Please test!
2021-02-05 16:16:53 -05:00
Joe Taylor
1f9eeb52cc
Add user option for Auto_Clear_Avg after a decode.
2021-01-15 14:12:52 -05:00
Joe Taylor
044aa80dc4
Remove all vestiges of the QRA64 mode. It has been replaced by Q65.
2020-12-21 15:07:53 -05:00
Bill Somerville
c9f9c1d7c8
Merge branch 'develop' into feat-fst280
2020-12-07 20:43:28 +00:00
Bill Somerville
60792182ad
Environment variables to set audio buffer sizes and fix Windows Rx timing
...
The two environment variables:
WSJT_RX_AUDIO_BUFFER_FRAMES
WSJT_TX_AUDIO_BUFFER_FRAMES
each can be defined to an integer number which will be used as the
suggested audio buffer size for Rx and Tx respectively. Not setting
the variable or setting it to zero or less will cause the default
buffer size to be used, which should be a good choice for most, if not
all, systems.
2020-12-07 20:34:56 +00:00
Bill Somerville
3d9a099fce
Reinstate changes that were reverted from commit df2daf6
...
Changes were moved aside to simplify a big merge commit with many
conflicts.
2020-12-07 00:18:52 +00:00
Bill Somerville
2964bc6295
Merge branch 'develop' into feat-fst280
2020-12-06 22:27:07 +00:00
Bill Somerville
f290cec93b
Revert "Remove JT9+JT65 mode. Remove labNextCall. Tighten up central array of GUI controls."
...
This reverts commit df2daf60bd
.
2020-12-06 17:51:06 +00:00
Bill Somerville
50d0543c03
Test version with environment variable to set Tx audio buffer size
...
WSJT_TX_AUDIO_BUFFER_FRAMES takes the following values:
-1 - use Qt/system default
0 - use 200 mS (WSJT-X default)
+ve integer - value is number of frames at 48 kHz
-1 is likely to be a good choice on Windows and may macOS. 0 has
proven to be good on Windows. On Linux 0 may be OK but we need to try
other values.
The value is only a hint, the actual value used along with the period
size (the size of each chunk of samples requested by the system) is
printed in an info level diagnostic message at the start of each
transmission.
2020-12-03 01:49:21 +00:00
Bill Somerville
3663b3ea32
MultiGeometryWidget template class abstracts window geometry changes
2020-11-27 01:14:12 +00:00
Joe Taylor
abe06e5dbb
Access Q65 Quick-Start Guide from Help menu.
2020-11-17 10:46:20 -05:00
Joe Taylor
df2daf60bd
Remove JT9+JT65 mode. Remove labNextCall. Tighten up central array of GUI controls.
2020-11-16 10:06:10 -05:00
Bill Somerville
9ea903b259
Merge branch 'develop' into feat-boost-log
2020-11-12 13:36:25 +00:00
Bill Somerville
c7f2fdc404
Ensure Tx1 message is used by non-standard callsign holders
...
The only exception is type 2 prefix/suffix calls in non-77-bit modes.
2020-11-12 13:30:48 +00:00
Bill Somerville
ab780a324a
Testing options
...
Two new environment variables to control special testing behaviour:
* WSJT_TX_BOTH - set to "1" to force transmission on both periods.
* WSJT_REVERSE_DOPPLER - set to "1" to transpose Tx and Rx Doppler
corrections. Use this to test Doppler tracking on a terrestrial
link.
2020-11-06 18:28:59 +00:00
Joe Taylor
9b452e8f99
Change mode name QRA65 to Q65 everywhere, supposedly.
2020-10-25 13:58:18 -04:00
Bill Somerville
d8b16b31f4
Merge branch 'develop' into feat-boost-log
2020-10-13 19:20:37 +01:00
Bill Somerville
314be8ccb7
Merge branch 'develop' into feat-fst280
2020-10-06 19:25:06 +01:00
Bill Somerville
522000cfab
Added SWL Mode to View menu
...
SWL mode hides all lower panel widgets, maximizing the size of the
decodes windows. Designed for operators running several instances to
monitor multiple bands and modes.
2020-10-04 23:05:17 +01:00
Bill Somerville
f8e5903f83
Merge branch 'develop' into feat-boost-log
2020-10-04 22:47:01 +01:00
Bill Somerville
add63fb374
Adapt WSPRnet.org spotting to moveable Rx analysis window
...
This allows spots at any frequency to be posted rather than just those
in the 1400 to 1600 Hz range above the VFO dial frequency.
2020-10-04 22:41:52 +01:00
Bill Somerville
a169b5daf8
Added SWL Mode to View menu
...
SWL mode hides all lower panel widgets, maximizing the size of the
decodes windows. Designed for operators running several instances to
monitor multiple bands and modes.
2020-10-04 00:46:59 +01:00
Bill Somerville
837821b117
Merge branch 'develop' into feat-boost-log
2020-10-01 19:55:53 +01:00
Bill Somerville
204d63929d
Repair a regression with odd/2nd period FT4 decode timestamps
...
Generalized slow mode decode timestamp generation to a common routine.
2020-09-29 12:32:47 +01:00
Joe Taylor
7fd2f1afe6
Change QRA66 to QRA65, on the C++ side.
2020-09-25 13:20:46 -04:00
Bill Somerville
e50e712fdd
Start using class NonInheritingProcess
2020-09-24 17:57:06 +01:00
Joe Taylor
9fe2fc6de0
Fix two problems: sometime incorrect setting of RxFreq in WideGraph, and incorrect timestamp for FST4W-120 and FST4W-300 decodes in ALL.TXT.
2020-09-21 14:35:16 -04:00
Joe Taylor
52bdd57e57
Implement NB=-1%, NB=-2%. Fix a startup problem with WideGraps's fMax value.
2020-09-18 11:30:23 -04:00
Joe Taylor
2266e8dbb7
Add FLow and FHigh spinner controls to set the FST4 decoding range.
2020-09-16 17:02:40 -04:00
Bill Somerville
5fdcd8c15a
Merge branch 'develop' into feat-fst280
2020-09-11 20:06:20 +01:00
Joe Taylor
b6f990fac2
Allow FTol values down to 1 Hz; let maximum FTol values for FST4 depend on TRperiod.
2020-09-10 13:33:33 -04:00
Bill Somerville
db6a432a33
Ensure band/frequency combo box edit styling tracks current frequency
2020-09-08 15:24:55 +01:00
Joe Taylor
72cffc9da4
Make the FST4/FST4W Quick-Start Guide available from the Help menu.
2020-09-06 13:31:19 -04:00
Joe Taylor
4ab8780dd8
Code cleanyup associated with removing Tab 2.
2020-09-05 15:22:18 -04:00
Joe Taylor
7aeb9d5e2e
Remove the "Tab 2" option for generating Tx messages.
2020-09-05 15:11:32 -04:00
Joe Taylor
c1025b7c4c
Allow user to set center frequency and FTol in FST4W mode. Needs more testing!
2020-09-05 10:34:55 -04:00