Commit Graph

21 Commits

Author SHA1 Message Date
Joe Taylor 8f8ee53b6f Make the "Doppler tracking" checkbox sticky. 2022-08-31 11:52:43 -04:00
Joe Taylor 6126baa8ac RIT control should be enabled only in Echo mode. 2022-08-18 10:32:22 -04:00
Joe Taylor d08c1e106a Display full Doppler in Echo mode text output, not just the audio shift. 2022-08-16 14:42:22 -04:00
Joe Taylor 2e82ce4546 Add Doppler to displayed text lines in Echo mode. Enable RIT spinner when DopplerMethod is None. 2022-07-28 11:00:47 -04:00
Joe Taylor d70f637632 New Echo-mode features may be actually working, now. Needs testing! 2022-07-27 11:28:34 -04:00
Joe Taylor e3bceafe3a Temporarily save WIP on echo mode. 2022-07-25 11:27:36 -04:00
Joe Taylor f9ce51c039 In astro.cpp, round off display of width1 and width2 to nearest integer Hz. 2022-07-25 11:09:05 -04:00
Joe Taylor dbdfbb41a7 More WIP on Echo mode. 2022-07-21 13:42:08 -04:00
Joe Taylor fd4a2e3b61 Work in progress on Echo mode. Some temporary stuff here! 2022-07-21 11:39:24 -04:00
Joe Taylor 2e4a6c3c32 If DX grid is blank, set DX astro params to zero. Do this in astrosub.f90, not asstro.cpp! 2022-07-17 16:12:59 -04:00
Bill Somerville 8794bad146 Use local 8-bit strings for paths passed to Fortran
By using  the local 8-bit character  set we can allow  local non-ASCII
characters in file paths, for example user account names on MS Windows
with characters in the default code page.
2021-08-22 13:24:03 +01:00
Bill Somerville 7e1b74ecc0 Moon distance in astronomical data window, tnx Charlie, G3WDG 2020-12-08 00:01:46 +00:00
Bill Somerville 32036cd36f Correct slot function signatures due to Raspberry Pi compile error 2020-09-26 21:08:43 +01:00
Bill Somerville c5349f8da9 Dynamic update of on DX echo Doppler shift correction
Tnx Bob, KA1GT, and Charlie, G3WDG.
2020-09-02 21:25:58 +01:00
Bill Somerville 22f66795a1 Improved C/Fortran string interoperation, and fix azel.dat updates
The azel.dat file is no  longer written with future Doppler correction
information designed  for rigs  that can't do  CAT QSY  commands while
transmitting.
2020-07-20 15:15:55 +01:00
Bill Somerville ee157cde96 Avoid overriding style sheet for astronomical data dialog background 2020-06-25 12:57:12 +01:00
Bill Somerville 9c22b5c3ed Qt v5.15 compatibility 2020-06-13 16:04:41 +01:00
Bill Somerville f346d37fd6 Modernize Fortran interfaces that are called from C/C++
Making Fortran  interfaces called from other  languages fully portable
avoids issues with newer Fortran compilers.
2019-06-06 15:00:47 +01:00
Joe Taylor 0d3be0128b Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
Bill Somerville 6f966f613d Display and export contest log times in UTC, not local time 2018-11-19 21:18:41 -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