Commit Graph

21 Commits

Author SHA1 Message Date
Bill Somerville 75c9e1d696
Fix a patching error 2019-12-29 12:34:02 +00:00
Bill Somerville 5e3781e9e9
Correct some UI text typos
Thanks to Christoph, DF7CB, for providing a patch for these typos.
2019-12-29 12:25:59 +00:00
Bill Somerville 485f787cef
Increase maximum SNR filter value in Fox mode to 70dB
This change abandons the previous settings file key for this control
so that all users pick up the new default of 70dB.
2019-12-08 18:39:37 +00:00
Bill Somerville b79cf0df99 Improvements to accessibiity
Where  tool  tips are  defined  in  rich  text, equivalent  pain  test
accessible descriptions have been added  so that screen readers do not
announce HTML tags.

Refactored date time  delegates to use a simpler default  editor via a
default  item editor  factory for  QDateTime values,  the editor  is a
standard QDateTimeEdit with a format that includes seconds and renders
assuming the time is UTC.

Modified the Cabrillo log and Fox log database table models to provide
QDateTime items  for the edit role  of date time fields,  and formated
date time strings including seconds and assumed as UTC for the display
role.
2019-05-03 10:21:50 +01:00
Joe Taylor b43d91240d New end-of-QSO sequencing logic (possibly temporary) for CQing FT4 station.
When RR73 is received we log the QSO, turn "Call 1st" OFF, and call CQ again.
Also, allow Alt+C and F6 (the latter only if altenrate F1-F6 bindings
are active) to toggle "Call 1st" ON/OFF.
2019-04-15 16:26:41 -04:00
Joe Taylor 2b42650a73 Make the "Best S+P" button red when activated. 2019-04-09 08:48:13 -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 ec97d0410e Possibly temporary: add a "Call Best" button for S+P use in FT4 mode. 2019-04-07 21:08:38 -04:00
Joe Taylor 665dbd0f78 With Alternate F1-F5 checked, let Ctrl+F1 send the message in Tx1. 2019-03-22 13:52:06 -04:00
Joe Taylor 6e4f0f32ee Remove FT2; implement basic functionality in FT4. 2019-01-28 10:19:46 -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 8379fa86eb Optional key bindings for F1 through F5, especially for contest use. 2018-12-28 11:19:29 -05:00
Bill Somerville 4fbefb9e99 Remove extraneous MainWindow UI element 2018-12-16 01:30:55 +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
Steve Franke c4d4097bb3 Tweak a tooltip to remove reference to type 2 callsigns. 2018-11-17 07:19:08 -06:00
Joe Taylor c3ba6b83b9 Add "No own call decodes" checkbox for WSPR mode. 2018-11-16 09:30:40 -05:00
Bill Somerville 3b26b40d81 Add new CabrilloLogWindow widget and integrate it into the application 2018-11-12 04:44:03 +00:00
Joe Taylor d42fb7db39 Don't use "CQ HUND", it was a bad idea. 2018-11-09 16:27:24 -05:00
Joe Taylor 6edefef70b Fox should default to calling "CQ HUND ..." 2018-11-09 08:31:14 -05: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