Commit Graph

12 Commits

Author SHA1 Message Date
Bill Somerville
6f966f613d Display and export contest log times in UTC, not local time 2018-11-19 21:18:41 -05:00
Bill Somerville
e85bca14e2 Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4 2018-11-12 22:04:55 +00:00
K9AN
d27745e836 Fix a typo. 2018-11-12 14:10:27 -06:00
Bill Somerville
018a1218ce Fix swapped sent and received reports in Fox log window 2018-11-12 18:26:05 +00:00
Bill Somerville
5fdf0bdff4 Fix debug assert in CabrilloLogModel on reset of model with no rows 2018-11-12 04:10:57 +00:00
Bill Somerville
13c023f35d Refinements to the FoxLogWindow widget 2018-11-12 04:06:26 +00:00
Bill Somerville
c2ec277cfc Fix assert when resetting empty Fox log table 2018-11-12 04:00:55 +00:00
Bill Somerville
31b6120e60 Add a Cabrillo contest log model 2018-11-12 02:11:58 +00:00
Bill Somerville
0d6f6612d7 Improved FoxLog model, has dupe check query and better error checking
Now uses factored out helpers in qt_db_helpers.hpp .
2018-11-12 02:06:44 +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
f9151ee3f2 Fix typos that break the build on non-Windows machines 2018-11-07 23:55:15 +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