Commit Graph

10800 Commits

Author SHA1 Message Date
Joe Taylor
2e5ef07a72 Correct the logic for nMaxRemainingSlots. 2024-09-21 10:30:04 -04:00
Uwe Risse
6723004254 Tab 1 must be the default Tab (currentIndex=0). 2024-09-20 23:37:02 +02:00
Joe Taylor
0b32418727 Display yellow-background SF free text message only once. 2024-09-20 16:02:48 -04:00
Uwe Risse
a958874d3b Fix SuperFox free text messages not working anymore. 2024-09-20 18:09:29 +02:00
Uwe Risse
4dfc1cc98f Restore the previous NSlots value when switching from SuperFox to Fox mode. 2024-09-20 17:18:58 +02:00
Uwe Risse
cbd79b24e6 Correct GUI stretching for tab 2. 2024-09-20 16:59:47 +02:00
Uwe Risse
5e370438c3 Revert "Set a max horiz size for the "Queue" panel on Fox tab 2."
This reverts commit 57b524db51.
2024-09-20 16:58:15 +02:00
Joe Taylor
959b93bf61 Merge branch 'sfox5b' of bitbucket.org:k1jt/wsjtx into sfox5b 2024-09-20 10:11:39 -04:00
Joe Taylor
57b524db51 Set a max horiz size for the "Queue" panel on Fox tab 2. 2024-09-20 10:08:04 -04:00
Uwe Risse
ed19a92e2a Revert "Explicitly allow the Fox to transmit after the Tx frequency has been set at least 3 kHz from the main FT8 sub-bands."
This reverts commit 8e0df8c0ea.
2024-09-20 15:33:42 +02:00
Uwe Risse
8e0df8c0ea Explicitly allow the Fox to transmit after the Tx frequency has been set at least 3 kHz from the main FT8 sub-bands. 2024-09-20 14:50:03 +02:00
Uwe Risse
4f9d0da8c6 Don't reset to band/mode default frequency unless really needed when in FT8 mode. Very useful for (Super) Fox or Hound operation. 2024-09-20 14:30:24 +02:00
Uwe Risse
2458468411 Make sure Rx frequency is really set to 750 +- 50 Hz when switching to SuperHound mode. 2024-09-20 10:43:18 +02:00
Joe Taylor
10aead3962 Better to just delete the whole block. 2024-09-19 13:25:11 -04:00
Joe Taylor
f60db58372 Fix the Superfox "please confirm Rx Freq" warning. Don't set FTol=20 in SuperFox mode. 2024-09-19 13:19:59 -04:00
Uwe Risse
2b2d790da2 Correct some inconsistencies. 2024-09-19 13:08:12 +02:00
Uwe Risse
5053ddf063 Prevent tuning from being started at even periods when in SuperHound mode. 2024-09-19 11:36:43 +02:00
Uwe Risse
2ab36d0a13 Ignore stations calling in the wrong time slot when in Hound mode. 2024-09-19 11:13:45 +02:00
Brian Moran
885691e170 leadings zeroes should be included 2024-09-18 19:31:25 -07:00
Uwe Risse
ab8917d66a Update Darwin ReadME.txt file. Thanks to John G4KLA. 2024-09-18 20:52:53 +02:00
Steven Franke
acbc3095e9 Updates to remove_tone() routine. Currently disabled pending more tests. 2024-09-18 13:18:07 -05:00
Uwe Risse
6b98c85473 Remove the Fox MaxDB function. Keep m_max_dB for now, just set it to 70 dB. 2024-09-18 18:25:28 +02:00
Uwe Risse
463f655236 Use ShowOTP instead of HideOTP, and reverse the logic of this checkbox. 2024-09-18 16:52:11 +02:00
Uwe Risse
8eb0f8a50c Better initialization of the height of tab 1. 2024-09-18 12:04:01 +02:00
Uwe Risse
bc480ede6d Save some height when not in Fox or SuperFox mode. 2024-09-18 02:26:36 +02:00
Steven Franke
e027c9ea3c fortran_charlen_t should be size_t, not int, with Clang on MacOS. 2024-09-17 16:00:13 -05:00
Joe Taylor
5c2d01d8b4 Merge branch 'sfox5b' of bitbucket.org:k1jt/wsjtx into sfox5b 2024-09-17 15:28:55 -04:00
Joe Taylor
c826220c01 Remove another unused argument, this time for sfox_wave_gfsk(). 2024-09-17 15:27:59 -04:00
Brian Moran
d15f992864 freetext message dialog for regular FH
(cherry picked from commit 8b09f479fef76f3c862f6d05f47c17938fcd3625)
2024-09-17 20:54:30 +02:00
Joe Taylor
75c66390ea Merge branch 'sfox5b' of bitbucket.org:k1jt/wsjtx into sfox5b 2024-09-17 14:46:15 -04:00
Joe Taylor
e7c0cde160 Remove unused arguments to sftx_sub(). Fix a bug transmitting with empty OTP key. 2024-09-17 14:44:54 -04:00
Steven Franke
3446b45b2b This fixes the all-zeroes SNR issue on MacOS. 2024-09-17 13:44:10 -05:00
Joe Taylor
7895172d3f Code cleanup to satisfy warning messages. 2024-09-17 13:21:01 -04:00
Joe Taylor
3c4450cdc2 Do not use sfox_1.dat and sfox_2.dat; pass some args in common/foxcom3/. 2024-09-17 12:50:30 -04:00
Joe Taylor
11749ebef9 Add subroutine sftx_sub.f90. 2024-09-17 11:35:30 -04:00
Joe Taylor
f0a329c4d2 Call sftx_sub() rather than invoking external process sftx[.exe]. 2024-09-17 11:29:16 -04:00
Joe Taylor
dcb8c6ce6b SuperFox Tx now works with sftx[.exe] built as part of the wsjtx package. 2024-09-17 10:24:02 -04:00
Joe Taylor
4400f7464c Minor code cleanup. 2024-09-17 09:34:06 -04:00
Joe Taylor
1621ec61e5 Add sfrx_sub.f90. 2024-09-17 09:15:23 -04:00
Joe Taylor
eb500cbe87 Call sfrx_sub as a subroutine rather than sfrx as a separate process. 2024-09-17 09:13:27 -04:00
Uwe Risse
a18f1a5f66 Minor corrections. 2024-09-17 13:49:02 +02:00
Uwe Risse
eca508faf9 Remove links to the old SF binaries. 2024-09-17 12:24:12 +02:00
Uwe Risse
ecde7e8cc9 A slightly more intuitive arrangement of the OTP control elements. 2024-09-17 12:23:21 +02:00
Joe Taylor
0aee7e747b Update wsjtx.pro by adding Network.pri, etc. 2024-09-16 16:43:33 -04:00
Joe Taylor
d845bd0466 Building sfrx[.exe] in the wsjtx repository is now basically operational. 2024-09-16 14:49:07 -04:00
Joe Taylor
073e644f12 Reconcile sync8.f90 between superfoxtx branch and sfox5b. 2024-09-16 10:36:03 -04:00
Joe Taylor
9a8e43c1d5 Remove pre-built binaries of sfrx, sftx, and foxchk. 2024-09-16 09:29:50 -04:00
Joe Taylor
398a2dc671 Merge branch 'sfox5a' into sfox5 2024-09-16 09:15:16 -04:00
Joe Taylor
5f06e6d535 Remove another reference to RC6 FoxKey; warn if SuperHound sets rxFreq far away from 750 Hz. 2024-09-12 14:15:51 -04:00
Joe Taylor
712cf59fbb Remove the code for input of the RC6-style FoxKey. 2024-09-12 14:14:22 -04:00