Commit Graph

10776 Commits

Author SHA1 Message Date
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
Uwe Risse
19ccf338af Allow waterfall clicks to set the Rx frequency in Super Hound mode only between 700 and 800 Hz. 2024-09-12 11:08:28 +02:00
Uwe Risse
d8f42ec965 Allow the SuperFox to be called only by double-clicking so that it must be received first. 2024-09-09 15:38:48 +02:00
Uwe Risse
49eac1dbd3 Remove an obsolete file. 2024-09-09 15:32:44 +02:00
Uwe Risse
46595d45e8 Don't reset bg color of the Hound label to red for every non-verified message. 2024-09-09 15:30:36 +02:00
Uwe Risse
b4d8f47bab Add 64-bit SF binaries for Windows, Linux and macOS x86_64 (e4430e3). 2024-09-09 15:20:31 +02:00
Uwe Risse
827e8e37b5 Ad an option to Hide OTP messages, and switch bg color of the Hound label to green when verified is received. 2024-09-09 12:29:13 +02:00
Uwe Risse
a52559758a Switch FOX_OTP option ON, and prevent a compilation error when it is switched of. 2024-09-08 17:01:18 +02:00
Uwe Risse
223d9f5d63 Workaround for a compilation error with Qt 5.12. 2024-09-08 14:02:57 +02:00
Brian Moran
521a0e1a0d remove qcalendar header inclusion 2024-09-07 09:02:17 -07:00
Brian Moran
4c0eaece7e use more QT-specific library for TOTP 2024-09-07 08:23:02 -07:00
Brian Moran
f8c31aea3e add key only if OTPEnabled 2024-09-06 10:26:40 -07:00
Brian Moran
4298a000a0 lower case for verified and invalid messages 2024-09-06 06:43:58 -07:00
Brian Moran
ec72810451 up to 6 chars in callsign. Use setting for OTP URL 2024-09-06 06:19:50 -07:00
Brian Moran
ea11259c27 fix issue with show already worked not working 2024-09-03 17:07:27 -07:00
Brian Moran
869cff683f fix issue with braces; change type 2024-09-03 13:18:00 -07:00
Brian Moran
bd00c25ca2 clean up some definitions 2 2024-09-03 13:11:44 -07:00
Brian Moran
f9906120d3 clean up some definitions 2024-09-03 13:11:12 -07:00
Brian Moran
91661c1d95 show freq of regular fox verification msg 2024-09-03 13:09:36 -07:00
Brian Moran
fe833b26ce add otp code 2024-09-03 10:51:12 -07:00
Brian Moran
6997682425 OTP for regular f/h mode 2024-09-03 09:35:50 -07:00
Brian Moran
b0979968f3 Merge remote-tracking branch 'origin/sfox4' into sfox4_b2_otp 2024-09-01 14:03:38 -07:00
Uwe Risse
991cdd1912 Update 64-bit SF binaries for Windows and Linux to commit 81cd19b. 2024-09-01 22:15:01 +02:00
Uwe Risse
ab5f75192b Set RxFreqSpinBox to 750 Hz when switching to Super Hound mode and > 50 Hz away from 750 Hz. 2024-09-01 21:54:09 +02:00
Uwe Risse
3f4f88e712 Limit the processing of some lines to ARRL_DIGI mode. This prevents a program crash when compiled with Qt6 and in Fox mode. 2024-09-01 10:44:37 +02:00