WSJT-X/widgets
Bill Somerville c65d832356
New UDP messages to close and reconfigure WSJT-X plus more status fields
The Status(1) message acquires the new fields Frequency Tolerance, T/R
Period,  and  Configuration Name.  The  Rx  DF,  Tx DF  fields  become
unsigned (this should be a benign change which is just for correctness
as -ve values have never been possible).

The   Close(6)  message   becomes  bi-directional   allowing  external
applications to gracefully close down WSJT-X instances.

A  new  message SwitchConfiguration(14)  is  provided  that allows  an
external application to  switch the current configuration  of a WSJT-X
instance.

Another  new  message  Configure(15)  is provided  to  allow  external
applications to adjust some key parameters like the mode and submode.

See the  NetworkMessages.hpp header  commentary for full  details. The
UDPExamples/MessageAggregator reference  application has  been updated
to be able to exercise all of the above changes.

Note   that   this   commit   enforces  stricter   checking   on   the
"Settings->Reporting->Allow  UDP  requests"   option,  which  must  be
checked  before  any state  changing  incoming  messages to  a  WSJT-X
instance are processed.
2019-06-25 14:35:58 +01:00
..
about.cpp Fix samples CMake script and update NEWS and copyright dates 2019-02-25 03:07:51 +00:00
about.h Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
about.ui Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
AbstractLogWindow.cpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
AbstractLogWindow.hpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
astro.cpp Modernize Fortran interfaces that are called from C/C++ 2019-06-06 15:00:47 +01:00
astro.h Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
astro.ui Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
CabrilloLogWindow.cpp Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
CabrilloLogWindow.hpp Move Fox log reset action to Fox log window context menu and allow deletes of QSOs 2018-11-25 22:19:41 +00:00
CabrilloLogWindow.ui Improvements to accessibiity 2019-05-03 10:21:50 +01:00
colorhighlighting.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
colorhighlighting.h Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
colorhighlighting.ui Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
DateTimeEdit.hpp Add default QDateTime delegate editor 2019-05-04 01:02:16 +01:00
DecodeHighlightingListView.cpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
DecodeHighlightingListView.hpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
displaytext.cpp Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
displaytext.h Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
DoubleClickablePushButton.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
DoubleClickablePushButton.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
DoubleClickableRadioButton.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
DoubleClickableRadioButton.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
echograph.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
echograph.h Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
echograph.ui Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
echoplot.cpp Improve performance of Fox and contest log view windows 2018-12-06 05:41:16 +00:00
echoplot.h Improve performance of Fox and contest log view windows 2018-12-06 05:41:16 +00:00
ExportCabrillo.cpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
ExportCabrillo.h Preparation for UI i18n 2019-06-06 12:56:25 +01:00
ExportCabrillo.ui Add new CabrilloLogWindow widget and integrate it into the application 2018-11-12 04:44:03 +00:00
fastgraph.cpp Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
fastgraph.h Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
fastgraph.ui Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
fastplot.cpp Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
fastplot.h Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
FoxLogWindow.cpp Improvements to accessibiity 2019-05-03 10:21:50 +01:00
FoxLogWindow.hpp Add Fox log ADIF export to the Fox Log window log table contextual pop up menu 2018-12-30 12:35:41 +00:00
FoxLogWindow.ui Add tool tips to log view windows 2018-11-25 22:30:28 +00:00
FrequencyDeltaLineEdit.cpp Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
FrequencyDeltaLineEdit.hpp Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
FrequencyLineEdit.cpp Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
FrequencyLineEdit.hpp Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
HelpTextWindow.cpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
HelpTextWindow.hpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
HintedSpinBox.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
HintedSpinBox.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
LettersSpinBox.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
LettersSpinBox.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
logqso.cpp Better ADIF conformance for ARRL Field Day mode 2019-06-24 00:56:41 +01:00
logqso.h Add option to include or exclude WAE extra entities in DXCC entity lookups 2019-05-29 23:35:18 +01:00
logqso.ui Revert "Log buttons" 2019-05-06 22:25:06 +01:00
mainwindow.cpp New UDP messages to close and reconfigure WSJT-X plus more status fields 2019-06-25 14:35:58 +01:00
mainwindow.h New UDP messages to close and reconfigure WSJT-X plus more status fields 2019-06-25 14:35:58 +01:00
mainwindow.ui Improvements to accessibiity 2019-05-03 10:21:50 +01:00
messageaveraging.cpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
messageaveraging.h Preparation for UI i18n 2019-06-06 12:56:25 +01:00
messageaveraging.ui Revert the message averaging window to it's original single personality 2018-11-12 22:03:39 +00:00
MessageBox.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
MessageBox.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
meterwidget.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
meterwidget.h Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
plotter.cpp FT4: Change Fortran code to NSPS=576 and make necessary accompanying 2019-05-22 17:02:15 -05:00
plotter.h Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
RestrictedSpinBox.cpp New UDP messages to close and reconfigure WSJT-X plus more status fields 2019-06-25 14:35:58 +01:00
RestrictedSpinBox.hpp New UDP messages to close and reconfigure WSJT-X plus more status fields 2019-06-25 14:35:58 +01:00
signalmeter.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
signalmeter.h Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
SplashScreen.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
SplashScreen.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
widegraph.cpp Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
widegraph.h Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
widegraph.ui Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
widgets.pri Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00