WSJT-X/widgets
Bill Somerville 27b4f2939a
More flexible execution of the user's hardware controller
Updated ways to implement a  user defined hardware controller which is
executed just after band changes during WSPR band hopping operation.

Allows the user_hardware executable to  be located in any directory on
the PATH environment variable. On Windows any file extension listed on
the PATHEXT  environment variable may  be used, the first  match using
PATH and  PATHEXT will  be executed.  On Windows  this is  achieved by
using CMD.EXE with a '/C' command  line flag, i.e. the user's hardware
controller is executed like this:

CMD.EXE /C user_hardware nn

where 'nn' is the new band as an integer in meters.

On non-Windows  systems the  user's executable  will be  run if  it is
found on the  directories specified by the  PATH environment variable,
and it is executable, i.e. it is equivalent to something like:

/bin/sh -c user_hardware nn

where 'nn' is the new band as an integer in meters.

In  all cases  the user_hardware  controller should  exit with  a zero
status, otherwise it have been deemed to have failed. On Windows avoid
an exit status of  one as that is utilized by  CMD.EXE to indicate the
file was not found, which WSJT-X ignores silently.

This change means the prior need to put the user's hardware controller
into   a  WSJT-X   installation  directory   like  /usr/local/bin   or
C:\WSJT\wsjtx\bin is no longer necessary.
2020-06-26 21:35:29 +01:00
..
about.cpp Add G4WJS and K9AN to title and authorship credits. 2020-05-06 09:38:09 -04: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 Cosmetic punctuation for translation 2020-05-19 01:14:18 +01:00
AbstractLogWindow.hpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
astro.cpp Avoid overriding style sheet for astronomical data dialog background 2020-06-25 12:57:12 +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 Use DB date time field item delegate to imbue editing in log windows 2019-12-08 18:37:35 +00: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 Cleaner warning sidestep 2019-07-02 21:07:43 +01: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 Repair UDP Highlight Callsign regression 2020-06-05 17:55:45 +01:00
displaytext.h Performance improvements to decode highlighting 2020-05-24 16:33:14 +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 Updates to support Qt v5.13 2019-07-08 01:37:04 +01:00
echoplot.h Improve performance of Fox and contest log view windows 2018-12-06 05:41:16 +00:00
ExportCabrillo.cpp Qt v5.15 compatibility 2020-06-13 16:04:41 +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 Updates for Qt v5.14 compaibility 2020-05-07 02:56:57 +01: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 Use DB date time field item delegate to imbue editing in log windows 2019-12-08 18:37:35 +00: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 Fix the minimum size of help text windows to the content size 2020-05-15 14:37:14 +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 Qt v5.15 compatibility 2020-06-13 16:04: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 More flexible execution of the user's hardware controller 2020-06-26 21:35:29 +01:00
mainwindow.h More flexible execution of the user's hardware controller 2020-06-26 21:35:29 +01:00
mainwindow.ui Avoid text heuristics for macOS special menu actions 2020-05-29 20:00:02 +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 Another attempt at red/green "goal post" markers that users will like. 2020-05-13 13:44:06 -04:00
plotter.h clean up a few warnings 2019-07-01 21:10:43 -05:00
RestrictedSpinBox.cpp Squash a compiler warning that was also a potential defect 2019-07-03 00:16:39 +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 Updates for Qt v5.14 compaibility 2020-05-07 02:56:57 +01: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 Fix issue with 2D spectrum selection in translated UIs 2020-06-03 17:43:27 +01:00
widegraph.h Fix issue with 2D spectrum selection in translated UIs 2020-06-03 17:43:27 +01:00
widegraph.ui Remove auto-default property from wide graph button 2020-05-17 23:29:11 +01:00
widgets.pri Add file names to widgets.pri 2020-06-16 14:51:59 -04:00