Joe Taylor
5826aefedc
Let "Best S+P" status time out after 2 minutes. Update the keyboard shortcuts.txt file.
2019-04-16 13:21:45 -04:00
Joe Taylor
b6032277d0
The "Best S+P" button is now functional. Needs testing!
2019-04-08 12:36:05 -04:00
Joe Taylor
181e5c7b9d
Remove unused code left over from asynchronous FT4 mode.
2019-04-02 13:16:06 -04:00
Joe Taylor
fd239d9c07
Clean up some timing issues with time-synchronized FT4.
2019-04-02 11:39:28 -04:00
Joe Taylor
e0d4c94cc1
Some very basic functionality for time-synchronized FT4.
2019-04-01 14:23:10 -04:00
Joe Taylor
3a6e26d645
Clean up the FT4 logic for setting status of labDXped, cbAutoSeq, cbFirst.
2019-03-14 12:03:07 -04:00
Joe Taylor
e9a999cda1
Use the "TU; ..." message when starting another FT4 QSO almost right away.
2019-03-12 11:09:49 -04:00
Joe Taylor
69675153a7
FT4 sequencing seems OK now (but needs thorough testing). No "TU;" msgs yet.
2019-03-07 14:36:58 -05:00
Joe Taylor
87826d1a6c
Clean up some FT4 code.
2019-03-07 11:21:17 -05:00
Joe Taylor
57a20f838f
Remove the code that builds an ADIF file from FoxQSO.txt.
2019-02-21 10:24:58 -05:00
Joe Taylor
d5a1671210
FT4 decoding interval is now 288 ms. Saving of FT4 files is somewhat rationalized.
2019-02-21 10:08:18 -05:00
Joe Taylor
f1e7b0c30a
Add (temporary?) code for converting FoxQSO.txt to an ADIF log.
2019-02-20 10:43:30 -05:00
Joe Taylor
7a9240c9ef
Basic saving of .wav files for FT4.
2019-01-28 15:58:14 -05:00
Joe Taylor
6e4f0f32ee
Remove FT2; implement basic functionality in FT4.
2019-01-28 10:19:46 -05:00
Joe Taylor
c8cdd05f34
Implement auto-sequencing for FT2.
2019-01-24 11:58:57 -05:00
Joe Taylor
50c1daf61f
Use a timer to establish length of an FT2 (to be FT4?) transmission.
2019-01-23 10:09:18 -05:00
Joe Taylor
568fc0810e
Tx now works, more or less, in FT2 mode. Needs testing!
2019-01-18 16:22:25 -05:00
Joe Taylor
5f03d97a9e
Implement basic Rx capability for FT2 in WSJT-X.
2019-01-18 11:51:15 -05:00
Joe Taylor
5f38d30c75
Add "Erase WSPR hashtable" to the Filemenu.
2019-01-08 15:41:59 -05:00
Joe Taylor
949c5deda5
Refactor code that writes to ALL.TXT and ALL_WSPR.TXT. Iincludes better formatting.
2019-01-03 12:15:48 -05:00
Bill Somerville
b8e4517718
Improve performance of Fox and contest log view windows
...
This include inverting the order of table view rows so the newest is
at the top, without that the Qt MVC interactions when using a database
table based model is too slow and complex to manage.
The table views now have sort by column capability in the normal way
(click column header to reverse sort order) for timely logging and
non-disruption of Tx starts the log view should be sorted in
descending time order and scrolled to the last row added. Without that
Fox and contest logging will work but serious delays may be invoked
that disrupt operation.
2018-12-06 05:41:16 +00:00
Steve Franke
c8853cb90c
Use regex to decide how the GUI formats the Tx messages for subsequent packing by packjt77. Ensure that C4XMAS is properly flagged as a non-standard callsign.
2018-12-05 13:47:36 -06:00
Bill Somerville
59fc83455d
Add contest exchange send and received fields to UDP logged QSO message
...
Updated message_aggregator and udp_daemon reference applications to
exercise this change.
2018-12-02 10:09:37 -05:00
Bill Somerville
cf6311e007
Scan ADIF log asynchronously and new settings button to rescan ADIF log
2018-11-30 16:26:46 +00:00
Bill Somerville
db51726da2
Move Fox log reset action to Fox log window context menu and allow deletes of QSOs
...
Move to OnRowChange edit strategy for log tables so that deletes from
view can be implemented cleanly.
Improve layout of log view tables by resizing to contents.
2018-11-25 22:19:41 +00:00
Joe Taylor
dd28dd2670
Remove the Mouse Timer. Make the AutoSeq checkbox sticky, again.
2018-11-14 11:33:46 -05:00
Bill Somerville
3b26b40d81
Add new CabrilloLogWindow widget and integrate it into the application
2018-11-12 04:44:03 +00:00
Bill Somerville
947b429723
Start implememntation of database based Fox log model and a new Fox log window widget
...
This change incorporates a reorganization of the GUI code with
widgets, validators, models, and item delegates being moved to
sub-directories.
Relax the requirements of the ForeignKeyDelegate and related
CandidateKeyFilter classes to allow them to work with constant model
pointers for both referenced and referencing models.
2018-11-07 17:49:45 +00:00