Commit Graph

7 Commits

Author SHA1 Message Date
Bill Somerville 05d8aa5022
Repair a minor defect in callsign input validation 2021-06-09 13:12:25 +01:00
Bill Somerville 823afde91a
Allow but remove leading/trail white space in DX Call field
this allows  pasting callsigns from  the clipboard that  might include
them.
2021-05-10 13:43:06 +01:00
Bill Somerville a00473fa9c
Select band by wavelength only if a working frequency is available 2020-09-01 17:32:22 +01:00
Bill Somerville 53cb410b8e
Use all caps for Maindenhead Locators 2019-06-07 23:48:21 +01:00
Bill Somerville be7c40d45f Remove redundant ExchangeValidator class as now done by a regexp validator 2018-11-12 16:05:10 +00:00
Bill Somerville dcbfae6d02 Set up new source sub-directories in QMake project file
QMake requies the inclusion of sub-projects syntax to introduce source
sub-directories,  hopefully   this  will  allow  code   completion  in
QtCreator to function.
2018-11-09 18:49:33 +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