Commit Graph

1222 Commits

Author SHA1 Message Date
Joe Taylor
0bf8193601 Correct several flaws in the way Q65 sync curves orange (current) and red (avg) are plotted. 2023-01-12 15:25:17 -05:00
Joe Taylor
66c8390c61 Merge branch 'develop' into map65 2023-01-09 11:55:25 -05:00
Uwe Risse
3efea6f1f5 Re-initialize FT8 Hound mode when starting the program in this mode. 2023-01-09 10:39:53 +01:00
Uwe Risse
1ec95a48f4 Restrict this command to Windows, because it doesn't work on Linux when rig is "None". 2023-01-09 10:35:51 +01:00
Steven Franke
f0e387bf18 Replace sprintf with snprintf so that clang doesn't complain. 2023-01-07 07:44:10 -06:00
Uwe Risse
0fd1f748fd Better initialization of the decoded text font. 2023-01-07 09:57:14 +01:00
Joe Taylor
9e6ecbe8f4 Don't call fast_config() after setting displayWidgets() when entering Q65 mode. It kills the T/R period spinner. Should have been inincluded in v2.6.0 !! 2023-01-06 15:10:44 -05:00
Uwe Risse
434b0ec4e4 Revert "Change the User Guide URL to SourceForge."
This reverts commit 47c0fd15f9.
2022-12-31 22:41:56 +01:00
Uwe Risse
47c0fd15f9 Change the User Guide URL to SourceForge. 2022-12-31 22:17:20 +01:00
Joe Taylor
c912088107 Merge branch 'develop' into map65; then set versioin to 2.6.1-rc1 2022-12-30 09:05:50 -05:00
Uwe Risse
b7a9ef3e63 Set 14074000 Hz as the default rig frequency. 2022-12-30 09:50:35 +01:00
Uwe Risse
8207a72bec Make FT8 the default mode. 2022-12-30 09:29:54 +01:00
Uwe Risse
562666169d Change hyperlinks in mainwindow.cpp from "physics.princeton.edu/pulsar.K1JT/" to "wsjt.sourceforge.io/". 2022-12-29 19:11:31 +01:00
Uwe Risse
8abdba46d3 Add an option to call CQ with an individual contest name. 2022-12-29 16:56:56 +01:00
Joe Taylor
ee497eecff Merge branch 'map65' of bitbucket.org:k1jt/wsjtx into map65 2022-12-28 09:36:55 -05:00
Joe Taylor
ce8bc142f6 Don't call fast_config() after setting displayWidgets() when entering Q65 mode. It kills the T/R period spinner. 2022-12-28 09:25:42 -05:00
Uwe Risse
7c12c66f16 Ensure that after switching between configurations, the rig is initialized correctly when connected via HRD. 2022-12-25 10:58:30 +01:00
Joe Taylor
bb8663dce0 Don't change bands after user clicks on a line in the Active Stations window. 2022-12-24 11:44:59 -05:00
Joe Taylor
92d7f7c7de Need to invoke m_psk_Reporter.sendReport(). 2022-12-22 15:44:38 -05:00
Joe Taylor
954d35bd52 Send Q65W decodes to PSK Reporter, from WSJT-X. 2022-12-22 15:33:21 -05:00
Uwe Risse
d0cf7ea497 Further reduce the minimum width of the main window and ensure that such small sizes are remembered. 2022-12-19 12:49:25 +01:00
Joe Taylor
042ff589fb Another fix for communication between Q65W and WSJT-X. 2022-12-16 14:01:22 -05:00
Joe Taylor
5f94a115f7 Q65W waterfall should not scroll if WSJT-X is transmitting. 2022-12-15 15:26:48 -05:00
Joe Taylor
e4dd4b98a8 Improved display of workable Q65 stations in Active Stations window. 2022-12-15 13:59:59 -05:00
Joe Taylor
58964d1f87 Remove a diagnostic write. 2022-12-15 12:15:36 -05:00
Joe Taylor
469caa7d0c Finally(!) selecting an Active Station is now working for both FT8 and Q65. 2022-12-15 12:14:06 -05:00
Joe Taylor
1773a70d79 WIP: Still trying to get mouse-click to yield line number. 2022-12-15 09:15:35 -05:00
Uwe Risse
2d4083e2cf Some details changed to the Fox mode frequency warning. 2022-12-15 13:21:44 +01:00
Joe Taylor
6f59ddeab1 WIP on IPC. Clicking on Active Stations window works in FT8, fails in Q65. 2022-12-14 21:32:09 -05:00
Joe Taylor
cbad491438 WIP on IPC. 2022-12-14 16:54:37 -05:00
Joe Taylor
90c1598f1e More WIP on interprocess communication. 2022-12-14 14:28:55 -05:00
Joe Taylor
31524396d2 Further WIP toward communication between WSJT-X and Q65W. 2022-12-14 13:26:24 -05:00
Joe Taylor
a60edeb607 WIP toward sending decodes from Q65W to WSJT-X through shared memory. 2022-12-14 11:51:01 -05:00
Joe Taylor
439f17c123 Implement simple shared memory between WSJT-X and Q65W. 2022-12-14 09:21:01 -05:00
Joe Taylor
01df4a8c1e Allow Max Age up to 60, rather than 10. 2022-12-13 11:51:52 -05:00
Joe Taylor
815200acdf Merge branch 'develop' into map65 2022-12-13 11:45:33 -05:00
Joe Taylor
4aace2d75c Force fast-mode flags OFF when entering Q65 mode. 2022-12-13 11:39:41 -05:00
Joe Taylor
f024605d5a Merge branch 'develop' into map65 2022-12-13 11:21:19 -05:00
Joe Taylor
3fd9d5e976 Show dB for waterfall mouse position only when in TotalPower mode. 2022-12-13 11:18:16 -05:00
Joe Taylor
9ff1f9ff3f Allow clicking in Active Stations window to call a station identified by Q65W. 2022-12-08 11:57:51 -05:00
Joe Taylor
10c70d042c Clean up the "Active Stations" display when used with Q65W. 2022-12-07 11:45:05 -05:00
Uwe Risse
f21d2ca9b1 Improved protection against crashes caused by double-clicking messages with <...> in certain QSO situations. 2022-12-07 11:34:12 +01:00
Uwe Risse
83b833a4f7 Prevent a crash when clicking on a message with "m_baseCall <...>" in EU VHF contest mode. 2022-12-07 11:10:07 +01:00
Uwe Risse
2bbcd1010a Prevent a crash when clicking on a message without word 3 in Fieldday or FT Roundup mode. 2022-12-07 00:23:10 +01:00
Joe Taylor
df21127af7 Clean up the display in Active Stations window. 2022-12-06 15:59:12 -05:00
Joe Taylor
5054fb9e4e Remove a qDebug(). 2022-12-06 12:45:37 -05:00
Uwe Risse
c6d13a7984 Minor code correction. 2022-12-06 15:25:16 +01:00
Uwe Risse
ffe6ed7a1c Ensure that "Start new period decodes at top" still works after several hours. Patch from Mike W9MDB. 2022-12-06 14:54:24 +01:00
Joe Taylor
44729ebe00 Work in progress on displaying wideband decodes from MAP65 in WSJT-X. 2022-12-02 16:30:18 -05:00
Brian Moran
db936dffc1 fix for FH issue found by K8H where TX queues not kept full (n=2,3) 2022-11-29 20:32:13 -08:00